@charset "UTF-8";
/* CSS Document */

body {
	color: #FFFFFF;
	font: 85% Arial, Helvetica, sans-serif;
	margin: 0px;
}

#logo img,
#nav img,
#content img {
	float: left;
	border-style: none;
}
#nav {
	float: left;
	width: 100%;
	position: relative;
	z-index: 1;
}

.left {
	float: left;
}
.right {
	float: right;
}
.leftclear
 {
	clear: left;
	float: left;
}
.rightclear {
	clear: right;
	float: right;
}
#nav,
#content,
#footer {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
* {
	margin: 0;
	padding: 0;
}
#nav a,
#nav li {
	float: left;
	height: 30px;
	width: 110px;
}
#nav li ul a,
#nav li ul li {
	float: left;
	height: 10px;
	width: 110px;
	font-size: 10px;
}
#nav li ul li {
 padding-top: 10px;
}
#nav-4,
#nav-4 a,
#nav-7,
#nav-7 a {
	width: 111px !important;
}
#nav a {
	background: url(nav_off4.jpg) no-repeat left top;
	text-indent: -999em;
}
#nav a:hover {
	background: url(nav_on4.jpg) no-repeat left top;
}
#nav-2 a,
#nav-2 a:hover {
	background-position: -110px 0;
}
#nav-3 a,
#nav-3 a:hover {
	background-position: -220px 0;
}
#nav-4 a,
#nav-4 a:hover {
	background-position: -330px 0;
}
#nav-5 a,
#nav-5 a:hover {
	background-position: -440px 0;
}
#nav-6 a,
#nav-6 a:hover {
	background-position: -550px 0;
}
#nav-7 a,
#nav-7 a:hover {
	background-position: -660px 0;
}
#nav-8 a,
#nav-8 a:hover {
	background-position: -770px 0;
}
#nav li {
	position: relative;
}
#nav li ul { /* second-level lists */
	position: absolute;
	background: #1A1A1A;
	width: 110px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border-right: 1px solid #4A4A4A;
	border-left: 1px solid #4A4A4A;
	border-bottom: 1px solid #4A4A4A;
	padding-bottom: 15px;
}
#nav li ul a {
	color: #ffffff;
}
#nav li ul a:hover {
	color: #ffff00;
}
#nav li ul a,
#nav li ul a:hover {
	background-image: none;
	text-indent: 0;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
}
#nav li:hover ul, 
#nav li.sfhover ul { /* lists nested under hovered list items */
	left: 0;
	top: 30px;
}
#nav ul { /* all lists */
	list-style: none;
}

.none {
	display: none;
}
.bold {
	font-weight: bold;
}
.largerBold {
	font-size: 160%;
	font-weight: normal;
	line-height: 120%;
}
.smaller {
	font-size: 90%;
}

.topSpace {
	margin-top: 20px!important;
}

