﻿/* ***** Left NAV ***** */
div#leftNav {
	width:158px;
	margin-left:17px;
}

div#leftNavLayoutBlue {
	background:#004d6a; /* Adam */
	/*background-image:url(../images/leftNav/leftnav_bg_neutral.gif);*/
	background-repeat:repeat-y;
}

div#leftNavLayoutBlue h1 { /* Adam */
	color:#fff;
	padding:0 0 5px 0;
	border-bottom:dotted 1px #fff;
}

div.topBlue {
	background-image:url(../images/leftNav/leftnav_top_neutral.gif);
	background-repeat:no-repeat;
}

div.bottomBlue {
	background-image:url(../images/leftNav/leftnav_bottom_neutral.gif);
	background-repeat:no-repeat;
}

div#leftNavInfo {
	padding:10px 16px 10px 12px;
}
div#leftNavInfo ul {
	padding:0;
	margin:0;
	padding-top:4px;
	list-style-type:none;
}
div#leftNavInfo li {
	padding:0 0 0 20px;
	margin:6px 0 6px 0; 
	list-style-type:none;
	background-image:url(../images/l_nav_arrow.gif);
	background-repeat:no-repeat;
	background-position:left 1px;
}

div#leftNavInfo li.leftSubMenu1 {
	padding:0 0 0 20px;
	margin:6px 0 6px 0;
	list-style-type: none;
	background-image: url(../images/clear.gif);
}

div#leftNavInfo a,
div#leftNavInfo a:link,
div#leftNavInfo a:active,
div#leftNavInfo a:visited,
div#leftNavInfo a:hover {
	font-weight:normal;
	text-decoration:none;
	margin:0;
	padding:0;
	color:#fff; /* Adam */
}
div#leftNavInfo a:hover {
	text-decoration:underline;
}
.leftNavActive {
	
}
div#leftNavHeader {
/*	background-image:url(../images/l_nav_header_border.gif); */
	background-repeat:repeat-x;
	padding-bottom:1px;
	background-position:left bottom;
}
div#leftNavTop {
	height:10px;
	font-size:0px;
	display:none; /* Adam */
}

div#leftNavBottom {
	height:10px;
	font-size:0px;
	display:none; /* Adam */
}

div.uPageNewsPuffInfo h1 {
	color:#000000;
	font-weight:bold;
	font-size:1.5em;
	margin-bottom:0.2em;
}
div.centerPuffInfo h1 
{
	color:#004d6a; /* Adam */
	font-weight:bold;
	font-size:1.25em;
	line-height: 1.2em;
	margin-bottom:0.2em;

}