@charset "utf-8";
/* CSS Document */


body{
		background-color:#a6071a;
		margin:20px 0px 0px 0px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;		
		line-height:21px;
		
}

a{ color:#000000;}
a:hover {color:#a6071a;}

#wrapper{
		
		background:url(images/GradientBG3.jpg);
		background-repeat:repeat;		
		width:700px;
		margin:auto;
		border-color:#000000;
	    border-style: solid;
		border-width:7px;
		
		
}
/*----------------------HEADER--------------------------------*/

#header{
		height:200px;
		width:700px;
		/*HEADER IMAGE ON HTML SIDE*/
}

/*------------------------------TOP NAV BAR----------------------------------------*/

#topNav{ 	width:700px;
			height:20px;			
			background-color:#c30315;
			border-top-color:#000000;
			border-top-style:solid;
			border-bottom-color:#000000;
			border-bottom-style:solid;
			}
			
#topNav ul{  
			list-style-type:none;			
			text-align:center;
			margin:0px;			
}
#topNav li{ display:inline;/*this is the pipe in the nav line*/	
			color:#ffffff;
			}
			
			
#topNav li a{text-decoration:none;
		     color:#ffffff;
			 padding:0px 20px 0px 30px;
		     		
			
}
#topNav a:hover{text-decoration:underline;
				color:#FFFFFF;
}

/*-------------This is for the TABLEs in the ---------------*/
#411pxTable {width:411px;					
			padding:10px 25px 0px 5px; }
			
#411pxTable td{
			padding:20px;}

			
#411pxTable th{
			  padding:10px;
			  font-family:"Times New Roman", Times, serif;
			  font-size:14px;
			  }



/*-----------------------------Fertilizer Table--------------------------------*/
#fertilizerTable{width:411px;		
				padding:10px 25px 0px 45px;}

#fertilizerTable td {
				padding: 10px;}		

/*---------------------------SideBar--------------------------------------------*/
/*-----------This has been moved over to the RIGHT side of page-------- */
#sideBar{   
			width:196px;
			padding:0px 0px 0px 10px;/*was 20px 12px 0px 5px  but had to get rid of gap when that px dimension*/
			float:right;
}

#sideBar ul{
			list-style-type:none;/*this removes the bullets on the ulist*/
			padding:0px;
			margin:20px 0px 0px 0px;/*this is space of  20px from the top nav border*/
			text-align:left;/*this aligns the text on the button*/
}

#sideBar a{
			color:#000000;
			width:42px;
			height:45px;/*this made the buttons not so high and less gaps between buttons*/
			padding: 20px 139px 0px 15px;
			font-size:14px;
			text-decoration:none;
			display:block;
			background:url(images/leftColUp.gif) left top no-repeat;/*this is the box around the link*/
}

#sideBar a:hover{
			color:#a6071a;
			background:url(images/leftColOver.gif) left top no-repeat;
			}
/*---------- Unordered list on Fencing page---------- */			
#UnorderedsList ul{line-height:29px;}			



/*-----------------------------------Content-----------------------------*/
/*------------------------------this really is on the left side now------------*/
#content{
			/*min-height:700px;*/
			width:411px;
			float:right;
		    padding:20px 25px 0px 10px;    
			
				
}
#content h1{
			font-family:verdana, Arial, Helvetica, sans-serif;
 			font-size:20px;
			color:#000000;
}

#content h2{font-family:Arial, Helvetica, sans-serif;
			font-size:15px;
}	

#content p/*{padding:0px 8px 0px 10px;}	*/

  
/*--------------------------------------RSS FEED------------------------*/			  
 	  
#rssfeed{						
			padding:30px;
			margin:0px 0px 20px 0px;
			
}
#rssfeed h1{font-size:12px;}

/*--------------------flicker Viewer-------------------------*/
#fsDemo{height:500px;
		width:400px;
		/*border-style:solid;
		border-width:medium;
		border-color:#000000;*/
		margin:0px 0px 20px 0px;
	
		
		}
/*----------------------------------------FOOTER  SECTIONS -------------*/
#footer{
			background-color:#a6071a;
			clear:right;
			height:22px;
			width:700px;
			border-color:#000000;
			border-top:2px;
}

#footer ul{  
			list-style-type:none;			
			text-align:center;
			margin:0px;	
			border-color:#000000;
			border-top:2px;		
}
#footer li{ display:inline;/*this is the pipe in the nav line*/	
			color:#ffffff;
			}
			
			
#footer li a{text-decoration:none;/*this is the txt link itself*/
		     color:#ffffff;
			 padding:0px 20px 0px 20px;
		     		
			
}
#footer a:hover{text-decoration:underline;
				color:#000000;
}

#CreditFooter{
			margin:auto;
			height:40px;
			width:700px;
			background:#000000;
			color:#CCCCCC;
			font-size:11px;
}

