@charset "utf-8";
/* CSS Document */

@import url("form.css");
@import url("nav.css");
@import url("datatable.css");

body {
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#000000;
	background:#FFFFFF;
	margin:0px;
}
a {
	color:#0069aa;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h1 {

}
h2 {

}
h3 {

}
.red { color:#c1272d; }
.green { color:#009245; }
.blue { color:#22b3e8; }

/*** CONTAINERS ***/

#header_container {
	clear:both;
	margin:0px auto;
	height:130px;
}
#nav_container {
	clear:both;
	margin:0px auto;
	
}
#content_container {
	clear:both;
	margin:0px auto;
	
}
#footer_container {
	clear:both;
	margin:0px auto;
	height:90px;
}

/*** HEADER ***/

#header {
	clear:both;
	margin:0px auto;
	width:970px;
	height:130px;
}
#header_left {
	float:left;
	margin-top:22px;
	width:252px;
	height:81px;
}
#header_mid {
	float:left;
	margin-top:25px;
	margin-left:240px;
	width:160px;
	height:75px;
	background:url(../images/map-sm.gif) bottom right no-repeat;
}
#header_right {
	float:right;
	margin-top:30px;
	width:300px;
	height:91px;
}

/*** NAV ***/

#nav-top {
	width:300px;
	height:24px;
}
#nav-top a {
	display:block;
	float:right;
	padding-left:12px;
	padding-right:12px;
	padding-top:6px;
	height:18px;
	font:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#868789;
	text-decoration:none;
}
#nav-top a:hover {
	color:#3fa9f5;
}
#nav-top_separator {
	float:right;
	width:2px;
	height:24px;
	background:url(../images/nav_separator.gif);
}
#search {
	margin-top:12px;
	width:300px;
	text-align:right;
}
#rss {
	float:right;
	margin-top:10px;
	width:280px;
	font-family:monospace;
	font-size:11px;
	text-align:left;
	overflow:hidden;
}
#subnav {
	padding-top:20px;
	padding-left:5px;
}

/*** CONTENT ***/

#flash {
	clear:both;
	margin:0px auto;
	width:969px;
	height:317px;
	background:url(../images/flash.jpg) no-repeat;
}
#home {
	clear:both;
	margin:0px auto;
	margin-top:7px;
	width:970px;
}
#home_panel {
	float:left;
	width:320px;
	height:230px;
}
#panel_separator {
	float:left;
	width:5px;
	height:62px;
}
#panel_txt {
	clear:both;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
}
#nav {
	width:320px;
}
#nav_panel {
	float:left;
	width:320px;
	height:62px;
}
#content {
	clear:both;
	margin:0px auto;
	padding-top:10px;
	width:960px;
}

/*** FOOTER ***/

#footer {
	clear:both;
	margin:0px auto;
	margin-top:20px;
	width:970px;
	height:90px;
	background:url(../images/img_contact.jpg) top right no-repeat;
	border-top:#c0c0c0 solid 1px;
}
#footer_left {
	float:left;
	padding-top:45px;
}
#footer_right {
	float:right;
}
#footer_right-top {
	padding-right:75px;
	padding-top:15px;
	height:45px;
	text-align:right;
}
#footer_right-bottom {
	font-family:Arial, Helvetica, sans-serif;
	color:#a6a7a9;
	font-size:9px;
	text-align:right;
}