/* Metro City Quarter Styles */

body{
	background-image: url(../images/bg/background_grad.jpg);
}

a {
	color: #476d9b;
}	

a: hover  {
	color: #333;
}	

#container {
	background-image: url(../images/grey_corner.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#mainContent {
	background: none;
	width: 530px;
}

#mainContent p{
	color: #757575;
	line-height: 1.5em;
}

#mainContent p.firstParagraph{
	color: #757575;
	font-weight: bold;
}

#mainContent h1{
	color: #a5a04d;
}


/* NAVIGATION */

#container #nav {
	background-color: white;
}
#container #nav ul li a{
	color: #959595;
}
#container #nav ul li a:visited{
	color: #959595;
}
#container #nav ul li a:hover, #container #nav ul li a.active{
	color: #a5a04d;
}
#container #nav ul li a.offer {
	color: #a5a04d;
}
#container #nav .content{
	padding-top: 0;
}

/* END NAVIGATION */



/* BANNERS */

body.overview #header {
	background-image: url(../images/banners/overview.jpg)
}
body.download-brochure #header {
	background-image: url(../images/banners/download_brochure.jpg)
}
body.location #header {
	background-image: url(../images/banners/location.jpg)
}
body.shared-ownership #header {
	background-image: url(../images/banners/shared_ownership.jpg)
}
body#shared-ownership.calculator #header {
	background-image: url(../images/banners/calculator.jpg)
}
body.specification #header {
	background-image: url(../images/banners/specification.jpg)
}
body#properties #header {
	background-image: url(../images/banners/properties.jpg)
}
body#register #header {
	background-image: url(../images/banners/register.jpg)
}

/* END BANNERS */



/* HOME PAGE */


#block-contact {
	background-image: url(../images/sales_office_feature.gif);
	height: 171px;
}
#block-contact .textInset{
	padding-left: 30px;	
	padding-top: 25px;		
}
#block-contact h2{
	padding-bottom: 0.3em;
}
#block-contact .textInset address{
	color: #FFFFFF;
	padding-bottom: 0.3em;
	line-height: 1.4em;
}
#block-contact .textInset address .contactNumber{
	color: #FFFFFF;
	font-weight: bold;
}


#block-microsite-feature{
	background-image: url(../images/home_feature.gif);
}
#block-microsite-feature .textInset{
	padding-left: 45px;
	padding-top: 25px;
	padding-right: 200px;
}
#block-microsite-feature p{
	color: #8f7f7f;
}
#block-microsite-feature h2{
	color: #000000;
	padding-bottom: 5px;	
}



#block-microsite-feature span.featureLineOne{
	color: #7f7f7f;
}
#block-microsite-feature span.featureLineTwo{
	color: #7f7f7f;
}

/* styles for red block update on 07-10-08 */

/* end of styles for red block update on 07-10-08 */

.greenMore{
	background-image: url(../images/more_arrow_green.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-bottom: 0;
	width: 270px;
}
	.greenMore a{
		display: block;
		background-image: url(../images/dotted_line.gif);
		background-repeat: repeat-x;
		background-position: top;
		color: #000000;
		padding-left: 20px;
		height: 2.0em;
		line-height: 2.0em;
		text-decoration: none;
	}
	.greenMore a: visited{
		color: #000000;
	}
	.greenMore a: hover{
		color: #4c4c4c;
	}
	
.greenMoreRed{
	background-image: url(../images/more_arrow_green-red.jpg);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-bottom: 0;
	width: 270px;
}
	.greenMoreRed a{
		display: block;
		background-image: url(../images/dotted_line.gif);
		background-repeat: repeat-x;
		background-position: top;
		color: #ffffff;
		padding-left: 20px;
		height: 2.0em;
		line-height: 2.0em;
		text-decoration: none;
	}
	.greenMoreRed a: visited{
		color: #ffffff;
	}
	.greenMoreRed a: hover{
		color: #ffffff;
	}

.download_link{
	display: block;
	background: url(../images/download_brochure_link.jpg); 
	background-repeat: no-repeat;
	padding-left: 22px;
	margin-top: 5px;
	padding-top: 0;
	height: 2.0em;
	line-height: 1.8em;
}

.download_title{
	font-weight: bold;
	color: #757575;
	font-size: 1.1em;
}

/* END HOME PAGE */

#properties thead tr {
    background-color:#69C1C9;
}
