@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-top: 0.1em;
	margin-right: 0.1em;
	margin-bottom: 0.5em;
	margin-left: 0.5em
}

#wrapper { 
	width: 88em;
	max-width: 100%;
	position: relative;
	margin: 0;
	text-align: left; 
} 

#website {
	width: 69em;
	max-width: 79%;
	float: left;
	background-color: #FFFFFF;
}

#a_display {
	width: 18em;
	max-width: 20%;
	float: right;
	text-align: center;
	background-color: #FAFFFF;
}

#header { 
	width: 100%;
	overflow: hidden;
} 

#mainNav { 
	width: 12em;
	max-width: 21%;
	float: left;
	padding:0px;
	margin:0px;
	border:0px;
} 

#mainContent {
	width: 56em;
	max-width: 78%;
	float: right;
}

#footer {
	clear: both;
}

h1, h2, h3, h4 {font-size:1em; margin:0em 0em 0.8em 0em;}
h5, h6 {font-size:1em; margin:0em 0em 0.1em 0em;}
h1 {font-size:1.25em}
h2 {font-size:1.083em}

p {font-size:1em;margin:0em 0em 0.8em 0em}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

li {
	
	padding-left: 0px;
}


#nav1 li {
	padding:1px 0px 2px 7px;border-bottom:1px solid #EFEFEF;background-color:#5589A0;margin:0px;
}

#nav2 li {
	padding:1px 0px 2px 7px;border-bottom:1px solid #FFFFFF;background-color:#DDDDDD;margin:0px;
}


a:link, a:visited {
	color: #0000FF; text-decoration: none; font-weight: normal;
}

a:hover, a:active {
	color: #0000FF; text-decoration: underline; font-weight: normal; 
}

#nav1 a:link, #nav1 a:visited {
	color: #FFFFEE; text-decoration: none; font-weight: bold;
}

#nav1 a:hover, #nav1 a:active {
	color: #D49A00; text-decoration: none; font-weight: bold;
}

#nav2 a:link, #nav2 a:visited {
	color: #000000; text-decoration: none; font-weight: normal;
}

#nav2 a:hover, #nav2 a:active {
	color: #000000; text-decoration: underline; font-weight: normal;
}


a.link_head:link { color: #000000; text-decoration: underline; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold}
a.link_head:active { color: #000000; text-decoration: underline; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold}
a.link_head:visited { color: #000000; text-decoration: underline; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold}
a.link_head:hover { color: #FF0000; text-decoration: underline; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold}

a.link_foot:link { color: #0000FF; text-decoration: none  ; font-family: Arial, Helvetica, sans-serif; font-size: 9px; font-weight: normal}
a.link_foot:visited { color: #0000FF; text-decoration: none  ; font-family: Arial, Helvetica, sans-serif; font-size: 9px; font-weight: normal}
a.link_foot:hover { color: #B0000D; text-decoration: none  ; font-family: Arial, Helvetica, sans-serif; font-size: 9px; font-weight: normal}
a.link_foot:active { color: #DED301; text-decoration: none ; font-family: Arial, Helvetica, sans-serif; font-size: 9px; font-weight: normal}

fieldset {
	border: solid 1px #ccc;
	margin: 1em 0
	padding: 1em;
	background: #f8f8f8;
}

legend {
	font-weight: bold;
}

label {
	display: block;
	margin: 1em 0em 0em 0em;
}

input:focus, textarea:focus {
	background: #ffc;
}

.required {
	font-size: 0.75em;
	color: #760000;
}

.ulcustom { list-style-position: outside; list-style-image: url(/i/bullet/list.gif); padding-left: 20px; }
.menu_heading {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #000000; }
.TextArea {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; }
.property_name {  font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #000000; }
.property_summary {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #000000; }
.property_status {  font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #FF0000; }
.alert {color: #FF0000; line-height:30px; font-size: 12px; font-weight: normal; }
.disclaimer {color: #999999; font-size: 10px; font-weight: normal; }
.standard_list li { margin-left: 25px; list-style-position: outside; list-style-image:url(/i/icons/list.gif); )