/* CSS Document */

body{
	background: #CCC;
	font-size: .85em;
	margin: 0px;
}
body, p, ol{
	font-family:"Times New Roman", Times, serif;  
	margin: 0px;
}
img{
	border: 0px;
}
a 			{color:#040; font-weight:bold; font-size: .9em;}
a:link		{text-decoration:underline;}
a:visited	{text-decoration:underline;}
a:hover		{background-color:#4D8635; color:#FFFFFF; text-decoration:none;}
a:active	{background-color:#4D8635; color:#FFFFFF; text-decoration:none;}

form {
	margin: 0px;
}
form p{
	margin: 0px 0px .5em 0px;
}
form p.btns{
	text-align: center;
}

form label{
	display: block;
	width: 4em;
	float: left;
	text-align: right;
	margin-right: .5em;
}
form label.required{
	font-weight: bold;
}
form#searchform p.centered { text-align: center; }
form#searchform p.centered label { float: none; width:100%; text-align: center; }
form#browseform select { width: 165px; }
form#searchform select { width: 65px; }
form#searchform select.wide { width: 150px; }

#page{
	width: 800px;
	margin: 0px auto;
	background: #FFF;
}

#header{
	background: #4D8636 url(../images/header_bg.jpg) center top no-repeat;
	position: relative;
	height: 107px;
	cursor:pointer;
}
#header h1{
	text-indent: -10000px;
	background: url(../images/logo.jpg) center center no-repeat;
	width: 150px;
	height: 107px;
	margin: 0px;
	font-size: 1px;
}
#header h2{
	text-indent: -10000px;
	font-size: 1px;
}

#eyebrow_nav a{ color: #FFF; text-decoration:none; font-size:1.1em; }
#eyebrow_nav{
	background: #4D8636 url(../images/eyebrow_bg.gif) left bottom no-repeat;
	color: #FFF;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 475px;
	padding: 0px 0px 4px 20px;
	font-size: .9em;
	list-style-type: none;
	margin: 0px;
}
#eyebrow_nav li {
	float: left;
	margin: 2px 0px;
	padding: 0px 4px;
	border-right: 1px solid #FFF;
}
#eyebrow_nav ul {
	position: absolute;
	display: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	z-index: 10000;
}
#eyebrow_nav ul li {
	float: none;
	border-bottom: 2px solid #999;
	border-right: 0px;
	padding: 0px;
	background: #FFF;
	margin: 0px;
	display: block;
}
#eyebrow_nav ul li a{ 
	display:block;
	padding: 4px 8px 4px 4px;
	color: #333;
	font-weight: normal;
}
#eyebrow_nav ul li a:hover{ 
	background: #D1DECA;
	color: #333;
	font-weight: normal;
}

#browse ul#tabs {
	list-style: none;
	margin: 0px;
	padding: 0px;
	color: #FFF;
	position:relative;
	z-index: 100;
}
#browse ul#tabs li {
	display: block;
	width: 50px;
	float: left;
	padding: 2px 3px;
	text-align: center;
	border-left: 1px solid #AAA;
	border-top: 1px solid #AAA;
	border-right: 1px solid #AAA; 
	margin: 0px 0px -1px 0px;
	position:relative;
	font-weight: bold;
	cursor:pointer;
}
#browse ul#tabs li.on {
	background: url('../images/tab_bg.gif') top left repeat-x #5C7E4D;
	border-left: 1px solid #FFF;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	font-size: 1.2em;
}
#browse ul#tabs li#tab_mls {
  width: 100px;
}
#browse ul#tabs li#tab_mls a{
  color: #FFF;
  text-decoration: none;
  font-size: 1em;
}
#browse ul#tabs li#tab_mls a:hover {
  background: none;
}
#browse div#tab_content{
	clear: left;
	border-left: 1px solid #FFF;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	padding: 5px 0px;
	background: url('../images/tab_content_bg.gif') top left repeat-x;
	position:relative;
	z-index:0;
}

#footer{
	padding: 2em 0;
	text-align:center;
	clear:both;
}
#footer #foot_nav{
	border-top: 2px solid #F0AF00;
	list-style: none;
	padding: 0px;
	width: 55%;
	margin: 0 auto;
	text-align: center;
}
#footer #foot_nav li{
	padding: 2px 10px;
	display: inline;
}
#addresses{
	text-align:center;
	margin: 0 auto;
	width: 40%
}
#addresses .address{
	float:left;
	width: 50%;
	margin-bottom: .5em;
}
#addresses .address p{
	margin:0;
}
#addresses .address p.phone{
	font-weight: bold;
}

.fineprint {
	text-align:center;
	margin-top: 2em;
}
.fineprint p{
	margin: 0;
	font-size: .8em;
}

p.back_to_top{
	background: url(../images/icon_totop.gif) no-repeat top left;
	padding: 2px 0px 0px 17px;
	width: 20%;
	float: right;
	min-height: 20px;
}
p.print{
	background: url(../images/icon_print.gif) no-repeat top left;
	padding: 2px 0px 0px 17px;
	width: 30%;
	float: right;
	min-height: 20px;
}
span.fnote {
	vertical-align:text-top;
}

p.footnote {
	font-size: .8em;
}
ul.mini_nav{
	margin: 5px 0px;
	text-align: center;
	list-style: none;
}
ul.mini_nav li{
	margin: 0px;
	padding: 0px 7px;
	display: inline;
	white-space:nowrap;
}

div.alert{
	width: 80%;
	margin: .5em auto;
	padding: 5px 5px 5px 30px;
	border: 1px solid #CCC;
	background: no-repeat 2px 2px;
	font-size: 1.2em;
}
div.error{ background-image: url(../images/icon_error.gif); }
div.success{ background-image: url(../images/icon_success.gif); }
div.info{ background-image: url(../images/icon_info.gif); }

.clearer, .clearer-left, .clearer-right {
  line-height: 1px;
  height: 1px;
  font-size: 1px;
  display: block;
}
.clearer { clear: both; }
.clearer-right { clear: right; }
.clearer-left { clear: left; }

.debug{
	display:block;
	font-size:.85em;
	width:275px;
	margin: 2px;
	padding: 2px;
	border: 1px solid #009900;
	background-color:#99FF99;
	color: #000;
}
