/* CSS Document */
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}
div#banner {
background-image:url(images/banner1.jpg);
background-repeat:repeat;
height: 100px;
}
div#navback{
background-color:#333333;
height: 40px;

}
div#middleArea {
	color: #FFFFFF;
	margin-left: 10px;
	margin-top: 10px;
	width: 780px;
	
}
div#footer {
	margin-left: 10px;
	width: 780px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
div#searchInput {
	position: absolute;
	right: 10px;
}
form.formInput {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding-right: 10px;
}

a:link {
	color: #FF0000;
}
a:visited {
	color: #FF0000;
}
a:hover {
	color: #FFCC00;
}
a:active {
	color: #FFCC00;
}
/* -------------- main menu styles ---------------- */
#topNav {
	position: absolute;
	top: 107px;
	left: 20px;
	z-index: 120;	
}

#topNav, #topNav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	font-size: .8em;
	font-weight: 500;
	border: 1px solid #FFCC00;

	
}

#topNav a {
	display: block;
	color: #FFFFFF;
	font-size: 12px;	
	font-family: Arial, Helvetica, sans-serif;
	/*height: 21px;*/
	line-height: 24px;
	text-decoration: none;
	border-right : 1px solid #FFCC00;
	text-align: center;
	padding-left: 8px;
	padding-right: 8px;
	white-space:nowrap;
	background-color: #A22B3F;
}

#topNav a:hover {
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
}

#topNav li { /* all list items */
	float: left;
	height: 21px;
	background-position: right center;
	white-space: nowrap;
}

#topNav li ul { /* second-level lists */
	position: absolute;
	width: 200px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	background-color: #FFFFFF;
/*border-top: 1px solid #3FA4D3;
	border-left: 1px solid #3FA4D3;
	border-right: 1px solid #3FA4D3;
	border-bottom: 1px solid #3FA4D3;*/
	font-size: 12px;
	
}

#topNav li ul li {
	color: #FFFFFF;
	border: none;
	width: 100%;
	background-image: none;
	padding: none;
	white-space: normal;
}

#topNav li ul li a {
	color: #000000;
	background-color:#FFFFFF;
	text-align: left;
	font-size: 1em;
	padding: none;
	white-space: normal;
}

#topNav li ul li a:hover {
	color: #FFFFFF;
	background-color: #000000;
}

#topNav li ul ul { /* third-and-above-level lists */
	margin: -25px 0 0 195px;
}

#topNav li:hover ul ul, #topNav li:hover ul ul ul, #topNav li.sfhover ul ul, #topNav li.sfhover ul ul ul {
	left: -999em;
}

#topNav li:hover ul, #topNav li li:hover ul, #topNav li li li:hover ul, #topNav li.sfhover ul, #topNav li li.sfhover ul, #topNav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

