﻿@import url('/dress/webfont/museoslab700.css');

/* CSS Sticky Footer: http://www.cssstickyfooter.com/using-sticky-footer-code.html */

html, body, form, #wrap 
{
    height: 100%;
}

body #wrap 
{
    height: auto;
    min-height: 100%;
}

#header
{
    margin-bottom: 15px;
    background: #005c94;
}

#main 
{
    font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 115px;
}  /* must be same height as the footer */

#footer 
{
    padding: 0px;
    margin: 0px;
    color: #758c9d;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    background: #00223d;
    line-height: 20px;
    position: relative;
	margin-top: -115px; /* negative value of footer height */
	height: 115px;
	clear:both;
	width: 100%;
}

/* Special resizes */

.span-25-pad-bor
{
    width: 968px;
}

.span-15-pad-bor
{
    width: 568px;
}

.span-10-pad
{
    width: 370px;
}

/* Body Styling */

#main div.landing-body
{
    padding-bottom: 15px;
}

#main div.landing-content
{
    background: #ffffff;
    /*border: 1px solid #D4D8DB;*/
    padding: 10px;
}

#main div.landing-content h1,
#main div.landing-form h1
{
    font-size: 30px;
    font-weight: normal;
    color: #00244c;
    margin: 0px;
    padding: 0px;
    line-height: 36px;
    margin-bottom: 10px;
    font-family: "MuseoSlab700", Arial, Helvetica, sans-serif;
}

#main div.landing-content h2,
#main div.landing-form h2
{
    font-size: 24px;
    font-weight: normal;
    color: #00244c;
    margin: 0px;
    padding: 0px;
    line-height: 30px;
    margin-bottom: 10px;
    font-family: "MuseoSlab700", Arial, Helvetica, sans-serif;
}

#main div.landing-content h3,
#main div.landing-form h3
{
    font-size: 18px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    line-height: 24px;
    margin-bottom: 10px;
}

#main div.landing-content p,
#main div.landing-form p
{
    font-size: 13px;
    line-height: 18px;
    color: #222222;
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
}

#main div.landing-content ul,
#main div.landing-content ol,
#main div.landing-form ul,
#main div.landing-form ol
{
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
    margin-left: 40px;
    font-size: 13px;
    line-height: 18px;
    color: #222222;
}

#main div.landing-content a,
#main div.landing-form a
{
    color: #0F73BB;
    text-decoration: none;
}

#main div.landing-content a:hover,
#main div.landing-form a:hover
{
    text-decoration: underline;
}

#main div.landing-form
{
    background: #C8DFF3;
    padding: 10px;
}

#main div.landing-form div.campaign-validation
{
    background: #fbe3e4;
    border: 2px solid #fbc2c4;
    margin: 0px;
    padding: 10px;
    margin-bottom: 10px;
}

#main div.landing-form div.campaign-validation p
{
    line-height: 16px;
}

#main div.landing-form div.campaign-validation ul
{
    margin-left: 20px;
}

#main div.landing-form label.campaign-qline
{
    color: #222222;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 16px;
    margin: 0px;
    padding: 0px;
}

#main div.landing-form span.campaign-reqd
{
    color: #ff0000;
    margin-left: 3px;
}

#main div.landing-form input.campaign-textbox
{
    margin: 0px;
    padding: 0px;
    background: #ffffff;
    color: #222222;
    font-family: Arial, Helvetica, sans-serif;
    border: none;
    font-weight: normal;
    font-size: 15px;
    height: 26px;
    line-height: 26px;
    padding-left: 10px;
    padding-right: 10px;
    width: 350px;
    margin-bottom: 15px;
}

#main div.landing-form input.campaign-textbox.no-margin
{
    margin-bottom: 0px;
}

#main div.landing-form input.campaign-textbox.campaign-fieldinvalid
{
    background: #fbe3e4;
    border: 1px solid #fbc2c4;
    width: 348px;
    height: 24px;
}

#main div.landing-form select.campaign-dropdown
{
    margin: 0px;
    padding: 0px;
    margin-bottom: 15px;
    background: #ffffff;
    color: #222222;
    border: 0px;
    height: 22px;
    font-size: 15px;
    width: 370px;
}

#main div.landing-form select.campaign-dropdown.otherlist
{
    margin-bottom: 3px;
}

#main div.landing-form select.campaign-dropdown.campaign-fieldinvalid
{
    background: #fbe3e4;
    border: 1px solid #fbc2c4;
}

#main div.landing-form textarea.campaign-textarea
{
    margin: 0px;
    padding: 0px;
    background: #ffffff;
    color: #222222;
    font-family: Arial, Helvetica, sans-serif;
    border: none;
    font-weight: normal;
    font-size: 15px;
    margin-bottom: 15px;
    resize: none;
    height: auto;
    width: 370px;
}

#main div.landing-form div.campaign-otherholder 
{
    margin-bottom: 15px;
}

#main div.landing-form textarea.campaign-textarea.campaign-fieldinvalid
{
    background: #fbe3e4;
    border: 1px solid #fbc2c4;
    width: 368px;
}

#main div.landing-form table.campaign-checkboxes,
#main div.landing-form table.campaign-radios
{
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
    width: 85%;
}

#main div.landing-form table.campaign-checkboxes.otherlist,
#main div.landing-form table.campaign-radios.otherlist
{
    margin-bottom: 0px;
}

#main div.landing-form table.campaign-checkboxes tr,
#main div.landing-form table.campaign-checkboxes tr td,
#main div.landing-form table.campaign-radios tr,
#main div.landing-form table.campaign-radios tr td
{
    margin: 0px;
    padding: 0px;
    vertical-align: top;
    line-height: 13px;
}


#main div.landing-form table.campaign-checkboxes tr td,
#main div.landing-form table.campaign-radios tr td
{
    padding-bottom: 10px;
}

#main div.landing-form table.campaign-checkboxes.otherlist tr:last-child td,
#main div.landing-form table.campaign-radios.otherlist tr:last-child td
{
    padding-bottom: 3px;
}

#main div.landing-form table.campaign-checkboxes input,
#main div.landing-form table.campaign-radios input
{
    margin: 0px;
    padding: 0px;
    margin-right: 8px;
    position: inherit;
    line-height: 13px;
}

#main div.landing-form table.campaign-checkboxes label,
#main div.landing-form table.campaign-radios label
{
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    font-size: 13px;
    color: #222222;
    line-height: 13px;
    font-family: Arial, Helvetica, sans-serif;
}

#main div.landing-form table.campaign-checkboxes label p
{
    margin: 0px;
    padding: 0px;
    color: #222222;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 16px;
    margin-left: 22px;
}

#main div.landing-form .campaign-captcha
{
	width: auto;
}

#main div.landing-sharer
{
    display: block;
    float: left;
    margin-right: 10px;
    width: auto;
}

#main div.landing-form input.boxedlink,
#main div.landing-body a.boxedlink
{
    font-size: 14px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    text-decoration: none;
    line-height: 29px;
    margin: 0px;
    padding: 0px;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    width: auto;
    height: 29px;
    background: url(../linkbuttonbg.png) 0px 0px repeat-x;
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #00843e;
	cursor: pointer;
}

#main div.landing-form input.boxedlink:hover,
#main div.landing-body a.boxedlink:hover
{
    background: #009e4f;
}

#main div.landing-body a.boxedlink span.arrow 
{
    display: inline-block;
    background: url(../linkbuttonarrow.png) center left no-repeat;
    width: 5px;
    height: 9px;
    margin: 0px;
    padding: 0px;
    margin-left: 5px;
    *margin-top: -12px;
}

/* footer styling */

body
{
    /*background: url(/dress/bg_texture.gif) 0px 0px repeat;*/
    background: #ffffff;
}

#footer .footer-content
{
    padding-top: 40px;
}

#footer .footer-content table,
#footer .footer-content table tr,
#footer .footer-content table tr td
{
    margin: 0px;
    padding: 0px;
    vertical-align: top;
}

#footer .footer-content .container
{
    padding-bottom: 45px;
    background: none;
}

#footer .footer-content h3
{
    padding: 0px;
    margin: 0px;
    color: #dbe5ec;
    font-size: 16px;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 24px;
}

#footer .footer-content h3 a
{
    color: #dbe5ec;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}

#footer .footer-content h3 a:hover
{
    color: #dbe5ec;
}

#footer .footer-content a
{
    color: #758c9d;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}

#footer .footer-content a:hover
{
    color: #ffffff;
}

#footer .footer-content .bottom-footer
{
    border-top: 1px solid #26435a;
    padding-top: 15px;
}

#footer .footer-content .phoneinfo p
{
    color: #758c9d;
    line-height: 18px;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    margin-left: 10px;
}

#footer .footer-content .copyright p
{
    color: #758c9d;
    line-height: 14px;
    font-size: 11px;
    border-left: 1px solid #26435a;
    margin: 0px;
    padding: 0px;
    padding-left: 10px;
    margin-left: 10px;
}