/* reset.css */
html {margin:0;padding:0;border:0;}
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
article, aside, dialog, figure, footer, header, hgroup, nav, section {display:block;}
body {line-height:1.5;background:white;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;float:none !important;}
table, th, td {vertical-align:top;}
blockquote:before, blockquote:after, q:before, q:after {content:'';}
blockquote, q {quotes:"" "";}
a img {border:none;}
:focus {outline:0;}
.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix, .container {display:block;}
.clear {clear:both;}


html {font-size:100.01%;}
body {
    margin: 10px;
    font-size: 80%;
    color: #555;
    background-color: #303339; /*#424850; #666666; #465c68;*/
    font-family: Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {
    font-size: 1.8em;
    line-height: 1.1em;
    margin-bottom: 0.67em;
    color: #FF6600;
}
h2 {
    font-size: 1.5em;
    margin-bottom: 0.67em;
    color: #444;
}
h3 {
    font-size: 1.3em;
    line-height: 1;
    margin-bottom: 1em;
}
p {
    margin: 1em 0;
}
a {
    text-decoration: none;
    color: #FF6600;
}
a:hover {
    text-decoration: underline;
}
h2 a, h3 a {
    font-weight: normal;
}
ul {
    margin: 1em;
    padding-left: 1.2em;
}
fieldset table {
    border-spacing: 8px;
}
.page {
    width: 900px;
    margin: auto;
    background-color: #ffffff;
    border-radius: 10px;
    -moz-border-radius: 10px;
}
.contentholder {
    width: 850px;
    padding-left: 50px;
}
.head {
    height: 90px;
    background: url(/assets/images/logo.jpg) no-repeat 630px 25px;
}
.band {
    height: 37px;
    background: url(/assets/images/band.jpg) no-repeat top left;
}
.banner {
    height: 305px;
/*  background: url(/assets/images/home1.jpg) no-repeat top left;*/
}
.homecontent {
/*  height: 140px;*/
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 0.9em;
}
.homecontent div {
    min-height: 135px;
    height: auto!important;
    height: 135px;
    float: left;
}
.homecontent ul {
    margin: 0;
    padding: 0;
    list-style-position: inside;
}
.homecontent li {
    padding-bottom: 5px;
}
.homecontent .left {
    width: 360px;
    padding-right: 40px;
    text-align: justify;
    border-right: 1px solid #999999;
}
.homecontent .left p {
    margin: 0 0 5px 0;
    color: #666666;
}
.homecontent .middle {
    width: 200px;
    padding: 0 20px;
    border-right: 1px solid #999999;
}
.homecontent .right {
    width: 180px;
    padding-left: 20px;
}
.container {
    min-height: 500px;
    height: auto!important;
    height: 500px;
}
.contentarea {
    padding-top: 20px;
}
.main {
    width: 500px;
    padding-right: 80px;
    float: left;
    line-height: 1.5em;
}
.footer {
    width: 900px;
    margin: 0 auto;
    padding-top: 8px;
    text-align: center;
    font-size: 8pt;
    color: #cccccc;
}

/*****************************************************
    Navigation Elements
******************************************************/
.nav a {
    padding: 0 10px;
    text-decoration: none;
    color: #666;
}
.nav .active a {
    color: #000000;
}
.nav a:hover {
    text-decoration: underline;
    color: #F27900;
}
.topnav {
    margin: 0;
    padding: 47px 0 0 0;
    list-style-type: none;
    font-size: 1.2em;
}
.topnav li {
    display: inline;
    border-right: 1px solid #999999;
}
.topnav a {
    padding: 2px 15px;
}
.topnav .first a {
    padding-left: 0;
}
.topnav .last {
    border-right: none;
}
.sidenav {
    width: 200px;
    min-height: 450px;
    height: auto!important;
    height: 450px;
    padding-left: 15px;
    float: left;
    position: relative;
    border-left: 1px solid #999999;
}
.sidenav h2 {
    margin-bottom: 3px;
    padding: 0 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    text-shadow: 1px 1px 0px #eee;
    background: #ddd;
    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#dddddd), to(#f8f8f8));
    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, #f8f8f8, #dddddd);
    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #f8f8f8, #dddddd);
    /* IE 10 */
    background: -ms-linear-gradient(top, #f8f8f8, #dddddd);
    /* Opera 11.10+ */
    background: -o-linear-gradient(top, #f8f8f8, #dddddd); 
}
.sidenav ul {
    height: 200px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 1.2em;
}
.sidenav li {
    padding: 3px 0;
}
.sidenav img {
/*
    position: absolute;
    top: 250px;
    left: 0;
*/
}
/********* Contact Form **************/
div.form {
    margin: 20px 0;
}
div.form form legend {
    margin-left: 10px;
    padding: 0 5px;
    color: #333333;
    font-weight: bold;
}
div.form form fieldset {
    border: 1px solid #dddddd;
    background-color: #f9f9f9;
}
div.form form fieldset div {
    padding: 0.2em 0;
    clear: both;
}
div.form label {
    display: block;
    float: left;
    width: 100px;
    margin-right: 10px;
    text-align: right;
}
div.form form p.note {
    margin-left: 110px;
}
.errors {
    background-color: #FFEEEE;
    border: 1px solid;
    color: #AA0000;
    margin: 5px 0;
    padding: 3px!important;
}
