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

/* Header */

#header {
	float: left;
	width: 950px;
	height: 45px;
	color: #FFFFFF;
	font-size: 3em;
	color: #000000;
}


/* Header2 */

#header2 {
	float: left;
	width: 900px;
	height: 85px;
	background: url(design_elements/banner.jpg);
    position:absolute;
    top:0;
    right:0;
    width:200px;
}

.banner{
width: 900px;
font:12px Arial,Calibri,Verdana;
text-align: left;
margin:0 auto;
margin-top: 0px;
background-color:#014f88;
display: inline;
width: 900px;
}


.navigation{
width: 800px;
height: 30px;
font:24px Arial,Calibri,Verdana;
text-align: left;
margin:0 auto;
margin-top:0px;
background-color:#014f88;
 position:relative;
 top:85px;
 left:-40px;
}

.navigation:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0px; 
clear: both; 
visibility: hidden;
}

.navigation ul{
/*border: 1px solid #BBB;*/
width: 100%;
/*background: url(chromebg.gif) center center repeat-x; THEME CHANGE HERE*/
padding: 0px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.navigation ul li{
display: inline;
width: 900px;
}

.navigation ul li a{
color: #ffffff;
padding: 4px 8px;/*CHANGE 2ND NUMBER TO ALTER HORIZ PADDING IN NAVIGATION*/
_padding: 4px 10px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;

}

.navigation ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
/*background: url(chromebg-over.gif) center center repeat-x; THEME CHANGE HERE*/
