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

body {
        background: white;
        font-size: 12pt;
        font-family: Arial, Helvetica, sans-serif;
}

a:link, a:visited {
        color: #664422;
        background: transparent;
        font-weight: bold;
        text-decoration: underline;
}


#topbar,
#secondary,
#flash_holder,
#image_holder,
#main_navigation_holder,
#footer_links,
.container_12 .contextual_content,
.grid_3 {
        display: none;
}
.gridview{
	display:block;
	}
.related{
	display: inline;
	}
.grid_6, .grid_8, .main_content {
        width: auto !important; 
        /*margin: 0 5%;*/
        padding: 0; 
        border: 0;
        color: black; 
        background: transparent;

}
h1{
	color: #88BB00
	}

ul {
	width: auto; 
	list-style-type:disc;
	padding-left:0px;
	margin-bottom:0px;
	list-style-position:outside;
	padding-left: 20px;
}
li {
	width: auto; 
	background:none;
	padding-left:0px;
	margin: 0px;	
	vertical-align: top;
	position: relative;
	top: -4px;
}
 #newslist{
	list-style-type:none;
	}
	
div#breadcrumb, div#breadcrumb_detail{
	padding-bottom: 20px;
	border-bottom: 1px solid #f0f4dd;
	margin-bottom: 45px;
	color:#8b7f74;
	font-size:11px;
}
#footer {
	width: 940px;
	padding: 0 10px;
	font-size: 11px;
	margin-top: 30px;
	margin-bottom: 80px;
	padding-top:10px;
	border-top: 1px solid #f0f4dd;
	color: #999999;
	clear:both;
}
