/*
   Main CSS Page
   Author: Heather Ackerman
   Date:   11/10/09

   Filename:         style.css
   Supporting files: 
   
*/
*	
{
padding: 0px; margin: 0px;
}


body 	
{
font-family: sans-serif;
background-image: url(../images/backgrounds/farming-construction-background-blue.jpg);
color: #000;
}
td 
{
padding: 0 0 15px 0
}
td img
{
border: 0px none;
padding: 0 0 0 5px
}

table a
{	
text-decoration: none;
font-weight: bold;
color: #00008B;
}

table a:hover
{	
text-decoration: underline;
color: #0000FF;
}

.heading
{
	padding: 10px 0 10px 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left;
	font-size: x-large;
}

td
{
text-align: center
}

#heading 	
{			
background-repeat:no-repeat;
background-color: #FFFFFF;
}

#heading img 	
{			
padding: 10px 20px 10px 20px;
text-decoration: none;
border: none;
}

#container	
{
width: 70em;
background-color: #fff;
margin: 10px auto 10px auto;
padding: 10px;
}

#navigation			
{			font-variant:small-caps;
			background-color:  	#000; 
			font-weight: bold;
			padding: 5px 10px 0 35px;
			color:#fff;
			font-family: sans-serif
}
#navigation a	
{			color:#FF3; 
			text-decoration: none; 
			padding: 0 .4em 0 .4em;
} 
#navigation a:hover	
{			text-decoration: underline;
			color:#FFFF00;
}

#navigation2			
{			font-variant:small-caps;
			background-color:  	#000; 
			font-weight: bold;
			padding: 5px 10px 5px 45px;
			color:#fff;
			font-family: sans-serif
}
#navigation2 a	
{			color:#FF3;  
			text-decoration: none; 
			padding: 0 .4em 0 .4em;
} 
#navigation2 a:hover	
{			text-decoration: underline;
			color:#FFFF00;
}


#main_content 
{

	text-align: center; 
}


#main_content ul
{

	text-align: left; 
	padding: 0 0 0 300px;
}


#main_content h2 
{

	text-align: center;
}

#main_content a
{	
padding: 10px 0 0 0;
}



#map
{
padding: 10px 0 20px 150px;
}

#footer
{			clear: both;
			background-color: #FFFFFF; 
			border-top: 1px solid black;
			margin: auto;
			text-align: center;
			font-weight: bold;
}

#footer a
{			color: #39F;
			text-decoration: none;
}


#footer a:hover
{			text-decoration: underline;
			color: #3CF;
}

address
{		
background-color: #FFFFFF; 
border-top: 1px solid black;
text-align: center;
font-weight: bold;
}


.special
{
	font-weight: normal;
	font-family:Verdana, Geneva, sans-serif;
    font-size: medium;
}

.specialb
{
	font-weight: normal;
	font-family:Verdana, Geneva, sans-serif;
    font-size: medium;
	font-weight:bold;
}

.specialr
{
	font-weight: normal;
	font-family:Verdana, Geneva, sans-serif;
    font-size: medium;
	font-weight:bold;
	color:#F00;
}

.special2
{
	font-weight: normal;
	font-family:"Times New Roman", Times, serif;
	font-size:larger;
	font-weight: normal;
}