body {
    text-align: center;
    background: #E6E6E6 url('../images/bg.png') repeat-x;
}
div#site-container {
    width: 920px;
    margin: 20px auto;
    padding: 20px;
    background: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    text-align: left;
}
div#header {
    height: 80px;
    margin: 0px 0px 20px 0px;
    background: url('../images/header_bg.png') repeat-x;
}
img#logo {
    display: block;
    float: left;
	/*below is for new logo*/
	background-color: #ffffff;
    padding-right: 40px;
}
ul#header-nav {
    float: right;
    list-style: none;
    padding: 0px;
    margin: 10px 0px 10px 0px;
    height: 20px;
    line-height: 20px;
}
ul#header-nav li {
    float: left;
    margin: 0px;
    padding: 0px 0px 0px 20px;
}
ul#header-nav a {
    display: block;
    font-weight: bold;
    font-size: 12px;
    color: #FF4029;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0px 0px 0px 18px; 
    background: url('../images/bullet_black.png') center left no-repeat;
}
#slider{
margin:0 0 17px 0;
}
ul#header-nav a:hover, ul#header-nav a:focus {
    color: #111;
}
div#contact {
    clear: right;
    float: right;
    margin: 15px 0px 0px 0px;
    font-size: 12px;
}
div#contact label {
    padding-right: 10px;
    padding-left: 20px;
}
div#contact span {
}
div#sidebar {
    width: 280px;
    float: left;
    font-size: 11px;
}
ul#sidebar-nav {
    list-style: none;
    margin: 0px 0px 20px 0px;
    padding: 0px;
    width: 280px;
    height: 300px;
    overflow: hidden;
    background: #004382 url('../images/nav_bg.png') no-repeat;
}
ul#sidebar-nav li {
    padding: 0px;
    margin: 0px;
}
ul#sidebar-nav a {
    display: block;
    height: 60px;
    line-height: 60px;
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
    color: #CFD6DD;
    text-indent: 25px;
    background: url('../images/nav_a_bg.png') top right no-repeat;
	font-weight:bold;
}
.sidebox{
display:none;
}
ul#sidebar-nav a:hover, div#sidebar-nav a:focus {
    color: #fff;
    background-position: bottom right;
}
div#sidebar h2 {
    font-size: 14px;
    font-family: 'Arial Black', sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    color: #666;
    margin: 0px;
    padding: 0px 0px 10px 0px;
}
div.textwidget {
    margin: 0px;
    padding: 0px;
}
div.sidebox {
    background: url('../images/blueprint_bg.png');
    margin: 0px 0px 20px 0px;
    min-height: 190px;
    _height: 190px;
    font-size: 13px;
}
div.sidebox-title {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-family: 'Arial Black', sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    color: #CFD6DD;
    text-indent: 30px;
    text-shadow: #333 2px 2px 4px;
    background: url('../images/sidebox-title-bg.png') no-repeat;
}
div.sidebox-content {
    padding: 0px 30px 10px 30px;
}
div.sidebox-content dt {
    clear: left;
    width: 70px;
    float: left;
}
div.sidebox-content dd {
    width: 150px;
    float: left;
    padding: 0px 0px 6px 0px;
}
div.sidebox-content dl {
    margin: 0px 0px 14px 0px;
}
div.clear {
    clear: both;
}
a.button {
    display: block;
    width: 220px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    font-family: 'Arial Black', sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff !important;
    text-indent: 10px;
    background: url('../images/button.png') no-repeat;
    text-shadow: #CC3321 2px 2px 4px;
}
div#main {
    width: 630px;
    float: right;
}
div#slideshow {
    width: 630px;
    height: 300px;
    margin: 0px 0px 20px 0px;
}
div#slideshow img {
    display: block;
}
div#content {
    padding: 0px 0px 20px 10px;
}
div#footer {
    clear: both;
    border-top: 4px solid #004382;
    background: url('../images/blueprint_bg.png');
    height: 30px;
    line-height: 30px;
    padding: 0px 10px;
    color: #111;
    font-size: 12px;
}
div#footer a {
    color: #111;
}
div#copyright {
    float: left;
}
div#credits {
    float: right;
}
form input[type=text], form textarea {
    border: 1px solid #999;
    padding: 3px;
    margin-bottom: 10px;
}
form label {
    font-weight: bold;
    color: #666;
}
