/* rd_home_layout.css CSS Document */

HTML { font-size:100%; }
HTML>body { font-size: 14px; }
body { font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size: .8em; color: #333;
	background-color: #FeFeFe; width: 100%;	margin:0px; margin-bottom: 20px; padding:0px;}

#header {
	padding:0px;
	width:100%;
	background-color: #336633;
	height:58px;
	overflow:hidden;
	background-image: url(../../roadwork/images/header_streets.jpg);
	background-repeat: no-repeat;
}	
.headerImage {float:left;}
#globalNav { float:right; text-align:right;	padding-right:5px; letter-spacing:0; }
#globalNav a { color:#fff;	font-size:.9em;	font-weight:bold; text-decoration:none;}
#globalNav img { padding-right:5px;	padding-left:5px;}
#nav {	padding:0px;width:100%;	background-color:#000; height:20px;
	margin-bottom:20px;	margin-left: 0px; text-align: left;}
#nav ul { margin: 0; padding:0; padding-top: 0px;}
#nav li { list-style-type:none; margin:0; padding: 0; display: inline; padding-right: 14px; }
#nav li.first { display: inline;  padding-left: 41px;  padding-right: 16px;  }
#nav li.lastNav {padding-right: 5px;}
#nav a:link { color:#fff; font-size:12px; text-decoration:none; 	}	
#nav a:visited { color:#fff; font-size:12px; text-decoration:none;	}	
#nav a:hover {	color: #FFcc66;	font-size:12px; text-decoration:none;}	
#nav a:active { color:#fff; font-size:12px; text-decoration:none;	}

/*** Leftsidebar styles ****/

#leftSidebar {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 140px;
	text-align: right;
	visibility: visible;
}
#leftSidebar ul {width: 100%;text-align: right;list-style-type: none;}
#leftSidebar ul li {margin:0;padding: 0;list-style-type: none;text-align: right;margin-bottom: 0.5em;font-size: .95em;}

/******************************************************************************************/
#leftSidebar a:link {  color: #2b2f85; text-decoration: none; }
#leftSidebar a:visited { text-decoration: none; color: #2b2f85; }
#leftSidebar  a:hover { text-decoration: underline; color: #605f00;  }
#leftSidebar a:active { text-decoration: none; color: #000; }

#leftSidebar #home a {	color: #605f00;text-decoration: none;}
#leftSidebar #home {padding-bottom: 0;text-decoration: none;}
ul#sub { padding-top: 0.75em; border-top: solid 1px #999; }
	
ul#main {padding-bottom: .75em;}
ul#main li {margin-bottom: 0; }

ul#sub li {	margin-bottom: 1em;	}
#leftSidebar ul#sub ul.sublist {color: #605f00;	text-align: right;	margin: 1em 0 1em 0;}
ul.sublist a {color: #605f00;}

#leftSidebar ul#sub .sublist a { color: #605f00;}
#leftSidebar ul#sub .sublist a:visited { color: #605f00;}
#leftSidebar ul#sub .sublist a:hover { color: #605f00;}
#leftSidebar ul#sub .sublist a:active { color: #000;}

/*#leftSidebar #subnav li[id="curr"] { list-style-type:disc; }*/
#container #leftSidebar ul#subnav #curr { list-style-type: disc; }
#container #leftSidebar .selected {font-weight: bold;	color: #000000;}

#leftSidebar ul#subnav {margin-top: .25em; margin-bottom: 1em; }
#leftSidebar ul#subnav li {	margin-bottom: 0;} 
#leftSidebar ul#subnav a { color: #605f00;}
#leftSidebar ul#subnav a:visited { color: #605f00;}
#leftSidebar ul#subnav a:hover { color: #605f00;}
#leftSidebar ul#subnav a:active { color: #000;}

ul#subnav li#curr a {font-weight: bold;	color: #2b2f85;}
ul#subnav li#curr a { color: #000; }
#leftSidebar ul#subnav li.curr { color:#000; list-style-type: disc; }
li.curr a { color:#000000; font-weight: bold;list-style-type: disc; }


/**** map styles *****/

#wrapper { width: 100%; margin-top: 10px; }

#oneCol { width: 220px; float: left; margin-top: 0px;}
#oneCol ol { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: .9em; margin-top:0;margin-right:0; padding-right: 0; }
#oneCol li a { text-align: left; text-decoration: none; font: Verdana, Arial, Helvetica, sans-serif;}
#two { width: 220px; margin-left: 250px; float: none;  margin-top: 0px;}
#two ol { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: .9em;}
#two li a { text-align: left; text-decoration: none;}
#bot { clear:both; }




