body { 
	margin:				0px;
	background: 		#000000;
	}
	
body, td, p { 
	font-family: 		Verdana, Helvetica, sans-serif; 
	font-size: 			11px;
	color:				#333333;
	}
	
body.flyer  { 
	margin: 			0px 0px 50px 0px;
	font-family: 		Verdana, Helvetica, sans-serif;
	font-size: 			11px;
	background: 		#ffffff;
	}
	
div#container{ 
	position:			relative;
	width: 				760px;
	margin:				0px auto 0px auto;
	background: 		#ffffff;
	text-align:			left;
	}

a { 
	text-decoration: 	none;
	}
	
img {
	border: 			none;
	}
	
blockquote { 
	font-size: 			11px;
	font-style:			italic;
	}
	
.nowrap { 
	white-space: 		nowrap; 	 
	}

/*	header*/

#header {
	margin: 			0; 
	padding: 			0; 
	width:				760px;
	background:			#000099;
	border: 			0px dashed #ffff00;
	}
	
#header td {
	background:			#000099;
	}
	
/*	topmenu */

#topmenu { 
	margin: 			0; 
	padding: 			0; 
	height:				19px; 
	width: 				465px;
	color: 				#ffffff;
	border: 			0px dashed #ffff00;
	white-space: 		nowrap;
	}
	
#topmenu .menutitle {
	background:			#6666cc;
	}

#topmenu .menutitle a {
	background:			#6666cc;
	font-size: 			10px;
	color: 				#ffffff;
	}
	
#topmenu .menutitle a:hover {
	background:			#ffffff; 
	color: 				#900900;
	}
	
/* 	sidebar */

#sidebar { 
	width: 				165px; 
	background: 		#cccccc; 
	border-right: 		2px solid #000099; 
	font-size: 			11px;
	margin:				0;
	padding:			5px;
	}

#sidebar a { 
	display: 			block; 
	text-decoration: 	none;
	}
	
#sidebar a:link, #sidebar a:visited  {
	display: 			block; 
	text-decoration: 	underline;
	color: 				#ffffff;
	}
	
#sidebar a:hover {
	color: 				#000099; 
	background-color: 	#ffffff !important; 
	}
	
#sidebar a:active {
	display: 			block; 
	text-decoration: 	none;
	}
	
#sidebar li a:link, #sidebar li a:visited { 
	display: 			block; 
	text-decoration: 	underline;
	color: 				#000099;
	}
	
#sidebar li a:hover { 
	display: 			block; 
	text-decoration: 	underline;
	color: 				#000099;
	}
	
#toplogo {
	background:			#000099;
	margin: 			0;
	padding: 			10px 0px 10px 0px; 
	border: 			0px solid red;
	}
	
#address {
	background:			#000099;
	width:				175px;
	margin: 			0px auto; 
	padding: 			0; 
	border: 			0px solid red;
	color:				#ffffff;
	font-size: 			11px;
	line-height: 		125%;
	text-align:			center;
	}
	
#address td {
	background:			#000099;
	margin: 			0; 
	padding: 			0; 
	color:				#ffffff;
	font-size: 			11px;
	line-height: 		125%;
	text-align:			left;
	}
	
#phones {
	margin: 			10px 0px 10px 5px; 
	padding: 			0; 
	color:				#ffffff;
	font-size: 			11px;
	line-height: 		125%;
	text-align:			center;
	}
	
/*	search */

div#search {
	position: 			absolute; 
	top:				110px; 
	left: 				0px; 
	padding: 			3px 3px 3px 10px;
	}
	
div#search input.text { 
	width: 				150px; 
	float: 				left; 
	border: 			1px inset #eeeeee; 
	font-size: 			13px; 
	margin-left: 		3px;
	}
	
div#search input.submit { 
	border: 			none; 
	float: 				left; 
	margin: 			0px 0px 0px 3px; 
	background-color: 	#cccccc; 
	border: 			0px solid red;
	}
	
/* 	footer */

div#footer { 
	background: 		#cccccc; 
	font-size: 			11px; 
	padding: 			0;
	margin:				0;
	border-top: 		2px solid #000099;
	}
	
div#footer a { 
	display: 			inline; 
	color: 				#000099; 
	}
	
div#footer a:hover {
	background:			#ffffff; 
	color: 				#900900;
	}
#footermain { 
	background: 		#cccccc; 
	font-size: 			9px; 
	padding: 			5px 5px 10px 15px;
	line-height:		12px;
	}

#footerlinks {
	margin:				0px auto 0px auto;
	padding:			0;
	white-space: 		nowrap; 
	border: 			0px solid #000099;
	text-align:			center;
	}
		
#footerlogo {
	width: 				40px; 
	background: 		#cccccc; 
	border: 			0px solid #000099; 
	font-size: 			11px;
	margin:				auto;
	padding:			10px;
	}
	
img#eho { 
	width:				24px; 
	height: 			18px; 
	}
	
img#hs1 { 
	width:				30px; 
	height: 			26px; 
	}

/* content */

table#main {
	width:				100%;
	background:			#ffffff;
	border: 			0px dashed black;
	}

div#content {
	padding: 			10px 25px 25px 25px;
	margin:				0;
	border: 			0px dashed black;
	background:			#ffffff;
	}
	
div#content a:link,  div#content a:visited { 
	text-decoration: 	none;
	color:				#000099 
	}
	
div#content a:hover { 
	text-decoration: 	underline; 
	}

/*div#content img {
	margin:				0px 15px 10px 0px;
	}
*/

td.gutter {
	width:				20px;
	padding:			0;
	margin:				0;
	border: 			0px dashed black;
	}

/* 	block formats */

div#content h1 { 
	/* border-color: 	#6666CC;       
    border-left-width: 	35px;
    border-style: 		solid; */
	background: 		url(images/h1_headline.gif) no-repeat #ffffff;
	height:				50px;
	margin: 			0; 
    padding: 			0px 0px 0px 50px;
	font: 				normal 22px/24px Georgia, Arial, sans serif;
	color: 				#000099;
	line-height:		320%; 
    }
	
table#homepage { 
	margin: 			0; 
    padding: 			40px 0px 0px 0px;
	}
	
.property h1 { 
	/* border-color: 	#6666CC;       
    border-left-width: 	35px;
    border-style: 		solid; */
	background: 		url(images/h1_headline.gif) no-repeat #000000;
	height:				50px;
	margin: 			0; 
    padding: 			0px 0px 0px 50px;
	font: 				normal 14px/18px Georgia, Arial, sans serif;
	color: 				#000099;
	line-height:		150%; 
    }
		
h2 {
 	margin: 			0; 
	padding: 			5px 3px; 
	font-size: 			11px; 
	font-weight: 		bold; 
	line-height: 		110%; 
	background: 		#e7e7e7; 
	color: 				#333333; 
	}

body.flyer h2 { 
	margin: 			0px; 
	padding: 			3px 3px 3px 2px; 
	font-size: 			16px; 
	font-weight: 		bold; 
	line-height: 		100%; 
	background: 		#ffffff; 
	color: 				#900900;
	}
		
p.subtitle { 
	margin: 			15px 0px 0px 0px; 
	font-size: 			70%; 
	font-weight: 		bold; 
	line-height: 		110%; 
	color: 				#900; 
	}
	
h3, h4 { 
	margin: 			10px 0px 0px 0px; 
	font-size: 			11px; 
	font-weight: 		bold; 
	line-height: 		110%; 
	color: 				#663399; 
	}
	
h4 { 
	color: 				#333333; 
	}
	
p { 
	line-height: 		125%; 
	}
	
.testimonial {
	margin: 			15px 0px 0px 0px; 
	font-size: 			11px; 
	font-weight: 		normal; 
	line-height: 		110%; 
	color: 				#000099;
	}

#sidebar p { 
	margin: 			2px 0px 5px 0px; 
	padding: 			3px; 
	font-size: 			11px; 
	font-weight: 		normal; 
	line-height: 		125%; 
	color: 				#333333; 
	}
	
form#freeinfo { 
	margin: 			10px auto 10px;
	padding: 			0; 
	text-align:			center;
	background:			#eeeeee;
	width:				175px;
	}

/* image styles */

.borderthin {
	margin-bottom: 		6px;
	border-color:		#cccccc;
	border-width: 		1px;
	border-style: 		solid;
	padding: 			5px;
	background:			#ffffff;
	}
	
.bignumber {
	font-weight:		bold;
	font-size:			24px;
	font-style:			italic;
	color:				#900;
	line-height: 		105%;
	padding:			0px 5px 0px 0px;
}

/*	list styles */

ol {
	margin: 			4px 0px 4px 30px;
	}
	
ul { 
	margin: 			4px 0px 4px 18px;
	padding: 			0px;
	}
	
ul li { 
	margin: 			0; 
	padding: 			0; 
	line-height: 		125%;
	list-style-image: 	url(images/blue_arrow_10.gif);
	}
	
ul li ul li { 
	margin-left: 		0px; 
	margin-bottom: 		2px; 
	line-height: 		125%; 
	}
	
p.hr { 
	height: 			1px; 
	width: 				100%; 
	margin: 			15px 0px 15px 0px; 
	border-bottom: 		1px solid #900; 
	font-size: 			2px;
	}

/*	form styles */

input.search { 	
	width: 				270px; 
	border: 			1px inset #e7e7e7; 
	font-size: 			10px; 
	color: 				#333333; 
	background: 		#ffffff; 
	font-family:		monospace;
	font-size:			11px;
	}
	
input.text { 
	width: 				270px; 
	border: 			1px solid #e7e7e7;
	font-family:		monospace;
	font-size: 			11px; 
	}
	
.button { 
	font: 				11px Verdana, Geneva, Arial, Helvetica, sans-serif; 
	background-color: 	#ffffef; 
	color: 				#102132;
	margin:				10px auto;
	}
	
textarea.text {
	width: 				270px; 
	height: 			50px; 
	border: 			1px inset #900900;
	}
	
select.text { 
	width: 				270px; 
	font-size: 			11px; 
	}

select.search {
	font-family:		monospace;
	font-size:			11px;
	}
	
option.search {
	font-family:		monospace;
	font-size:			11px;
	}
	
textarea.search {
	font-family:		monospace;
	font-size:			11px;
	}
	
/* propnav property results navigation */

#propnav a.lastnext:link, #propnav a.lastnext:visited {
	font-size:			10px;
	background-color:	#e7e7e7;
	padding:			2px;
	font-weight:		bold;
	}
	
#propnav .currentpage {
	font-size:			10px;
	background-color:	#e7e7e7;
	padding:			2px;
	font-weight:		bold;
	}

#propnav .pagenum {
	font-size:			10px;
	background-color:	#ffffff;
	padding:			2px;
	font-weight:		bold;
	}
	
#propnav a.pagenum:link {
	background-color:	#ffffff;
	padding:			2px;
	font-weight:		bold;
	}
	
#propnav a.pagenum:hover {
	background-color:	#666699;
	color:				#ffffff !important;  
	}
	
#propnav a.pagenum:visited {
	background-color:	#ffffff;
	color:				#900900 !important;  
	}

/* mortgage calculator */
	
.mortcalc {
	text-align:			right;
	font-family:		monospace;
	font-size:			11px;
	font-weight:		normal;
	font-style:			normal;
	}
	
.mortcalclock {	
	text-align:			right;
	font-family:		monospace;
	font-size:			11px;
	font-weight:		normal;
	font-style:			normal;
	}
	
input.mortcalc {
	background-color:	#ffffff;
	}
	
input.mortcalclock {
	background-color:	#ffffcc;
	}
	
.mortcalcbutton { 
	font: 				11px Verdana, Geneva, Arial, Helvetica, sans-serif; 
	background-color: 	#ffffef; 
	color: 				#102132;
	margin-left: 		12px; 
	margin-top: 		3px; 
	margin-bottom: 		2px;
	} 

/*	tables */

table.form x{
	border-left: 		1px solid #dddddd;
	font-size: 			10px;
	}
	
table.form tdx { 
	padding: 			3px; 
	border-bottom: 		1px solid #ffffff; 
	background: 		#eeeeee;
	}
	
table.form td.s { 
	font-weight: 		bold; 
	color: 				#ffffff;
	background: 		#900900;
	}

/* added by Jay */

td.extrasm {
	font-size:			9px;
	}
	
td.smred {
	color:				#ff0000
	}
	
div.publicremarks {
	font-family: 		Verdana, Helvetica, sans-serif; 
	color: 				#333333; 
	font-size: 			11px; 
	font-weight:		normal; 
	text-decoration: 	none; 
	text-weight: 		normal;
	}
.searchr {color: #ff0000;}