/* Common Assets Styles */

.shadowWrapLeft{
	width: 155px; 
	margin:0px; 
	padding-left:5px;
	position:relative;
	}
		
/*
* html .shadowWrapLeft{
	width: 765px; 
	background: #ffffff url(/media/images/style/shadleft.gif) left repeat-y; 
	margin:0px; 
	padding-left:13px;
	position:relative;}
*/


#navCol{
	width:150px;
	float:left;
	position:relative;
	
	font-family: arial, helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 1.3em; 
	margin:0px 0px 0px 0px; 
	color:#333333; 
	text-decoration: none;
			
	BORDER-RIGHT: blue 0px solid;
	/*border-style: dotted; 
	color:#333333;
	*/
    BORDER-TOP: blue 1px;
   	BORDER-LEFT: blue 0px solid;
    BORDER-BOTTOM: blue 1px solid;

}

	#navCol h3{
	color:#666666;
	margin:0px;
	}


#leftNav hr{
	display:none;
	margin:0px;
	padding:0px;
}

#leftNav{
	background:#D8E0EB;
	padding: 0px;
	margin:0px;
	position:relative;
}

#leftNav .divider{
	background:#829aba;
	height:4px;
	position:relative;
	padding:0px;
	margin:0px;
	line-height:4px;
}
#leftNav .header{
	background:#FFFFFF url(../../media/images/style/bluenavedge_top.gif) bottom repeat-x;
	padding:20px 0px 0px 0px;
	position:relative;
}
#leftNav .footer{
	background:#0055bb;
	position:relative;
	height:6px;
	padding:0px;
	margin:0px;
	line-height:4px;
}


/* Hides from IE-mac \*/
#leftNav a{
	display:block;
	position:relative;
	background:#D8E0EB;
	padding: 4px 8px;
	border-top:1px #FFFFFF solid;
	color:#0055bb;
	text-decoration:none;
	font-weight:normal;
	margin:0px;
	height: 1%;
	
	font-family: arial, helvetica, sans-serif; 
	font-size: 12px; 
}
/* End hide from IE-mac */

#leftNav a:hover{
	background:#0055bb;
	color:#FFFFFF;
	text-decoration:none;
	font-size: 12px; 
}
#leftNav a.sectionHead{
	display:block;
	position:relative;
	background:transparent;
	padding: 4px 8px;
	border-top:1px solid #FFFFFF;
	color:#0055bb;
	text-decoration:none;
	font-weight:bold;
	font-size:109%;
}
#leftNav a.current{
	background:#FFFFFF;
	color:#333333;
	text-decoration:none;
	font-weight:bold;
}
/* END */
