@charset "UTF-8";

#logoheader { /* total height 126px */
	text-align: left;
	width: 100%;
	height: 90px;
	clear: both;
	padding-top: 19px;
	padding-bottom: 25px;
	}

/* STYLES FOR THE MAIN NAVIGATION */
#mainnav {
	clear: both;
	width: 902px;
	height: 39px;
	text-align: center;
	}
#mainnav ul {
	list-style-type: none;
	width: 868px;
	padding-left: 14px;
	height: 39px;
	background-image: url(images/cs3-navbar.jpg);
	background-repeat: no-repeat;
	}
#mainnav ul li {
	float: left;
	}
#mainnav ul li a:link, #mainnav ul li a:visited {
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	/*padding: 12px 36px 0px 40px;*/
	padding: 12px 19px 0px 19px;
	color: #FFFFFF;
	height: 27px;
	display: block;
	float: left;
	}
#mainnav ul li a:hover {
	color: #F7C019;
	}

#mainnav ul li#on a:link, 
#mainnav ul li#on a:visited,
#mainnav ul li#on a:hover {
	color: #F7C019;
	}

#navlist {
	width: 100%;
	float: left;
	clear: both;
	display: block;
	list-style-type: none;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	}
#navlist li {
	width: 100%;
	float: left;
	clear: both;
	list-style-type: none;
	}
#navlist li a:link,
#navlist li a:visited {
	display: block;
	color: #000000;
	text-decoration: none;
	padding-bottom: 15px;
	padding-left: 8px;
	}
#navlist li a:hover {
	color: #1a4a91;
	text-decoration: none;
	}
#navlist li a:link#current,
#navlist li a:visited#current {	
	color: #1a4a91;
	text-decoration: none;
	padding-bottom: 6px;
	background-image: url(images/arrow.gif);
	background-position: 0px 4px;
	background-repeat: no-repeat;
	}

#subnavlist {
	width: 100%;
	float: left;
	clear: both;
	display: block;
	list-style-type: none;
	font-weight: normal;
	padding-bottom: 15px;
	}
#navlist li li {
	width: 100%;
	float: left;
	clear: both;
	text-decoration: none;
	}
#navlist li li a:link,
#navlist li li a:visited {
	display: block;
	color: #000000;
	text-decoration: none;
	padding-bottom: 6px;
	}
#navlist li li a:hover {
	color: #d60000;
	text-decoration: none;
	}
#navlist a:link#subcurrent,
#navlist a:visited#subcurrent {
	display: block;
	color: #d60000;
	}
#navlist a:hover#subcurrent {
	color: #d60000;
	text-decoration: none;
	}

#sub2navlist {
	width: 100%;
	float: left;
	clear: both;
	display: block;
	list-style-type: none;
	}
#navlist li li li {
	text-decoration: none;
	}
#navlist li li li a:link,
#navlist li li li a:visited {
	display: block;
	color: #777777;
	text-decoration: none;
	}
#navlist li li li a:hover {
	color: #333333;
	text-decoration: none;
	}
#navlist a:link#sub2current, #navlist a:visited#sub2current {
	color: #333333;
	text-decoration: none;
	}
#navlist a:hover#sub2current {
	color: #333333;
	text-decoration: none;
	}
#navlist a:link#subcurrent:hover,
#navlist a:visited#subcurrent:hover,
#navlist a:hover {
	}