/* CSS Document */

/* Reset Everything to 0 */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

/* Create Base Settings */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	background-color: #666666;
	text-align: left;
}
#wrapper{
	text-align: center;
	margin: 0 auto;
	padding: 0px;
}
#container {
	width: 100%;
	background-color: #666666;
	text-align: center;
	margin: 0 auto;
	padding: 0px;
}
/*Skip Navigation*/
#skip{
	position: absolute;
	left: -999px;
}
/* Header Styling*/
#banner{

	margin: 0px;
	background-color: #FFFFFF;

}
#header{
width: 915px;
	height: 75px;
background-image:url(../graphics/bw_header.jpg);
	background-repeat: no-repeat;
	text-align: center;
	margin: 0 auto;
}
/*Search Button*/
#headerbox{
	float: right;
	width: 220px;
	margin-top: 15px;
}
#headerbox_top{
	height: 22px;
	width: 220px;
}
#headerbox_bottom{
	height: 20px;
	width: 220px;
}
#search_btn input{
	display: block;
	float: right;
	border: none;
	background-color: #214184;
	text-align: center;
	color:#FFFFFF;
	text-decoration: none;
	height: 22px;
	font-size:small;
	margin: 0px;
}
#search_btn input:hover, #search_btn input.sfhover {
	background-color: #F26721;
	display: block;
}
/*Search Field*/
#search_fld{
	float: left;
	height: 22px;
	margin-top: 0px;
	margin-right: 5px;
}
/*Header Contact Number*/
#contact{
	float: left;
	width: 150px;
	display: block;
	font-size: small;
	text-align: left;
	color: #214184;
	font-weight: bold;
}
/*News Ticker*/
#orange_strip{
background-color:#F26721;
border-bottom: 2px solid #FFFFFF;
}
#ticker{
	width: 915px;
	margin: 0px auto;
	height: 15px;
	background-color:#F26721;
}
/* Menu */
/* Main Menu Container */
#navback{
background-image:url(../graphics/nav_back.gif);
	background-repeat:repeat-x;
		border-bottom: 2px solid #FFFFFF;
		height: 30px;
		margin-bottom: 15px;

}
#nav, #nav ul {
	width: 915px;
	list-style: none;
	height: 30px;
	background: #214184;
	background-image:url(../graphics/nav_back.gif);
	background-repeat:repeat-x;
	margin: 0px auto;
		
}
#navfillbox{
	float: left;
	width: 20px;
	height: 30px;
}
/* Top Level Text Element */
#nav a {
	display: block;
	width: 85px;
	w\idth: 85px;
	height: 30px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	padding: 0;
}
/* image yet to be designed
#nav a.secondlevel {

	background: url(../images/arrow.gif) no-repeat 110px center;
}
*/

/*Top Level Box Element*/
#nav li {
	float: left;
	background-image:url(../graphics/nav_back.gif);
	padding: 0;
	width: 85px;
line-height: 3;

	text-align: left;
}
/*Second Level Menu Container*/
#nav li ul {
	position: absolute;
	left: -999px;
	height: auto;
	width: 140px;
	w\idth: 140px;
	padding-left: 0px;
	font-weight: normal;
	border-width: 2px;
	margin: 0;
	border: 2px solid #FFFFFF;
}

/*Second Level Box Element*/
#nav li li {
	background: #214184;
	background-image: none;
	padding-right: 0px;
	width: 140px;
	z-index: 2;
	
}

/*Second Level Text Element*/
#nav li ul a {
	width: 140px;
	w\idth: 140px;
	height: 20px;
	line-height: 2;
	text-align:left;
	padding-left: 10px;
}
#nav li ul ul {
	margin: -22px 0px 0px 140px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999px;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background-image:url(../graphics/toplevel_navselected.gif);
	z-index: 2;
}
/*End of Menu Styling*/
#central_block{
width: 915px;
margin: 0px auto;
}
/*Content Styling*/

p{
	color: #214184;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 0px;
	padding-bottom: 10px;
	font-size: small;
	text-align: left;
}
p a{
	text-decoration: underline;
	color: #214184;
	font-weight: bold;
	
}
.clearit{
clear: both;
}
/*Main Blue Block Headline*/
h1 {
	font-size: small;
	display: block;
	background-color: #214184;
	color: #FFFFFF;
	text-align: left;
	margin: 5px;
	margin-top: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;	
}
/*Main Orange Block Headline*/
h2 {
	font-size: small;
	display: block;
	background-color: #F26721;
	color: #FFFFFF;
	text-align: left;
	margin: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;	
}
/* Bold Blue Text Headline*/
h3 {
	font-size: small;
	color: #214184;
	text-align: left;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
	font-weight: bold;
}
/*Tool Tip*/
#tooltip{
	position: absolute;
	border: 1px solid #214184;
	padding: 2px;
	background-color:#FFFFFF;
	color: #214184;
	visibility: hidden;
	z-index: 100;
}
/*Footer Styling*/
#footer{
	clear: both;
	height: 40px;
	background-color: #666666;
	padding-left: 20px;
	margin: 0px auto;
	padding-top: 20px;
}
#footer li{
	float: left;
	list-style: none;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	padding-right: 20px;
}
#footer a{
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover, #footer a.sfhover {
	color: #F26721
}