/*
Navigation css for all navigation
*/
#topNav {
	margin: 0 0 0 35px;
	}
/* left nav elements */
#navLeft {
	width: 200px;
	margin: 0 0 0 0;
	float: left;
}

.left_nav_header {
	background-image: url('/images/layout_pics/leftNavHeader.gif');
	background-repeat: no-repeat;
	background-position: top center;	
	color: #59453B;
	font-size: 14px;
	font-weight: bold;
	padding: 15px;
	text-align: center;
	margin: auto;
	margin-bottom: -18px;
	z-index: 150;
	border-color: #E1E1C8;
}

.navLeft li {
	padding: 4px 4px 4px 10px;
	border-color: #E1E1C8;
	border-style: solid;
	border-width: 0 1px 2px 1px;
	margin: -1px 0 0 -40px;
	position: relative;
	background-color: #f6f6ee;
	text-align:left;
	z-index: 100;
}

.navLeft a {
	color: #626263;
	font-size: 12px;
	z-index: 100;
}

.navLeft a:hover {
	color: #C85711;
}
/* end left nav elements */

/*login float*/
#loginFloat {
color:#C85711;
font-size:12px;
left:340px;
position:relative;
top:10px;
width:160px;
text-align:right;
	}

#loginFloat p {
	line-height:15px;
	text-align: right;
	}
	
#loginFloat a{
	color: #24A7B8;
	}

#loginFloat a:hover {
	color: #C85711;
	}
/* end login float */

.menu li a{
  color: #7e807d;  
}
.menu li a:hover{
   color: #c85711;
   }

/*footer & topNav RHS*/
.navFooter{
   position: relative;
   top: 0px;
   left: 0px;
   float: left;
}
.footer_list {
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
	top: 25px;
	left: 305px;
	}
.footer_list li {
	display: inline;
	}
.footer_list li a {
	color: #24a7b8;
	font-size: 16px;
	border-right: 1px #8cc63f solid;
	padding: 0 5px 0 1px;
	}
.footer_list li a:hover {
	color: #C85711;
	text-decoration: none;
	}
.footer_list li.last a:hover {
	color: #C85711;
	text-decoration: none;
	}
.footer_list li.last a {
	color: #24a7b8;
	font-size: 16px;
	padding: 0 5px 0 1px;
	border-right: none;
	}
.sub_footer_list {
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
	top: 30px;
	left: 307px;
	font-size: 11px;
	}
.sub_footer_list li {
	display: inline;
	}
.sub_footer_list a {
	text-decoration: underline;
	color: #58585a;
	}
.sub_footer_list a:hover {
	text-decoration: underline;
	color: #C85711;
	}

/* Header - Top Nav Base */
#topNavContainer {
	clear:both;
	left:0pt;
	list-style-type:none;
	padding:0pt;
	position:relative;
	top: 1px;
	width:1000px;
	z-index:500;
}
#map_topNavContainer {
	clear:both;
	list-style-type:none;
	top: 1px;
	left: 0;
	padding:0pt;
	width:1000px;
	position:relative;
	z-index: 500;
}