/* ------------------- */
/*      STRUCTURE      */
/* ------------------- */

/* sets the RIGHT column width and pads content away from the right edge */
div#left {
	float: left;
	width: 152px;
}

div#rightCol {
float: right;
	width: 576px;
	}

.innerLeft {
	margin-left: 16px;
	float: left;
	width: 330px;
	}
	
.innerRight {
	float: right;
	padding: 0 5px 0 10px; 
	width: 162px;
	}


/* ------------------- */
/*        STYLES       */
/* ------------------- */

div#main {
	width: 776px;
	background-image:url(../assets/common/peachpanelbottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #FDE2C9;
	padding: 0;
	font-size: 11px;
	color:#004A99;
	font-family: Arial, Helvetica, sans-serif;
}

div#page {
	width: 758px; /*Edited for IE6 */
	background-image:url(../assets/common/peachpaneltop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 25px 0px 42px 18px; /*Edited for IE6 */
}

div#page h1 { /* main page heading */
	font-family: Georgia, verdana, helvetica, sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 210%;
	font-weight: normal;
	line-height: 150%;
	margin: 0;
	color:#004A99;
}

div#rightCol {
	background-color: #FDE2C9;
	}
	
.innerLeft {
	font-size: 110%;
	color:#666666;
	}
	
.innerLeft	h1 { /* heading that appear in location pages */
	font-size: 10px;
	margin: 0px 0 0px 0;
	color:#333;
}
	
.innerLeft	h2 { /* subheading */
	font-family: Georgia, "Times New Roman", Times, serif; /* new */
	margin: 14px 0 10px 0;
	color: #004A99; /* new */
	
}

h2.pound-sterling { /* new style for pound sterling price under main price on property particulars */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 125%;
	margin: -3px 0 10px 0;
}

.innerLeft	h2.zeroPad { /* first subheading */
	margin: 0 0 10px 0;
}

.innerLeft	h2.intro-text { /* intro text */
	margin: 0 0 10px 0;
	color: #004A99;
}

.innerRight {
	background-image:url(../assets/common/dottedline.gif);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: none;
	}
	
.innerRight	h2 { /* subheading */
	font-size: 140%;
	font-weight: bold;
	margin: 17px 0 10px 0;
}

/* factfile lists style */

.innerRight ul {
	margin: 11px 0 0 0;
	padding: 0px;
	list-style-type: none;
	}
	
.innerRight li {
	margin-bottom: 8px;
	line-height: 100%;
	list-style-type: none;
	}
	

div#left {
	color:#004A99;
	font-size: 90%;
	line-height: 135%;
}

div#left h2 {
	font-family: Georgia, verdana, helvetica, sans-serif;
	padding: 1px 0 3px 0;
	}
	
div#left .rightRed h2 {
	font-size: 155%;
	color: #FFF;
	margin: 10px 0;
	font-weight: bold;
	}
	
div#left .rightPeach h2 {
	font-size: 140%;
	color:#CC6600;
	margin: 10px 0;
	}
	
.rightPeachinner {
	background-image:url(../assets/sidepanels/peachtop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #004A99;
	font-size: 120%;
	}
	
.rightPeachpadding {
	padding: 3px 8px 4px 10px;
	}
	
.alignLeft {
	float: left;
	padding-bottom: 5px;
}
	
div#footer {
	padding-left: 0px;
	background-color: #004A99;
	}
	
.alignLeft strong a, .alignLeft strong a:visited, .alignLeft strong a:active { /*New style to fix location links on particulars */
	text-decoration: none;
	color: #960; /* this has been inherited by a:hover? */
}	

.alignLeft strong a:hover { /*New style to fix location links on particulars */
	text-decoration: underline;
}

/* Form Styles for vertical basic search */

/* select { these style should not effect the basic search form on the home page
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	line-height: 200%;
	display: block;
	width: 115px;
	margin: 0 0 5px 0;
	float: left; } */

.searchButton {
	padding: 8px 0 8px 0;
}

/* End */