html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
    background: #044a76;
}


@font-face {
    font-family: "Gotham Thin";
    font-style: normal;
    font-weight: normal;
    src: local("Gotham Thin"), url(/font/Gotham-Thin.otf);
}

@font-face {
    font-family: "Gotham Medium";
    font-style: normal;
    font-weight: normal;
    src: local("Gotham Medium"), url(/font/Gotham-Medium.otf);
}


h1 {
    font-family: "Gotham Thin";
    font-size: 48px;
}

h2 {
    color: #5Ed3E8;
    font-family: 'Ubuntu', sans-serif;
    font-size: 28px;
    font-weight: 100;
    
}   

.commitment {
    font-size: 14px;
    margin: 0 auto;
    width: 632px;
}
.commitment h2 {
    display: inline;  

}

.commitment .smallHeading {
    font-family: #51b8c8;
    font-size: 12px;
    font-style: italic;
}   

.possibilities {
    background: url("/images/capabilities11.png") no-repeat scroll 435px 0 transparent;
    height: 450px;
    padding: 0 540px 0 0;
    
}

.packaging {
    background: url("/images/capabilities21.png") no-repeat scroll 0 0 transparent;
    margin: 30px 0 0;
    padding: 5px 0 50px 400px;
}
#header {
    background: url(/images/header_bg1.png) repeat-x 0 0;
    height: 175px;
}

#header .logo {
    background: url(/images/logo1.png) no-repeat scroll center center transparent;
    display: block;
    height: 154px;
    margin: 0 auto;
    position: relative;
    top: 21px;
    width: 936px;   
}

#nav {
    background: url(/images/nav_bg.png) repeat-x 0 0;
    height: 55px;

}

#navList {
    font-family: "Gotham Medium", Verdana, Tahoma;
    height: 55px;
    list-style: none outside none;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 936px;
}

#navList .navOption {
    background: none;
    border-right: 1px solid #4E7085;  
    float: left;
}

#navList .navOption.last {
    border: none;
}

#navList .navOption:hover, #navList .navOption.selected  {
    background: url(/images/nav_selected_bg.png) repeat-x 0 0;
}


#navList .navOption a {
    color: #ADC68E;
    display: block;
    font-size: 13px;
    padding: 15px 42px;
    text-decoration: none;
}


#navList .navOption:hover a, #navList .navOption.selected a{
    color: #FFFFFF;
}

#content {
    color: #FFFFFF;
    font-family: Verdana;
    margin: 0 auto;
    position: relative;
    width: 936px;
}

.contact {
    overflow: auto;
}

#contactus {
    float: left;
    width: 493px;

}
#contactus .contactLabel {
    display: block;
    float: left;
    margin: 0 0 15px 0;
    width: 150px;
    
}

#contactus .contactInput {
    float: left;
    margin: 0 0 15px 0;
    width: 315px;
}

#contactus .formContainer{
    overflow: auto;
}


#contactus .contactInput.state {
    width: 60px;
}


#contactus .contactLabel.zip {
    width: 60px;
    margin: 0 0 15px 35px;
}

#contactus .contactInput.zip {
    width: 153px;
}

#captchaContainer {
    width: 315px;
    margin: 0 0 0 150px;
    overflow: auto;
}  

.captchaLabel {
    display: block;
}

.contactSubmit {
    margin: 25px 0 0 150px;
}

.refreshCap {
    display: block;
    
}
#scaptcha_img {
    float: left;
}

#scaptcha {
    margin: 0 0 0 4px;
    width: 155px;
}

#captchaContainer .short_explanation {
    font-size: 11px;
    margin: 7px 0 0 156px;
}



#contactus .radioContainer {
    float: left;
    width: 493px;
}

#contactus .radioLabel {
    float: left;
    margin: 0 25px 10px 0;
}
#contactus .radioInput {
    float: left;
    width: 20px;

}

#contactus .req {
    color: #51b8c8;
}
.cosAddress {
    width: 440px;
    float: right;
    
}

.buildingImg {
    border: 6px solid #9AABB6;
    width: 425px;
}
.address {
    background: url("/images/logoContact.png") no-repeat scroll 0 0 transparent;
    padding: 55px 0 0 0;
}
.address p {
    margin: 0 5px;
}

.address span {
    color: #5ed3e8;
    font-style: italic;
    font-family: Georgia, serif;
}
#footer {
    color: #FFFFFF;
    height: 35px;
    margin: 0 auto;
    text-align: center;
    width: 936px;    
}

#footer .footerLogo {
    background: url(/images/footer_logo.png) no-repeat 0 0 transparent;
    color: #FFFFFF;
    display: block;
    font-family: verdana;
    font-size: 12px;
    height: 48px;
    line-height: 43px;
    margin: 0 auto;
    padding: 0 0 0 195px;
    text-decoration: none;
    width: 180px;
}

