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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0a4156;
}
body {
	background-color: #eaeaea;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
}
a {
	font-size: 12px;
	color: #1f5267;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #1f5267;
}
a:hover {
	text-decoration: underline;
	color: #658089;
}
a:active {
	text-decoration: none;
	color: #658089;
}
/* Define Fonts and tags */

h1 { 
	font-size: 24px;
	font-style:italic;
	font-weight: bold;
	margin: 2px;
}
h2 {
 	font-size: 14px;
	font-style:italic;
	font-weight: bold;
	margin: 2px;
}
h3 {
	font-size: 16px;
	font-style:italic;
	font-weight: bold;
	margin: 2px;
	
	}
 {
	margin-top: 4px;
	margin-left: 6px;
	margin-right: 6px;
	margin-bottom: 10px;
}
.image { padding-left: 6px; padding-right: 6px; padding-bottom: 6px; }

ul {
	margin: 3px;
}

form {
	margin: 3px;
	padding: 5px;
}

.formfield {
	margin-bottom: 3px;
	color: #658089;
	font-size: 11px;
}
.style2 {color: #d00000}
.style3 {color: #ff8400}
.style4 {color: #91c866}
.style5 {color: #008fca}
.style6 {color: #5400ff}
/* ID Styles */

#wrapper {
	background-image:url(images/wrapperBG.jpg);
	width: 868px;
	background-repeat:no-repeat;
	margin: 0 auto;
}
#logo {
	width: 382px;
	float: left;
}
#headText {
	width: 400px;
	float:right;
	color: #658089;
	padding-right: 30px;
	padding-top: 35px;
	text-align: right;
}
#headText a:link{color: #658089; font-size:12px; text-decoration:none; font-weight: bold; }
#headText a:hover{color: #658089; font-size:12px; text-decoration:underline; font-weight: bold; }

#whitebackground {
	background-color:#FFFFFF;
	margin-left: 9px;
	margin-right: 9px;
	padding: 6px;
}
#navbackground {
	background-color: #9db4ba;
	padding-bottom: 11px;
	padding-left: 9px;
	padding-right: 9px;
}
#navcontainer ul
{
padding-left: 0;
background-color: #e78c00;
color: White;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
margin: 0px;
}
#navcontainer ul li { display: inline; }
#navcontainer ul li a {
padding: 0.2em 1em;
background-color: #e78c00;
color: White;
text-decoration: none;
font-weight: bold;
float: left;
border-right: 1px solid #fff;
}
#navcontainer ul li a:hover
{
background-color: #f6d97d;
color: #1f566a;
}
#left {
	width: 289px;
	float: left;
}
#right {
	width: 500px;
	float:right;
}
#providing {
	background-image:url(images/services_BG.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	width: 245px;
	height: 280px;
	font-weight: bold;
	color: #0a4156;
	margin-bottom: 15px;

}

#updates {
	color: #0a4156;
	margin-bottom: 15px;
	padding-top: 10px;
	width: 180px;
}
#updates a:link{color: #658089; font-size:12px; text-decoration:none; font-weight: bold; }
#updates a:hover{color: #658089; font-size:12px; text-decoration:underline; font-weight: bold; }

#mapbox {
	padding-top: 20px;
}
#box { }

#footer {
	background-image:url(images/footerBG.jpg);
	height: 144px;
	background-repeat:no-repeat;
	color:#FFFFFF;
}
#footerTxt {
	padding-top: 110px;
	font-weight: bold;
	text-align:center;
}

#dhtmltooltip{
position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}