/* ########## IMPORTS */@import "propertycart.css";/* ######### */body{	color: #000000;	font-family: Verdana, Tahoma, sans-serif;	background-color: #000000;	margin-bottom: 0px;	margin-left: 0px;	margin-right: 0px;	margin-top: 5px;	/*background-image: url('../images/structure/bg.gif'); background-repeat: repeat-y repeat-x;*/	}/* ######### DONT TOUCH THESE ########## *//* hide these rules from CSS-challenged browsers */
@media screen, projection {
/* below exploits a parsing error so @media rules will be visible to MacIE5 */
.BeNiceToMacIE5 {
  font-family: Verdana, Tahoma, sans-serif;
  font-family: inherit;
}

.clear {
  clear: both;
  margin: 0;               /* keep flush with adjacent containers */
  padding: 0;
  height: 0;
  overflow: hidden;
}
} /* end media screen rules */

/* rules for WinIE only */
@media screen, projection {
* html .clear {
  display: none;           /* prevent excessive gap at div bottom in WinIE5 */
}
} /* end WinIE only rules */form{	margin: 0px;	padding: 0px;}hr{	width: 100%; height: 1px; background-color: #C5C7C9;	color: #C5C7C9;}.hr2{	width: 100%; height: 1px; background-color: #FFFFFF;	color: #FFFFFF;}/* ######### DONT TOUCH THESE ########## *//*  THIS DIV CONTAINS THE WHOLE SITE */.outer-container{	width: 780px;	margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;	background-color: #087363;	border-bottom: solid 1px #FFFFFF;}/* container for just the left and center columns */
.inner-container {
  width: 624px;              /* width of left and centre columns */
  float: left;             /* left side of window */
  margin: 0;               /* keep flush with adjacent containers */
  background-image: url('../images/bg_right.gif');
  
 
}.results-container{	width: 780px;	float: right;	margin: 0;	background-color: #087363;}	/*##### HEADER DIVS ######*/#header {
  width: 780px;             /* full window width */
  margin: 0;
  padding-top: 0px;  padding-bottom: 0px;
  font-size: 10pt;
  background-color: #087363;
  height: 108px;
  overflow: hidden;
}#logoContainer{	width: 450px;	height: 80px;	float: left;	text-align: left	}#logoContainerprint{	width: 450px;	height: 80px;	float: left;	text-align: left	}#telContainer{	width: 330px;	height: 81px;	float: right;	text-align: right;	right: 300px;}.navbarContainer{	width: 100%;	height: 25px;	position:relative;	background-color: #EB4800;	border-bottom: 1px solid #C5C7C9;	border-top: 1px solid #C5C7C9;	text-align: left;	float: left;}.txt{	font-family: Verdana, Tahoma, sans-serif; font-size: 8pt; color: #FFFFFF;  		}	/*##### HEADER DIVS ######*//* #### NAVBAR STYLES #####*/.navMenuOut{	background-color: #EB4800;	font-family: Verdana, Tahoma, sans-serif;	font-size: 8pt;	color: #FFFFFF;	border-right: 1px solid #FFFFFF;}.NavMenuOver{	background-color: #087363;	font-family: Verdana, Tahoma, sans-serif;	font-size: 8pt;	color: #FFFFFF;	border-right: 1px solid #FFFFFF;	cursor: pointer;}a:link.navLink		{ color: #FFFFFF; text-decoration: none; font-size: 8pt; }a:visited.navLink	{ color: #FFFFFF; text-decoration: none; font-size: 8pt; }a:hover.navLink  { color: #000000; text-decoration: none; font-size: 8pt; }/* #### NAVBAR STYLES #####*//* #### DEFAULT COMPONENTS ####*/#leftHeader{	width: 156px;	height: 25px;	position: relative; left: 0px;	top: 0px;	text-align: left;	background-color: #1E1C1C;	border-bottom: 1px solid #FFFFFF;		font-family: Verdana, Tahoma, sans-serif; font-size: 8pt;	color: #FFFFFF; text-indent: 15px; 	margin-top: 0px;	padding-bottom: 0px;	padding-left: 0px;	padding-right: 0px;}.headerText{	position: relative; top: 5px;}/* left column */
.search {
  width: 130px;              /* % of inner-container width is ~same width as right column */
  float: left;             /* left side of inner-container */
  margin: 0;               /* keep flush with adjacent containers */
  padding: 0;    /* space from window edge (IE messes up with margin, so use padding) */
  background-color: #087363;
  font-family: Verdana, Tahoma, sans-serif; font-size: 8pt;	color: #FFFFFF;
}#searchContainer{ /* USE THIS TO MOVE THE SEARCH BOX UP OR RIGHT */	padding-top: 10px;	padding-bottom: 0px;	padding-left: 15px;	text-align: left;	background-color: #087363;		}#centerHeader{	width: 466px;	height: 25px;	position:relative; left: 0px;	top: 0px;	text-align: left;	background-color: #1E1C1C;	border-bottom: 1px solid #FFFFFF;  	font-family: Verdana, Tahoma, sans-serif; font-size: 8pt;	color: #FFFFFF;text-indent: 15px; 	padding-top: 0px;	padding-bottom: 0px;	padding-left: 0px;	padding-right: 0px;}#centerContainer{ /* USE THIS TO MOVE THE NEW INSTRUCITONS BOX UP OR RIGHT */	width: 436px;	margin-top: 15px;	margin-left: 15px;	margin-right:15px;	margin-bottom: 0px;	background-color:#F4EEC1;}.introHeader{ 	margin-bottom: 15px;	height: 175px;	overflow: hidden;	width: 100%;	text-align: left;	font-family: Verdana, Tahoma, sans-serif;	font-size: 8pt;	color: #000000;}.justReceived{	height: 20px;	position:relative; left: 0px;	top: 0px;	text-align: left;	background-color: #087363;	font-family: Verdana, Tahoma, sans-serif; font-size: 8pt;	color: #FFFFFF;text-indent: 15px; 	padding-top: 5px;	padding-bottom: 0px;	padding-left: 0px;	padding-right: 0px;	margin-bottom: 15px;}/* center column */
.content {
  width: 466px;              /* % of inner-container width */
  float: right;            /* right side of inner-container */
  padding: 0;      /* some padding for readability */
  margin: 0;               /* keep flush with adjacent containers */
  border-right: solid 1px #FFFFFF;   border-left: solid 1px #FFFFFF;
}#rightHeader{	width: 156px;	height: 25px;	position:relative; left: 0px;	top: 0px;	text-align: left;	background-color: #1E1C1C;	border-bottom: 1px solid #FFFFFF;		font-family: Verdana, Tahoma, sans-serif; font-size: 8pt;	color: #FFFFFF; text-indent: 15px; 	padding-top: 0px;	padding-bottom: 0px;	padding-left: 0px;	padding-right: 0px;}#rightContainer{ /* USE THIS TO MOVE THE LETTINGS BOX UP OR RIGHT */	width: 126px;	margin-top: 15px;	margin-left: 15px;	margin-right:15px;	margin-bottom: 0px;	text-align: left;		}/* right column */
.lettings {
  width: 156px;              /* a little less than available 24% */
  float: right;            /* right side of window */
  margin: 0;               /* keep flush with adjacent containers */
  padding: 0;      /* some space from right window edge */
  background-color: #087363;
  height: 100%;
}/* #### DEFAULT COMPONENTS ####*//* #### OUTSEARCH COMPONENTS ####*/#outSearchHeader{	width: 156px;	height: 25px;	position: relative; left: 0px;	top: 0px;	text-align: left;	background-color: #1E1C1C;	border-bottom: 1px solid #FFFFFF;		font-family: Verdana, Tahoma, sans-serif; font-size: 8pt;	color: #FFFFFF; text-indent: 15px; 	margin-top: 0px;	padding-bottom: 0px;	padding-left: 0px;	padding-right: 0px;}/* left column */
.outSearch {
  width: 156px;              /* % of inner-container width is ~same width as right column */
  float: left;             /* left side of inner-container */
  margin: 0;               /* keep flush with adjacent containers */
  padding: 0;    /* space from window edge (IE messes up with margin, so use padding) */
  background-color: #FFFFFF;
}#outSearchContainer{ /* USE THIS TO MOVE THE SEARCH BOX UP OR RIGHT */	padding-top: 10px;	padding-bottom: 0px;	padding-left: 15px;	text-align: left;	background-color:#087363;}#resultsHeader{	width: 623px;	height: 25px;	position:relative; left: 0px;	top: 0px;	text-align: left;	background-color: #1E1C1C;	border-bottom: 1px solid #FFFFFF;  	font-family: Verdana, Tahoma, sans-serif; font-size: 8pt;	color: #FFFFFF;text-indent: 15px; 	padding-top: 0px;	padding-bottom: 0px;	padding-left: 0px;	padding-right: 0px;}#resultsContainer{ /* USE THIS TO MOVE THE RESULTS UP OR RIGHT */	width: 593px;	margin-top: 15px;	margin-left: 15px;	margin-right:15px;	margin-bottom: 0px;	text-align:left;}/* center column */
.results {
  width: 623px;              /* % of inner-container width */
  float: right;            /* right side of inner-container */
  padding: 0;      /* some padding for readability */
  margin: 0;               /* keep flush with adjacent containers */
  border-left: solid 1px #FFFFFF;
  background-image: url('../images/center.gif');
}/* #### OUTSEARCH COMPONENTS ####*//* #### FULL DETAILS COMPONENTS - MOST OF WHICH ARE THE SAME AS OUTSEARCH ####*//* #### FULL DETAILS COMPONENTS - MOST OF WHICH ARE THE SAME AS OUTSEARCH ####*//* #### SEARCH BOX STYLES ####*/.searchTable{	font-family: Verdana, Tahoma, sans-serif;	font-size: 8pt;	color: #000000;	background-color: #FFFFFF;	}.searchField{	font-family: Verdana, Tahoma, sans-serif;	font-size: 8pt;	color: #000000;	background-color: #FFFFFF;	border: solid 1px #000000;	width: 130px;}.searchButton{	font-family: Verdana, Tahoma, sans-serif;	font-size: 8pt;	color: #000000;	background-color: #E5E6E7;	border-top: solid 1px #FFFFFF;	border-left: solid 1px #FFFFFF;	border-right: solid 1px #000000;	border-bottom: solid 1px #000000;	width: 130px;}/* #### SEARCH BOX STYLES ####*//*#### RE-USEABLE STYLES ####*/.picBorder{	border: solid 1px #000000;}.propAddress{	font-family: Verdana, Tahoma, sans-serif;	font-size: 8pt;	color: #234239;	font-weight: bold;}.propDetails{	font-family: Verdana, Tahoma, sans-serif;	font-size: 8pt;	color: #000000;	background-color: #F4EEC1;}.propDetails2{	font-family: Verdana, Tahoma, sans-serif;	font-size: 8pt;	color: #000000;	background-color: #FFFFFF;}.propPrice{	font-family: Verdana, Tahoma, sans-serif;	font-size: 8pt;	color: #000000;	font-weight: bold;}.propBrief{	width: 100%;	height: 40px;	overflow: hidden;	font-family: Verdana, Tahoma, sans-serif;	font-size: 8pt;	color: #FFFFFF;}.propBrief2{	width: 100%;	height: 40px;	overflow: hidden;	font-family: Verdana, Tahoma, sans-serif;	font-size: 8pt;	color: #000000;}a:link.propAdd		{ color: #FFFFFF; text-decoration: none; font-weight: bold; font-size: 8pt; }a:hover.propAdd  { color: #FFFFFF; text-decoration: none; font-weight: bold; font-size: 8pt; }a:visited.propAdd	{ color: #FFFFFF; text-decoration: none; font-weight: bold; font-size: 8pt; }a:link.propAdd2		{ color: #234239; text-decoration: none; font-weight: bold; font-size: 8pt; }a:hover.propAdd2  { color: #234239; text-decoration: none; font-weight: bold; font-size: 8pt; }a:visited.propAdd2	{ color: #234239; text-decoration: none; font-weight: bold; font-size: 8pt; }a:link.fullDetails		{ color: #197B6B; text-decoration: none; font-size: 8pt; height: 10px }a:hover.fullDetails		{ color: #197B6B; text-decoration: none; font-size: 8pt; height: 10px }a:visited.fullDetails	{ color: #197B6B; text-decoration: none; font-size: 8pt; height: 10px }a:link.paging		{ color: #1E1C1C; text-decoration: none; font-size: 8pt; }a:hover.paging		{ color: #1E1C1C; text-decoration: none; font-size: 8pt; }a:visited.paging	{ color: #1E1C1C; text-decoration: none; font-size: 8pt; }.paging-selected		{ color: #1E1C1C; text-decoration: none; font-size: 8pt; font-weight:bold }.paging {	font-family: Verdana, Tahoma, sans-serif; font-size: 8pt;}.galleryNav{	border: solid 1px #FFFFFF;	font-family: Verdana, Tahoma, sans-serif;	font-size: 8pt;	color: #000000;}.hr{	background-color: #087363;	color: #087363;}ul	{		margin-left: 0px;		padding-left: 0px;		list-style: none;		line-height: 150%;		margin-top: 0px;		margin-bottom: 0px;	}li	{		padding-left: 10px;		padding-top: 0px;		background-image: url('../images/structure/bullet.gif');		background-repeat: no-repeat;		background-position: 0 6px;	}/*#### RE-USEABLE STYLES ####*//*#### FOOTER CONTAINER ####*/.footer {
  clear: both;             /* below all columns */
  width: 780px;             /* full window width */
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  background-color: #EB4800;
  font-family: Verdana, Tahoma, sans-serif;
  font-size: 10pt;
  color: #FFFFFF;
  border-top: solid 1px #FFFFFF
}.70{	height:70px;	}.copyRight{	width: 780px;	padding-bottom: 10px;	padding-top: 10px;	font-family: Verdana, Tahoma, sans-serif;	font-size: 8pt;	color: #FFFFFF;}a:link.tweb			{ color: #FFFFFF; text-decoration: underline; font-size: 8pt; height: 10px }a:hover.tweb		{ color: #FFFFFF; text-decoration: underline; font-size: 8pt; height: 10px }a:visited.tweb		{ color: #FFFFFF; text-decoration: underline; font-size: 8pt; height: 10px }/*#### FOOTER CONTAINER ####*/#dhtmltooltip{position: absolute;width: 150px;border: 2px solid black;padding: 2px;background-color: #FFFFE0;visibility: hidden;z-index: 100;/*Remove below line to remove shadow. Below line should always appear last within this CSS*/}/* PROPERTY CART STYLES */.PropCartFrame{	border-left: solid 1px #000000;	border-right: solid 1px #000000;	border-top: solid 1px #000000;	background-color: #7D2E48;}.PropCartTitle{	background-color: #84221E;	color: #FFFFFF;	font-size: 8pt;	font-family: Verdana, Tahoma, sans-serif;}.PropCartBottom{	border-bottom: solid 1px #000000;	border-left: solid 1px #000000;	border-right: solid 1px #000000;}.PropertyCartHide{	display:none;}.PropertyCartMessage{	position:absolute;	background-color: #84221E;	color: #FFFFFF;	z-index: 100;	left: 41%;	top: 260px;	width:220px;	height:80px;	border-left: solid 1px #000000;	border-right: solid 1px #000000;	border-top: solid 1px #000000;	border-bottom: solid 1px #000000;	}.propMessage{	background-color: #FFFFFF;	color: #000000;}.PropertyCartBK{	position:absolute;	background-color: #000000;	z-index: 99;	left: 42%;	top: 267px;	width:216px;	height:80px;	opacity: 0.75;}/* *********************** */.print-tel{	display:none}.non-print-tel{	display: block;}//* ********** GALLERY STYLES ************* */#gallery-image-container{	position:relative;}#gallery-image{	position:relative;}#gallery-image-controls{	position:relative;	top:-24px;} .controls {	background-color: #FFFFFF;}.washout { 	opacity: 0.75;	filter: alpha(opacity=70); } @media screen{	#page-printing-container	{		width:100%;		height:100%;		overflow:auto;		background-color:#FFFFFF;	}		#print-out-logo	{		display:none;	}	.bg	{		background-color:#F4EEC1;}				.bgGreen	{		background-color:#087363;}				.screen-hide { display:none }	}@media print {	#page-printing-container	{			width:645px;			background-color:#FFFFFF;	}		.page-break-avoid	{		page-break-before:auto;	}		#print-out-logo	{		display:block;		page-break-before:auto;		height:81px;	}	.bg	{		background-color:#FFFFFF;}				.bgGreen	{		background-color:#087363;}	}