

body {
margin: 0;
padding: 0;
}

#container_header {
width:100%;
margin: 0;
height:300px;
background-image:url(../images/header/header_background_large.jpg);
background-repeat:no-repeat;


}

#header_header {
margin-left:200px;
height:300px;
width:1024px;


}

#logo_header {
width:371px;
height:270px;
background-image:url(../images/header/logo_divider.gif);
background-repeat:no-repeat;
float:left;

}


#images_header {
width:653px;
height:270px;
text-align:left;
float:left;

}




#nav_header {
clear:both;
float:left;
height:30px;
padding-right: 1px;
padding-top: 0px;
background-image:url(../images/header/blackbar.jpg);
background-position:right;
background-repeat:no-repeat;


}

#social_header {
clear:inherit;
float:left;
padding-left:300px;
width:120px;
height:30px;
text-align:right;

}


#body_header {
width:1024px;
clear: both;
float:left;
}


#body_header_content {
width:22%;
float:left;
padding: 0px 15px 0px 0px;
margin-bottom:20px;
}

#footer_header {
width:100%;
border-top: solid 1px #cccccc;
text-align:center;
color:#999999;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
padding-top:30px;
}


/*  End Construction */

.nav_header ul{
margin-left:-40px;
margin-top:7px;

}

.nav_header li{
height:30px;
display:inline-table;
list-style:none;
float:left;
color:white;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-align:left;
}




.nav_header a {
color:white;
text-decoration: none;
padding:8px 8px 8px 8px;
background-image:url(../images/header/dark_bkgd.jpg);
background-repeat:no-repeat;
background-position:left;

}

.nav_header a:hover {
color:black;
background-image:url(../images/header/over_bkgd.jpg);
background-repeat:no-repeat;
background-position:left;
}


.body_header {
font-family: Arial, Helvetica, sans-serif;
color:#666666;
font-size:14px;
}

.body_header a {
text-decoration:none;
color:#FF9933;
}

.body-header a:hover {
text-decoration:underline;
}


.body_header h1 {
color:#FF6600;
font-size:24px;
line-height:1px;
letter-spacing:1px;
background-color: #333333;
padding:10px;      
border: 1px solid #333333;   
-webkit-border-radius: 6px;    /* for Safari */
-moz-border-radius: 6px;        /* for Firefox */
}

.body_header h2 {
color:#999999;
font-size:20px;
}

.body_header h3 {
font-size:14px;
font-weight:bold;

}

/*  End Style  */