@charset "utf-8";
html {
	font-size: 65%;
}
body {
	font-size: 1.2em;
	background-color: #FFFFFF;
	background-image: url(../images/headBg.png);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif, Cambria;
}
#footer {
	color: #FFFFFF;
	background-color: #3B4781;
	height: 35px;
	line-height: 35px;
	width: 950px;
	margin-top: 7px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#footer a{
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #ccc;
	text-decoration: underline;
}
#masthead {
	margin: auto;
	width: 950px;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	height: 200px;
}
#topBar {
	height: 50px;
	position: relative;
	top: 150px;
	color: #FFFFFF;
}
#nav {
	margin: auto;
	height: 35px;
	width: 950px;
	color: #FFFFFF;
	background-color: #3276A3;
}
#page {
	width: 950px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 60px;
	margin-left: auto;
}
#sideBar {
	float: left;
	width: 200px;
}
#content {
	float: left;
	width: 730px;
	margin-left: 20px;
}
#content2 {
	width: 950px;
}
#footWrap {
	background-image: url(../images/footerBg.png);
	background-repeat: repeat-x;
	position: fixed;
	height: 42px;
	width: 100%;
	bottom: 0px;
}
#header {
	background-image: url(../images/headShadow.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/* FE NAV PLATE STYLES */

#navigation {
	width: 900px;
	height: 35px;
	font-size: 12px;
	line-height: 35px;
	color: #fff;
	position: relative;
}
#navigation .feDrop{
	cursor:default;
	z-index: 2;
	font-size: 14px;
	position: relative;
}
#navigation .feDrop:hover {
}
#navigation .primary, #navigation .primary ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
}

#navigation .primary  li {
	float: left;
	padding-left: 8px;
	padding-right: 8px;
}
#navigation a:link, #navigation a:active, #navigation a:visited{
    display:block;
    padding:0px;
    color:#fff;
    text-decoration:none;
 }
 


#navigation a:hover{
    color:#fff;
}
#navigation .tertiary a{
	padding: 0 3px;
}


#navigation .secondary{
    position:absolute;
	top: 35px;
	left: -20px;
    display:none; 
	background-color: #3B4781;
	font-size: 14px;
	line-height: 26px;
	z-index: 15;
	padding: 3px !important;
}

.w150 {
	width: 170px;
}
.w300 {
	width: 340px;
}
.w450 {
	width: 510px;
}
.w600 {
	width: 680px;
}
.w750 {
	width: 850px;
}
#navigation .secondary a{
	color: #fff;
}
#navigation .secondary a:hover {
	color: #ccc;
}
#navigation .secondary ul {
	margin-bottom: 27px;
	border-left: solid 1px #3276A3; 
	
}
#navigation .tertiary {	
}
#navigation .secondary li {
	min-width: 120px;
	_width: 120px;
	margin-right: 10px;
	float:left;
}
#navigation .tertiary li{
	float: none;
	text-align: right;
	margin-right: -10px;
	font-size: 11px;
	line-height: 20px;
	text-decoration: none;
}
#navigation .constantNav {
	position: absolute;
	right: 5px;
	bottom: -5px;
	font-size: 10px;
}
#navigation .constantNav a:link, #navigation .constantNav a:active, #navigation .constantNav a:visited{
	display: inline;
	text-decoration: none;
	padding: 0px 6px;
}
#navigation .navBadge {
	min-width: 50px;
	max-width: 150px;
	_width:50px;
	float: right;
	z-index: 1;
}


