/* Readings Hope & Mann Stylesheet
Copyright Readings Hope & Mann 2007
Author: Sorrel Hoare, Vebra Plc */

/******** STYLE INDEX ********

GEN		GENERIC STYLES

P1		HOME PAGE STYLES
P2		SERVICES PAGE STYLES

S1		MINI LINKS
S2		MAIN NAVIGATION
S3		FOOTER NAVIGATION

HX		IE6 HACKS

*****************************/

/**** GEN GENERIC STYLES ****/

* { margin: 0; padding: 0; font: 11px Arial, Helvetica, sans-serif; line-height: 16px; }

.left { float:left; }
.right { float: right; }
.hide { display:none; }
.clear { clear: both; }
.bold {	font-weight: bold; }
.red { color: #FF314A; }
.orange { color: #FF863C; }

a, .active, a:hover, a:active { color: #FF863C; }
p { padding-top: 10px;}

body {
	background:#1B435E url(../stat/body_bg.gif) 0 0 repeat-x; color: #fff;
	}

#mainContainer {
	margin: 0 auto;
	padding:0;
	width: 672px;
	text-align: center;
	}
	
#header {
	padding-left: 4px;
	padding-top: 0px;
	margin-top:10px;
	position: relative;
	height: 90px;
	border:0px solid #f30;
	}
	
#mainContent {
	padding: 20px 6px;
	text-align: left;
	}

.columnL, .columnR {
	width: 50%;
	float: left;	
	}
#mainContent .columnL p {
	padding-right: 10px;
	}
	#mainContent .columnR p {
	padding-left: 10px;
	}
	
#mainContent #search_full {
	width:640px;
	padding:10px;
	background:#0C3A58;
	}

#mainContent #search_full h2 {
	border-bottom: 1px solid #5B7786;
	padding-bottom: 10px;
	}
	
	
/****** The Sliding Div ******/
	
#contactUs {
	position: absolute;
	top: 50px;
	right: 0;
	width: 160px;
	}

#detailsBox {
	width: 129px;
	text-align: left;
	background: #244D68 URL(../stat/bg_detailsBox.gif) 0 -2px no-repeat;
	float: left;
	margin-top: -6px;
	margin-left: 4px;	
	padding: 10px;
	}
	
* html #detailsBox{
	margin-top:-10px;
	margin-left:2px;
	}
	
#detailsBox p {
	padding-top: 0;
	padding-bottom: 10px;
	}
	
/*****************************/
	
#bigBlueBox {
	background: url(../stat/bg_bbb.gif) 0 0 repeat-y;
	text-align: center;
	}
	
* html .boxDetail {
	float:none;
	}
		
	#whiteBox {
		background: #fff;
		text-align: left;
		width:660px;
		margin: 0 6px;
		min-height: 200px;
		padding-bottom: 4px;
		}	

* html #whiteBox { height: 198px; padding-bottom:0px; }		
*+html #whiteBox { min-height: 198px; padding-bottom:0px; }	
		
		#whiteBox img {
			margin: 4px 0 4px 4px;
			}
	
		#linksBox {
			background: url(../stat/bg_links.gif) bottom repeat-x;
			width: 192px;
			height: 190px;
			padding: 0 5px;
			margin-top: 4px;
			}
		#linksBox ul li {
			list-style-type: none;
			height: 20px;
			border-bottom: 1px solid #D7D8D4;
			padding-top: 4px;
			}
		#linksBox ul li a {	
			font: 10px Verdana, Arial, Helvetica, sans-serif;
			color: #1B435E;
			text-decoration: none;
			}
		#linksBox ul li a:hover, #linksBox ul li a:active {
			color: #FF863C;
			}


#bigBlueBox	.innerBox {
		border: 0px solid red;
		width: 628px;
		margin: 0 auto;
		text-align: left;
		}	


/**** S1 MINI LINKS ****/

#miniLinks { 
	float: right;
	text-align: right;
	width: 160px;
	margin-right: 6px;
	}
	
#miniLinks a img {
	margin-top: 10px;
	}
	
	
/**** S2 MAIN NAVIGATION ****/

#navContainer {
	clear: both;
	width: 665px;
	margin: 10px auto;
	height: 25px;
	}

#navList {
	padding-top: 10px;
	}

#navList li {
	list-style-type: none;
	display: inline;
	margin-right: 10px;
	}
	
#navList li a {
	display: block;
	float: left;
	height: 10px;
	margin-right: 10px;
	}
	
#nav_01 a { width: 38px;background: url(../stat/nav_sales.gif) 0 1px no-repeat;}
#nav_02 a {	width: 59px;background: url(../stat/nav_lettings.gif) 0 1px no-repeat;}
#nav_03 a {	width: 65px;background: url(../stat/nav_auctions.gif) 0 1px no-repeat;}
#nav_04 a { width: 34px;background: url(../stat/nav_land.gif) 0 1px no-repeat;}
#nav_05 a {	width: 77px;background: url(../stat/nav_newhomes.gif) 0 1px no-repeat;}
#nav_06 a {	width: 55px;background: url(../stat/nav_surveys.gif) 0 1px no-repeat;}
#nav_07 a {	width: 157px;background: url(../stat/nav_profsrvcs.gif) 0 1px no-repeat;}

.endLink, .endLink a { 
	margin-right: 0!important;
	border-bottom: none!important;
	}

.spacer {
	float: left;
	}
	
/**** S3 FOOTER NAVIGATION ****/

#footer { 
	clear: both;
	margin-bottom: 10px;
	margin-right: 6px;
	text-align: right; }

#footer ul li {
	list-style-type: none;
	display: inline;
	padding-left: 7px;
	}

#footer ul li a {
	color: #fff;
	text-decoration: none;
	}
#footer ul li a:hover, #footer ul li a:active {
	color: #FF863C; 
	}
		
/**** P1 HOME PAGE STYLES ****/

#bigBlueBox	.innerBox .spacer {
	width: 14px;
	height: 14px;
	border: 0px solid green;
	}
.smallContentBox {
	float: left;
	width: 200px;
	}
		
.smallContentBox h2 {
	border-bottom: 1px solid #5B7786;
	padding-bottom: 5px;
	padding-top: 20px;
	}
			
#featurePropertyBox, #newsBox {
	background: #0C3A58;
	float: left;
	text-align: left;
	margin: 10px 0;
	padding: 10px;
	height: 280px;
	}


*+html #featurePropertyBox { margin:10px 0 0 6px; }
	
#featurePropertyBox h2, #newsBox h2 {
	border-bottom: 1px solid #244C65;
	padding-bottom: 10px;
	}
	
#featurePropertyBox {
	width: 210px;
	margin-left: 6px;
	
	}
	
* html #featurePropertyBox{
	margin-left:3px;
	}
	
#newsBox {
	width: 400px;
	margin-left: 10px;
	} 
	
/**** P2 SERVICES PAGE ****/

ul.services li {
	background: #0C3A58;
	list-style-type: none;
	margin: 5px 0;
	padding: 5px;
	}
ul.services li p {
	padding-top: 0;
	}
ul.services li h3 {
	color: #FFEEAC;
	font: 11px arial, verdana, helvetica, sans-serif;
	}
	
