html,*{
margin:0;
padding:0;
}
:focus{outline:none;}
body {
	background-color: #000000;
	background-image: url(images/bodybg.png);
	background-repeat: repeat-x;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	color: #8DC041;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

blockquote{
margin-left:45px;
}
#wrapper {
	margin: 0 auto;
	width: 1040px;
	/* background-image: url(images/wrapperbg.png); */
	background-repeat: repeat-x;
	position: relative;
	background-color: #807F7F;
}
#innerwrap {
	margin: 0px 20px;
	background-color:#ffffff;
}

#topmenu {
	padding-top: 10px;
	background-color:#000000;
	height:35px;
}
#topmenu ul {
	list-style-type: none;
	position: absolute;
	right: 0%;
	margin-right: 17px;
}
#topmenu li {
	float: left;
	font-size: 1.2em;
	font-family: "Arial Narrow";
	color: #999999;
	padding-top: 4px;
}

#topmenu li a {
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	padding: 4px 10px;
	font-size: 1.4em;
	vertical-align: middle;
}
#topmenu li a:hover {
	color: #8DC041;
}

#topimage {
/* 	background-image: url(headers/head1.jpg); */
	margin-top: 0px;
background:transparent;
position:relative;
}
#topimage img{
position:absolute;
top:0px;
z-index:500;
}
#right{
float:right;
margin-right:199px;
}
#left{
float:left;
}
#banner {
	background-image: url(images/banner.jpg);
	height: 212px;
}
#divider {
	background-image: url(images/dividerbg.png);
	background-position: right;
	height: 10px;
	background-repeat: no-repeat;
	background-color: #000000;
}
#contentwrapper {
	background-image: url(images/contentwrapbg.png);
}
#contentleft {
	background-image: url(images/contentleftbg.png);
	background-repeat: no-repeat;
	min-height: 200px;
	float: left;
	width: 560px;
	font-size: 1.5em;
	padding: 20px 40px 20px 20px;

}
#contentleft h1 {
	color: #8DC041;
	font-size: 28px;
}
#contentleft p {
	line-height: 1.5;
	padding-bottom: 25px;
}
#contentleft ul{
margin-left:20px;
}
#breadcrumb {
	font-size: 0.7em;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 5px;
}
#breadcrumb a {
	color: #6A8B36;
	text-decoration: none;
}




#contentright {
	float: left;
	width: 210px;
padding:20px 0;
}
#contentright ul{
list-style-type:none;
padding-bottom:15px;
}
#contentright li{
font-size:1.4em;
padding:3px 0;
background-image:url(images/bullet.png);
background-repeat:no-repeat;
background-position:left center;
padding-left:20px;
}
#contentright li a{
font-size:1.2em;}
#contentright li.menu-current a{
color:black;
}

#contentright img{
max-width:200px;
padding:10px 0;
}
#sidebarright {
	width: 165px;
	float: right;
	padding-bottom: 100px;
	color: #FFFFFF;
}
#sidebarright ul {
	list-style-type: none;
}
#sidebarright li a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.2em;
	padding: 6px 0px 6px 15px;
	display: block;
	text-transform: uppercase;
}
#sidebarright li.menu-current a{
background-color:#8DC041;
}
#sidebarright a:hover {
	background-color: #8DC041;
}
#metalmenu {
	padding-bottom: 25px;
}



#divider2 {
	background-image: url(images/divider2bg.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 22px;
	background-color: #8CC041;
}
#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 300px;
	color: #FFFFFF;
	padding-top: 250px;
	padding-left: 20px;
	font-size: 1.2em;
}
#footer P {
	padding-bottom: 10px;
}
#footer a{
	color: #FFFFFF;
}
#footer a:hover {
	color: #8CC041;
	text-decoration: none;
}



#bgwrapper {
	background-image: url(images/rightbarbg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}