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

.clearfix:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}

.clearfix {
display: inline-block;
}

html[xmlns] .clearfix {
display: block;
}

* html .clearfix {
height: 1%;
}

body {
background:url('../images/bg.gif') top left #f7f7f7;
color:#797B7A;
font-family:"Trebuchet MS";
font-size:12px;
padding:0px 0px 30px 0px;
margin:0;
text-align:center;
}

hr {
display:none;
margin:0; padding:0;
}

a {
color:#EE8907;
font-weight:bold;
}

h1, h2, h3, h4 {
color:#EE8907;
}

h2 {
font-size:22px;
}

h4 {
font-size:16px;
}

div#container {
background:#fff;
margin:0 auto;
text-align:left;
width:900px;
}

div#header {
display:block;
padding:0px 20px;
}

div#header h1 {
background:url('../images/logo.gif') center left no-repeat;
border-bottom:1px solid #9bbe00;
display:block;
float:left;
height:74px;
padding:0; margin:0;
text-indent:-9999em;
width:350px;
}

div#header ul#menu {
border-bottom:1px solid #9bbe00;
display:block;
float:left;
height:29px;
list-style:none;
margin:0; padding:45px 0px 0px 5px;
width:505px;
}

div#header ul#menu li {
display:block;
float:left;
height:30px;
line-height:30px;
margin:0px 5px 0px 0px; padding:0;
}

div#header ul#menu li a {
background:#F4A80A;
border:1px solid #F4A80A;
border-bottom:1px solid #9bbe00;
color:#fff;
cursor:pointer;
display:block;
height:28px;
line-height:28px;
float:left;
padding:0px 10px;
text-decoration:none;
}

div#header ul#menu li a:hover {
text-decoration:underline;
}

div#header ul#menu li a.current {
background:#9bbe00;
border:1px solid #9bbe00;
color:#fff;
}

div#content {
clear:both;
display:block;
padding:0px 20px 20px 20px;
}

div.pageheading {
background:url('../images/main_img.png') top left no-repeat #9bbe00;
display:block;
padding:20px;
text-align:right;
}

div.pageheading h3 {
color:#fff;
font-size:34px;
font-weight:normal;
margin:0; padding:0;
}

div.pageheading h4 {
color:#fff;
font-size:18px;
font-weight:normal;
margin:0; padding:0;
}

div.leftbar {
float:left;
padding-top:15px;
padding-right:20px;
width:409px;
border-right:1px solid #BCBDBC;
}

div.rightbar {
float:left;
padding-top:15px;
padding-left:20px;
width:410px;
}

div#footer {
background:#9bbe00;
color:#fff;
padding:10px;
text-align:center;
}