@charset "UTF-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link {
	color: #1172B6;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #1172B6;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #444444;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #1172B6;
	text-decoration: none;
	font-weight: bold;
}


/*Non IE*/

.nav {
	/*nav title*/
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 12;
	line-height: 16px;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-align: left;
	text-indent: 0ex;
	text-transform: uppercase;
	}
	
.nav a:link{color:#CCCCCC; font-weight:normal}
.nav a:visited{color:#CCCCCC; font-weight:normal}
.nav a:hover{color:#FFFFFF; font-weight:bold}
.nav a:active{color:#CCCCCC; font-weight:normal}

.navsub {
	/*nav sub menu*/
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 12;
	line-height: 16px;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-align: left;
	text-indent: 0ex;
	text-transform: none;
	}
	
.nav a:link{color:#CCCCCC; font-weight:normal}
.nav a:visited{color:#CCCCCC; font-weight:normal}
.nav a:hover{color:#FFFFFF; font-weight:normal}
.nav a:active{color:#CCCCCC; font-weight:normal}

/*IE ONLY*/

.navie {
	/*nav title*/
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 12;
	line-height: 24px;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-align: left;
	text-indent: 0ex;
	text-transform: uppercase;
	}
	
.nav a:link{color:#CCCCCC; font-weight:normal}
.nav a:visited{color:#CCCCCC; font-weight:normal}
.nav a:hover{color:#FFFFFF; font-weight:bold}
.nav a:active{color:#CCCCCC; font-weight:normal}

.nav a.red:link {color:#F4AF0C}
.nav a.red:visited {color:#F4AF0C;}
.nav a.red:hover {color:#003366}
.nav a.red:active {color:#F4AF0C;}

.navsubie {
	/*nav sub menu*/
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 12;
	line-height: 24px;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-align: left;
	text-indent: 0ex;
	text-transform: none;
	}
	
.nav a:link{color:#CCCCCC; font-weight:normal}
.nav a:visited{color:#CCCCCC; font-weight:normal}
.nav a:hover{color:#FFFFFF; font-weight:normal}
.nav a:active{color:#CCCCCC; font-weight:normal}
	
.pageheader {
	/*header*/
	font-style: normal;
	font-variant: normal;
	font-weight: none;
	color: #000000;
	font-size: 14;
	line-height: 16px;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none
	text-align: left;
	text-indent: 0ex;
	text-transform: uppercase;
	}
	
.pagetext {
	/*main text*/
	font-style: normal;
	font-variant: normal;
	font-weight: none;
	color: #000000;
	font-size: 11;
	line-height: 16px;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none
	text-align: left;
	text-indent: 0ex;
	text-transform: none;
	}

.post {
	/*bulk info on page font*/
	font-family: Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: none;
	color: #000000;
	font-size: 12;
	line-height: 16px;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-align: left;
	text-indent: 0ex;
	}
	
.postbold {
	/*bulk info on page font bold*/
	font-family: Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	color: #000000;
	font-size: 12;
	line-height: 14px;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-align: left;
	text-indent: 0ex;
	}
	
.indexpost {
	/*bulk info on index font*/
	font-family: Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: none;
	color: #000000;
	font-size: 14;
	line-height: 18px;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-align: left;
	text-indent: 0ex;
	}
	
.subheader {
	/*page nav*/
	font-family: Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: none;
	color: #000000;
	font-size: 16;
	line-height: 18px;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-align: left;
	text-indent: 0ex;
	}
	
.subheaderbold {
	/*page nav bold*/
	font-family: Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	color: #000000;
	font-size: 16;
	line-height: 20px;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-align: left;
	text-indent: 0ex;
	}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	width: 12em;

}

#nav li {
	float: left;
	width: 7em;

}

#nav li ul {
	position: absolute;
	width: 11em;
	left: -999em;
	background-color:#000000
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}