/* base.css */

/* The first line is to eliminate the outline around a clicked flash piece */
object {outline:none}
/* end outline bit */

body {
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 13px; 
    color: #eff9ff;
    background: #00131e url('/media/images/common/body_bg.jpg') top center repeat-x;
    margin: 0; padding: 0;
}

a { color: #a9e4ff;}

a img { border: none;}

object { outline: none; } /* prevents outlines in flash pieces in Firefox 3 */

div#container {
    text-align: left;
    margin: 0;
    padding: 0;
    width: 100%;
    min-width: 1046px;
}

#header {
    height: 113px;
    padding-top: 0px;
    min-width: 1046px;
    width: 100%;
}
#content.full #flashpage {
    min-width: 980px;
    width: 100%;
}
h2 {
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    color: #eff9ff;
    padding: 12px;
}
h2.centered {
    padding: 0px;
    text-align: center;
}
#secondaryheader {
    color: #a9e4ff;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    background: transparent url('/media/images/common/header_center_bg.jpg') top center no-repeat;
}
#secondaryheader a {
    font-size: 14px;
    font-weight: bold;
    color: #a9e4ff;
    text-decoration: none;
}
#content {
    width: 1046px;
    margin: 0px auto 0px auto;
}
#content.full {
    width: 100%;
    margin: 0;
}
#content.landing {
    width: 100%;
    height: 600px;
    margin: 0;
    text-align: center;
}
#footer {
    width: 980px;
    margin: 0px auto 10px auto;
}
#email_signup {
    color: #eff9ff;
    font-size: 12px;
    height:26px;
    padding:7px 8px;
    background: transparent url(/media/images/common/signup_bg.gif) no-repeat scroll center center;
    margin-bottom: 15px;
    line-height: 26px;
}
#email_signup a {
    color: #fff;
    text-decoration: none;
}
#email_signup a:hover {
    text-decoration: underline;
}
#thankyoutext {
    float: left;
    width: 179px;
}
#email_signup input.email {
    background:#000000 url(/media/images/common/input_bg.gif) no-repeat scroll left center;
    border:medium none;
    color:#AFE0FF;
    font-size:11px;
    height:15px;
    margin:0;
    padding:5px 10px;
    vertical-align:middle;
    width:159px;
}
#email_signup input.image {
    float: left;
    vertical-align: middle;
    margin: 0 10px 0 0;
}
#copyright {
    text-align: center;
    font-size: 9px;
    color: #686868;
}
#copyright a {
    color: #a3a3a3;
    text-decoration: none;
}
#copyright a:hover {
    text-decoration: underline;
}
div#homebanner {
    margin: auto;
    width: 862px;
    height: 284px;
    background: url('/media/images/home_banner.jpg') top center no-repeat #fff; 
}
div.maincontent {
    padding-left: 32px;
    padding-right: 32px;
    background: url('/media/images/backgrounds/generic_bg.jpg') top left no-repeat;
}
h3.section_title {
    color: #AFE0FF;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    padding: 11px 0 3px;
    margin: 0;
    letter-spacing: 1px;
}

