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

/*STRUCTURE*/

body {
	background-color: #004990;
}

.gradwhite {
	background-image: url(../images/grad_white.png);
	background-repeat: repeat-x;
	background-position: top;
}


#container {

	width: 980px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}
#navbar {
	height: 45px;
}
#MainBlock {
	background-image: url(../images/road2.jpg);
	background-repeat: no-repeat;
	clear: both;
	background-color: #FFFFFF;
	float: left;
	width: 980px;
	height: 100%;
}


#MainBlock2 {
	background-image: url(../images/road2.jpg);
	background-repeat: no-repeat;
	clear: both;
	background-color: #FFFFFF;
	float: left;
	width: 980px;
	height: 1060px;
}




#StaticContent {
	height: 205px;
	margin-top: 5px;
	clear: both;
}
#footer {
	height: 90px;
	padding-top: 20px;
	padding-left: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CCCCCC;
	background-image: url(../images/foot.png);
	background-repeat: no-repeat;
	clear: both;
}
#logo {
	float: left;
	width: 215px;
	height: 45px;
	background-repeat: no-repeat;
}
#navdiv {
	height: 45px;
	margin-left: 215px;
	background-image: url(../images/navbar.png);
	width: auto;
}
#leftbx {
	height: 203px;
	width: 640px;
	float: left;
	margin-right: 0px;
	background-image: url(../images/staticlft.png);
	background-repeat: no-repeat;
	padding-right: -25px;
}
#rightbx {
	height: 203px;
	width: 315px;
	float: right;
	background-image: url(../images/box2.png);
}


#Gpsinfo {
	clear: both;
	float: right;
	height: 200px;
	width: 300px;
	margin-top: -200px;
	z-index: 0;
}

#Unitnav {
	float: right;
	height: 187px;
	width: 450px;
	margin-top: 0px;
	clear: right;
}
#HeroShot {
	float: left;
	height: 340px;
	width: 475px;
	z-index: 1;
	clear: both;
	background-image: url(../images/herocomp.png);
}


#feat1 {
	background-image: url(../images/featgrap.png);
	background-repeat: no-repeat;
	float: right;
	height: 54px;
	width: 240px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#feat2 {
	background-image: url(../images/featgrap.png);
	background-repeat: no-repeat;
	float: right;
	height: 54px;
	width: 240px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#feat3 {
	background-image: url(../images/featgrap.png);
	background-repeat: no-repeat;
	float: right;
	height: 54px;
	width: 240px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.hmFeat {
	padding-top: 14px;
	padding-bottom: 0px;
	padding-left: 15px;
}

#leftbx #Blurb {
	width: 175px;
	float: left;
	clear: both;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	height: 180px;
	margin-right: 20px;
}

#leftbx #News {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	height: 180px;
	margin-right: 20px;
}


/* Navigation */

#nav {
	font-size: 12px;
}


#nav a:link,
#nav a:visited {
	color:#999999;
	padding:4px;
	text-decoration:none;
  }


#nav, #nav ul {
	padding: 0;
	margin-bottom: 0;
	list-style: none;
	border-bottom:thin;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#nav a {
	display: block;
}

#nav a:hover {
	color:#333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#nav li {
	float: left;
	width: 10em;
	margin-left: 25px;
	margin-top: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

#nav li:hover ul {
	left: auto;
	
}

/* this controls the spacing of elements under products*/
#navdrop li {
	width: 8em;
	margin-left: 10px;
	margin-top: 12px;
	text-align: center;
	line-height: 1.2;
}

/* Above*/


#navdrop  {
	background-image: url(../images/drop.png);
	
	
}

#navdrop a:hover {
	color:#000000;
	background-color: #FFF2B3;
}

#navdrop a:link,
#navdrop a:visited {
	color:#004990;
	padding:4px;
	text-decoration:none;
	
  }
  
  
/*CONTENT FORMATTING*/

.content {
	height: 575px;
	font-size: 11px;
	width: 680px;
}
#Gpsinfo h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #004990;
}
#Gpsinfo p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #004990;
	padding-top: 4px;
	padding-left: 10px;
}
.hmFeat a {
	text-decoration: none;
}

.hmFeat a:hover {
	text-decoration: none;
	color:#333333;
}


#footer ul li {
	text-decoration: none;
	display: inline;
	list-style-image: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	line-height: 12px;
	padding-top: 2px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}

#footer a {
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}

#footer a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}


#footer #border {
	border-left-style: none;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFF00;
	text-align: center;
	padding-top: 10px;
	padding-right: 170px;
}
#StaticContent h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
#StaticContent  p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #999999;
	line-height: 16px;
}
#MainBlock #leftcol {
	float: left;
	width: 215px;
	background-repeat: no-repeat;
	position: relative;
	margin-bottom: 0px;
	padding: 0px;
	height: 600px;
}




#MainBlock2 #leftcol {
	float: left;
	width: 215px;
	background-repeat: no-repeat;
	position: relative;
	margin-bottom: 0px;
	padding: 0px;
	height: 600px;
}



#abcontent #rightcol {
	width: auto;
	margin-left: 220px;
	padding-right: 45px;
	padding-top: 6px;
	font-weight: bold;
	}
#leftcol #picL {
	background-repeat: no-repeat;
	width: auto;
	height: 595px;
}
#MainBlock #abcontent {
}
#MainBlock #abcontent {
	padding-top: 135px;
	padding-bottom: 50px;
	height: 550px;
}


#MainBlock2 #abcontent {
}
#MainBlock2 #abcontent {
	padding-top: 135px;
	padding-bottom: 50px;
	height: 550px;
}




#abcontent #rightcol h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	font-weight: normal;
	color: #004990;
	padding-bottom: 0;
	text-decoration: none;
	text-align: left;
}
.content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	font-weight: bold;
	color: #004488;
}


#Unitnav2 .pane-list2 {
	display: inline;
	list-style-image: none;
	list-style-type: none;
	list-style-position: inside;
	
}

#Unitnav2 .pane-list2 li {
	display: inline;
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: none;
	border-left-color: #CCCCCC;
	float: left;
	background-color: #FFFFFF;
}

#Unitnav2 .pane-list2 li:hover {
}

#Unitnav2 #pane2 {
	float: left;
	margin-left: 15px;
	width: 600px;
	height: 250px;
	clear: both;
}

#pane2 .pane-list2 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	padding-top: 10px;
	text-decoration: underline;
}

#pane2 .pane-list2 p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	padding-top: 8px;
	
}





#Unitnav3 .pane-list3 {
	display: inline;
	list-style-image: none;
	list-style-type: none;
	list-style-position: inside;
	
}

#Unitnav3 .pane-list3 li {
	display: inline;
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: none;
	border-left-color: #CCCCCC;
	float: left;
	background-color: #FFFFFF;
}

#Unitnav3 .pane-list3 li:hover {
}

#Unitnav3 #pane3 {
	float: left;
	margin-left: 15px;
	width: 600px;
	height: 250px;
	clear: both;
}

#pane3 .pane-list3 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	padding-top: 10px;
	text-decoration: underline;
}

#pane3 .pane-list3 p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	padding-top: 8px;
	
}






#Unitnav .pane-list {
	display: inline;
	list-style-image: none;
	list-style-type: none;
	list-style-position: inside;
	
}

#Unitnav .pane-list li {
	display: inline;
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: none;
	border-left-color: #CCCCCC;
	float: left;
	background-color: #FFFFFF;
}

#Unitnav .pane-list li:hover {
}

#Unitnav #pane {
	float: left;
	margin-left: 15px;
	width: 600px;
	height: 250px;
	clear: both;
}

#pane .pane-list h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	padding-top: 10px;
	text-decoration: underline;
}

#pane .pane-list p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	padding-top: 8px;
	
}


.navhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #004990;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}




#rightbx .content img {
	top: -15px;
	left: 20px;
	float: right;
	padding-right: 15px;
	padding-top: 20px;
	padding-left: 5px;
	padding-bottom: 23px;
}



/*Features Navigation Section*/

.features {
	background-image: url(../images/navbox3.png);
	padding-right: 25px;
	padding-left: 25px;
	background-repeat: no-repeat;
	padding-top: 8px;
	padding-bottom: 25px;
}
	


#picL .features a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 2.3em;
	text-decoration: none;
	color: #004488;
	font-weight: normal;
	display: block;
}

.features li {

	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004990;
	padding-bottom: 3px;
	padding-top:3px;
		border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: 004488;
	width: 150px;
}

#picL .features li:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #004488;
	background-color: #E7EDF6;
}

.features h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #004488;
	padding-bottom: 10px;
}
#form {
	float: left;
	height: 415px;
	width: 365px;
}
#left info {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004488;
	float: left;
	height: 200px;
	width: 200px;
}

