/* base.css */
body {
    margin:0px;
    text-align: center;
    font-family: "Trebuchet MS", "Arial";
    font-size: 11px; 
    color: #000;
    background: url('/media/images/common/secondary_bk_strip.gif') top repeat-x #f5f5f5; 
}

object { outline:none; }

* {
    margin: 0;
}
html, body {
    height: 100%;
}

.push {
    height: 123px; /* .push must be the same height as .footer */
}

a { 
    color: #898989;
    text-decoration:none;
}

img{border:none;}

table {
    border-collapse:collapse;
    padding:0px;
}

#container {
    text-align: center;
    margin: 0px auto -123px auto;
    width: 980px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

#content{
    text-align:left;
}

#header {
    height: 136px;
    margin:auto;
}
h2 {
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    color: #fff;
    padding: 12px;
}
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 {    
    width:100%;
    position:relative;
    background: url('/media/images/common/secondary_footer_bk_strip.gif') top repeat-x #dddbcc;
    height: 78px;
    margin: 15px auto 0px auto;
    color: #898989;
    padding-top: 30px;
    padding-right:0px;
    padding-left:0px;
    padding-bottom:0px;
}
    
#footer a {
    color: #898989;
}
#footer .links a {
    color: #fff;
}

#footer_content{
    margin:auto;
    width: 980px;
}

div#email_signup{
    float:left;
    width:250px;
    height:25px;
}

div#email_signup table{
    width:250px;
}

div#email_signup #email_signup_text{
    padding:0;
    font-size:8pt;
}

div#email_signup #email_signup_input{
    width:134px;
    background: url('/media/images/common/email_signup_background.gif') top left no-repeat; 
    padding:0;
    font-size:14pt;
}

div#email_signup #email_signup_button{
    padding:0;
    text-align:left;
}

div#email_signup #email_input{
    padding-left:4px;
    width:113px;
    border:none;
    background-color:transparent;
    color:#8d8e8e;
}

div#contact_container{
    font-size:11pt;
    margin-bottom:3px;
    margin-left:508px;
    text-align:right;
    width:462px;
}
span#contact_link {
    background-image:url(/media/images/common/contact_separator_line.gif);
    background-position:left center;
    background-repeat:no-repeat;
    margin:0 0 0 11px;
    padding:0 0 0 14px;
}

div#contact_container #phone {
    padding-right:15px;
}

div#contact_container #contact {
    padding-left:15px;
}

div#contact_container #footer_logo{
    padding-left:25px;
}

div#copyright_container{
    color:#646464;
    float:left;
    font-size:8pt;
    line-height:26px;
    padding:0 0 0 7px;
    text-align:left;
    width:360px;
}

div#site_credit_container{
    width:262px;
    font-size:8pt;
    color:#646464;
    margin-left:707px;
    text-align:right;
}

div#site_credit_container a{
    color:#646464;
}

div#siteby {
    margin-top: 10px;
    color: #000;
    text-align: right;
}
div#homebanner {
    margin: auto;
    width: 862px;
    height: 284px;
    background: url('/media/images/home_banner.jpg') top center no-repeat #fff; 
}
div#error{
   padding:20px;
}
div .cleared{
    clear:both;
    height:1px;
}
.error {
    color: #ff0000;
}
