/* CSS Document */

#mainLinks{
	color: #FFFFFF;
	float:none;
	width:auto;
	height:35px;
	padding-top: 10px;
	text-align:left;
	margin-bottom:9px;
	padding-bottom: 0px;
	background-color: #000000;
}
#mainContent{
	text-align: left;
	padding-left: 40px;
	padding-right: 40px;
	margin-left: 0px;
	margin-top: 20px;
	clear:both;
	min-height:350px; 
	height:auto;
	FONT: 1.2em/1.4em "Times New Roman", Times, serif, "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif; 
}

* html #mainContent {
	height: 350px;
}

#mainClear{
	clear:both;
}

#main{
	background-image: url(images/contentbg.gif);
	background-position:0px 0px;
	background-repeat: repeat;
	width: 875px;
}
.mainLinks{
	color: #FFFFFF;
	text-decoration:none;
}
.mainLinks A{
	color: #FFFFFF;
	text-decoration:none;
}

#nav, #nav ul { /* all lists */
	padding: 0px;
	margin: 0px;
	list-style: none;
	line-height: 1;
	cursor:pointer;
}
#nav a {
	display: block;
	/* width: 10em;  width needed or else Opera goes nuts */ 
}
#nav li { /* all list items */
	float: left;
	padding:12px;
	/* width: 10em;  width needed or else Opera goes nuts */ 
}
#nav li ul li {
	padding:10px;
	clear:both;
}
#nav li ul { /* second-level lists */
	background: #333333;
	position: absolute;
	width:10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left:auto;
	margin-top:10px;
	margin-left:-10px;
}