/*
Trick IDE to thinking this is a css file, but actually this is a comment! ha ha!
<style>
/**/

/* COPY EVERYTHING ABOVE THIS LINE FOR NEW CSS FILES */

/* NetDirect > New Business program CSS only */
/* Includes customizations to netdirect.css that are program-specific and not netdirect-wide */

#header {
    background: none;
    background-color: white;
    border-bottom: 4px solid #1C316A;
}

#footer {
    background: none;
    background-color: #1C316A;
}

#content #right_coln div#help_agent {
    background: url('/netdirect/themes/custom/images/icons/help_agent.png') no-repeat top center ;
    background-size: 140px 140px;
    border: 1px solid #1C316A;
}

#load_quote_block,
#new_quote_block {
    background-image: url('/netdirect/themes/custom/images/headers/strong_bar.png');
    background-repeat: repeat-x;
    border: 1px solid #1C316A;
}

#load_quote_block { height: 166px; }
#new_quote_block { height: 251px; }

#load_quote_block h1,
#new_quote_block h1 {
    color: white;
    margin-bottom: 7px;
}

#help_agent blockquote {
    border: 1px solid #1C316A;
    background-color: #1C316A;
    color: white !important;
    font: 18px Arial;
}

#help_agent blockquote div {
    color: white;
    font-size: 20px;
}

#help_agent_contact_info b ,
#help_agent blockquote div:nth-child(1) {
    font-size: 20px;
    font-weight: bold;
}

#help_agent ,
#help_agent blockquote hr { color: white }

html body div#main div#content div#right_coln div#help_agent blockquote div#help_agent_contact_info a {
    font-size: 18px;
    color: #66CCCC;
}

#help_agent_contact_info a {
    font-size: 16px !important;
}