body{	color: #000000;	font-family: Verdana, Tahoma, sans-serif;	background-color: #FFE1AB;	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;}/* ######### 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: #FFFFFF;}/* container for just the left and center columns */
.inner-container {
  width: 581px;             /* width of left and centre columns */
  float: left;              /* left side of window */
  margin: 0;                /* keep flush with adjacent containers */
  background-color: #FFFFFF;
}.results-container{	width: 780px;	float: right;	margin: 0;		background-image: url('../images/contentleftbottom1.jpg');
	background-color:white; 
	background-repeat:no-repeat;
    background-position: left bottom;}.background{	background-image:url('../images/back_p.gif'); background-repeat: repeat-y		}	/*##### HEADER DIVS ######*/#header {
  width: 780px;	/* full window width */
  height: 230px;             
  margin: 0;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 8pt;
  background-color: #FFFFFF;
  overflow: hidden;
  background-image: url('../images/homeheader.gif'); background-repeat:no-repeat;
}#logoContainer{	width: 450px;	float: left;	text-align: left}#telContainer{	width: 330px;	float: right;	text-align: right;}#navbarContainer{	width: 780px;	height: 25px;	background-color: #84221E;	border-bottom: 1px solid #C5C7C9;	border-top: 1px solid #C5C7C9;	text-align: left;	float: left}	/*##### HEADER DIVS ######*//* #### NAVBAR STYLES #####*/.navMenuOut2{	background-color: #84221E;	font-family: Verdana, Tahoma, sans-serif;	font-size: 8pt;	color: #FFFFFF;	border-right: 1px solid #C5C7C9;}.NavMenuOver2{	background-color: #E5E6E7;	font-family: Verdana, Tahoma, sans-serif;	font-size: 8pt;	color: #000000;	border-right: 1px solid #C5C7C9;	cursor: pointer;}a:link.navLink		{ color: #000000; text-decoration: none; font-size: 8pt; }a:visited.navLink	{ color: #000000; text-decoration: none; font-size: 8pt; }a:hover.navLink  { color: #000000; text-decoration: none; font-size: 8pt; }/* #### NAVBAR STYLES #####*//* #### DEFAULT COMPONENTS ####*/#leftHeader{	width: 262px;	height: 25px;	position: relative; left: 0px;	top: 0px;	text-align: left;	background-color: #E5E6E7;	border-bottom: 1px solid #C5C7C9;		font-family: Verdana, Tahoma, sans-serif; font-size: 8pt;	color: #000000; text-indent: 15px; 	margin-top: 0px;	padding-bottom: 0px;	padding-left: 0px;	padding-right: 0px;}.headerText{	position: relative; top: 5px;}/* left column */
.contentleft {
  width: 241px;              /* % 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) */
  font-size: 8pt;
  background-color: #FFFFFF;
  height: 306px;
  background-image: url('../images/homeleft.gif'); background-repeat:no-repeat;
  background-position: left bottom;
}#leftContainer{ /* USE THIS TO MOVE THE SEARCH BOX UP OR RIGHT */	padding-top: 0px;	padding-bottom: 0px;	padding-left: 0px;	font-size: 8pt;	text-align: left;}#leftContentContainer{ /* USE THIS TO MOVE THE SEARCH BOX UP OR RIGHT */	padding-top: 0px;	padding-bottom: 0px;	padding-left: 0px;	font-size: 8pt;	text-align: left;}.contentpageleft {
  width: 183px;              /* % 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) */
  font-size: 8pt;
  height: 425px;
}#centerHeader{	width: 319px;	height: 25px;	position:relative; left: 0px;	top: 0px;	text-align: left;	background-color: #E5E6E7;	border-bottom: 1px solid #C5C7C9;  	font-family: Verdana, Tahoma, sans-serif; font-size: 8pt;	color: #000000;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: 319px;	margin-top: 1px;	margin-left: 0px;	margin-right:0px;	font-size: 8pt;	margin-bottom: 0px;	text-align: left;}/* center column */
.contentcenter {
  width: 338px;           /* % of inner-container width */
  float: right;           /* right side of inner-container */
  padding: 0;			  /* some padding for readability */
  margin: 0;              /* keep flush with adjacent containers */
  background-color: #FFFFFF;
  font-size: 8pt;
  height: 295px;
  text-align: left;
  background-image: url('../images/homecenter.gif'); background-repeat:no-repeat;
}#rightHeader{	width: 197px;	height: 25px;	position:relative; left: 0px;	top: 0px;	text-align: left;	background-color: #E5E6E7;	border-bottom: 1px solid #C5C7C9;		font-family: Verdana, Tahoma, sans-serif; font-size: 8pt;	color: #000000; 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: 197px;	margin-top: 0px;	margin-left: 0px;	margin-right:1px;	font-size: 8pt;	margin-bottom: 0px;	text-align: left}/* right column */
.contentright {
  width: 197px;              /* 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: #FFFFFF;
  height: 309px;
  font-size: 8pt;
  background-image: url('../images/homeright.gif'); background-repeat:no-repeat;
}/* #### DEFAULT COMPONENTS ####*//* #### OUTSEARCH COMPONENTS ####*/#outSearchHeader{	width: 156px;	height: 25px;	position: relative; left: 0px;	top: 0px;	text-align: left;	background-color: #E5E6E7;	border-bottom: 1px solid #C5C7C9;		font-family: Verdana, Tahoma, sans-serif; font-size: 8pt;	color: #000000; text-indent: 15px; 	margin-top: 0px;	padding-bottom: 0px;	padding-left: 0px;	padding-right: 0px;}/* left column */
.outSearch {
  width: 183px;              /* % 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: 0px;	padding-bottom: 0px;	padding-left: 0px;	text-align: left;}#resultsHeader{	width: 623px;	height: 25px;	position:relative; left: 0px;	top: 0px;	text-align: left;	background-color: #E5E6E7;	border-bottom: 1px solid #C5C7C9;  	font-family: Verdana, Tahoma, sans-serif; font-size: 8pt;	color: #000000;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: 563px;	margin-top: 20px;	background-color: #FFF6E6;	height: 100%;}/* center column */
.results {
  width: 597px;              /* % of inner-container width */
  float: right;            /* right side of inner-container */
  padding: 0;      /* some padding for readability */
  margin: 0;               /* keep flush with adjacent containers */
}/* #### 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;	border: solid 1px #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 #C5C7C9;	border-left: solid 1px #C5C7C9;	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; font-weight: bold;	color: #84221E;	background-color: #FFFFFF;}.Content{	font-family: Verdana, Tahoma, sans-serif;	font-size: 8pt;	color: #000000;	background-color: #FFF6E6;	}	 .Content2{	font-family: Verdana, Tahoma, sans-serif;	font-size: 7pt;	color: #000000;	background-color: #FFF6E6;	}	.Content3{	font-family:  Arial, sans-serif;	font-size: 7pt;	font-weight:boldest;	color: #000000;	background-color: #FFF6E6;	}		.ContentHome{	font-family: Verdana, Tahoma, sans-serif;	font-size: 8pt;	color: #000000;	}	 .Content2Home{	font-family: Verdana, Tahoma, sans-serif;	font-size: 7pt;	color: #000000;		}	.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: #000000;}.heading{	font-family: Verdana, Tahoma, Sans-Serif;	font-size: 10pt;	font-weight: bold;	color: #8F5E90}.bghome{	background-color:#E4DEE4;	background-repeat:repeat-x;		}a:link.bgchange		{ color:#000000; text-decoration: none; background-color:Transparent; font-weight: normal; font-size: 8pt; vertical-align:bottom; }a:visited.bgchange	{ color: #000000; text-decoration: none; background-color:Transparent; font-weight: normal; font-size: 8pt; vertical-align:bottom; }a:hover.bgchange  { color: #000000; text-decoration: none; background-color:#ECE0EC; font-weight: normal; font-size: 8pt;vertical-align:bottom; }a:link.bgchange2		{ color:#000000; text-decoration: none; background-color:Transparent; font-weight: normal; font-size: 8pt; vertical-align:bottom; }a:visited.bgchange2	{ color: #000000; text-decoration: none; background-color:Transparent; font-weight: normal; font-size: 8pt; vertical-align:bottom; }a:hover.bgchange2  { color: #000000; text-decoration: none; background-color:#E3D6E3; font-weight: normal; font-size: 8pt;vertical-align:bottom; }a:link.propAdd		{ color: #8C5A8D; text-decoration: none; font-weight: bold; font-size: 8pt; }a:hover.propAdd  { color: #8C5A8D; text-decoration: none; font-weight: bold; font-size: 8pt; }a:visited.propAdd	{ color: #8C5A8D; text-decoration: none; font-weight: bold; font-size: 8pt; }a:link.fullDetails		{ color: #84221E; text-decoration: none; font-size: 8pt; height: 10px }a:hover.fullDetails		{ color: #84221E; text-decoration: none; font-size: 8pt; height: 10px }a:visited.fullDetails	{ color: #84221E; text-decoration: none; font-size: 8pt; height: 10px }a:link.paging		{ color: #84221E; text-decoration: none; font-size: 8pt; }a:hover.paging		{ color: #84221E; text-decoration: none; font-size: 8pt; }a:visited.paging	{ color: #84221E; text-decoration: none; font-size: 8pt; }.galleryNav{	border: solid 1px #FFFFFF;	font-family: Verdana, Tahoma, sans-serif;	font-size: 8pt;	color: #000000;}.hr{	background-color: #C5C7C9;	color: #C5C7C9;}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: 0px;
  padding-bottom: 20px;
  text-align: center;
  background-color: #FFFFFF;
  font-family: Verdana, Tahoma, sans-serif;
  font-size: 8pt;
  color: #000000;
  height: 300px;
  background-image: url('../images/homefooter.gif'); background-repeat:no-repeat;
}.contentfooter {
  clear: both;             /* below all columns */
  width: 780px;             /* full window width */
  margin: 0;
  padding-top: 0px;
  padding-bottom: 20px;
  text-align: center;
  background-color: #FFFFFF;
  font-family: Verdana, Tahoma, sans-serif;
  font-size: 8pt;
  color: #000000;
  height: 93px;
  background-image: url('../images/contentfooter.gif'); background-repeat:no-repeat;
}.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;	}		#print-out-logo	{		display:none;	}}@media print {	#page-printing-container	{			width:645px;	}		.page-break-avoid	{		page-break-before:auto;	}		#print-out-logo	{		display:block;		page-break-before:auto;		height:81px;	}	}.purplefont{	font-family:Cooper Md BT;	font-size:9pt;	color:#8F5E90;}.purplefont2{	font-family:Cooper Md BT;	font-size:10pt;	color:#8F5E90;}	.lefttable{	margin-left:15px;		}	.headerfont{	font-family:Verdana;	font-size:8pt;	}	.leftmaintable{	height: 310px;		}	.rightmaintable{	height: 309px;		}	.footertable{	height: 100%;		}	#headercontent {
  width: 780px;	/* full window width */
  height: 138px;             
  margin: 0;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 8pt;
  background-color: #FFFFFF;
  overflow: hidden;
  background-image: url('../images/contentheader.gif'); background-repeat:no-repeat;
}

a:link.homelinks	{ color: #000000; font-family:Verdana; font-size:8pt; text-decoration:none;}
a:hover.homelinks	{ color: #000000; font-family:Verdana; font-size:8pt; text-decoration:none;}
a:visited.homelinks	{ color: #000000; font-family:Verdana; font-size:8pt; text-decoration:none;}

.Underline
{
	border-bottom: solid 2px #CDB8CE; 
	
	}
	
	.PurpleB{			border-right: solid 3px #CDB8CE;	background-image: url('../images/contentlefttop.gif'); background-repeat:no-repeat;	background-position: center top; }.navtable{	padding-top: 4px;	padding-bottom: 4px;	padding-right: 3px;	}.navfont{	font-family:Verdana;	font-size:8pt;	}	.footerfont{	font-family:Arial;	font-size:8pt;	}	a:link.navigationlinks	{ color: #000000; font-family:Verdana; font-size:8pt; text-decoration:none;}
a:hover.navigationlinks	{ color: #000000; font-family:Verdana; font-size:8pt; text-decoration:none;}
a:visited.navigationlinks	{ color: #000000; font-family:Verdana; font-size:8pt; text-decoration:none;}

.txt
{
	font-family: Verdana, Tahoma, Sans-Serif;
	font-size: 8pt;
	color: #000000;
}