@charset "UTF-8";
/* CSS Document */

/* auxillary navigation */

#auxnav {
	width: auto;
	float: right;
	margin-right: 30px;
}	

#auxnav ul {
	list-style: none;
}

#auxnav ul li {
	float: left;
	border-right: 1px solid #fff;
	padding: 0 10px;
}

#auxnav ul li.last {
	border-right: none!important;
}

#auxnav ul li a, #auxnav ul li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 1.20em;
	color: #fff;
	text-decoration: none;
}

#auxnav ul li a:hover {
	text-decoration: underline;
}

/* main navigation */

#navigation {
	width: 900px;
	height: 37px;
	border: 2px solid #fff;
	background: #df0020 url(../images/nav_bg.jpg) bottom center no-repeat;
	clear: both;
	margin: 0 auto;
	text-align: center;
	padding: 0 30px;
}

ul#nav {
	list-style: none;
	list-style-type: none;
	width: auto;
	height: 37px;
	text-align: center;
	margin: 0;
	padding: 0;
}

ul#nav li {
	list-style: none;
	float: left;
	text-align: center;
	padding: 0!important;
	height: 37px;
	line-height: 37px;
	margin: 0!important;
}

ul#nav li a.last {
	border-right: none!important;
}

ul#nav li a, ul#nav li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 13px;
	color: #fff;
	text-decoration: none;
	line-height: 37px;
	padding: 0 10px 0 10px;
	border-right: 1px solid #fff;
}

ul#nav li:hover {
	background: #ad061f;
}

/* sub nav on pages */

#subnav {
	width: 174px;
	margin-top: 10px;
}

#subnav ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.00em;
	color: #00467f!important;
	list-style: none;
	margin: 0;
}

#subnav ul li {
	margin: 1em 0!important;
	_margin: 0!important;
	height: auto!important;
}

#subnav ul a {
	color: #00467f!important;
	text-decoration: none;
	padding-left: 10px;
	display: block;
	margin: 0!important;
}

#subnav ul a:hover {
	color: #00467f!important;
	font-weight: bold;
	text-decoration: none;
	background: url(../images/arrow_right.gif) top left no-repeat;
}

#subnav ul a.current {
	font-weight: bold;
	background: url(../images/arrow_right.gif) top left no-repeat;
}

#subnav ul a.parent {
	font-weight: bold;
	background: url(../images/arrow_down.gif) top left no-repeat;
}

#subnav ul li ul {
	font-size: 1.30em;	
	margin-left: 10px;
}