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

h1{
	color: #734626;
}

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: #e5e5e5;
	width: 530px;
}

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

#mainContent p.firstParagraph{
	color: #9d6e4d;
}



/* NAVIGATION */

#nav {
	background-color: white;
}
#nav ul li a {
	color: #959595;
}
#nav ul li a: visited {
	color: #959595;
}
#nav ul li a:hover {
	color: #815434;
}
#nav ul li a.active {
	color: #815434;
}
#nav ul li a.offer {
	color: #815434;
}
#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: #ffdabb;
	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 h2{
	color: #734626;
	padding-bottom: 0;
}
#block-microsite-feature span.featureLineOne{
	color: #734626;
}
#block-microsite-feature span.featureLineTwo{
	color: #9d6e4d;
}
#block-microsite-feature p{
	padding-bottom: 7px;
}


.brownMore{
	background-image: url(../images/more_arrow_brown.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-bottom: 0;
	width: 270px;
}
	.brownMore 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;
	}
	.brownMore a: visited{
		color: #000000;
	}
	.brownMore a: hover{
		color: #af9058;
	}

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

/* END HOME PAGE */

#properties thead tr {
    background-color:#A48D79;
}
