@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #001C3A;
}
#container {
	width: 800px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #001C3A;
}
#header {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 20px;
	background-color: #001C3A;
	height: 445px;
}
#logo {
	width: 770px;
	height: 130px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#headerimage {
	clear: both;
	float: left;
	height: 400px;
	width: 775px;
	margin-top: 0px;
}
#navbar {
	clear: both;
	float: left;
	width: 750px;
	height: 25px;
	margin-bottom: 15px;
}
#navtable {
	float: right;
	clear: both;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 280px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin-left: 20px;
}
#maintext {
	background-color: #FFFFFF;
	float: right;
	width: 380px;
	margin-top: 0px;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0px;
} 
#maincontent {
	background-color: #FFFFFF;
	width: 750px;
	margin-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#footertext {
	width: 710px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999999;
	padding-top: 5px;
	padding-bottom: 15px;
}
#footer {
	background-color: #FFFFFF;
	width: 710px;
	margin-left: 20px;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 40px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 12px;
	text-align: justify;
	line-height: 12px;
	font-weight: normal;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #001C3A;
	text-transform: none;
	font-variant: normal;
	padding: 0px;
	margin: 0px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 0px;
	margin-top: 9px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 12px;
	text-align: justify;
	line-height: 16px;
}
.footertext {
	margin-left: 265px;
	padding-top: 10px;
	padding-bottom: 20px;
	margin-right: 35px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #001C3A;
	margin: 0px;
	padding: 0px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 0px;
	margin-top: 9px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-size: 12px;
	text-align: justify;
	line-height: 16px;
	font-weight: normal;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #AD9856;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
#serviceimage {
	clear: both;
	float: left;
	height: 290px;
	width: 775px;
	margin-top: 0px;
}
#headerservice {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 20px;
	background-color: #001C3A;
	height: 330px;
}
#mainacross {
	margin-left: 35px;
	width: 680px;
	clear: both;
}
.accordian across {
	width: 653px;
	background-color: #001C3A;
}
.serviceleft {
	margin-left: 40px;
	width: 210px;
	margin-right: 5px;
	float: left;
	clear: none;
}
.serviceright {
	margin-right: 20px;
	width: 450px;
	float: right;
	clear: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
