/*==========================================================================================================*/
/* 														GENERAL Styles 										*/
/*==========================================================================================================*/
html, body {
	padding: 0;
	margin: 0;
	background: #fff url(../images/body_bk.gif) repeat-x;
}

body {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #535353;
	text-align: center;
}

img {
	border: 0;
}

div#wrapper{ /* Overall wrapper used on all pages */
	margin-left: auto;
	margin-right: auto;
	width: 890px;
	text-align: left;
}

a { /* General links */
	color: #62594A;
	font-weight: bold;
	text-decoration: none;
}

	a:hover{/* General links - hover */
		color: #F13F30;
	}
	
br.clr {/* Used to clear floated divs */
	clear: both;
}

h1, h2{ /*headers*/
   margin: 0px;
}

h1{
	font-size: 30px;
	font-weight: normal;
	color: #2E5484;
}

h2{
	font-size: 20px;
	font-weight: normal;
	color: #2E5484;
	margin: 5px 0 0 10px;
}

input.text, textarea.text {/*text input*/
	border: 1px solid #000000;
	width: 220px;
	font-size: 11px;
}

input.button {
	border: thin outset;
	font-size: 11px;
	padding: 2px 5px 2px 5px;
}

table.collapselineTable { border-collapse: collapse;}
table.collapselineTable td { border: solid 1px #cccccc;}
/*---------------------------------------*/
/* - ERROR/Notification message Styles - */
/*---------------------------------------*/
div.notify {
	background-color: #ffff99;
	border: dotted 1px #ff3333;
	padding: 2px 2px 2px 2px;
	margin: 0 10px 2px 2px;
}

	div.notify p {
		margin: 0 0 3px 0;
	}
/*==========================================================================================================*/
/* 														NAV COLUMN Styles 									*/
/*==========================================================================================================*/
div#nav{/*contains navigation plus search functionality*/
	padding: 10px 5px 0 0;
	width: 242px;
}

div#nav-logo{
	padding: 50px 0 90px 0;
}
	/*----------------------------------*/
	/* - Left navigation menu - START - */
	/*----------------------------------*/
	div#nav div.nav {
		background-color: #fff;
		border: 1px solid #fff;
	}

		div#nav div.nav ul{
	 		margin: 0;
			padding: 0;
			list-style-type: none;
		}

		div#nav div.nav li{
		 	margin: 0 0 .09em 0;
		}

		div#nav div.nav a{
			display: block;
			background: #EBEBEB url(../images/nav_bk.jpg) left no-repeat;
			width: 207px;
			padding: 8px 0 8px 35px;
		}
	/*--------------------------------*/
	/* - Left navigation menu - END - */
	/*--------------------------------*/
div#nav-search {/*contains search functionality*/
	color: #fff;
	font-weight: bold;
	background-color: #718592;
	padding: 10px 0 10px 5px;
	margin: 0 0 2px 0;
}

	div#nav-search input {/*search image button*/
		margin: 5px 0 0 0;
	}

		div#nav-search input#ctlMainNav_btnSearch {/*search image button*/
			margin: 5px 0 0 144px;
		}

div#nav-address {/*contains address*/
	color: #fff;
	font-weight: bold;
	padding: 20px 20px 20px 20px;
	background: #9F150B;
	text-align: center;
}
/*====================================================================================================*/
/*														MAIN CONTENT Styles 						  */
/*====================================================================================================*/
div#content {
	padding: 58px 0 0 0;
}
	/*-------------------------------------*/
	/* - Content navigation menu - START - */
	/*-------------------------------------*/
	div#content div.nav {
		background-color: #E1E1E1;
		text-align: right;
		padding: 7px 0 7px 0;
	}

	div#content div.nav ul{
 		margin-left: 0;
		padding-left: 0;
		display: inline;
	}

	div#content div.nav li{
		margin-left: 0;
		padding: 3px 10px;
		border-left: 1px solid #A0A0A0;
		list-style: none;
		display: inline;
	}

		div#content div.nav li.first{
			margin-left: 0;
			border-left: none;
			list-style: none;
			display: inline;
		}
	/*-----------------------------------*/
	/* - Content navigation menu - END - */
	/*-----------------------------------*/
	div#content div.content-feature-header{
		background: #EDEDED url(../images/feature_bk.gif) repeat-x;
		padding: 3px 0 10px 10px;
		font-size: 16px;
	}

	div#content div.content-feature-text{
		padding: 3px 0 5px 10px;
		background-color: #E3EDF2;
		border-bottom: 1px solid #B3B8BB;
		border-top: 1px solid #B3B8BB;
	}

	div#content div.content-sectiontitle{/*content section title*/
		background: #fff url(../images/sec_bk.gif) repeat-x bottom;	
		padding: 10px 0 25px 0;
		margin-bottom: 10px;
	}

div#content-header {/*main picture*/
	border-bottom: 2px solid #5D80B0;
}

div#content-subheader{/*message below main picture*/
	text-align: right;
}

div#content-main{	/*main content container*/
	border-right: 1px solid #D1CBC2;
	padding-right: 2px;
}
/*==========================================================================================================*/
/* 														RESULTS LIST Styles 								*/
/*==========================================================================================================*/
/*-----------------------------*/
/* - Navigation menu - START - */
/*-----------------------------*/
div#search_output_nav {/*results list navigation container (underscore required in name since ID is to be used in vb.net)*/
	color: #C60001;
	font-weight: 600;
	border-top: dotted 1px #818181;
	border-bottom: dotted 1px #818181;
	float: left;
	background-color: #DEE5EF;
	padding: 5px 30px 5px 20px;
}

	div#search_output_nav a {/*results list navigation link*/
		color: #3C5782;
	}

div#search-output-navlinks {/*numerical navigation container*/
	float: left;
}

div#search-output-navcmd {/*prev/next navigation container*/
	float: right;
}
/*---------------------------*/
/* - Navigation menu - END - */
/*---------------------------*/
div.search-output {/*results list item container*/
	border-bottom: 1px solid #DFDFDF;
	padding: 10px 10px 10px 10px;
}

	div.search-output td {/*each item is split into a 2 column table - left for picture - right for content*/
		vertical-align: top;
	}

	div.search-output p {
		margin: 0 0 10px 0;
	}

div.search-output-pic {/*picture container*/
	border: solid 1px #CFCFCF;
	padding: 5px;
	background-color: #EBEBEB;
	width: 120px;
}

td.search-output-cell {/*table cell holding description divs*/
	background-color: #F1F1F1;	
}

div.search-output-title {/*item title container*/
	background-color: #2E5283;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0 5px 20px;
}

div.search-output-desc {/*item description container*/
	padding: 5px 0 5px 20px;
	float: left;
}

div.search-output-price {/*item price container*/
	background-color: #9F150B;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 15px 5px 15px;
	float: left;
	margin: 10px 0 0 0;
}

div.search-output-link{/*item full-page link container*/
	float: right;	
	margin: 10px 15px 0 70px;
	background-color: #E1E1E1;
	border: solid 1px #fff;
	padding: 5px;
}

div.search-output-stat {/*item status container*/
	background: #E1E1E1 url(../images/img_minihouse.jpg) left no-repeat;
	border: solid 1px #fff;
	padding: 5px 5px 5px 25px;
	float: right;
	margin: 10px 25px 0 0;
}
/*=======================================================================================================*/
/*													 FULL PAGE DISPLAY Styles 							 */
/*=======================================================================================================*/
/*-----------------------------*/
/* - Navigation menu - START - */
/*-----------------------------*/
div#prop-output-nav {/*property details navigation container */
	color: #C60001;
	font-weight: 600;
	border-top: dotted 1px #818181;
	border-bottom: dotted 1px #818181;
	background-color: #DEE5EF;
	padding: 5px 30px 5px 20px;
	margin: 0 0 20px 0;
	height: 14px;
}

	div#prop-output-nav a {/*property details navigation link*/
		color: #3C5782;
	}

div#prop-output-status {/*numerical navigation container*/
	float: right;
}

div#prop-output-savead {/*save ad container*/
	float: right;
	width: 200px;
}
/*---------------------------*/
/* - Navigation menu - END - */
/*---------------------------*/
div#prop-output {/*property details container*/
}

	div#prop-output p {/*property details paragraph*/
		margin: 0 0 5px 0;
	}

		div#prop-output p.address {/*property details - address*/
			font-weight: 600;
		}

		div#prop-output p.ptype {/*property details - property type*/
			font-size: 13px;
		}

		div#prop-output p.price {/*property details - price*/
			color: #A93C1A;
			margin: 0 0 15px 0;
			font-weight: bold;
		}

		div#prop-output p.title {/*property details paragraph titles*/
			color: #3C5782;
			font-weight: 600;
			border-bottom: dotted 1px #818181;
			margin: 10px 0 5px 0;
		}
		
		div#prop-output p.feature {/*property details feature*/
			background: url(../images/tickbox.gif) left top no-repeat;
			padding: 0 0 10px 20px;
		}

div#prop-output-details {/*property details - primary details container*/
	float: left;
	width: 290px;
	padding: 0 5px 0 10px;
}

div#bannerImage {/*static non-javascript image container - used depending on property Status (e.g. Sold, Sale Agreed, etc)*/
	text-align: center;
}

div#prop_output_description {/*lower description container*/
	padding: 0 0 0 10px;
}

	div#prop_output_description.inlined {/*inlined version for when no images exist and text is moved up beside upper description*/
		margin-left: 300px;
	}

		div#prop_output_description.inlined p.title {/*property detailsdescription container hack - blank out the parapgraph title border when block moved up because of no pictures*/
			border-bottom: solid 1px #fff;
		}

table#prop-output-footer {/*property details - contact and feature details */
	border-collapse: collapse;
	margin: 20px 0 0 10px;
}

	table#prop-output-footer td.prop-output-footer-item {/*each cell of the table*/
		border: solid 1px #959B97;
		vertical-align: top;
		width: 50%;
	}
	
	table#prop-output-footer input.text {/*text input*/
		width: 150px;
	}

	table#prop-output-footer textarea.text {/*text input*/
		width: 240px;
	}
/*=======================================================================================================*/
/*														CONTACT PAGE Styles 							 */
/*=======================================================================================================*/
div#contact_container{
	padding: 0 0 0 10px;
}

	div#contact_container input,textarea{
		display: block;
		margin: 0 0 10px 0;
	}
/*=======================================================================================================*/
/*														SITEMAP PAGE Styles 							 */
/*=======================================================================================================*/
div#sitemap-container{
	padding: 0 0 0 10px;	
}
/*====================================================================================================*/
/* 														FOOTER Styles 								  */
/*====================================================================================================*/
div#footer {
	border: 1px solid #D4D4D4;
	background-color: #E1E1E1;
	padding: 10px 0 10px 0;
	margin: 20px 0 40px 0;
}
	/*------------------------------------*/
	/* - Footer navigation menu - START - */
	/*------------------------------------*/
	div#footer div.nav ul{
 		margin-left: 0;
		padding-left: 0;
		display: inline;
	}

	div#footer div.nav li{
		margin-left: 0;
		padding: 3px 10px;
		border-left: 1px solid #A0A0A0;
		list-style: none;
		display: inline;
	}

		div#footer div.nav li.first{
			margin-left: 0;
			border-left: none;
			list-style: none;
			display: inline;
		}
			
		div#footer div.nav li a{
			font-weight: normal;
		}
	/*----------------------------------*/
	/* - Footer navigation menu - END - */
	/*----------------------------------*/

