/* CSS Document */

body {
	background-color: #262161;
	margin: 0;
}
#site_wrap {
	display: block;
	width: 100%;
	border-top: 9px solid #cc3300;
	text-align: left;
}
#page_wrap {
	width: 900px;
	text-align: left;
}
#header_wrap {
	height: 76px;
	position:relative;
}
.home_back, .cad_back, .map_back, .util_back, .earthwork_back, .admin_back, .employment_back, .contact_back {
	background-position: 0 76px;
	background-repeat: no-repeat;
}
.home_back { background-image:url(../images/home_back-2.jpg); }
.cad_back { background-image:url(../images/cad_back.jpg); }
.map_back { background-image:url(../images/map_back.jpg); }
.util_back { background-image:url(../images/utilities-planning_back.jpg); }
.earthwork_back { background-image:url(../images/utilities_back.jpg); }
.admin_back { background-image:url(../images/admin_back.gif); }
.employment_back { background-image:url(../images/employment_back.jpg); }
.contact_back { background-image:url(../images/contact_back.jpg); }
.status_message {
	color: #C12016;
}
#logo {
	margin: 13px 0 13px 35px;
	float: left;
}
#home_banner {
	display: block;
	height: 214px;
}
#top_menu {
	float: right;
	position: absolute;
	bottom: 0;
	right: 0;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
#top_menu a, #top_menu a:hover {
	color: #FFF;
	line-height: 32px;
	padding: 7px 12px 8px 12px;
	border-right: 1px solid #FFF;
	text-decoration: none;
}
#top_menu a#firstmenu, #main_menu a#firstmenu {
	border-left: 1px solid #FFF;
}
#top_menu a.active { border-top: 1px solid #FFF; background-color: #711653; }
#top_menu a:hover { border-top: 1px solid #FFF; background-color: #711653; }
#main_menu {
	display: block;
	height: 32px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	line-height: 32px;
	margin: 4px 0;
	padding: 0;
	font-weight: bold;
}
#main_menu a {
	color: #FFF;
	padding: 10px 12px 9px 12px;
	margin: 0;
	text-decoration: none;
}
#main_menu.content a, #main_menu.home a { border-right: 1px solid #FFF; }
#main_menu.content a.active, #main_menu.content a:hover { border-bottom: 1px solid #FFF; background-color: #711653; }
#main_menu.home a:hover { border-top: 1px solid #FFF; background-color: #711653; }
#main_menu.home { margin-left: 20px; float: left; }
#main_menu.content { float: right; }

#home_left_column {
	float:left;
	width: 466px;
	background-color: #FFF;
	margin: 20px 20px 10px 20px;
	border-bottom: 9px solid #cc3300;
}
#home_right_column {
	float:left;
	width: 294px;
	background-color: #B3B3B3;
	margin: 20px 0 0 0;
	border-bottom: 9px solid #cc3300;
}
#home_right_extra {
	float:left;
	color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight:bold;
	width: 254px;
	text-align:right;
	margin: 20px;
}
#home_left_column #content {
	margin: 15px;
}
#home_right_column #content {
	margin: 10px;
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#left_column {
	float:left;
	width: 165px;
	margin: 250px 0 0 35px;
}
#right_column {
	float:right;
	width: 660px;
	background-color: #FFF;
	margin: 25px 0 10px 0;
	border-bottom: 9px solid #cc3300;
	background-image:url(../images/content_back.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}
#left_column #content {
	display: block;
	color: #FFF;
}
#right_column #content {
	display: block;
	padding: 25px;
}
#admin_column {
	float:left;
	width: 820px;
	margin: 35px;
	background-color: #FFF;
	border-bottom: 9px solid #cc3300;
}
#admin_column #content {
	margin: 15px;
}
#left_column #content a {
	color: #FFF;
}
#footer {
	margin: 0 0 0 40px;
	height: 90px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFF;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
#footer.home {
	text-align: left;
}
#footer.content {
	text-align: right;
}

/* CLEARFIX */

.clear, #clear {
	clear: both;
}
.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}