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

<style type="text/css">

body {
	background-image: url(image/home/bg.jpg);
	margin-top: 0px;
}

#Layer1 {
width:800px;
height:auto;
margin: auto;
top: 0px;
}
.BodyCopy {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: left;
	text-align:justify
}

.ServiceCopy {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

.PageHeader {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #666666;
}

.ServicesTitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #666666;
}

.ServicesTitle:link {color: #666666; text-decoration: none; }
.ServicesTitle:visited {color: #666666; text-decoration: none; }
.ServicesTitle:hover {color: #8DBBDD; text-decoration: underline; }
.ServicesTitle:active {color: #666666; }

.ServicesMoreClick {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #002D56;
	font-weight: bold;
}

.ServicesMoreClick:link {color: #002D56; text-decoration: none; }
.ServicesMoreClick:visited {color: #002D56; text-decoration: none; }
.ServicesMoreClick:hover {color: #8DBBDD; text-decoration: underline; }
.ServicesMoreClick:active {color: #002D56; }

.PageHeader {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 20px;
	color: #13328D;
	font-weight: normal;
}


div#headerbg {

height:30px;
}

	div#header-wrap {
	width:800px;
	margin: 0 auto;
	padding-top: 0px;
	text-align: left;
	background:url(../images/logo.jpg) no-repeat;
	background:#002d5d;
	height: 21px;
	border-top:#8dbbdd 3px solid;
	}
	
		#navbar {
		margin: 0 0 0 0px;
		padding: 0;
		height: 1em; 
		}
	
			#navbar li {
			list-style: none;
			float: left;
			font-size: 11px;
			font-weight:bold;
			font-family: "Lucida Grande",Arial,Helvetica,Sans-Serif;
			}
		
				#navbar li a {
				display: block;
				padding: 3px 8px;
				background-color: transparent;
				color: #fff;
				text-decoration: none; 
				}
				
				#navbar li ul {
				display: none;
				width: 10em; /* Width to help Opera out */
				background-color: #007eff;
				}
				
				
				#navbar li:hover ul {
				display: block;
				position: absolute;
				margin: 0;
				padding: 0; 
				background-color: transparent;
				padding-top: 5px;
				}
				
				li#active {
				background-color: #007eff;
				height: 21px;
				}
				
				#navbar li:hover li {
				float: none; 
				}
				
				#navbar li:hover li a {
				color: #fff;
				background:url(../images/dropdown_bg.png);
				}
				
				#navbar li:hover a {
				color: #fff;
				background-color: #007eff;
				height: 15px;
				}
				
				#navbar li:hover a:active {
				color: #fff;
				background-color: #007eff;
				height: 15px;
				}
				
				#navbar li li a:hover {
				background-color: #007eff; 
				color:#0099ff;
				}
				

/*END HEADER CONTENT CODE*/


</style>

