
/*****************************************************/
/*			Top Utilities Navigation 				 */
/*****************************************************/
#toputilities{
	margin : 0;
	padding : 10px 10px 0 0;
	list-style : none;
	float : right;
}
#toputilities li{ display : inline; border-right : solid 1px #fff; padding : 0 10px; }
#toputilities li a{ 
	color : #fff;
}
#toputilities li.nopipe{ border-right : none; }
#toputilities li a:hover, #toputilities li a.selected{ text-decoration : none;; }

/*****************************************************/
/*			"You are Here" Navigation 				 */
/*****************************************************/
#breadcrumbtrail{ 
	padding : 0;
	margin : 8px 0 0 33px;
	list-style : none;
 }
#breadcrumbtrail li{ display : inline; color : #7a7a7a; font-weight : bold; margin : 0; padding : 0; }
#breadcrumbtrail li a{ color : #7a7a7a; text-decoration : underline; }
#breadcrumbtrail li a:hover, #breadcrumbtrail li.nolink{ text-decoration : none; font-weight : normal; }

/*****************************************************/
/*				Left-hand Navigation 				 */
/*****************************************************/

#navmargin{margin-top : 30px;}

/* pancake slices - 1: dark to 5: light */
#slices, #leftnavigation{margin : 0 0 0 25px;}

#slices ul li.slice_2{background-color : #33add6;}
#slices ul li.slice_3{background-color : #66c2e0;}
#slices ul li.slice_4{background-color : #99d6eb;}
#slices ul li.slice_5{background-color : #ccebf5;}
#slices ul li.slice_6{background-color : #e5f5fa;}

#slices ul li.slice_2 a, #slices ul li.slice_3 a{color : #fff;}
#slices ul li.slice_2 a:hover, #slices ul li.slice_3 a:hover{color : #0083be;}

#leftnavigation{
	background : url(../../images/hcv/common/menu_dot.gif) repeat-x bottom left;
	padding-bottom : 1px;
}
#slices ul, #leftnavigation ul{
	margin : 0; 
	padding : 0; 
	list-style : none;
}

#slices ul li, #leftnavigation ul li{
	margin : 0;
	padding : 0;
}

#leftnavigation ul li.selected{background : url(../../images/hcv/common/menu_dot.gif) repeat-x top left #0083be;}
#leftnavigation ul li.selected a{
	color : #fff;
}
#leftnavigation ul li ul li{background-color : #e5f5fa;}

#leftnavigation ul li.selected ul li a{
	background : none;
	border-top : solid 1px #fff;
	color : #0083be;
}
#leftnavigation ul li.selected a:hover{
	text-decoration : underline;
	color : #0083be;
}
#leftnavigation ul li.selected ul li a:hover{
	background : #f9e14c;
	text-decoration : underline;
}

#slices ul li a, #leftnavigation ul li a{
	color : #0083be; 
	text-decoration : none;
	display : inline-block;
	display : block;
	width : 220px;
	padding : 7px;
	background : url(../../images/hcv/common/menu_dot.gif) repeat-x top left;
}

#slices ul li a:hover, #leftnavigation ul li a:hover{
	background : url(../../images/hcv/common/menu_dot.gif) repeat-x top left  #f9e14c;
	text-decoration : underline;
}

/*****************************************************/
/*				Right-hand Items	 				 */
/*****************************************************/
#relatedarticles ul, #relatedlinks ul, #relatedcontacts ul, #relatedmedia ul, .relatedfeatures ul{
	margin : 0;
	padding : 0;
	list-style : none;
 }
#relatedarticles ul li, #relatedlinks ul li, #relatedcontacts ul li, #relatedmedia ul li, .relatedfeatures ul li{
	padding : 2px 6px;
	margin-right : 30px;
}
#relatedlinks ul li.disclaimer{ background : none; /* Don't want to display a tab graphic here */ }
#relatedarticles ul li.heading, #relatedlinks ul li.heading, #relatedmedia ul li.heading, .relatedfeatures ul li.heading, .relatedfeatures div.heading, .relatedpolls form div.heading{
	background : url(../../images/hcv/common/related_arrow.gif) no-repeat 0 6px #0083be; 
	width : 182px;
	padding : 6px 6px 6px 22px;
	margin-right : 30px;
	font-size : 100%;
	color : #fff;
	font-weight : normal;
}
#relatedarticles ul li a, #relatedlinks ul li a, #relatedmedia ul li a, .relatedfeatures ul li a{ 
	color : #000;
}
#relatedarticles ul li a:hover, #relatedlinks ul li a:hover, #relatedmedia ul li a:hover, .relatedfeatures ul li a:hover{
	text-decoration : none;
}

.relatedfeatures li a:link, .relatedfeatures li a:visited, .relatedfeatures li a:active, .relatedfeatures li a:hover, .relatedfeatures li a:focus{ 
	color : #000;
}

.relatedpolls form{padding : 0; margin : 0; width : 210px;}
.relatedpolls form p{width : 210px;}
.relatedpolls form ul{padding : 0; margin : 0; list-style : none;}
.relatedpolls form ul li{display : inline;}

/*****************************************************/
/*				Footer Navigation 					 */
/*****************************************************/
#formlinks{ clear : both; margin-top : 10px;}
#formlinks ul{
	 margin : 0;
	 padding : 0;
	 list-style : none;
}
#formlinks ul li{padding : 0; margin : 0;}
#formlinks ul li a{ color : #0083be; }
#formlinks ul li a:hover{ text-decoration : none; }

#showfootermenu{
	margin-top : 1px;
	clear : both; 
	background-color : #0083be; 
	width : 960px; 
	color : #fff; 
	margin-left : 15px;
	padding : 0;
}
#addresssurround{ 	
	margin : 0 auto; 
	width : 800px;
	padding : 17px 0 10px 0;
}
#bottomutilities{ margin : 0; padding : 0 0 17px 0; list-style : none; }
#bottomutilities li{ display : inline; margin : 0; padding : 0; }
#bottomutilities li a{ border-right : solid 1px #fff; color : #fff; padding : 0 10px; }
#bottomutilities li a.nopipe{ border-right : none; }
#bottomutilities li a:hover, #bottomutilities li a.selected{ text-decoration : none; }
