/* CSS for Four Corners Weed Control */

body 		{	background:url(../layout/bg.gif) repeat;
			}
					
#dictator	{	margin:4% auto;
				height:100%;
				width:795px;
				position:relative;
			}
/*
#header		{	background:url(../layout/header.png) no-repeat;
				height:195px;
				width:795px;
			}
*/			
#nav		{	background:url(../layout/navbar.jpg) no-repeat;
				width:795px;
				height:27px;
				position:relative;
				top:-16px;
				_top:0;
			}
		
#nav ul		{	position:relative;
				left:290px;
				_padding-left:290px;
				top:4px;
				_padding-top:4px;
			}
		
#nav li		{	display:block;
				float:left;
				list-style:none;			 
			}

#nav a:link, #nav a:active, #nav a:visited	{
				font-family:Arial, Helvetica, sans-serif;
				font-size:16px;
				font-weight:bold;
				display:block;
				color:#fff;
				text-decoration:none;
			}
			
#nav a:hover	{	
				color:#50caf2;
				text-decoration:none;
			}

#content	{	background:#fff repeat-y;
				width:750px;
				height:100%;
				min-height:250px;
				border-left:2px solid #000;
				border-right:2px solid #000;
				margin-top:-16px;
				margin-left:1px;
				padding:20px;
				
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-size:13px;
				color:#424242;
			}
		
#leftcontent	{
				width:250px;
				height:100%;
			}

#rightcontent	{
				background:url(../layout/homepics2.jpg) no-repeat;
				width:347px;
				height:188px;
				z-index:1;
				position:relative;
				float:right;
				margin-top:-190px;
				margin-right:60px;
				_margin-right:-130px;
				padding:0px;
			}			

#corners	{	position:relative;
				z-index:10;
				left:-45px;
				top:-20px;
			}
			
#footer		{	margin-left:30px;
				_margin-left:15px;
				font-family:Arial, Helvetica, sans-serif;
				font-size:11px;
				font-weight:bold;
				color:#fff;
				float:left;
			}
	
#lownav		{	float:right;
				margin-top:2px;
				margin-right:25px;
				
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-size:9px;
				color:#fff;
				text-decoration:none;
			}
			
#lownav a:link, #lownav a:active, #lownav a:visited	{
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-size:9px;
				color:#50caf2;
				text-decoration:none;
			}

#lownav a:hover	{
				color:#ff0000;
				text-decoration:none;
			}

#adobe		{	float:right;
				font-size:10px;
			}
			
a:link, a:visited, a:active	{
				color:#333;
				text-decoration:none;
			}

a:hover	{	color:#ff0000;
				text-decoration:none;
			}

h2		{	font-size:16px;	}
			
		
