/* Main Nav Styles---------------------------------------------------------------------------------------------*/	
#MainNavWrapper {
	float:left;
	width:860px;
	height:20px;
}
#MainNavWrapper ul {
	font: normal 11px Arial, Verdana, sans-serif;
	margin:0;
	padding:0;
	list-style:none;
}
#MainNavWrapper li {
	float:left;
	margin-right:-1px;
	margin-bottom:0;
	padding:0;
}
#MainNavWrapper a {
	float:left;
	display:inline;
	margin-top:10px;
	padding:0 15px;
	text-decoration:none;
	border-left:1px solid #cc3366;
}
#MainNavWrapper li.ListHome a {
	border-left:none;
}
#MainNavWrapper p {
	margin:0;
	padding:0;
	font-size:12pt;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#cc3366;
}
#MainNavWrapper li.selected p {
	color:#ffffff;
}
#MainNavWrapper li.selected, #MainNavWrapper li:hover { /*currently selected tab*/
	/*background-color:#CC3366;*/
	background:url(/Templates/Images/Common/nav-hover.png) repeat-x left top;
	color:#ffffff;
}
#MainNavWrapper li:hover p { 
	color:#ffffff;
}
/* Sub Nav Styles---------------------------------------------------------------------------------------------*/
#SubNavWrapper {
	float:left;
	padding:19px 0;
	width:352px;
	background-color:#f49ac1;
}
#SubNav {
	padding:0 30px;/*needed for FF*/
	width:292px;
	font-family:Verdana, Arial, sans-serif;
}
#SubNav ul {
	margin:0;
	padding:0;
	list-style: none;
}
#SubNav li {
	margin:0;
	padding:0;
	display:inline;
	cursor: pointer;
}
#SubNav a {
	/*display: block;*/
	padding:0;
	margin:0;
	text-decoration:none;
}
#SubNav div {
	/*any styles we need to apply to all divs within the main navigation*/
	padding-top:2px;
	padding-bottom:3px;
	cursor: pointer;
	border-bottom:1px solid #fcc8de;
}
/*#SubNav div:hover, #SubNav li.selected div {
	background-color:#ffffff;
}*/
#SubNav div:hover p, #SubNav li.selected p {
	color:#CC6699;
}
#SubNav p {
	/*if the navigation is images then don't display the text*/
	margin:0;
	padding:0;
	font-size:11pt;
	color:#ffffff;
	/*background:url(/Templates/Images/Content/subnav-arrow.gif) no-repeat 0 6px;*/
}	
/* FooterNavWrapper Styles---------------------------------------------------------------------------------------------*/	
#FooterWrapper {
	background:#d3d6ec url(/Templates/Images/Common/footer-bg.gif) repeat-x left top;
	height:90px;
}
#FooterWrapper, #FooterWrapper a {
	color:#7A62AA;
}
#FooterLeft {
	float:left;
	font-size:8pt;
}
#FooterRight {
	float:right;
}
#FooterWrapper a  {
	text-decoration:none;
	border-bottom:none;
}
/* Site Map Styles---------------------------------------------------------------------------------------------*/	
#SiteMapWrapper {
	width:550px;
}
#SiteMapWrapper #SiteMapLeft {
	float:left;
}
#SiteMapWrapper #SiteMapRight {
	float:right;
}
#SiteMapWrapper #SiteMapRight, #SiteMapWrapper #SiteMapLeft {
	width:268px;
}
#SiteMapWrapper ul {
	padding-left:20px;
	padding-bottom:10px;
	font-weight:bold;
}
#SiteMapWrapper ul li {
	margin:8px 7px 1px 0;
	font-size:10pt;
	font-style:normal;
	list-style-type:none;
}
#SiteMapWrapper ul li a {
	color:#CC6699;
	text-decoration:none;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#SiteMapWrapper ul li ul {
	margin:0;
	padding:2px 0 10px 19px;
	font-weight:bold;
}
#SiteMapWrapper ul li ul li {
	list-style-type:disc;
	color:#7A62AA;
}
#SiteMapWrapper ul li ul a {
	font-size:10pt;
	font-weight:normal;
	font-family:Verdana, Geneva, sans-serif;
	color:#7A62AA;
}
#SiteMapWrapper ul li ul a:hover {
	text-decoration:none;
}

