/****************************************************/
/* MAIN MENU										*/
/****************************************************/
#headerWrap {
	background: #c20829 url(/images/site/header-bg.gif) repeat-x left top;
	height: 113px;
	border-bottom: 1px solid #adadad;
}
#header {
	margin: 0 auto;
	height: 113px;
	width: 860px;
	position: relative;
	background: url(/images/site/header-banner.gif) no-repeat right top;
}
#logo {
	position: absolute;
	top: 20px;
}
#mainNav {
	position: absolute;
	top: 89px;
	* top: 90px;
}
#mainNav ul {
	list-style: none;
}
#mainNav li {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	background: transparent url(/images/site/menus/mainNav-inactive-left.gif) no-repeat left top;
	display: block;
	float: left;
	margin-right: 4px;
	padding-left: 6px;
}
#mainNav li a {
	display: block;
	background: transparent url(/images/site/menus/mainNav-inactive-bg.gif) repeat-x left top;
	color: #FFF;
	text-decoration: none;
	padding: 4px 5px 2px 5px;
	* padding: 3px 5px 2px 5px;
	font-size: 1.1em;
	* font-size: 1em;
	text-align: center;
}
#mainNav li span {
	background: transparent url(/images/site/menus/mainNav-inactive-right.gif) no-repeat right top;
	display: block;
	float: left;
	padding-right: 6px;
}
#mainNav li a:hover {
	text-decoration: underline!important;
	color: #e9e9e9;
}
#mainNav li#active {
	background: transparent url(/images/site/menus/mainNav-active-left.gif) no-repeat left top;
}
#mainNav li#active span {
	background: transparent url(/images/site/menus/mainNav-active-right.gif) no-repeat right top;
}
#mainNav li#active a {
	background: transparent url(/images/site/menus/mainNav-active-bg.gif);
}

/****************************************************/
/* FOOTER MENU										*/
/****************************************************/
#footerNav li#active a{
	font-weight: bold;
	color:#27AFDD;
}

/****************************************************/
/* SECONDARY MENU									*/
/****************************************************/
#infoNav {
	font-family: "Arial", Helvetica, sans-serif;
	color: #2a6a80;
	width: 860px;
	background: #f9f9f9 url(/images/site/menus/secondary-nav-bg.gif) no-repeat center bottom;
}
#siteSearch {
	padding-left: 5px;
}
#siteSearch input {
	margin-left: 5px;
}
.searchBtn {
	background-color: #2AAEDC;
	padding: 0 4px;
	color: #FFF;
	border: 1px solid #2a6a80;
	* background-color: #3C94B3;
	* border: 0;
	* color: #FFF;
}
#secondaryNav {
	padding: 7px 20px;
	color: #c3c3c3;
}
#secondaryNav ul {
	list-style: none;
}
#secondaryNav li {
	display: inline;
}
#secondaryNav li a {
	font-weight: bold;
	color: #2a6a80;
	text-decoration: none;
	font-size: 12px;
	margin: 0 4px;
}
#secondaryNav li a:hover {
	text-decoration: underline!important;
}
#secondaryNav li a#active {
	color:#27AFDD;
}

/************************************************/
/* VERTICAL MENU								*/
/************************************************/
/*---- Header ----*/

#subPageDisplay h2 {
	color: #C10123;
	font-size: 1.3em;
}
/*---- First Level ----*/
#subPageDisplay ul {
	list-style: none;
	padding: 0 0 0 0;
	
}
#subPageDisplay li {
	line-height: 1.7em;
	display:block;
}
#subPageDisplay a {
display:block;
width:205px;
	text-decoration: none;
	border-bottom: 1px dotted #c7c7c7;
}
#subPageDisplay li a:hover {
	background-color: #F6F6F6;
}
#subPageDisplay li a.active{
	color:#27AFDD;
}
/*---- Second Level ----*/
#subPageDisplay li li a{
	color:#458A9F;
}
#subPageDisplay li.activeBlock ul {
	padding: 0;
	padding-left: 10px;
}
#subPageDisplay li li a.active{
	color:#2A6A80;
	background: url(/images/site/menus/red-arrow.gif) no-repeat left 8px;
	padding-left: 15px;
}

/************************************************/
/* BREADCRUMB									*/
/************************************************/
#breadcrumbDiv
{ 
	float:right;
	margin-right:5px;
}

#breadcrumbDiv a
{ 
	padding-right:3px;
	padding-left:3px;
	font-size: 9px;
}

.breadcrumbInactive, .breadcrumbActive
{
	text-decoration: none;
}

.breadcrumbInactive
{
	color: #405a8d;
}

.breadcrumbActive, .breadcrumbInactive:hover
{
	color: #F1A135;
}

