body {
    background-image: url('/images/backgrounds/page_bg.jpg');
    background-position: center;
    padding: 0;
    margin: 0px;
    text-align: center;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
}

a {
    text-decoration: none;
    color: black;
}

a img {
    border: none;
}

h1, h2, h3, h4, h5 {
    margin: 5px 0;
    font-family: 'Arial Black';
}

button {
    background: transparent;
    border: none;
    cursor: pointer;
}

.landingPage h1 {
    font-size: 36px;
}

.headerSubHeading {
    font-size: smaller;
    font-family: Arial;
    font-weight: normal;
}

h2 {
    font-size: 18px;
}

/*used for sub header*/
h4 {
    font-size: 14px;
}

#wrapper {
    position: relative;
    width: 810px;
    text-align: left;
    margin: 0 auto;
}

#mainContent {
    padding-top: 50px;
}

#helpBar {
    text-align: right;
    position: relative;
    max-height: 50px;
}

#helpBar .userName {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    position: relative;
    top: 5px;
    right: 15px;
}

#homeIcon {
    float: right;
    margin: 5px 10px;
    display: block;
}

#helpTab {
    float: right;
    width: 103px;
    height: 30px;
    background-image: url("/images/buttons/help_button_bg.png");
    color: #fff;
    font-weight: bold;
    text-align: center;
    background-position: 0px 30px;
    font-size: 16px;
}

#helpTab:hover {
    background-image: url("/images/buttons/help_button_over_bg.png");
}

#helpTab a {
    color: #fff;
    font-weight: bold;
}

#helpTab img {
    vertical-align: middle;
}

#mainLogo {
    margin-bottom: -15px;
    z-index: 15;
    position: relative;
}

#tagLine {
    position: absolute;
    top: -30px;
    right: 0px;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
}

/*Header*/
#headerBar {
/*Needs to stay png due to transparency*/
    background-image: url("/images/backgrounds/header_bar.png");
    height: 42px;
    width: 808px;
    position: relative;
    z-index: 10;
}

#signinButton, #signoutButton {
    width: 112px;
    height: 32px;
    float: right;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
    cursor: pointer;
}

#signinButton {
    background-image: url('/images/buttons/sign_in_button.png');
}

#signinButton:hover {
    background-image: url('/images/buttons/sign_in_button_over.png');
}

#signoutButton {
    background-image: url('/images/buttons/sign_out_button.png');
    width: 105px;
    height: 31px;
}

#signoutButton:hover {
    background-image: url('/images/buttons/sign_out_button_over.png');

}

#loginWrapper {
    position: relative;
    z-index: 10;
}

#loginBox {
    display: none;
    position: absolute;
    z-index: 10;
    width: 382px;
    height: 258px;
    top: -5px;
    right: -10px;
    background-image: url(/images/backgrounds/login_bg.png);
}

#loginFormWrapper {
    background-image: url(/images/backgrounds/login_form_bg.png);
    bottom: 46px;
    left: 40px;
    position: absolute;
    right: 40px;
    top: 80px;
    padding: 10px;
}

#loginBox label {
    font-weight: bold;
    display: block;
    color: #fff;
    height: 20px;
}

#loginBox .textInput {
    width: 150px;
}

#loginBox .errors {
    display: none;
    color: red;
    left: 20px;
    position: absolute;
    top: 53px;
    right: 10px;
    text-align: center;
}

#loginBox .errors img {
    vertical-align: middle;
}

form .row {
    clear: both;
}

#loginBox .row {
    width: 250px;
    margin: 15px auto;
}

#loginBox .row input {
    float: right;
}

label#keepSignedIn {
    font-size: 14px;
    color: #BDCDFA;
    position: static;
}

#loginForm #keepSignedIn input {
    float: none;
}

#closeLoginBox {
    bottom: 22px;
    color: #FFFFFF;
    font-size: 11px;
    position: absolute;
    right: 45px;
}

#forgotPasswordLink {
    position: absolute;
    bottom: -23px;
    color: #fff;
    font-size: 11px;
    left: 0;
}

#forgotPasswordForm .row {
    margin: 13px auto;
}

#forgotPasswordForm .prompt {
    color: #BDCDFA;
}

#forgotPasswordForm .email {
    width: 205px;
}

#forgotPasswordButton {
    background-color: transparent;
    background-image: url("/images/buttons/green_oval_button.png");
    background-position: center 3px;
    background-repeat: no-repeat;
    border: medium none;
    color: #FFFFFF;
    float: right;
    font-size: 11px;
    font-weight: bold;
    height: 25px;
    padding: 0;
    vertical-align: middle;
    width: 105px;
}

/*Page*/
#pageContent {
    margin: 2px 0px;
}

/*General*/
.siteScript {
    font-size: 10px;
}

.siteFontColor {
    color: #344435 !important;
    font-weight: bold;
}

.empahsized {
    color: #fff;
    font-weight: bold;
}

.panelTitle {
    text-align: right;
    position: absolute;
    bottom: 20px;
    right: 25px;
}

.panelTitle h2 {
    margin: 0px;
}

.panelFeatures {
    position: absolute;
    bottom: 100px;
}

#panelFooter {
    background-image: url('/images/backgrounds/panel_footer_background.jpg');
    color: #a8a8a8;
    font-weight: bold;
    padding: 10px 10px 10px 15px;
    position: relative;
    margin-bottom: 30px;
    width: 782px;
    background-repeat: no-repeat;
}

#panelFooter img {
    vertical-align: top;
}

#appleiPhone {
    position: absolute;
    right: 10px
}

/*Footer*/
#footer {
    clear: both;
}

#footer, #footer a {
    color: #fff;
    font-size: 10px;
}

#footer a {
    text-decoration: none;
    margin: 0 2px;
}

#footerNav {
    list-style: none;
    padding: 0;
    width: 900px;
    margin: 0;
}

#footerNav li {
    float: left;
    border-right: 1px solid #fff;
    padding: 0 5px;
}

#footerNav li.noBorder {
    border-right: none;
}

#copyright {
    clear: both;
    float: right;
    margin: 10px 0;
}

.landingPage {
    background-image: url('/images/backgrounds/landing_page_bg.jpg');
    width: 747px;
    height: 289px;
    padding: 30px;
    position: relative;
    background-color: #99B195;
}

.clearing {
    clear: both;
    height: 1px;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.cancelButton, .saveButton {
    font-weight: bold;
    color: #fff;
    *line-height: 30px;
}

.cancelButton {
    background-image: url('/images/buttons/red_oval_button.png');
    padding: 4px 31px;
}

.saveButton {
    background-image: url('/images/buttons/green_oval_button.png');
    padding: 4px 37px;
}

.subLabel {
    color: #BECEFB !important;
}

.hidden {
    display: none
}

#bottomNavMakeCallLink {
    float: right;
}

#bottomNavMakeCallLink img {
    vertical-align: middle;
    margin-right: 5px;
}

#bottomNavRegsiterLink {
    background-image: url("/images/buttons/bottom_nav_button.png");
    display: block;
    float: right;
    height: 18px;
    padding-top: 2px;
    text-align: center;
    width: 87px;
}

#bottomNavSiteLinks a {
    margin-right: 20px;
}

#homePageFooter {
    display: none;
}

.finePrint {
    font-size: 10px;
}

.tableRow {
    display: table-row;
}

.tableCell {
    display: table-cell;
}

.error {
    color: red;
}

input.validationError {
    border: 1px solid red;
}

.popupWrapper {
    position: relative;
}

.popupContent {
    position: absolute;
    z-index: 10;
    display: none;
    cursor: auto;
}

#suggestedAddressPopup {
    background-image: url('/images/backgrounds/left_popup_bg.png');
    bottom: -120px;
    color: #FFFFFF;
    height: 252px;
    left: 125px;
    width: 301px;
}

#suggestedAddressPopup .content {
    margin: 35px 50px 40px 35px;
}

#useThisAddressButton {
    background-image: url('/images/buttons/green_oval_button.png');
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 10px;
    font-weight: bold;
    padding: 5px;
    text-align: center;
    width: 92px;
}

#tryAddressAgainButton {
    background-image: url('/images/buttons/red_oval_button.png');
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 10px;
    font-weight: bold;
    padding: 5px;
    text-align: center;
    width: 92px;
    margin-right: 10px;
}

#suggestedAddress {
    background-color: #fff;
    color: #4b4a4b;
    font-weight: bold;
    height: 70px;
    padding: 10px;
}

#whyAskForThisWrapper {
    position: absolute;
    right: 0;
    z-index: 5;
}

#whyAskPopup {
    background-image: url('/images/backgrounds/top_left_popup_bg.png');
    color: #fff;
    width: 315px;
    height: 100px;
    background-position: left top;
    padding: 40px;
    top: 10px;
    z-index: 5;
}

.popupTrigger, .closeIcon {
    cursor: pointer;
}

#whyAskPopup .closeIcon {
    position: absolute;
    right: 40px;
    top: 20px;
}

#whyAskPopup #safetyIcon {
    float: left;
}

#whyAskPopup .textWrapper {
    float: left;
    margin-left: 10px;
    width: 250px;
}

#whyAskPopup .textWrapper h2 {
    margin: 0;
}

.warning {
    color: #ebeb04;
}

#overlay {
    background-color: #CCCCCC;
    bottom: -100px;
    left: 0;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1000;
    display: none;
}

#overlayContent {
    bottom: -100px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1100;
    display:none;
}
