/* CSS Document */

<style type="text/css">
html {
	background:transparent url(bg.gif) repeat;
}

body {}
* {margin:0; padding:0; behavior: url(csshover.htc);}


div#nav {
	width:682px;
	margin:auto;
padding-left:125px;
	}
	
.center { text-align:center;}
.narrow {
	color:#A3B2D1;
	font: .95em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	padding-top: 25px;
	padding-right: 150px;
	padding-bottom: 25px;
	padding-left: 150px;
	text-align:center;
	}
	
.white  {
	color:#A3B2D1;
	font: .95em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	text-align:center;}
.white p {
	color:#FFFFFF;
	font: 1.75em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	padding-top: 10px;
	padding-right: 100px;
	padding-bottom: 10px;
	padding-left: 100px;
	text-align:center;}
.Mission {
	font-size: 1.75em;
	font-style: normal;
	padding: 25px 100px;
	color: ffffff;
}

div#navcontainer {
	background-color:#113965;
	width:100%;
	height:19px;
	float:left;
	margin-top:0px;
	margin-bottom:0px;
	}
	
div#header {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-image:url(bg.gif); background-repeat:repeat;
	
	}
div#head {width:100%; 
	margin-left:auto;
	margin-right:auto;}


div#form {
	margin:5px 180px 5px 40px;}

#contentcontainer {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	background-image:url(bg.gif); background-repeat:repeat;
	background-color:#16477e;
	}
	
 #content {
 	width:800px;
	margin-left:auto;
	margin-right:auto;
	padding:0px 0px 10px 0px;
	background-color:#16477e;
	}
#content a:hover {
	color:#dadada}
#content a {
	color:#FFFFFF}
#content a:visited {
	color:#ABABAB}

#content p{
	max-width:800px;
	color:#A3B2D1;
	font: .95em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}


#content h1{
	max-width:800px;
	color:#C1D3F7;
	letter-spacing:0.2em;
	font:bold 100%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	border-bottom: 1px dotted #A3B2D1;
	text-transform:uppercase;
	padding:30px 0px 0px 0px;
	text-align:Left;
	background-image:url(content.gif);
	background-repeat:repeat-x;}
		
#content h2{
	max-width:800px;
	color:#C1D3F7;
	letter-spacing:0.2em;
	font:bold 100%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	border-bottom: 1px dotted #A3B2D1;
	text-transform:uppercase;
	padding:30px 0px 0px 0px;
	text-align:center;
	background-image:url(content.gif);
	background-repeat:repeat-x;}
	
#content h3{
	font:Trebuchet MS, serif;
	color:#C1D3F7;
	font:Trebuchet MS, serif;
	letter-spacing:0.1em;
	text-transform:uppercase;
	text-align:center;}
	
#content h4{
	font:Trebuchet MS, serif;
	color:#A3B2D1;
	font:Trebuchet MS, serif;
	letter-spacing:0.1em;
	text-transform:uppercase;
	text-align:center;
	padding: 10px;
	text-align:center;
	font-size: 10px;
}

#content h5{
	font:Trebuchet MS, serif;
	color:#000000;
	font:Trebuchet MS, serif;
	letter-spacing:0.1em;
	text-transform:uppercase;
	text-align:center;
	font-size: 16px;
	}
	
#content h7{

	font:bold 80%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	color:#cfcfcf;
	font:Trebuchet MS, serif;
	letter-spacing:.1em;
	text-transform:uppercase;
	padding:30px;
	max-width:400px; float:left;
	
	}
#content h9{
	max-width:400px;
	font-color:#000000;
	font: 1.1em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}
	
	
#footer {
 	width:100%;
 	clear:both;
 	float:left;
	background-image:url(bg.gif); 
	background-repeat:repeat;
	text-align:center;
 	}
#footer li{
	font:bold 60%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	color:#000000;
	font:Trebuchet MS, serif;
	letter-spacing:.1em;
	text-transform:uppercase;}
/* end of structural styles */ 

/* a few more styles to help you see what's going on */

li {list-style-type:none;}

/* the horizontal menu starts here */
div#listmenu {
	margin:auto;
	width:800px;
	min-width:800px;
	text-align:center;
	border-top:1px solid #315865;	/* draws line on top edge of div */
	border-bottom:1px solid #315865;	 /* draws line on bottom edge of div */
	font-size:.8em;	/* SET FONT-SIZE HERE */ /* TEMPORARY - pushes the div away from the top of the browser for clarity in this example*/
	}
div#listmenu ul {text-align:center;
/* indents ul from edge of container - NOTE: diff value for IE in hacks below */
	}
div#listmenu li {
	float:left;	/* causes the list to align horizontally instead of stack */
	position:relative; /* positioning context for the absolutely positioned drop-down */
	list-style-type:none;	/* removes the bullet off each list item */
	background-color:#999999; /*sets the background of the menu items */
	border-right:1px solid #315865; /* creates dividing lines between the li elements */
	}
div#listmenu li:first-child {
	border-left:1px solid #315865; /*the first vertial line on the menu */
	}

div#listmenu li:hover { 
	background-color:#579CB3; /*sets the background of the menu items */
	}
div#listmenu a {
display:block;
	padding:1px 6px; /*creates space each side of menu item's text */
	text-decoration:none;	 /* removes the underlining of the link */
	color:#EEEEEE;	/* sets the type color */
	}
div#listmenu a:hover {
	color:#EEEEEE;
	}
/* the menu ends here */
/* the drop-down starts here */
div#listmenu ul li ul {
	margin:0; 
	z-index:10; /* puts drop-down on top of div - Safari needs this as menu is 1px higher */
	position:absolute; /* positions the drop-down ul in relation to its relatively positioned li parent */
	width:10em; /*sets the width of the menu - in combo with the li's 100% width, makes the menu stack*/
	border-right:0; /* stops SCBs drops having two right borders - they inherit the border, IE doesn't */
	left:-1px; /*aligns the drop exactly under the menu */
	}
div#listmenu ul li ul li {padding:0;
	width:100%; /* makes the list items fill the list container (ul) */
	border-left:1px solid #069; /*  three sides of each drop-down item */
	border-bottom:1px solid #069;
	border-right:1px solid #069;}
div#listmenu ul li ul li a {padding:1px .5em;}
div#listmenu ul li ul li:first-child {
	border-top:1px solid #069; /*the top edge of the dropdown */
	}
/* make the drop-down display as the menu is rolled over */
div#listmenu ul li ul {display:none;} /* conceals the drop-down when menu not hovered */
div#listmenu ul li:hover ul {display:block; } /* shows the drop-down when the menu is hovered */

/* pop-out starts here */
body div#listmenu ul li ul li ul  {
	position:absolute; 
	visibility:hidden; /* same effect as display:none in this situation */
	top:-1px;
	left:10em;
	}
div#listmenu ul li ul li:hover ul {visibility:visible;} /* same effect as display:block in this situation */

/* second level popouts start here*/
div#listmenu ul li ul li:hover ul li ul {visibility:hidden;}
div#listmenu ul li ul li ul li:hover ul {visibility:visible;} /* same effect as display:block in this situation */

/* THE HACK ZONE - */
/* hack for IE (all flavors) so the menu has a vertical line on the left */
* html div#listmenu ul {
	float:left; /* makes the ul wrap the li's */
	border-left:1px solid #000; /* adds the rightmost menu vertical line to the ul */
	margin-left:25px;
	margin-right:25px; /* IE doubles the given value above - why? */
	margin-top:0px;
	
	}



/* the drop-down ends here */
/* END OF LIST-BASED MENU */
