/* base.css */
body {
    text-align: center;
    /*font-family: "Lucida Grande", "Bitstream Vera Sans", "Verdana";*/
    font-family: "Helvetica Neue", "Bitstream Vera Sans", Helvetica, "Verdana";
    font-size: 12px; 
    color: #000;
    background: url('/media/images/common/bodybg.gif') top left repeat #000;
}
.cleared {
    clear: both;
    font-size: 1px;
    height: 1px;
}
a { color: #000;}

a img { border: none;}

#container {
    text-align: left;
    margin: 10px auto;
    padding-bottom: 5px;
    width: 920px;
    background-color: #fff;
}

#header {
    height: 145px;
    background: url('/media/images/common/headerbg.gif') top left no-repeat #fff;
    /*padding-top: 20px;*/
}
h2 {
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    color: #fff;
    padding: 12px 0;
}
h2.centered {
    padding: 0px;
    text-align: center;
}
#secondaryheader {
    height: 35px;
    background-color: #000;
    color: #fff;
    text-align: center;
}
#secondaryheader a {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}
#footer {
    height: 47px;
    width: 900px;
    margin: 0px auto 5px auto;
    background: transparent url('/media/images/common/footer_bg.jpg') top left repeat-x;
    color: #fff;
    padding: 0px;
    font-size: 12px;
    vertical-align: bottom;
}
#footer a {
    color: #fff;
}
#footer form {
    margin: 0; padding: 0;
}
#email_signup {
    float: left;
    width: 320px;
    height: 25px;
    margin-top: 16px;
    padding: 6px 0 0 10px;
    vertical-align: bottom;
}
#email_signup input.field {
    border:  0px none;
    height: 14px;
    vertical-align: middle;
    width: 125px;
    padding: 3px 5px;
    line-height: 12px;
    font-size: 12px;
    color: #999;
    margin: 0;
}
#email_signup input.button {
    vertical-align: middle;
}
#thankyoutext {
    display: inline;
}
#footer_dyrdek {
    float: left;
    width: 150px;
}
#footer_dyrdek img{
    border: none;
    
}
#footer_links {
    margin-top: 16px;
    float: right;
}
#footer_links ul, #footer_links li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#footer_links li {
    float: left;
    padding: 7px 0;
}
#footer_links a {
    border-left: 1px solid #fff;
    color: #fff;
    display: block;
    padding: 0px 15px;
    text-decoration: none;
}
#footer_links li.first a {
    border-left: none !important;
}
#footer_links a:hover {
    text-decoration: underline;
}
div#siteby {
    margin-top: 10px;
    color: #000;
    text-align: right;
}
div#content {
    width: 870px; 
    margin: auto;
}
div#content_header {
    text-align: left;
    font-size: 24pt;
    padding-bottom: 20px; 
    background: url('/media/images/common/headercontentbg.png') bottom left repeat-x transparent;
    margin-bottom: 12px;
}

.content_container {
    background: url('/media/images/common/content_bg.gif') top left repeat-y #fff; 
}
.sidebar {
    float: left;
    width: 183px;
    /*background: url('/media/images/common/sidebar_bg.gif') top right repeat-y transparent;*/
    padding-right: 25px;
}
.content_body {
    margin-left: 230px;
    color: #666666;
}
.content_body h2 {
    color: #000;
    padding: 0;
    font-size: 20px;
    font-style: normal;
}
.content_body a {
    color: #d80000;
}
ul.sidebar_menu {
    margin: 0; padding: 0;
    list-style-type: none;
    font-size: 12px;
}
ul.sidebar_menu li {
    margin: 15px 0;
    padding: 0 15px 0 23px;
} 
ul.sidebar_menu li.active {
    font-weight: bold;
    background: url('/media/images/common/sidebar_arrow.gif') 0px 2px no-repeat transparent;
}
.sidebar_menu a {
    text-decoration: none;

}
.sidebar_menu a:hover {
    text-decoration: underline;
}


#subnav {
    z-index:1000;
    position:relative;
    color:#6D6D6D;
    }
#subnav a {
    background-image:url(/media/images/common/dropdown_left_arrow_off.jpg);
    background-repeat:no-repeat;
    font-size:8.5pt;
    background-position:51px 3px;
    color:#fff;
    display:block;
    margin:5px 0;
    padding:0 10px;
    text-decoration: none;
    }
#subnav a:hover {
    background-image:url(/media/images/common/dropdown_left_arrow_on.jpg);
    background-repeat:no-repeat;
    color:red;
    }
#subnav a.noarrow, #subnav a.noarrow:hover {
    background-color:#1A1A1A;
    background-image:url(/media/images/common/view_all_arrow.jpg);
    background-position:164px 10px;
    height:33px;
    line-height:33px;
    }
#about_subnav {
    display:none;
    position:absolute;
    background-color:#000;
    width:140px;
    left:499px;
    top:-11px;
    z-index: 1000;
    }
#media_subnav {
    display:none;
    position:absolute;
    background-color:#000;
    width:130px;
    left:574px;
    top:-11px;
    z-index: 1000;
    }
#media_subnav a {
    background-position:106px 3px;
    }

strong.important {
    color: black;
}
