
body
{
	font-family: Arial;
	background-color: #808080;
}

body, div, form
{
	margin: 0px;
	padding: 0px;
}

#pagewrapper
{

	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0px 20px 0px;
	position: relative;
}

#header
{
	height: 122px;
	background-color: #055039;
	border-bottom: 4px solid #fff;
	background-image: url('/images/header_bg.gif');
}

#logo
{
	padding: 40px 0px 0px 35px;
	float: left;
}

#menuwrapper
{
	height: 40px;
	border-bottom: 3px solid #fff;
	overflow: hidden;
}

#menu
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: white;
	height: 40px;
	list-style: none;
}

#menu li
{
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 16px 0px;
	float: left;
	color: #fff;
	font-size: 9pt;
	border-right: 1px solid #fff;
	width: 113px;
	text-align: center;
	cursor: pointer;
	background-image: url('/images/top_nav_bg.gif');
}

#menu li.red
{
	background-color: #8D122A;
	border-right: 0px;
	width: 102px;
	background-image: url('/images/top_nav_bg_red.gif');
}

#menu li.double
{
	line-height: 9pt;
	padding: 4px 0px 22px 0px;
}

#menu li a
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #fff;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}

#menu li.first
{
	border-left: 0px;
	background-color: #DDDDDD;
}

#menu li.first a
{
	color: #fff;
}

#menu li.last
{
	border-right: 0px;
	border-left: 1px solid white;
	width: 113px;
}

#searchwrapper
{
	height: 378px;
	border-bottom: 2px solid #fff;
}

#leftbox
{
	width: 624px;
	height: 300px;
	float: left;
}

#rightbox
{
	width: 274px;
	height: 378px;
	float: left;
	border-left: solid 2px #fff;
	background-color: #d6d7d9;
}

.search-section-highlighted {
	background-color: #265741;
	background-image: url('/images/green_pointer.gif');
	background-repeat: no-repeat;
	background-position: 5px 8px;
	padding: 2px 0 2px 25px;
	font-size: 9pt;
	font-weight: bold;
	color: #fff;
	height: 30px;
	cursor: pointer;
}

.search-section {
	background-color: #818285;
	background-image: url('/images/grey_pointer.gif');
	background-repeat: no-repeat;
	background-position: 5px 8px;
	padding: 2px 0px 2px 25px;
	height: 30px;
	font-size: 9pt;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}

.search-section:hover {
	background-color: #265741;
	background-image: url('/images/green_pointer.gif');
}

.search-section a {
	text-decoration: none;
}

.divider
{
	background-image: url('/images/divider.gif');
	background-repeat: repeat-x;
	height: 3px;
	overflow: hidden;
}

.option
{
	color: #7E7E7E;
	font-size: 9pt;
}

img
{
	display: block;
}

#bodywrapper
{
	background-color: #fff;
	clear: both;
}

#leftcolumn
{
	width: 642px;
	float: left;
	background-color: #fff;
}

#rightcolumn
{
	background-color: #fff;
	width: 258px;
	float: left;
}

#footleft
{
	width: 623px;
	float: left;
	height: 31px;
	background-color: #004C3B;
	border-top: 8px solid #fff;
	border-bottom: 6px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}

#footleftshadow
{
	position: relative;
	top: 8px;
	width: 622px;
	height: 5px;
	background-image: url('/images/footer_shadow.gif');
}

#footright
{
	width: 276px;
	float: left;
	background-color: #fff;
	height: 45px;
}

#footerwrapper
{
	clear: both;
	height: 37px;
	border-top: 6px solid #fff;
}

#content h1
{
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #004C3B;
	font-size: 16pt;
	font-weight: normal;
}

#content
{
	margin: 0px 15px 0px 35px;
}

#content p
{
	color: #666565;
	font-size: 9pt;
	line-height: 14pt;
	margin: 10px 0px 10px 0px;
}

#content ul
{
	color: #666565;
	font-size: 9pt;
	line-height: 14pt;
}

#content ul li
{
	color: #666565;
	font-size: 9pt;
	line-height: 14pt;
}

.block
{
	width: 235px;
	border: 1px solid #880821;
	padding: 8px 8px 8px 8px;
	margin: 0px 0px 5px 0px;
}

#results
{
	margin: 0px 9px 0px 5px;
}

#moreinfo
{
	margin: 0px 9px 0px 0px;
}

.divider2
{
	background-image: url('/images/divider2.gif');
	background-repeat: repeat-x;
	height: 2px;
	overflow: hidden;
	margin-top: 2px;
}

.divider3
{
	background-image: url('/images/divider2.gif');
	background-repeat: repeat-x;
	height: 1px;
	overflow: hidden;
}


.fieldname
{
	color: #666565;
	font-size: 9pt;
}

td.fieldname { text-align: right; }
th.fieldname { text-align: left; }

.fieldinput
{
	padding-left: 5px;
}

.fieldtextarea
{
	padding-left: 5px;
}

.fieldinput input
{
	width: 250px;
}

.fieldtextarea textarea
{
	width: 250px;
}

#content p.error {
	font-size: 9pt;
	font-weight: bold;
	color: #b00; 
}

#content a
{
	color: #004C3B;
	text-decoration: none;
}


.fullform {
	width: 100%;
}

.fullform td {
	vertical-align: top;
}

.fullform input.textfield, .fullform textarea {
	width: 200px;
}

.fullform .subform {
	margin: 0px; padding: 0px 0px 0px 20px;
}

ul.prop_desc {
	margin: 20px;
	padding: 0
}

ul.prop_desc li {
	margin: 0;
	padding: 0;
	color: #265741
}

ul.prop_desc li span {
	color: black
}

/*** lbox ****/

.black_overlay {
	display: none;
	position: absolute;
	top: 0px;
	left: 0%;
	width: 100%;
	height: 6000px;
	background-color: black;
	z-index: 8001;
	-moz-opacity: 0.6;
	opacity:.60;
	filter: alpha(opacity=60);
}

#log_res {
	width: 950px;
	background-color: #265741;
	position: absolute;
	left: 50%;
	margin-left: -475px;
	z-index: 8002;
	display: none;
	top: 0px;
	height: 785px;
}

#log_res.show {
	display: block;
}

#log_res.ajax-loading {
	background: url('/images/spinner.gif') no-repeat center;
	background-color: #265741;
	display: block;
}


