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

/*  
COLORS:
blue-xtra-light: #bbccdc;
blue-light: #94adc5;
blue-medium: #3f6d94;
blue-dark: #0a3b65;
blue-3: #496077;
grey-blue: #cdd4da;
red: #e60303;
*/

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444;
	background-color: #0a3b65;
	}
	
img {border: 0}
ul {list-style: none; margin: 0; padding: 0}

h2, h3 {color: #3f6d94;}
h1 {color: #94adc5; font-size: 25px; font-weight: normal; margin-bottom: 0px; margin-top: 0; padding-bottom: 8px; border-bottom: 1px #ccc dotted; }
h2 {font-size: 13px; font-weight: bold; margin-bottom: -8px; margin-top: 20px; }
h3 {font-size: 12px; font-weight: bold; margin-bottom: 0;}
h4 {
	color: #888;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: -5px;
	font-style: italic;
}
h5 {background: url(../images/subpage/h5_bg.gif) no-repeat; color: #fff; font-size: 16px; margin-bottom: 5px; font-weight: bold; padding: 5px; padding-left: 8px;}
h6 {color: #666666; font-size: 12px; font-weight: bold; margin-bottom: 0; margin-top: 12px;}


.strong {font-weight: bold; color: #3f6d94;}
.caption {font-size: 10px; font-style: italic; color: #888;}
.quote {font-style: italic; font-weight: bold; color: #888;}

a {color: #3f6d94; }
a:link {color: #3f6d94;}
a:visited {color: #3f6d94;}
a:hover {color: #0a3b65;}
a:active {color: #3f6d94;}

.wrap {
	width: 980px;
	margin: 0 auto;
	position: relative;
	}
	
.dotline-h {
	width: 100%;
	height: 17px;
	background: url(/images/general/dotline_ccc.gif) repeat-x 0px 8px;
	clear: both;
	}
	


/* header */
#header {
	height: 130px;
	width: 100%;
	background: url(../images/general/header_bg.gif) #012a4b bottom repeat-x;

}

#header .wrap {height: 130px;}

#header a {color: #457aa3; text-decoration: none;}
#header a:link {color: #457aa3; text-decoration: none;}
#header a:visited {color: #457aa3; text-decoration: none;}
#header a:hover {color: #fff; text-decoration: none;}
#header a:active {color: #457aa3; text-decoration: none;}

#header .logo {
	width: 200px;
	position: absolute;
	left: -10px;
	bottom: 3px;
	background: url(../images/general/weblayers_logo-bg.png) no-repeat;
	}
	
#header ul {list-style: none; margin: 0; padding: 0}

#nav {position: absolute; right: 0; bottom: 8px; z-index: 10;}
#nav li {
	display: inline;
	margin: 0;
	margin-left: 10px;
	padding: 0;
	list-style: none;
	}

/* nav marker

.nav1-m, .nav2-m, .nav3-m, .nav4-m, .nav5-m, .nav6-m {
	width: 9px;
	height: 7px;
	position: absolute; 
	top: -17px;
	background: url(../images/nav/marker.gif) no-repeat;
	z-index: 1000; 
	}
	
.nav1-m {left: 351px;}
.nav2-m {right: 537px;}
.nav3-m {right: 400px;}
.nav4-m {right: 243px;}
.nav5-m {right: 126px;}
.nav6-m {right: 27px;}
*/

#header .subnav {height: 10px; position: absolute; right: -10px; top: 10px;}
#header .subnav li {
	display: inline;
	border-left: 1px dotted #2b5374;
	margin: 0;
	padding: 0 10px;
	color: #457aa3;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 10px;
	}
#header .subnav .first {border-left: 0;}


/* footer */

#footer {
	height: 75px;
	color: #7aa4c7;
	font-size: 10px;
	margin-top: 16px;
	clear: both;
}

#footer a {color: #7aa4c7; text-decoration: none;}
#footer a:link {color: #7aa4c7; text-decoration: none;}
#footer a:visited {color: #7aa4c7; text-decoration: none;}
#footer a:hover {color: #fff; text-decoration: none;}
#footer a:active {color: #7aa4c7; text-decoration: none;}

#footer ul {margin-bottom: 8px;}
#footer li {
	list-style: none;
	display: inline;
	padding: 0 10px;
	border-left: 1px dotted #1f4c72;
	}
#footer .first {padding-left: 0; border-left: 0;}

#footer .left {width: 700px; float: left;}
#footer .right {width: 280px; float: right; text-align: right; line-height: 16px;}

