/* CSS Document */
* {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	color:#6f6f6f;
}
body {
/*
	background-image:url(../images/vert_grad_3.jpg);
	*/
		
}
img {
	border:none;
}
a {
	color:#006a32;
}
a:hover {	
	text-decoration:none;
}
p {
	font-size:10px;
}
h1 {
	font-size:13px;
	margin:10px 10px 0 10px;
	color:#006a32;
}
#main {
	position:relative;
	top:20px;
	margin-left:auto;
	margin-right:auto;
	width:960px;	
	background-image:url(../images/.gif);
	background-position:center;
	background-repeat:repeat-y;					
}
#top_header{
	position:absolute;
	top:-20px;
	left:0px;
	width:960px;
	height:20px;
	background-color:#ffffff;	
	z-index:1;
}
#header {
	position:absolute;
	top:0px;
	left:2px;
	width:960px;
	height:200px;							
}
#nav {	
	position:absolute;
	left:0px;
	top:210px;	
	width:200px;	
	z-index:100;			
}
#nav #navmenu .sub_nav_a {
	background-color:#FFFFFF;
	font-size:9px;
	line-height:13px;
	color:#666666;
	font-weight:500;
}
#nav #navmenu .sub_nav_a:hover {
	 color: #000000;
}
#content {
	position:absolute;
	left:200px;
	top:200px;
	width:760px;	
	background-image:url(../images/.jpg);
	background-repeat:repeat-x;
	background-position:0px 0px;
	padding-top:0px;	
}
#search_options {
	position:relative;
	top:27px;
	left:5px;
}
#left {	
	top:0px;
	left:0px;
	width:420px;
	float:left;		
}
#right {
	float:right;		
	top:Opx;	
	width:330px;
	margin-left:10px;	
}
#footer {
	position:absolute;	
	bottom:-75px;
	left:0px;
	width:760px;
	height:30px;
	text-align:center;
	font-size:10px;
	background-image:url(../images/.jpg);
	background-repeat:no-repeat;	
	background-position:0px 10px;			
}
#footer span span {
	position:relative;
	top:8px;
}
#footer a {
	text-decoration:none;	
}
#footer a:hover {
	
}
#footer .pipe {	
	margin:0 2px;
	font-size:9px;
}
.center {
	text-align:center;
}
.left {
	text-align:left;
}
.right {
	text-align:right;
}
#main #weather {
	position:absolute;
	width:120px; 
	height:63px; 
	top:41px;
	left:11px;
	background-color:#336633;
	background-color:#919191;	
	z-index:1000;	
}
#main #weather #script {
	width:120px; 
	height:60px; 
	/*
	background-image:url( http://vortex.accuweather.com/adcbin/netweather_v2/backgrounds/green_120x60_bg.jpg );
	*/ 
	background-repeat:no-repeat;	
	height:48px;	
}
#main #weather #forcast {
	text-align: center; 
	font-family: arial, helvetica, verdana, sans-serif; 
	font-size: 10px; 
	line-height: 12px; 
	color: 0000FF;	
}
#main #weather #forcast a {
	color: #ffffff;	
	font-size:9px;
	text-decoration:none;
}
#main #weather #forcast a:hover {	
	text-decoration:underline;
}
#top_l_nav {
	position:absolute;
	z-index:5;
	top:0px;
	left:5px; 
}
#top_l_nav ul {
	list-style:none;	
}
#top_l_nav ul li {
	float:left;
}
#top_l_nav ul li a {
	font-size:10px;
	font-weight:bold;
	color:#006a32;
	text-decoration:none;	
}
#top_l_nav ul li .pipe {
	font-size:11px;
	font-weight:500;
	margin:0 3px;
	color:#999999;
}
#top_l_nav ul li a:hover {
	text-decoration:underline;
}
#top_r_nav {
	position:absolute;
	z-index:5;
	top:-20px;
	left:670px; 
}
#top_r_nav ul {
	list-style:none;	
}
#top_r_nav ul li {
	float:left;
}
#top_r_nav ul li a {
	font-size:10px;
	font-weight:500;
	color:#999999;
	text-decoration:none;	
}
#top_r_nav ul li .pipe {
	font-size:10px;
	font-weight:bold;
	margin:0 3px;
	color:#999999;
}
#top_r_nav ul li a:hover {
	text-decoration:underline;
}
