/* 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: #01325D url('/media/images/common/body_bg.jpg') top center repeat-x;
    margin: 0; padding: 0;
}

a { color: #ffe024;}

a img, 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: 980px;
}

#header {
    height: 150px;
    padding-top: 0px;
    min-width: 980px;
    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;
}
#secondaryheader a {
    font-size: 14px;
    font-weight: bold;
    color: #a9e4ff;
    text-decoration: none;
}
#content {
    width: 980px;
    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: #d8edfa;
    font-size: 11px;
    height:32px;
    padding:7px 8px;
    background: transparent url(/media/images/common/signup_bg.gif) no-repeat scroll center center;
    margin-bottom: 15px;
    margin-top: 15px;
    line-height: 32px;
    font-weight: bold;
}
#email_signup a {
    color: #fff;
    text-decoration: none;
}
#email_signup a:hover {
    text-decoration: underline;
}
#thankyoutext {
    float: left;
    width: 160px;
    height: 30px;
    background: red;
    position: relative;
}

#email_signup input.email {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff url(/media/images/common/input_bg.gif) no-repeat scroll left center;
    border:medium none;
    color:#959595;
    font-size:11px;
    height:16px;
    margin:0;
    padding:7px 10px;
    vertical-align:middle;
    width:140px;
}
#email_signup input.image {
    float: left;
    vertical-align: middle;
    margin: 0 10px 0 0;
}
#copyright, #copyright2 {
    font-size: 10px;
    color: #d8edfa;
}
#copyright2 {
    text-align: right;
    float: right;
}
#copyright a {
    color: #d8edfa;
    text-decoration: none;
}
#copyright a:hover {
    text-decoration: underline;
}
div#homebanner {
    margin: 0 auto 20px;
    width: 980px;
    height: 335px;
}
div.maincontent {
    padding-left: 20px;
    padding-right: 20px;
    background: url('/media/images/backgrounds/generic_bg.jpg') top left no-repeat;
}
h3.section_title {
    color: #ffe024;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    padding: 11px 0 0px;
    margin: 0;
    letter-spacing: 1px;
}
#homectas {
    height: 175px;
}
.homecta {
    width: 235px;
    float: left;
    margin-left: 13px;
}
.homecta.first{
    margin-left: 0px;
}
h2.page_title {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #1a486e;
}

