/* enable for debug */
/* div { border: 2px solid red; margin: 3px; } */

html body
{ 
	background-color: #8BC0DF;
	background: url(/images/body_bg.gif) top left repeat;
	color: #000;
	font-family: Georgia, Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: normal;
}

html>body
{ 
	background-color: #8BC0DF;
	background: url(/images/body_bg.gif) top left repeat;
	color: #000;
	font-family: Georgia, Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: normal;
}

/* this centers the container in IE */
body 
{ 
	text-align: center; 
}

#container
{
	background: url(/images/page_background.gif) top left repeat-y;
	background-color: #ffccff;
	border: 1px solid gray;
	color: #000;
	line-height: 130%;
	margin: 0px auto;
	text-align: left;
	width: 750px;
}

/* header ********************************************************************/
#top
{
	background-color: #0175BE;
	border-bottom: 1px solid black;
	color: #000;
	height: 165px;
	margin: 0;
	padding: 0px 0px 0px 0px;
}

#top h_banner
{
	padding-left: 15px;
}

/* header navigation *********************************************************/
#h_navcontainer ul
{
	background-color: #82BCE1;
	color: #fff;
	float: left;
	font-size: 14px;
	font-weight: 700;
	margin:  0px 0px 0px 0px;
	padding: 2px 0px 2px 0px;
	width: 100%;
}

#h_navcontainer ul li 
{ 
	display: inline; 
}

#h_navcontainer ul li a
{
	background-color: #82BCE1;
	border-right: 1px dashed #fff;
	color: #000;
	float: left;
	padding: 0.2em 1em;
	text-decoration: none;
}

#h_navcontainer ul li a:hover
{
	background-color: #82BCE1;
	color: #fff;
	font-weight: bold;
}

/* sidebar navigation ********************************************************/
#leftnav
{
	float: left;
	margin: 0px;
	padding: 0px 5px 5px 5px;
	width: 170px;
}

#leftnav p 
{ 
	margin: 0 0 1em 0; 
}

#l_navcontainer 
{ 
	width: 160px; 
}

#l_navcontainer ul
{
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}

#l_navcontainer a
{
	background-color: #fff;
	border-bottom: 1px solid #000;
	color: #000;
	display: block;
	padding: 3px;
	width: 160px;
}

#l_navcontainer a:link, #navlist a:visited
{
	text-decoration: none;
}

#l_navcontainer a:hover
{
	background-color: #82BCE1;
	color: #fff;
}

/* page content and body *****************************************************/
#content
{
	float: left;
	padding: 20px 0px 20px 15px;
	width: 520px;
}

#content a
{
	color: #0000ff;
}

#content h2 
{
	background-color: #82BCE1;
	background: url(/images/body_bg.gif) top left repeat;
	font-size: 150%;
	height: 25px;
	margin: 0 0 .5em 0;
	padding: 5px 0px 0px 5px;
}

#content p 
{
	line-height: 150%;
	padding: 0px 0px 0px 0px;
}

#content li
{
	padding-bottom: 5px;
}

/* specific page elements ****************************************************/
div.alphabet_list
{
	font-weight: normal;
	padding: 10px 0px 10px 0px;
	text-align: center;
}

div.alphabet_list .selected
{
	font-size: 160%;
	font-weight: bold;
}

/* alternating row colors */
#alt_list table
{
	width: 500px;
}

#alt_list tr td
{
	font-size: 12px;
	line-height: 150%;
	padding: 5px 0px 5px 0px;
}

#alt_list tbody tr td
{
	background-color: #d2edf3;
}

#alt_list tbody tr.light td
{
	background-color: #fff;
}

div.alt_list_nav
{
	text-align: right;
	padding: 10px 0px 10px 0px;
}

#banner_ads
{
	padding-top: 20px;
}

#form_body .button 
{
	padding: 5px 0px 5px 0px;
	margin: 5px 0px 0px 0px;
}

#form_body .field 
{
	font-weight: bold;
	padding: 5px 0px 5px 0px;
}

#form_contents
{
	border-style: solid;
	border-width: 1px;
	background-color: #eee;
	font-family: Courier, Courier New, serif;
	font-size: 12px;
	padding: 10px;
	width: 510px;
}

#read_more_text
{
	margin-left: 20px;
	margin-right: 10px;
}

/* when selecting 'other' as an option */
#form_body_other_hearAbout
{
	visibility: hidden;
	display: none;
}

#form_body_other_haveRealtor
{
	visibility: hidden;
	display: none;
}

#form_body_other_down
{
	visibility: hidden;
	display: none;
}

input.button 
{
	border: 1px outset #E0DFDF;
	font-size: 12px;
	width: 120px;
}

/* for lists within lists */
ul.sublist
{
	padding-top: 10px;
}

/* homes for sale search *****************************************************/
/* table { border: 2px solid red; margin: 3px;} */
a {
	text-decoration: none;
}

#colHeader {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

#colData {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #0000FF;
	padding: 0px 0px 0px 0px;
}

#colDataTD {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #0000FF;
	padding: 0px 0px 0px 0px;
}


#colTotal {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #000000;
	padding: 0px 0px 0px 0px;
}

#scrunch {
	line-height: 1;
}

#instructions {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
}

/* search result form and listings *******************************************/
#listing 
{
	border-style: hidden; 
	border-width: 1px; 
	margin-left: 5px; 
	margin-right: 5px; 
	padding-top: 10px; 
	padding-right: 5px;
	background-color: #eee;
	width: 510px;
}

#listing .light
{
	background-color: #fff;
}

img.list_image
{
	border-style: none; 
	float: right;
	height: 75px; 
	margin: 4px;
	width: 100px; 
}

.listing p
{
	font-size: 12px;
	margin: 0px; 
	padding: 0px; 
	width: 400px; 
}

p.small
{
	font-size: 10px;
	margin: 10px 0px 10px 0px;
}

select
{
	border-style: solid; 
	border-width: 1px;
	padding: 1px 4px 1px 4px; 
}

#search_form_table tr.dark
{
	background-color: #eee;
	vertical-align: top;
}

#search_form_table tr
{
	background-color: #fff;
	vertical-align: top;
}


/* footer and courtesy nav ***************************************************/
#footer
{
	background-color: #0175BE;
	border-top: 1px solid black;
	clear: both;
	color: #fff;
	font-weight: 700;
	margin: 0px;
	padding: .5em;
	text-align: center;
}

#footer a
{
	background-color: #0175BE;
	color: #fff;
	font-size: 75%;
}

.copyright
{
	font-size: 80%;
}