body {
    background: #e0e0e0 url(/images/templates/body_bg.jpg) repeat-x left top;
    width: 1022px;
    margin: 0 auto;
}

#innerBody {
    background: #e0e0e0 url(/images/templates/body_bg.jpg) repeat-x left top;
    /*
    width: 999px;
    */
    margin: 0 auto;
}

#header {
    padding: 5px 0 0 0;
    width: 1000px;
}

a img {
    border: none;
}

#headerButtons {
    float: right;
}

#headerBase {
    height: 50px;
}

#search {
    float: right;
    width: 300px;
    height: 50px;
}

#search form {
    background: transparent url(/images/templates/search_bg.gif) no-repeat left top;
    width: 240px;
    height: 33px;
    float: right;
    margin-top: 6px;
}

#search form #phrase {
    width: 110px;
    background: transparent;
    margin: 2px 0 0 40px;
    border: none;
    color: #1982c2;
    font: normal 15px arial;
}

#search form #searchButton {
    background: transparent url(/images/templates/search_button.jpg) no-repeat left top;
    width: 82px;
    height: 33px;
    border: none;
    padding: 0;
    margin: 0 0 0 2px;
    cursor: pointer;
}

#breadcrumbs {
    font: normal 11px arial;
    color: #0074bb;
    padding: 0;
    margin: 0;
}

.breadcrumb {
    text-decoration: none;
    color: #0074bb;
}

.breadcrumbActive {
    text-decoration: none;
    color: #666;
}

#homeTopOuter {
    clear: both;
    float: left;
    height: 295px;
    width: 999px;
    background: #ececec;
    margin-bottom: 15px;
}

#homeTopContent {
    padding: 15px;
    float: left;
    width: 301px;
}

#homeTopRotator {
    padding: 0px;
    float: left;
    height: 295px;
    width: 666px;
}

#homeBotOuter {
    background: url(/images/templates/home_top_fade.png) no-repeat left top;
    padding-top: 23px;
    clear: both;
    float: left;
    width: 1020px;
    margin-left: -10px;
}

#homeBotBase {
    background: url(/images/templates/home_bot_fade.png) no-repeat left top;
    padding-top: 23px;
    clear: both;
    margin-left: -10px;
}

#homeBotContent {
    background: url(/images/templates/home_top_rpt.png) repeat-y left top;
    padding: 5px 30px;
    float: left;
    width: 960px;
}

#insideOuter {
    background: url(/images/templates/inside_top_curve.gif) no-repeat left top;
    padding-top: 6px;
    clear: both;
    width: 999px;
}

#insideMain {
    background: url(/images/templates/inside_rpt.gif) repeat-y left top;
    padding: 1px 20px 25px 20px;
    clear: both;
    width: 959px;
    float: left;
}

#insideBottom {
    background: url(/images/templates/inside_bot_curve.gif) no-repeat left top;
    height: 6px;
    clear: both;
}

#bottomEdit {
    float: left;
    width: 720px;
    margin-left: 15px;
}

#bottomContent {
    margin-top: 15px;
    float: left;
    width: 1000px;
}

#bottomFunction {
    float: left;
    width: 200px;
    margin: 0 0 0 30px;
    padding: 0 0 0 30px;
    list-style: none;
    border-left: dotted 1px #999;
}

#bottomFunction li {
    height: 40px;
}

#bottomFunction a {
    font: bold 10px Helvetica-Bold, Helvetica, sans-serif;
    color: #0174b7;
    text-decoration: none;
}

#contactUs {
    padding: 0 0 5px 50px;
    background: url(/images/templates/phone.jpg) no-repeat left center;
    border-bottom: dotted 1px #999;
}

#contactUs span {
    color: #000;
    display: block;
    font: normal 11px Arial, Helvetica, sans-serif;
}

#emailUs {
    padding: 2px 0 5px 50px;
    background: url(/images/templates/letter.jpg) no-repeat left center;
    border-bottom: dotted 1px #999;
}

#emailUs a {
    display: block;
    padding: 15px 0 0 0;
}

#printUs {
    padding: 3px 0 0 50px;
    background: url(/images/templates/printer.jpg) no-repeat left center;
}

#printUs a {
    display: block;
    padding: 12px 0 0 0;
}

#footer {
    clear: both;
    color: #000;
    padding-top: 50px;
    font: normal 12px Arial, Helvetica, sans-serif;
}

#footer ul {
    list-style: none;
    padding: 0 0 15px 0;
    margin: 0 0 0 0;
    float: left;
}

#footer li {
    float: left;
    background: url(/images/templates/footer_nav_sep.gif) no-repeat left center;
}

#footer #footerFirst, #footer #footerFirst a {
    background: transparent;
    padding-left: 0;
}

#footer li a {
    padding: 0 20px;
}

#footer div {
    float: left;
    clear: both;
    padding-top: 15px;
    width: 1000px;
    border-top: dotted 1px #999;
}

#footer ul a {
    clear: both;
    color: #000;
    text-decoration: none;
    font: normal 12px Arial, Helvetica, sans-serif;
}

#footer div a {
    color: #000;
}

#footer #xpl {
    float: right;
    display: block;
}

#xmailList li{
    list-style: none;
}

p, span, td, div, li {
    font: normal 12px Arial, Helvetica, sans-serif;
    color: #000;
    line-height: 130%;
}

a {
    color: #0174b7;
    text-decoration: none;
}

a:hover {
    color: #0174b7;
    text-decoration: underline;
}

h1 {
    font: bold 16px Helvetica-Bold, Helvetica, sans-serif;
    color: #0174b7;
}

h2 {
    font: bold 14px Helvetica-Bold, Helvetica, sans-serif;
    color: #0174b7;
    padding: 0;
    margin: 3px 0;
}

h3 {
    font: bold 14px Helvetica-Bold, Helvetica, sans-serif;
    color: #781d7d;
    padding: 0;
    margin: 3px 0;
}

h4 {
    font: bold 14px Helvetica-Bold, Helvetica, sans-serif;
    color: #f89f1d;
    padding: 0;
    margin: 3px 0;
}

h5 {
    font: bold 14px Helvetica-Bold, Helvetica, sans-serif;
    color: #6dbfe5;
    padding: 0;
    margin: 3px 0;
}

#homeBotContent h1 a {
    color: #0174b7;
}

#homeBotContent h2 a {
    color: #0174b7;
}

#homeBotContent h3 a {
    color: #781d7d;
}

#homeBotContent h4 a {
    color: #f89f1d;
}

#homeBotContent h5 a {
    color: #6dbfe5;
}