@charset "utf-8";
/* CSS Document */
body {
margin:0;
background: url(images/pagebg.jpg) no-repeat center top #181717;
font: 100% Arial, Helvetica, sans-serif;
color: #fff;
}
a {
	text-decoration: none;
	color: #f1ea0c;
}
a:hover {

}
#container{
width: 920px;
margin: auto;
}
#topnav {
padding-top: 10px;
margin-left: 10px;
margin-right: 10px;
margin-bottom: 20px;
}
#topnav a {
display: block;
float: left;
width: 130px;
height: 18px;
color: #fff;
text-transform:uppercase;
text-decoration: none;
margin-right: 10px;
font-size: 70%;
padding: 7px 5px 5px 5px;
text-align: center;
font-weight: bold;
}
#topnav a:hover{
color: #f1ea0c;
text-decoration: underline;
}
#topnav a.topnavon {
background: url(images/topnav_on.jpg) no-repeat;
}
#topnav a.topnavoff {
background: url(images/topnav_off.jpg) no-repeat;
}
#topnav #contactnav {
float:right;
width: 140px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#feature {
width: 920px;
height: 260px;
background: url(images/feature_bg.jpg) no-repeat;
padding-left: 20px;
padding-top: 10px;
}
#featurehp {
width: 920px;
height: 260px;
background: url(images/feature_bg.jpg) no-repeat;
padding-left: 15px;
padding-top: 10px;
}
#sidebar1 {
float:left;
width:192px;
margin-left: 10px;
margin-right: 17px;
margin-top: 10px;
}
#maincontent{
float: left;
width: 482px;
margin-top: 11px;
font-size: 90%;
line-height: 1.25;
}
#maincontent .main_content_top{
background: url(images/main_content_top.jpg) no-repeat;
height: 50px;
margin-top:0px;
}
#maincontent .main_content_top h1{
margin-top: 0px;
padding: 10px;
font-size: 18px;
font-weight: normal;
text-transform:uppercase;
padding-left: 25px;
}
#maincontent .main_content_body{
background: url(images/main_content_bg.jpg) repeat-y;
padding: 5px 25px;
line-height: 1.5;
color: #ccc;
font-size: 13px;
}
#maincontent .main_content_bottom{
background: url(images/main_content_bottom.jpg) no-repeat;
height: 30px;
}
#sidebar2{
float: left;
width: 192px;
margin-top: 10px;
margin-left: 17px;
}
div.sidebar_top {
background:url(images/sidebar_top.jpg ) no-repeat top center;
height: 26px;
}
div.sidebar_main{
background: url(images/sidebar_bg.jpg) repeat-y top center;
}
div.sidebar_main_2{
background: url(images/sidebar_bg.jpg) repeat-y top center;
padding: 5px 10px;
}
div.sidebar_bottom {
background: url(images/sidebar_bottom.jpg) no-repeat top center;
height: 25px;
}
div.sidebar_top,
div.sidebar_main{
padding: 12px;
}
#sidebar1 div.sidebar_main a{
	display: block;
	margin-left: 10px;
	padding-left: 15px;
	background: url(images/navbullet.png) no-repeat center left;
	text-transform:uppercase;
	text-decoration: none;
	font-size: 70%;
	color: #fff;
	font-weight: bold;
	padding-top:5px;
	padding-bottom: 5px;
}
#sidebar1 div.sidebar_main a:hover{
	background: url(images/navbullet_ro.png) no-repeat center left;
	color: #FFFF00;
}
#sidebar2 div.sidebar_main .quote{
	font-size: 70%;
	font-style: italic;
	padding-top: 20px;
	padding-bottom: 20px;
}
#sidebar1 div.sidebar_main .small,
#sidebar2 div.sidebar_main .small,
#sidebar1 div.sidebar_main_2 .small{
	font-size: 70%;
	padding-top: 20px;
	padding-bottom: 20px;
}
h2 {
font-size: 110%;
color: #CCC;
}	
h1 {
color: #FFFF00;
}
.main_content_body div{
	padding-top: 10px;
}
#gallery a img {
	border: 1px solid #333;
}