
/* CSS Document */
body
{
    font: 100% Verdana, Arial, Helvetica, sans-serif;
    background: #FFFFFF;
    margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
    padding: 0;
    text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    color: #000000;
    font-family: "Helvetica" , Arial, Geneva, sans-serif;
}
a
{
    text-decoration: none;
}
img
{
    border: 0;
}
*
{
    color: Black;
    font-size: 14px;
    padding: 0;
    margin: 0;
  }
/* Menu */
.main
{
    clear: both;
    width: 780px;
    height: 36px;
    margin: 0 auto;
    background: url(../images/bk_nav.png) no-repeat left top;
}

#menu
{
    width: 600px;
    height: 30px;
    margin: 0;
    padding-top: 6px;
    float: left;
}

#menu ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

#menu li
{
    display: inline;
}

#menu a
{
    display: block;
    float: left;
    background: url(../images/serp01.gif) no-repeat right 1px;
    padding: 2px 10px 10px 10px;
    border: none;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #000000;
    font-weight: bold;
}

#menu a:hover
{
    color: #ec881d;
}

#menu .current_page_item a
{
    color: #808080;
    background: url(../images/serp01.gif) no-repeat right 1px;
}
#menu a.actived
{
    color: #ec881d;
}

.footerSectionTitle {
color:#000000;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
font-weight:bold;
}
.footerOrange {
color:#FF9900;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
text-decoration:none;
}
.footerOrange a:visited {
color:#FF9900;
text-decoration:none;
}
.footerOrange a:link {
color:#FF9900;
text-decoration:none;
}
.control-banner2 {
	width:812px; 
	margin:0;
}
.headerleft2
{    
	width: 250px;	
	height: 60px;
}
.headerleft2 h1 span
{
	color: #FFC875;
	font-weight: normal;
}
.headerleft2 h1
{
	margin: 5px 0 0 15px;
/*	padding: 10px 2px 2px 15px;*/
	font-size: 18px;
	font-weight: normal;
	color: #F90;
	letter-spacing: -1px;
}
#container3 
{
	margin: 0;
	width: 812px;
	border:1px #808080 solid;
	border-top-color:#fff;
	padding:0px;
	position:relative;
	/*text-align:center;*/
}
.headercont2 {
	margin: 5px 10px 6px 10px;
}
.control-banner2 .control-banner-right2 {
	float:left; margin-left:900px; margin-left:835px; margin-top:100px; position:absolute;
}
#maincont2 {
color:#999999;
margin:0 auto;
width:780px;
}
#container {
border-style:solid solid none;
text-align:left;
}