* {
	margin:0;
	padding:0;
}
img {
	behavior: url(../iepngfix.htc);
	border:none;
}
body {
	font-family: helvetica, verdana, sans-serif;
	margin:0;
	padding:0;
	text-align:center;
	background-attachment: scroll;
	background-color: #999999;	/*background-image: url(../images/headerBackground.jpg);
	background-repeat: repeat-x;
	background-position: center top;*/
}
h1 {
	color:#11395C;
	font-family: helvetica, verdana,sans-serif;
	font-size:20px;
	font-weight:600;
	margin:5px 0;
	padding-bottom: 10px;
}
h2 {
	color:#B70F23;
	font-family: helvetica, verdana, sans-serif;
	font-size:20px;
	font-weight:600;
	margin:5px 0;
}
h3{
	color:#B70F23;
	margin-bottom:10px;
	font-size:14px;
}
#searchBox h4 {
	color:#FFFFFF;
	font-family: helvetica, Verdana,sans-serif;
	font-size:18px;
	font-weight:bold;
	margin:10px 0;
}
h5 {
	background:transparent url(../images/arrow.gif) no-repeat scroll 0 5px;
	color:#B70F23;
	font-family: helvetica, Verdana,sans-serif;
	font-weight:bold;
	margin:5px 0 10px 5px;
	padding-left:15px;
	float:left;
}

p {
	font-family: helvetica, verdana, sans-serif;
	color:#000;
	margin-bottom:1em;
	font-size:14px;
}
a {
	color:#11395C;
	text-decoration: none;
}
a:hover {
	text-decoration:none;
	color: #C41230;
}
.seoMenu {
	text-align:center;
}
.noBullet {
	list-style-type:none;
}
.SEOLink {
	font-size:10px;
	margin-left:20px;
	text-decoration:none;
}
#mainContent {
	background:#FFF /*url(../images/pageShadow.gif) repeat-y scroll center top*/;
	margin:0 auto;
	padding:0 10px;
	text-align:left;
	border: 0px #000 solid;
	padding-top:10px;
	min-height: 850px;
	height: auto;
}
#container {
	width:980px;
	margin: 0 auto;
	padding-top: 20px;
}
#header {

}
#logo {
	float:left;
	width: 196px;
	height: 120px;
	border: 1px #000 solid;
	background-color: #FFF;
	margin-bottom: 5px;
	padding-top: 4px;
	padding-left: 2px;
	padding-right: 2px;
}
#mainMenu {
	margin:0 auto;
	padding-top:40px;
	padding-left: 45px;
	float: left;
	width: 500px;
	min-height: 70px;

}


#contactNumbers{
	margin-left:10px;
	margin-top:30px;
}
#contactNumbers p{
	color:#FFFFFF;
	font-size:22px;
	text-align:left;
}


#rightside {
	background-color: #FFF;
	float:right;
	margin-top:5px;
	width:220px;
	/width:230px;
	padding:5px 0px 0px 5px;

}
	
	

#searchBox {

	background-color: #556A74;
	/*background-image: url(../images/searchBoxBackground.jpg);
	background-repeat: repeat-x;
	background-position: center top;*/
	float:right;
	width:220px;
	/width:220px;
	margin-top:5px;
	margin-left:5px;
	margin-bottom: 0px;
	padding:5px 0px 0px 5px;
	height: 410px;
}

#boxbreak {
	background-color: #FFF;
	float:right;
/*	margin-left:10px; */
	margin-top:5px;
	padding:5px 0px 5px 5px;
    height: 5px;
	width: 220px;
	/width: 220px;
}
	


#contactbox a {
	
	font-size: 24px;
	color: #FFF;
	text-decoration:underline;
}

/*#contactbox a:hover, a:active{
	font-size: 24px;
	color: #000;
	text-decoration:underline;
} */


#contactbox {
	background-color: #B82029;
	float:right;
	margin-left:5px;
	margin-top:0px;
	padding-left:5px;
	padding-top:25px; 
	height: 60px;
	color: #FFFFFF;
	font-size: 24px;
	width:220px;
	/width:220px;
	text-align: center;
	/padding-left:-5px;
}

.contactbig {
	font-size: 24px;
	color: #FFFFFF;
}


#rics {
	float:right;
	margin-left:10px;
	margin-top:5px;
	padding:5px 0px 30px 5px;
	width:220px;
}

#footerdetail1 {
	
	width: 33%;
	float: left;
	background-color: #556A74;
	min-height: 100px;	
}

#footerdetail2 {
	
	width: 34%;
padding-top: 15px;
	float: left;
	background-color: #556A74;
	height: 85px;
	
}

#footerdetail3 {
	
	
	width: 33%;
	float: right;
	background-color: #556A74;
	min-height: 100px;
}



#searchBox h1{
	color:#FFFFFF;
	font-size:20px;
	text-align:center;
}
#searchBox p{
	color:#FFFFFF;
	font-size:13px;
}
#searchBox a{
	color:#FFFFFF;
	text-decoration: underline;
}
#searchBox label {
	font-size:13px;
	color:#FFFFFF;
	font-family: helvetica, verdana, sans-serif;
	padding-left:0;
}
#searchBox input {
	margin-right:10px;
	margin-top:7px;
}
.lastPara {
	margin-bottom:0;
	padding-bottom:10px;
}

/*** Menu ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			20em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:left;
	font-family: helvetica, Verdana,sans-serif;
	font-size:13px;
	font-weight:bold;
}
.sf-menu a {
	padding: 		.75em 1em;
	text-decoration:none;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #fff;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:#FFFFFF;
}
.sf-menu li {
}
.sf-menu li li {
	background:		#556A74; /*Drop down level 1*/
}
.sf-menu li li li {
	background:		#556A74; /*Drop down level 2*/
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	 /*Hover over menu*/
	color:#b70f23;
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

#topImage {
border: 1px solid #000;

}
#footer {
	width: 100%;

	
}
#footerHolder {
	width:980px;
	margin:0 auto;


}

#footer a{
	color:#FFFFFF;
}
#footer a:hover {
	color:#b70f23;
}
	
.left{
	color:#FFFFFF;
	padding-top:10px;
	padding-left:10px;
	font-size:12px;
	margin:0 auto;
	text-align:left;
	float:left;
}
.right{
	color:#FFFFFF;
	padding-right:10px;
	padding-top:10px;
	font-size:12px;
	margin:0 auto;
	text-align:right;
}

.propertyTitle {
	background-color:#b0ddff;
	padding:5px;
	font-size:12px;
	font-weight:bold;
}
.propertyTitle a{
	font-size:14px;
	font-weight:bold;
}
.propertyImage{
	float:left;
	margin:10px 0;
}
.propertyImage img {
	border:1px solid #000000;
	margin-right:10px;
	max-width:300px;
}
.propertyType{
	
}
.propertyType p{
	margin-top:10px;
	margin-bottom:5px;
	margin-left:5px;
	}
.propertySize {
	
}
.propertySize p{
	font-family: helvetica, verdana, sans-serif;
	font-size:14px;
	margin-bottom:0;
	margin-left:5px;
	}
.propertyListings a{
	font-family: helvetica, verdana, sans-serif;
	font-size:14px;
	margin-bottom:0;
	margin-left:5px;
}
.propertyDetailsLink{
	background:transparent url(../images/arrow.gif) no-repeat scroll 0 5px;
	color:#B70F23;
	font-family: helvetica, verdana, sans-serif;
	font-weight:bold;
	margin:5px 0 10px 5px;
	padding-left:15px;
	float:left;
	
}
.propertyDetailsLink a{
	font-family: helvetica, verdana, sans-serif;
	font-size:14px;
	margin-bottom:0;
	margin-left:5px;
	margin-right:15px;
}
.pdfDownload{
	background:transparent url(../images/arrow.gif) no-repeat scroll 0 5px;
	color:#B70F23;
	font-family: helvetica, verdana, sans-serif;
	font-weight:bold;
	margin:5px 0 10px 5px;
	padding-left:15px;
	float:left;
	
}
.pdfDownload a{
	font-family: helvetica, verdana, sans-serif;
	font-size:14px;
	margin-bottom:0;
	margin-left:5px;
}
.contact label {
	color:#000;
	display:block;
	font-size:17px;
	font-weight:bold;
	margin:5px 0;
}

.contact input {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #444444;
	color:#000000;
	font-family: helvetica, verdana, sans-serif;
	font-size:15px;
	padding:2px;
}
.propertyImageDescriptionPage{
	float:left;
}
.propertyImageDescriptionPage img {
	border:1px solid #000000;
	margin-right:10px;
	max-width:400px;
}
.propertyDescription {
}
.propertyDescription p{
}
.toprow {
	font-size:18px;
	font-weight:bold;
}
.prpsummary td{
	color:#000;
	font-size:11px;
	height:20px;
}
.prpsummary a{
	color:#000;
	font-size:11px;
}
#leftBullets {
	color:#11395C;
	float:left;
	font-weight:700;
	width:350px;
	margin-right:40px;
	margin-left: 10px;

}

#rightBullets{
	color:#11395C;
	float:left;
	font-weight:700;
	width:275px;
	margin-right:10px;

}



#leftBullets ul, #rightBullets ul {
	margin-left:1em;
	padding-left:0;
}
ul, ol {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
#leftBullets li, #rightBullets li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:disc;
	font-size:13px;
	padding:5px 0px 0px 0px;
}

#leftBullets li a, #rightBullets li a {
	
	text-decoration:none;
	text-transform:none;
	
	
}
	

.clearLeft{
	clear:left;
	height:20px;
}
.formLabels {
	font-weight: bold;
	text-align: left;
	width:170px;
}
.brochureRequestRequired {
	color:#cf0029;
	font-weight: bold;
	text-align: right;
	width:130px;
	font-size:12px;
}
.brochureRequestNotRequired {
	width:130px;
	font-size:14px;
	color:#000;
}
.brochureRequestRequiredfieldsWarning {
	font-weight: bold;
	width:130px;
	font-size:14px;
	color:#000;
	margin-right:10px;
}
.formElement {
	font-family: helvetica, verdana, sans-serif;
	margin-bottom:5px;
	width:200px;
}
#mainSearch{
	width:400px;
	float:left;
}
#mainSearch label{
	font-size:14px;
	color:#000;
	padding-left:10px;
}
#mainSearchTenure label{
	font-size:14px;
	color:#000;
	padding-left:10px;
}
.warning p{
	color:#FF0000;
}

#tagline {

	float: right;
	padding-left:0px;
	font-size: 12px;
	font-weight: 600;
	color: #FFF;
	margin-top: 5px;
	width: 500px;
	/width:520px;
	margin-bottom: 2px;
	text-align: right;

}

#ricstop {
	
	float: right;
	padding-right: 10px;
	width: 200px;
	height: 80px;
	border: none;
	margin-top: 20px;
	
}

.pagebullets {
	list-style-image:none;
	list-style-type:disc;
	font-size:14px;
	padding:5px 0px 15px 20px;
}

.imgborder {
	
	border: 1px #000 solid;
	
}

.imgborder2 {
	
	border: 1px #000 solid;
	
}
