@CHARSET "UTF-8";

/* COLORS:
 *    light-gray: 	#CCC - was #515252 in spec, but this translates better
 *    medium-gray:	#313131 was #404040
 *    turquoise:	#3998B1
 */ 

div#navLeftWrapper {
	/* width: 960px; (because some pages, like the home page are designed to be larger than this, wrapper width must be defined at the layout level */
	position: absolute;
	width: 202px;
	min-height: 100%;
	text-align: center;
	border-right: 1px solid #CCC;
}	

div#navLeftLogo {
	margin-top: 56px;	
}

div#navLeftMenu ul {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 11px;
	letter-spacing: 1px;
	list-style-type: none;
	line-height: 1.95;
}

div#navLeftMenu ul.dropped {
	padding-top: 50px;
}

div#navLeftMenu li.subnav {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 1.6;	
}

div#navLeftMenu li.subnavLast {
	margin: 0px 35px 9px 35px;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 1;
	border-bottom: 1px solid #CCC;	
}

div#navLeftMenu a,
div#navLeftMenu a:active,
div#navLeftMenu a:visited {
	color: #313131;
}

div#navLeftMenu a:hover {
	color: #3998B1;
}

div#navLeftMenu a.current {
	color: #3998B1;
}

div#navLeftFooter {
	width: 150px;
	padding-left: 20px;
	padding-top: 85px;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.4;
	color: #797979;
}

div#navLeftFooter p {
	margin: 0;
	padding: 5px 0 0 0;
}

div#navLeftFooter a,
div#navLeftFooter a:active,
div#navLeftFooter a:visited {
	
}
	

div#keyline {
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #CCC;
}

div#mainWrapper {
	position: absolute;
	left: 210px; /* (should be 8px > navLeftWrapper::width) */
}
