/* HeaderNav Styles---------------------------------------------------------------------------------------------*/	
#HeaderNavWrapper {
	float:left;
	padding-left:20px;
	width:195px;
}	

#HeaderNav a:link, a:active, a:visited  {
	color:#666666;
	text-decoration:none;
	font-size:9pt;
}

#HeaderNav a:hover {
	text-decoration:underline;

}

ul#HeaderNav {
	height:14px;
	margin:0;
	padding:0;
	list-style-type:none;
	background-color:#ffffff;
}

ul#HeaderNav li {
	float:left;
	padding-right:5px;
}	


/* Sub Nav Styles---------------------------------------------------------------------------------------------*/	
#SubNavWrapper {
	width:229px;
}

#SubNav {
	margin-left:0;
	padding-left:0;
	width:221px;
}

#SubNav ul {
	margin:0;
	padding:0;
	list-style: none;
}

#SubNav li {
	margin:0;
	padding:0;
	cursor: pointer;
	border-top:1px solid #acacac;
	list-style-type:none;
	
}

#SubNav li.selected div {
	background-color:#d7d7d7;
	font-weight:bold;
}

#SubNav a {
	/*display: block;*/
	margin:0;
	text-decoration:none;
}

#SubNav div {
	/*any styles we need to apply to all divs within the main navigation*/
	padding:5px 0 4px 0;
	cursor: pointer;
}

#SubNav div:hover {
	cursor: pointer;
	background-color:#d7d7d7;
}
	
#SubNav p {
	/*if the navigation is images then don't display the text*/
	margin:0 0 0 10px;
	padding-left:11px;
	color:#000000;
	font-size:9pt;
	background:url(/Templates/Images/Icons/subnav-arrow.gif) center left no-repeat;
}

#SubNav li ul {
	padding:5px 0 10px 26px;
}
#SubNav li ul li {
	border:none;
	line-height:15px;
	text-transform:uppercase;
	font-size:8pt;
}

#SubNav li ul li.selected a {
	color:#e2383f;
}


/* TertiaryNav Styles---------------------------------------------------------------------------------------------*/	
#TertiaryNavWrapper {
	margin-bottom:20px;
	height:20px;
	padding-top:3px;
	font-size:9pt;
	height:19px;
}

#TertiaryNav {
	margin:0;
	padding-top:1px;
	height:19px;
	font-family: Arial, Helvetica, sans-serif;
}

#TertiaryNav ul {
	float:left;
	margin:0;
	padding:0;
	list-style-type:none;
	border-left:1px solid #056bb1;
	color:#000;
	height:16px;

}

#TertiaryNav ul li {
	float:left;	
	padding-left:7px;
	height:15px;
	color:#056bb1;
}
#TertiaryNav ul li.selected a {
	color:#0D469D;
}

#TertiaryNav ul li a:hover {
	color:#e2383f;
}

#TertiaryNav ul li a {
	/*display: block;*/
	color:#000000;
	font-family:Arial;
	font-size:12px;
	font-style:normal;
	text-decoration:none;
}

/* Site Map Styles---------------------------------------------------------------------------------------------*/	
#ContentRightWrapper #SiteMapWrapper {
	width:720px;
}

#ContentRightWrapper #SiteMapWrapper #SiteMapLeft {
	float:left;
	width:280px;
}

#ContentRightWrapper #SiteMapWrapper #SiteMapRight {
	float:right;
	margin-right:130px;
	width:214px;
}

#ContentRightWrapper #SiteMapWrapper ul {
	padding-bottom:10px;
	font-weight:bold;
}

#ContentRightWrapper #SiteMapWrapper ul li {
	margin:8px 7px 1px 20px;
	font-size:10pt;
	font-style:normal;
	list-style-type:none;
	line-height:13px;
}

#ContentRightWrapper #SiteMapWrapper ul li a {
	color:#AB0534;
	text-decoration:none;
	font-weight:bold;
}

#ContentRightWrapper #SiteMapWrapper ul li ul {
	margin:0;
	padding:2px 0 10px 19px;
	font-weight:bold;
}

#ContentRightWrapper #SiteMapWrapper ul li ul li {
	list-style-type:square;
}

#ContentRightWrapper #SiteMapWrapper ul li ul a {
	color:#0D469D;
	font-size:10pt;
	text-decoration:underline;
	font-weight:normal;
}

#ContentRightWrapper #SiteMapWrapper ul li ul a:hover {
	text-decoration:none;
}
