@charset "utf-8";
/* CSS Document */

#mainNav {
	clear:both;
	background:#0F2757;
}

#mainNav ul {
	background:url(../images/header_bar.gif) no-repeat;
	margin: -70px auto 0;
	padding: 10px 0 0 0;
	list-style: none;
	line-height:30px;
	width:996px;
}

#mainNav li {
	display:inline;
	color:#fff;
	font-size:.85em;
	font-weight:bold;
	text-transform:uppercase;
	padding:20px;
	
}

#mainNav a {
	text-decoration:none;
	color:#fff;
}

#mainNav a:hover {
	color:#DAD38E;
}

#bottomNav {
	clear:both;
	padding:20px 0 0 0;
}

#bottomNav ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	width:996px;
}

#bottomNav li {
	display:inline;
	color:#DAD38E;
	font-size:.75em;
	font-weight:bold;
	padding:0 5px;
	margin:0;
}

#bottomNav a {
	text-decoration:none;
	color:#DAD38E;
}

#bottomNav p {
	color:#DAD38E;
	font-size:.75em;
	font-weight:bold;
	padding:4px 0 0;
	margin:0 0 -4px 0;
}

#bottomNav a {
	text-decoration:none;
	color:#DAD38E;
}

#bottomNav a:hover {
	text-decoration:none;
	color:#fff;
	font-weight:bold;
}
