body {
        margin: 0px;
        padding: 0px;
        color: #e7e0cf;
        font-family: Helevetica,Arial,sans-serif;
        font-size: 13px;
        line-height:1.5em;
        background-image: url(images/body.png);
        background-repeat: repeat-x;
        background-color: #FFF;
}

a, a:link, a:visited {
        color: #0054A8;
        font-weight: bold;
        text-decoration: none;
}

a:hover {
        color: #0078F0;
        font-weight: bold;
        text-decoration: underline;
}

p {
        margin: 0px;
        color: #333;
        padding-top: 0;
        padding-right: 0;
        padding-bottom: 0px;
        padding-left: 0;
        font-family: Verdana, Geneva, sans-serif;
        font-size: 12px;
        line-height: 17px;
}
img { border: none; }

h1 { font-size: 40px; font-weight: bold; margin: 0 0 30px 0; padding: 5px 0; color: #fff; }
h2 {
        font-size: 28px;
        font-weight: normal;
        line-height: 28px;
        padding: 0;
        color: #039;
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 8px;
        margin-left: 0;
}
h3 { font-size: 21px; margin: 0 0 20px 0; padding: 0; padding: 0; color: #e2d8bd; }
h4 { font-size: 18px; margin: 0 0 20px 0; padding: 0; color: #aaa; }
h5 {
        font-size: 16px;
        margin: 0 0 10px 0;
        padding: 0;
        color: #2068FF;
}
h6 {
        font-size: 14px;
        margin: 0 0 5px 0;
        padding: 0;
        font-family: Verdana, Geneva, sans-serif;
        color: #FFF;
}

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }
.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }
.cleaner_h50 { clear: both; width:100%; height: 50px; }
.cleaner_h60 { clear: both; width:100%; height: 60px; }

.margin_r35 { margin-right: 35px; }

.vertical_divider { background: url(images/vertical_divider.png) right repeat-y; }
.horizon_divider { background: url(images/horizontal_divider.png) bottom repeat-x; }

.float_l {
        float: left;
}

.float_r {
        float: right;
        width: 350px;
}

.crawlspace
{
        font: bold 12pt courier;
        background-color: #101010;
        color: #ccc;
}
.endorsequote
{
        color: #a11;
}
.image_wrapper {
        display: inline-block;
        padding: 8px;
        border: 1px solid #000;
        margin-bottom: 10px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 15px;
        font-style: italic;
        text-align: center;
        background-color: #FFFFFF;
        color: #333;
}
.inset_box {
        padding: 14px;
        border: 10px solid #333;
        margin-bottom: 4px;
        margin-right: 10px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 15px;
        font-style: italic;
        text-align: center;
        background-color: #333;
        color: #fff;
        width: 300px;
        float: left;
}
.fl_img {
        float: left;
        padding: 2px;
        margin-top: 6px;
        margin-right: 7px;
        margin-bottom: 7px;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-top-style: solid;
        border-right-style: outset;
        border-bottom-style: outset;
        border-left-style: solid;
        border-top-color: #999;
        border-right-color: #999;
        border-bottom-color: #999;
        border-left-color: #999;
}
.fr_img {
        float: right;
        padding: 2px;
        margin-top: 6px;
        margin-right: 0;
        margin-bottom: 7px;
        margin-left: 10px;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-top-style: solid;
        border-right-style: outset;
        border-bottom-style: outset;
        border-left-style: solid;
        border-top-color: #999;
        border-right-color: #999;
        border-bottom-color: #999;
        border-left-color: #999;
}

blockquote {
        font-style: italic;
        margin-left: 10px;
        color: #999;
}
cite { font-weight: bold; }
cite span { color: #fff; }
em {
        color: #0061C1;
        line-height: 18px;
        font-family: Verdana, Geneva, sans-serif;
        font-style: italic;
        font-size: 12px;
}


.button a {
        clear: both;
        display: block;
        width: 102px;
        height: 25px;
        padding: 3px 0 0 0;
        margin-top: 15px;
        background: url(images/button.png) no-repeat;
        color: #333;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
}

.button a:hover {
        color: #000;
        background: url(images/button_hover.png) no-repeat;
}

#wrapper {
        width: 970px;
        padding: 0 10px;
        margin: 0 auto;
        background-repeat: repeat-x;
        background-image: url(images/body.png);
        background-color: #FFF;
}

#header {
        width: 970px;
        height: 194px;
        background-image: url(images/banner2.png);
        background-repeat: no-repeat;
}

#menu {
        width: 970px;
        height: 39px;
        height: 28px;
        background-image: url(images/body.png);
        background-repeat: repeat-x;
        padding-top: 10px;
        padding-right: 30px;
        padding-bottom: 0px;
        padding-left:  0px;
}

#menu ul {
        margin: 0;
        padding: 0;
        list-style: none;
}

#menu ul li {
        padding: 0px;
        margin: 0px;
        display: inline;
}

.bodybutton a {
        float: center;
        display: block;
        width: 240px;
        height: 24px;
        padding: 3px 0 0 0;
        margin: 0 5px 0 0;
        font-size: 13px;
        text-align: center;
        text-decoration: none;
        color: #333;
        font-weight: bold;
        outline: none;
        border: none;
        background-image: url(images/menu_button.png);
        background-repeat: repeat-x;
        background-position: left top;
}

.bodybutton a:hover, #menu ul li .current {
        background-image: url(images/menu_button.png);
        color: #55f;
        background-repeat: repeat-x;
}

#menu ul li a {
        float: left;
        display: block;
        width: 102px;
        height: 24px;
        padding: 3px 0 0 0;
        margin: 0 5px 0 0;
        font-size: 13px;
        text-align: center;
        text-decoration: none;
        color: #333;
        font-weight: bold;
        outline: none;
        border: none;
        background-image: url(images/menu_button.png);
        background-repeat: no-repeat;
        background-position: left top;
}

#menu ul li a:hover, #menu ul li .current {
        background-image: url(images/menu_button_hover.png);
        background-repeat: no-repeat;
}

#header  #site_title {
        clear: both;
        float: left;
        width: 260px;
        padding-top: 20px;
        padding-right: 0;
        padding-bottom: 0;
        padding-left: 30px;
}

#header  #site_title h1 {
        margin: 0;
        padding: 0;
}

#header  #site_title h1 a {
        margin: 0px;
        padding: 0px;
        font-size: 38px;
        color: #000;
        font-weight: normal;
        text-decoration: none;
}

#header  #site_title h1 a strong {
        color: #FFFF33;
}

#header  #site_title a span {
        display: block;
        font-size: 14px;
        color: #2e2c27;
        font-weight: bold;
        letter-spacing: 2px;
        margin-left: 5px;
        margin-top: 5px;
        font-family: Helevetica,Arial,sans-serif;
}

#main {
        width: 910px;
        border-bottom: 1px solid #7a766d;
        padding-top: 10px;
        padding-right: 30px;
        padding-bottom: 30px;
        padding-left: 30px;
        background-repeat: no-repeat;
}

#content {
        float: left;
        width: 560px;
}

#sidebar {
        float: right;
        width: 280px;
}

.two_column_ws {
        width: 250px;
}

.two_column {
        width: 250px;
}
.one_column {
        width: 910px;
        font-family: Verdana, Geneva, sans-serif;
        font-size: 12px;
        color: #333;
}
.one_column_form {
        font-family: Verdana, Geneva, sans-serif;
        font-size: 12px;
        color: #333;
        text-align: left;
}



.three_column {
        float: left;
        width: 565px;
        padding-right: 30px;
}
.three_column_quotes {
        float: left;
        width: 565px;
        text-align: center;
        padding-top: 15px;
        padding-right: 30px;
        padding-bottom: 15px;
        padding-left: 0px;
}

.rt_column {
        float: right;
        width: 250px;
        padding-right: 30px;
}
.rt_quotes_column {
        float: right;
        width: 270px;
        font-family: Verdana, Geneva, sans-serif;
        font-size: 10px;
        color: #333;
        padding-top: 7px;
        padding-bottom: 7px;
        padding-right: 5px;
        padding-left: 8px;
        background-color: #333;
        border-right-width: 3px;
        border-bottom-width: 3px;
        border-right-style: solid;
        border-bottom-style: solid;
        border-right-color: #292929;
        border-bottom-color: #292929;
        text-align: center;
}

.rt_quotes_column p {
        float: right;
        width: 270px;
        font-family: Verdana, Geneva, sans-serif;
        font-size: 11px;
        color: #CCC;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
        text-align: center;
}

.ft_column {
        float: left;
        width: 250px;
        padding-right: 30px;
        margin-right: 35px;
}



.news_box {
        margin-bottom: 20px;
}
.news_box .date {
        color: #FF9900;
}

.services_section {
        padding-bottom: 30px;
        margin-bottom: 30px;
}

.services_section .ss_left {
        float: left;
        width: 200px;
}

.services_section .ss_left img {
        width: 200px;
        height: 200px;
}

.services_section .ss_right {
        float: right;
        width: 330px;
}

.partner_section {
        padding-bottom: 30px;
        margin-bottom: 30px;
}

.partner_section .ss_left {
        float: left;
        width: 200px;
}

.partner_section .ss_left img {
        width: 180px;
        height: 180px;
}

.partner_section .ss_right {
        float: right;
        width: 330px;
}

.post_box {
        clear: both;
        padding-bottom: 30px;
        margin-bottom: 30px;
}

.post_box h2 {
        margin-bottom: 10px;
}

.post_box .post_info {
        font-style: italic;
        margin-bottom: 20px;
}

.post_box .post_info a {
        color: #CCCC66;
}

.shiftleft {
        position: relative;
        left: -50px;
}

.post_box .comment_tab {
        padding: 10px 0;
        margin: 40px 0 20px 0;
        border-bottom: 1px dashed #666;
        font-size: 20px;
        font-weight: bold;
}

#contact_form {
        float: left;
        padding: 0;
}

#contact_form form {
        margin: 0px;
        padding: 0px;
}

#contact_form form .input_field {
        width: 350px;
        padding: 5px 0;
        background: #3f3d38;
        border: 1px solid #000;
}

#contact_form form label {
        display: block;
        width: 100px;
        margin-right: 10px;
        font-size: 14px;
}

#contact_form form textarea {
        width: 350px;
        height: 200px;
        background: #3f3d38;
        border: 1px solid #000;
}

#contact_form form .submit_btn {
        margin-right: 100px;
        padding: 5px 10px;
        background: #3f3d38;
        border: 1px solid #000;
        color: #FFFFFF;
}

#footer {
        width: 910px;
        padding: 20px 30px;
        text-align: left;
        color: #26231c;
        background-repeat: repeat-x;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: #080808;
}

#footer a {
        color: #26231c;
}
#sidebar_menu {
        width: 250px;
        height: 240px;
        padding-top: 0px;
        padding-right: 2px;
        padding-bottom: 0px;
        padding-left: 2px;
}
#sidebar_links {
        width: 250px;
        height: 130px;
        padding-top: 0px;
        padding-right: 2px;
        padding-bottom: 0px;
        padding-left: 2px;
}
#media_links {
        width: 250px;
        padding-top: 0px;
        padding-right: 2px;
        padding-bottom: 0px;
        padding-left: 2px;
}

#footer_links {
        width: 250px;
        padding-top: 0px;
        padding-right: 2px;
        padding-bottom: 0px;
        padding-left: 2px;
}

#sidebar_links ul {
        margin-top: 0px;
}
#media_links ul {
        margin-top: 0px;
}

#footer_links ul {
        margin-top: 0px;
}

#sidebar_links ul li {
        font-family: Verdana, Geneva, sans-serif;
        list-style-type: disc;
        font-size: 12px;
        color: #004d71;
}
#media_links ul li {
        font-family: Verdana, Geneva, sans-serif;
        list-style-type: none;
        font-size: 11px;
        color: #004D71;
}

#footer_links ul li {
        font-family: Verdana, Geneva, sans-serif;
        list-style-type: none;
        font-size: 10px;
        color: #666666;
}
#footer_info_pane {
        font-family: Verdana, Geneva, sans-serif;
        list-style-type: none;
        font-size: 10px;
        color: #666666;
}
#footer_info_pane p {
        font-family: Verdana, Geneva, sans-serif;
        list-style-type: none;
        font-size: 10px;
        color: #666666;
        padding-left: 35px;
}

#sidebar_links ul li a {
        font-family: Verdana, Geneva, sans-serif;
        font-size: 12px;
        color: #05A;
        text-decoration: none;
}
#media_links ul li a {
        font-family: Verdana, Geneva, sans-serif;
        font-size: 12px;
        color: #05A;
        text-decoration: none;
}

#footer_links ul li a {
        font-family: Verdana, Geneva, sans-serif;
        font-size: 10px;
        color: #666;
        text-decoration: none;
}
#footer_links ul li  ul li a {
        font-family: Verdana, Geneva, sans-serif;
        font-size: 10px;
        color: #666;
        text-decoration: none;
}

#sidebar_menu ul {
        margin: 0;
        padding: 0;
        list-style: none;
}

#sidebar_menu ul li {
        padding: 0px;
        margin: 0px;
        display: inline;
}

#sidebar_menu ul li {
        padding: 0px;
        margin: 0px;
        display: inline;
}

#sidebar_menu ul li a {
        float: left;
        display: block;
        width: 250px;
        height: 50px;
        padding: 3px 0 0 0;
        margin: 0 0px 3px 0;
        font-size: 13px;
        text-align: center;
        text-decoration: none;
        color: #333;
        font-weight: bold;
        outline: none;
        border: none;
        background-repeat: no-repeat;
        background-position: left top;
}

#sidebar_menu ul li a:hover {
}
sup {
        font-size: 45%;
        position: relative;
        bottom: 0.3em;
        left: 0px;
        vertical-align: baseline;
}
#wrapper #main .one_column ul li {
        color: #333333;
        font-family: Verdana, Geneva, sans-serif;
}
.prompt
     {
        left: 50px;
        width: 202px;
        line-height: 26px;
        text-align: right;
        float: left;
        color: #333;
     }
   .variable
     {
        left: 255px;
        text-align: left;
        float: left;
        color: #333;
     }
  #bodytext
      {
        border: ridge #c0c0c0 6px;
        position: absolute;
        top: 100px;
        left: 160px;
        padding: 25px;
        width: 900px;
        height: 800px;
        color: #333333;
        background-color: #f0f0ff;
        text-align: left;
        font-family: "Verdana", Helvetica, Arial, sans-serif;
        font-size: 14px;
      }
