/* -------------------- Reset ------------------- */

blockquote, body, dl, dt, dd, form, fieldset, 
h1, h2, h3, h4, h5, img, li, ol, p, ul, select, 
table, tbody, tfoot, thead, td, th, tr {
    border: none;
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    list-style: none;
    margin: 0;
    padding: 0;
}

/* -------------------- Tags -------------------- */

a {
    text-decoration: none;
}

body {
    background-color: #32678f;
    font-family: arial, helvetica, sans-serif;
}

h1 {
    background: url('/images/gui/logo.png') no-repeat;
    height: 150px;
    left: 50%;
    margin-left: 160px;
    margin-top: 2px;
    position: absolute;
    text-indent: -1000em;
    width: 260px;
    z-index: 2;
}

/* -------------------- IDs --------------------- */

#asset_content {
    margin-top: 10px;
    padding: 10px 10px 0 0;
}

#asset_content li {
    background-color: none;
    background-position: center 5px;
    background-repeat: no-repeat;
    float: left;
    height: 200px;
    list-style: none;
    margin: 0 0 10px 10px;
    padding: 0;
    position: relative;
    width: 193px;
}

#asset_content li a {
    background-color: #eee;
    background-position: 5px 5px;
    background-repeat: no-repeat;
    bottom: 0;
    display: block;
    left: 0;
    padding: 5px 0 5px 25px;
    position: absolute;
    width: 166px;
}

#asset_content li.asset_doc {
    background-image: url('/images/gui/thumb.jpg');
}

#asset_content li.asset_download {
    background-image: url('/images/assets/download.jpg');
}

#asset_content li.asset_doc a {
    background-image: url('/images/gui/icon_doc.gif');
}

#asset_content li.asset_img a {
    background-image: url('/images/gui/icon_img.gif');
}

#asset_content li.asset_vid a {
    background-image: url('/images/gui/icon_vid.gif');
}

#content {
    background: #fafff4 url('/images/gui/content_bg.jpg') repeat-x;
    border-top: 1px solid #afb3ab;
    padding-bottom: 10px;
    min-height: 200px;
}

#footer {
    background: url('/images/gui/footer_bg.jpg') repeat-x;
    color: #194261;
    min-height: 110px;
    padding: 25px 0;
}

#footer a {
    color: #194261;
}

#footer a:hover {
    color: #194261;
    text-decoration: underline;
}

#footer p {
    line-height: 1.5;
    width: 50%;
}

#footer .wrapper {
    width: 866px;
}

#footer .wrapper > p:first-child {
    float: right;
    text-align: right;
}

#header {
    background-color: #dce9ea;
}

#loading {
    background: #111;
    border: 4px solid #000;
    color: #fff;
    filter: alpha(opacity='80');
    font-family: georgia, 'times new roman', serif;
    font-size: 30px;
    font-weight: bold;
    height: 200px;
    left: 50%;
    line-height: 200px;
    margin: 0 0 0 -100px;
    opacity: .8;
    position: absolute;
    text-align: center;
    text-transform: capitalize;
    top: 400px;
    width: 200px;
}

#middle {
    background: #d6cbba url('/images/gui/middle_bg.jpg') repeat-x;
    border-bottom: 2px solid #9cbacc;
}

#middle .wrapper {
    background: url('/images/gui/drop_shad.png') repeat-y center top;
    padding: 0 4px;
    width: 884px;
}

#nav {
    margin: auto;
    position: relative;
    width: 886px;
}

#nav .wrapper {
    background-color: #e8f2ee;
    border-left: 1px solid #c9d1d2;
    border-right: 1px solid #c9d1d2;
    margin: 0;
    width: 586px;
}

#nav ul li {
    line-height: 4ex;
    margin: 20px 9px 14px 9px;
    float: left;
}

#nav ul li a {
    border-left: 7px solid #b3dbdb;
    color: #eb7f00;
    display: block;
    font-size: 18px;
    position: relative;
    padding: 8px 0 0 4px;
}

#nav ul li a:hover {
    color: #1695a3;
}

#nav ul li.active a {
    border-color: #1695a3;
    color: #1695a3;
}

#nav ul li .active_arrow {
    background: url('/images/gui/subnav_act.png') no-repeat center top;
    bottom: -20px;
    display: none;
    height: 8px;
    position: absolute;
    text-indent: -1000em;
    width: 100%;
}

#nav ul li.active .active_arrow {
    display: block;
}

#nav ul ul {
    display: none;
    bottom: -3.2ex;
    position: absolute;
    z-index: 2;
    width: inherit;
}

#nav ul li.active ul {
    display: block;
}

#nav ul ul li {
    margin: 0;
    padding: 1.6ex 0 0 0;
    float: left;
}

#nav ul li.active ul li a {
    border-left: 1px solid #B3AFA6;
    color: #62605c;
    display: block;
    font-size: 11px;
    line-height: 1;
    padding: 0 7px;
    margin: 0;
}

#nav ul li.active ul li.active a,
#nav ul li.active ul li a:hover {
    color: #000;
}

#nav ul li.active ul > li:first-child a {
    border-left: none;
    padding-left: 0;
}

#sidebar {
    float: left;
    margin-top: 20px;
    width: 261px;
}

#sidebar h4 {
    color: #1695a3;
    font-size: 14px;
    font-weight: bold;
    margin: 20px 5px 8px 5px;
}

#sidebar ul li {
    background-position: left top;
    background-repeat: no-repeat;
    list-style-type: none;
    line-height: 15px;
    margin: 5px;
    padding-left: 20px;
}

#sidebar ul li.doc {
    background-image: url('/images/gui/icon_doc.gif');
}

#sidebar ul li.kit {
    background-image: url('/images/gui/icon_kit.gif');
}

#sidebar ul li.vid {
    background-image: url('/images/gui/icon_vid.gif');
}

#sidebar ul li a {
    color: #eb7f00;
}

#sidebar ul li a:hover {
    color: #1695a3;
}

#sidebar ul li em {
    font-size: 11px;
}

#small_nav {
    background: #729ab4 url('/images/gui/small_nav_bg.gif') repeat-x;
    border-bottom: 1px solid #7099b3;
}

#small_nav ul li {
    float: left;
    padding: 12px 0;
    margin-bottom: -2px;
}

#contact_section #small_nav ul li#contact_btn,
#home_section #small_nav ul li#home_btn,
#campaign_login_section #small_nav ul li#login_btn {
    background: #4c7f9f url('/images/gui/small_nav_act.gif') repeat-x;
}

#small_nav ul li.active a {
    color: #abe5eb;
}

#small_nav ul li a {
    color: #fff;
    display: block;
    font-size: 14px;
    padding: 0 10px;
}

#small_nav ul li a:hover {
    color: #abe5eb;
}

#small_nav ul li#contact_btn a {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

#contact_section #small_nav ul li#contact_btn a {
    border: none;
    padding: 0 11px;
}

#home_section #small_nav ul li#contact_btn a {
    border-left: none;
    padding-left: 11px;
}

#campaign_login_section #small_nav ul li#contact_btn a {
    border-right: none;
    padding-right: 11px;
}

#small_nav .clearing {
    border-bottom: 2px solid #84a5b8;
}

#spotlight {
    margin: 18px 0 0 6px;
    position: relative;
    width: 868px;
}

#spotlight h2 {
    background-color: #f8ffef;
    color: #eb7f00;
    float: right;
    font-size: 24px;
    font-weight: bold;
    margin: 15px 15px 5px 15px;
    padding: 5px;
    text-transform: capitalize;
    width: 245px;
}

#spotlight img {
    background: url('/images/gui/spotlight_bg.png') no-repeat;
    left: 0;
    padding: 44px 10px 10px 9px;
    position: absolute;
    top: 0;
}

#spotlight p {
    color: #fff;
    font-size: 11px;
    line-height: 16px;
    margin: 5px 20px;
}

#spotlight .more_links {
    width: 241px;
    background: #fff url('/images/gui/spotlight_btn.gif') no-repeat left bottom;
    margin: 0 auto;
}

#spotlight .more_links p {
    background: url('/images/gui/spotlight_btn.gif') no-repeat left top;
    color: #7e7e7e;
    line-height: 20px;
    margin: 0;
    width: auto;
    text-align: center;
}

#spotlight .more_links p a {
    color: #1695a3;
    margin: 0 10px;
}

#spotlight .more_links p a:hover {
    color: #eb7f00;
}

#spotlight .clearing {
    background: #225378 url('/images/gui/spotlight_bot_crn.gif') no-repeat top right;
    height: 10px;
    margin-left: 580px;
    overflow: hidden;
    width: 288px;
}

#spotlight .summary {
    background: #225378 url('/images/gui/spotlight_top_crn.gif') no-repeat top right;
    float: right;
    min-height: 210px;
    margin-top: 39px;
    width: 288px;
}

#subnav {
    background: #D6D2C9 url('/images/gui/box_title_shad.png') repeat-x;
    border-bottom: 1px solid #B3AFA6;
    font-size: 11px;
    height: 5ex;
    width: 884px;
    z-index: 1;
}

#video {
    background: #fff;
    border: 5px solid #000;
    display: none;
    font-size: 20px;
    height: 344px;
    left: 50%;
    line-height: 230px;
    margin: -130px 0 0 -215px;
    top: 50%;
    padding: 1px;
    position: absolute;
    text-align: center;
    width: 430px;
    z-index: 100;
}

#video a {
    color: #eb7f00;
}

#video a.close_vid {
    background: url('/images/gui/delete.png') no-repeat;
    cursor: hand;
    cursor: pointer;
    height: 36px;
    position: absolute;
    text-indent: -1000em;
    top: 0;
    right: -33px;
    width: 28px;
}

/* ------------------- CLASSES ------------------ */

.boxes {
    background: #fff url('/images/gui/boxes_bg.gif') repeat-y center top;
    border: 1px solid #d4d4d4;
    color: #fff;
    margin: 18px auto 0 auto;
    min-height: 100px;
    padding: 0 2px;
    position: relative;
    width: 860px;
}

.boxes form {
    margin: 20px 18px;
}

.boxes form #login {
    float: right;
    margin: 10px 0 0 0;
}

.boxes h3 {
    background-color: #fff;
    color: #1695a3;
    font-size: 22px;
    font-weight: normal;
    line-height: 36px;
    padding-left: 20px;
    text-transform: capitalize;
}

.boxes p {
    background: url('/images/gui/box_title_shad.png') repeat-x;
    line-height: 1.5;
    padding: 18px 18px 0 18px;
    margin-bottom: 12px;
}

.boxes .more_links p {
    background: none;
    padding: 8px 18px 15px 32px;
    margin-bottom: 0;
}

.boxes p a {
    color: #ffd39f;
}

.boxes .center_box p a {
    color: #bfebf0;
}

.boxes p a:hover {
    color: #bfebf0;
}

.boxes .center_box p a:hover {
    color: #ffd39f;
}

.boxes p img {
    background-color: #fff;
    border: 1px solid #7F7F7F;
    padding: 3px;
}

.boxes p a:hover img {
    background-color: #C1DEF4;
    text-decoration: none;
}

.boxes li {
    line-height: 1.3;
    list-style-type: disc;
    margin: 3px 45px;
}

.boxes .center_box,
.boxes .left_box,
.boxes .right_box {
    float: left;
    min-height: 100px;
    padding-top: 13px;
    position: relative;
    width: 284px;
}

.boxes .center_box {
    padding-left: 2px;
    padding-right: 2px;
    width: 286px;
}

.boxes .right_box {
    width: 286px;
}

.boxes .clearing {
    background: #fff;
    height: 2px;
    overflow: hidden;
}

.boxes .top {
    background: #fff url('/images/gui/boxes_crn.gif') no-repeat center top;
    height: 13px;
    overflow: hidden;
    position: absolute;
    left: -1px;
    top: -1px;
    width: 866px;
}

.clearing {
    clear: both;
}

.divider_line {
    background-color: #183c58;
    border-bottom: 1px solid #122d42;
    clear: both;
    height: 2px;
    margin: 15px 0 20px 0;
    overflow: hidden;
}

.drop_shad {
    background-color: #fff;
    background-image: url('/images/gui/img_drop_shad_crn.gif');
    background-repeat: no-repeat;
}

.drop_shad.bot {
    background-position: center bottom;
    padding-bottom: 10px;
}

.drop_shad.top {
    padding-top: 10px;
    background-position: center top;
}

.drop_shad img {
    background: #fff url('/images/gui/img_drop_shad_bg.gif') repeat-y center top;
    padding: 0 9px;
    vertical-align: top;
}

form .form_row:first-child {
    padding-top: 8px;
}

.form_row,
.form_btn {
    clear: both;
    padding: 10px 0;
}

.right_box .form_btn {
    padding: 0;
}

.right_box .form_row {
    clear: none;
    float: right;
    padding: 0;
    width: 120px;
}

.right_box .form_row.first-child {
    float: left;
}

.form_btn {
    float: right;
    padding: 10px 0 0 0;
    text-align: right;
}

#campaign_login_section .form_btn,
#portfolio_section .form_btn {
    float: none;
    text-align: left;
}

.right_box .form_btn {
    clear: none;
    float: none;
}

.form_btn input {
    margin: 0;
}

.right_box .form_btn input {
    float: right;
}

#campaign_login_section .form_btn input,
#portfolio_section .form_btn input {
    margin-left: 100px;
}

.form_row input {
    border: 2px solid #acf0f2;
    float: left;
    font-size: 12px;
    height: 15px;
    margin: 0;
    padding: 1px;
    width: 202px;
}

.right_box .form_row input {
    width: 114px;
}

.form_row label {
    float: left;
    font-size: 12px;
    font-weight: bold;
    display: block;
    line-height: 21px;
    padding-right: 10px;
    text-align: right;
    width: 90px;
}

.right_box .form_row label {
    float: none;
    line-height: 1;
    margin-bottom: 3px;
    padding: 0;
    text-align: left;
}

.form_row textarea {
    border: 2px solid #acf0f2;
    float: left;
    font-size: 12px;
    height: 80px;
    margin: 0 0 0 100px;
    padding: 1px;
    width: 384px;
}

.page {
    padding: 30px;
}

.page a {
    color: #1695a3;
}

.page a:hover {
    color: #eb7f00;
}

.page h2 {
    border-bottom: 1px solid #d8d4cb;
    color: #eb7f00;
    font-size: 30px;
    line-height: 1.3;
    padding-bottom: 2px;
}

.page h3 {
    color: #729ab4;
    font-size: 20px;
    line-height: 1.3;
    margin: 20px 20px 5px 0;
}

.page p {
    color: #225378;
    line-height: 1.5;
    margin: 10px 0;
}

img.inline_photo {
    background-color: #fff;
    border: 1px solid #7F7F7F;
    padding: 3px;
    float: right;
    margin: 5px 0 20px 20px;
}

span.inline_photo {
    color: #666;
    float: right;
    font-size: 11px;
    line-height: 1.3;
    width: 308px;
    margin: 5px 0 5px 20px;
}

span.inline_photo em {
    display: block;
    margin: 5px 5px 0 5px;
}

span.inline_photo img {
    background-color: #fff;
    border: 1px solid #7F7F7F;
    display: block;
    float: none;
    padding: 3px;
}

.page ul li,
.page ol li {
    color: #225378;
    line-height: 1.3;
    list-style-type: disc;
    margin: 10px 0 10px 40px;
}

.page ol li {
    list-style-type: decimal;
}

.page p.bread_crumbs {
    color: #1695a3;
    margin: 3px 0 0 0;
    padding: 0;
}

.page .tab_content {
    background-color: #235379;
    color: #fff;
    padding: 20px;
}

.page .tab_content a {
    color: #acf0f2;
}

.page .tab_content a:hover {
    color: #f2d7ac;
}

.page .tab_content h3 {
    color: #e5f4db;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.page .tab_content p {
    color: #fff;
    margin: 0;
    padding: 10px 0;
}

.page .tab_content p.downloads {
	padding-top: 0;
}

.page .tab_content p.downloads .pdf {
    background: url('/images/gui/icon_page.gif') no-repeat left center;
    padding-left: 20px;
}

.page .tab_content p img {
    background-color: #fff;
    border: 1px solid #183c58;
    float: right;
    margin: 0 0 20px 20px;
    padding: 2px;
}

.page .tab_content ul li,
.page .tab_content ol li {
    color: #fff;
    margin: 8px 0 0 20px;
}

.page .tab_content ul.page_list li,
.page .tab_content ol.page_list li {
    line-height: 1.5;
    margin: 15px 0 15px 20px;
}

.page .tab_content ul.page_list li ul li,
.page .tab_content ol.page_list li ol li {
    margin: 5px 0 0 40px;
}

.page .tab_content ul.page_list li ul li,
.page .tab_content ol.page_list li ul li {
    list-style-type: disc;
}


.page .tab_content .column {
    float: left;
    margin-left: 14px;
    width: 250px;
}

.page .narrow .tab_content .column {
    width: 220px;
}

.page .tab_content > .column:first-child {
    margin-left: 0;
}

.page .tab_content ul li,
.page .tab_content ol li {
    margin: 10px 0 10px 18px;
}

.page .tab_content ul li em,
.page .tab_content ol li em {
    font-size: 11px;
}

.page .tab_content .hide,
.page .tab_content .overview_details {
    display: none;
}

.page .tab_content .show {
    display: block;
}

.page .tab_content .next_prev {
    text-align: right;
}

.page .tab_content .next_prev a,
.page .tab_content .next_prev b {
    color: #fff;
    padding: 0 2px;
}

.page .tab_content .next_prev a:hover,
.page .tab_content .next_prev b {
    color: #fff;
    font-weight: normal;
    text-decoration: underline;
}

.page .tab_content .next_prev a:first-child,
.page .tab_content .next_prev a:last-child,
.page .tab_content .next_prev a:first-child:hover,
.page .tab_content .next_prev a:last-child:hover {
    color: #eb7f00;
    text-decoration: none;
}

.page .tab_content .sub_cats {
    float: left;
}

.page .tab_content .sub_cats a {
    border-left: 1px solid #fff;
    padding: 0 5px;
}

.page .tab_content .sub_cats a.active {
    color: #fff;
}

.page .tab_content .sub_cats > a:first-child {
    border-left: none;
}

.page .tab_wrapper {
    background-color: #fff; 
    border: 1px solid #ccc; 
    clear: both;
    padding: 2px;
    width: 818px;
}

.page .tab_wrapper.narrow {
    clear: none;
    float: right;
    margin-top: 25px;
    width: 530px;
}

.page .tabs {
    background: #fff url('/images/gui/tab_crn_last.png') no-repeat right top;
    border-left: 1px solid #d3d5d2;
    float: left;
    margin-top: 30px;
    padding-right: 41px;
    height: 26px;
}

.page .tabs.narrow_tabs {
    margin-left: 27px;
    margin-top: 25px;
}

.page .tabs li {
    background: url('/images/gui/tab_crn.png') no-repeat;
    border-top: 1px solid #d3d5d2;
    float: left;
    height: 28px;
    list-style-type: none;
    line-height: 27px;
    padding-left: 41px;
    padding-right: 41px;
    margin: 0 0 0 -41px;
    position: relative;
    z-index: 10;
}

.page .tabs > li:first-child {
    background: none;
    padding-left: 2px;
    margin-left: 0;
}

.page .tabs > li:last-child {
    padding-right: 10px;
}

.page .tabs li.active {
    background: #235379 url('/images/gui/tab_crn_act.gif') no-repeat;
    line-height: 23px;
    z-index: 5;
}

.page .tabs > li.active:first-child {
    background: #235379;
    padding-left: 0;
    margin-left: 2px;
}


.page .tabs > li.active:last-child a {
    background: url('/images/gui/tab_crn_last_act.gif') no-repeat top right;
    border: none;
    padding-right: 51px;
    padding-top: 2px;
    margin-right: -47px;
}

.page .tabs li a {
    color: #1795a4;
    float: left;
    font-size: 13px;
    font-weight: bold;
    height: 100%;
    padding: 0 10px;
}

.page .tabs li.active a {
    background-color: #235379;
    border-top: 2px solid #fff;
    color: #f3ffe2;
}

.page .tabs li.active a:hover {
    color: #f3ffe2;
}

.page .tabs > li:first-child a {
    padding-left: 20px;
}

.page .tabs > li.active:first-child a {
    background-color: #235379;
}

.page .tabs li a:hover {
    color: #eb7f00;
}

.page .thumbs {
    clear: both;
    margin-left: -19px;
}

.page #portfolio_thumbs.tab_content {
    padding-bottom: 0;
    min-height: 506px;
}

.page .thumbs li {
    float: left;
    list-style-type: none !important;
    margin: 12px 0 12px 24px !important;
    overflow: hidden;
}

.page .thumbs li a {
    background-color: #fff;
    border: 1px solid #d4d4d2;
    color: #ec7f00;
    display: block;
    font-size: 15px;
    padding: 2px 2px 5px 2px;
}

.page .thumbs li a:hover {
    background-color: #f3ffe2;
    border-color: #b3dbdb;
    color: #ec7f00;
}

.page .thumbs li img {
    display: block;
    margin-bottom: 7px;
}

.wrapper, #small_nav ul {
    margin: auto;
    width: 886px;
}
