/* 
This file is for any styles used in the layout of the template. Content classes 
should be saved it the SITE_content.css file.  This is done so that the content css
styles can be imported to the wysiwyg editor.
 */


body{	
	background: #B3CE41 url(../img/ag_body_bg.jpg) repeat-x top;
}

#container{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#banner{

}

#topnav{
	
}

#wrap{
	background-color: white;
	margin:0 auto;
   width:800px;

}


#sidebar-left{
	background-color: white;
	width:185px;
	float:left;	
}
.sidebarleft-container{
	
	padding:10px;	
}
div.sidebarleft-container ul{
	font:normal 12px tahoma, verdana, arial;
	
	/*margin-left: 0px;*/
}
div.sidebarleft-container ul li{
	margin-left: -25px;
	margin-top: 10px;
	list-style: none;
}
div.sidebarleft-container ul li a{
	color:#50391c;
}
div.sidebarleft-container ul li ul li{
	margin-left: -20px;
	margin-top: 5px;
	list-style: disc;	
	font-size: 11px ;
}
div.sidebarleft-container ul li ul li ul li{
	margin-left: -15px;
	margin-top: 2px;
	list-style: square;
	font-size: 10px ;
}



#content{
	background-color: white;
	padding: 0px 15px;
	height: 100%;
	float: right;
	width: 580px;
	border-left:1px solid #b9894f;
	margin: 10px 0;
}

#content_nosidenav{
	background-color: white;
	padding: 10px 15px;
	height: 100%;
	margin: 0 0;
}



#bottomnav{
	font: bold 11px verdana, arial, tahoma;
	text-align: center;
	margin-top:50px;
}
#bottomnav a{
	color: black;
	display: inline;
	margin: 2px 5px 2px 5px;	
}
#bottomnav a:hover{
	
}

#footer{
	color:#483318;
	font: normal 11px verdana, arial, tahoma;
	text-align: center;
	clear:both;
}
#footer a {
	color:#483318;
	
}