/*--- HTML Tag Overrides ---*/
html, body {
	background-image: url(/images/background.gif);
	color: #000000;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	height: 100%;
	margin: 0;
}

input {
	font-size: 11px;
}

strong {
	font-weight: bold;
}

h1 { 
}

h2 {
	color: #0b6226;
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 10px;
	text-decoration: none;
}

h3 {
	font-size: 14px;
	margin-bottom: 10px;
	margin-top: 10px;
	text-decoration: none;
}

h4 {
	margin-bottom: 5px;
}

p {
	margin-bottom: 10px;
	margin-top: 10px;
}

hr {
	border: 0px;
	background-color: #000000;
	color: #000000;
	height: 1px;
}

ul {
	margin-left: 30px;
	list-style: disc;
}

li {
	margin-bottom: 5px;
}
/*---------------------------*/

/*--- Default Link Styles ---*/
a {
	color: #c32c2c;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/*---------------------------*/

/*--- CSS type for form field errors ---*/
input.error_field, select.error_field, textarea.error_field {
	border: 1px solid #FF0000;
}
/*--------------------------------------*/

/* Container Definitions */
#main_container {
	margin: auto;
	width: 1000px;
}

#top_container {
	color: #FFFFFF;
	font-size: 12px;
	margin-bottom: 10px;
}

#menu_container {
	background-image: url(/images/nav.gif);
	height: 24px;
	padding-left: 60px;
}

#menu_container > div {
	float: left;
	height: 24px;
	line-height: 24px;
}

#menu_container > div.seperator {
	padding-left: 5px;
	padding-right: 5px;
}

#menu_container > div.active {
	background-image: url(/images/rollover.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
}

#menu_container a {
	color: #FFFFFF;
	height: 24px;
	text-decoration: none;
}

#menu_container a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#content_container {
	background-color: #FFFFFF;
}

#footer_container {
	background-color: #ffffff;
	border-top: 1px solid #000000;
	margin: auto;
	margin-top: 0;
	padding-top: 4px;
	width: 940px;
}

#footer_container a {
	color: #000000;
}

#header {
	background-image: url(/images/header.gif);
	border-bottom: 1px solid #d1d1d1;
	height: 84px;
	text-align: right;
	width: 1000px;
}

#top_keywords {
	font-weight: bold;
	margin-right: 50px;
	padding-top: 20px;
}

#graphic_container {
	border-bottom: 1px solid #000000;
	padding-bottom: 4px;
}

#left_container {
	margin: auto;
	text-align: center;
	vertical-align: top;
	width: 216px;
}

#left_container > div {
	padding: 0px 10px 0px 10px;
	text-align: justify;
}

#center_container {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	margin: auto;
	text-align: center;
	vertical-align: top;
	width: 366px;
}

#center_container > div {
	padding: 0px 10px 0px 10px;
	text-align: justify;
}

#right_container {
	margin: auto;
	text-align: center;
	vertical-align: top;
	width: 356px;
}

#right_container > div {
	padding: 0px 10px 0px 10px;
	text-align: justify;
}

#announcements_container {
	background-color: #e6e6e7;
	float: right;
	margin-left: 10px;
	width: 274px;
}

#announcements_content {
	margin: 14px;
}

#announcements_top {
	background-image: url(/images/right_top.gif);
	height: 13px;
	width: auto;
}

#announcements_bottom {
	background-image: url(/images/right_bottom.gif);
	height: 13px;
	width: auto;
}

#contact_form {
	float: right;
}

/*--------------------*/

/* Custom Definitions */
#submit_button {
	background-color: #0b6226;
	border: 2px outset #000000;
	color: #CCCCCC;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
}

#submit_button:hover {
	color: #FFFFFF;
}

#submit_button:active {
	border: 2px solid #000000;
	color: #FFFFFF;
}
	
.green {
	color: #0b6326;
}

img.image_hover {
	border: 1px solid #FFFFFF;
}

img.image_hover:hover {
	border: 1px solid #000000;
}

.half-heading {
	float: left;
	width: 465px;
}

.listing {
	float: left;
	width: 465px;
}

.spacer {
	float: left;
	width: 10px;
}

/*--------------------*/

/* sIFR Styles */
.sIFR-active h1 {
	line-height: 1em;
	visibility: hidden;
}
/*--------------------*/

/* Sub Contractor Log-in */
#login_placeholder {
	float: right;
	height: 25px;
	margin-right: 50px;
	margin-top: 25px;
	width: 182px;
}

#login_box {
	color: #FFFFFF;
	font-weight: bold;
	height: 25px;
	position: absolute;
	width: 182px;
}

#login_head {
	background-image: url(/images/top_login.gif);
	cursor: pointer;
	height: 25px;
	line-height: 25px;
	text-align: center;
}

#login_head a {
	color: #FFFFFF;
}

#login_head a:hover {
	text-decoration: none;
}

#login_form_container {
	background-image: url(/images/transparent-black.png);
	border: 1px solid #d1d1d1;
	border-top: 0px;
	display: none;
	padding: 2px;
	text-align: center;
}

/*-----------------------*/

/* License */
#license {
	background-color: #e6e6e7;
	text-align: left;
	width: 274px;
}
/*----------------*/

/* Location Map and Property Map */
#map {
	float: left;
	height: 280px;
	width: 465px;

}

#property {
	float: left;
}

/*----------------*/

/* EXT Overrides */
.x-panel-body {
	background: none;
}
/*---------------*/

/* Print Media Definitions */
@media print {
}
/*--------------------*/