/*

LAYOUT NOTES:

    Page Width: 950px
    Page Height: 675px
    
    Border Width: 10px;
    
    Left White Border: 52px
    
    Logo Width: 283
    
    Banner Height: 77
    Logo Height 130
    
    
    Border Color: 446167
    Banner Light Blue: a4c3ca
    Bright Green: 9ecc2e
    Text Blue: 2e7e95
    Header Text Green: 334d34
    Reg Text Gray/Green: 809181
    Banner Menu Text Green: 19684b
    
    
    -----
*/

html {
     margin: 0px;
     padding: 0px;
     border:  none;
     height: 100%;
}
body {
     margin: 0px;
     padding: 0px;
     background: white;
     font-size: 9pt;
     font-family: Arial,verdana;
     color: #809181;
     height: 100%;
}
a, a:visited {
    text-decoration: none;
}
object {
    border: none;
}
#container {
    width: 927px;
    background-color: white;
    margin: auto;
    border: 10px solid #446167;
    background-image: url('./images/call_for_quote.png');
    background-repeat: no-repeat;
    background-position: left bottom;
}
#brightoutfit {
    margin: auto;
    padding-left: 775px;
    width: 175px;
    font-family: Arial;
    font-size: 10pt;
}
#brightoutfit a, #brightoutfit a:visited {
     color: #809181;
}
#banner1 {
    height: 77px;
    margin-left: 52px;
    background: #a4c3ca;
    margin-bottom: 3px;
}

#banner2 {
    height: 131px;
    margin-left: 52px;
    background: #9ecc2e;
    margin-bottom: 3px;
}

#banner3 {
    height: 10px; 
    background: #446167;
    margin-left: 52px;
}

#logo {
    float: left;
}

#flash_container {
    float: left;
    border-right: 3px solid white;
    border-left: 3px solid white;
}

#menu {
    margin-left: 283px;
    padding-top: 47px;
}

#menu a, #menu a:visited {
    font-size: 14px;
    text-transform: uppercase;
    margin-right: 15px;
    color: #1a664a;
}

#menu a:hover {
    color: white;
}
#content_left {
    width: 243px;
    margin-left: 52px;
    _margin-left: 26px;
    float: left;
    padding-top: 8px;
    padding-left: 40px;
}
#content_left h1 {
    color: #a2c4c3;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 35px;
    margin-top: 10px;
    margin-bottom: 0px;
    letter-spacing: .1em;
}
.smaller {
    font-size: 25px;
}
#content h1 a, #content h1 a:visited {
    color: #334d33;
}
#content h1 a:hover {
    color: #334d33;
}
#content {
    width: 552px; /*615px;*/
    float: left;
    font-size: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 10px;
}
#flash_content {
    float: left;
    width: 592px; 
    height: 403px; 
    background: #af4a2c;
    xmargin-left: 3px;
}
#content a, #content a:visited, #content_left a, #content_left a:visited {
    color: #2e7e95;
}
#content a:hover, #content_left a:hover {
    color: #106070;
}
#content h1 {
    font-size: 14px;
    letter-spacing: .1em;
    font-weight: normal;
    color: #334d33;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 8px;
}
#content p {
    line-height: 20px;
    margin-top: 5px;
    margin-bottom: 10px;
    padding-right: 20px;
    
}
#content .accent {
    color: #1a664a;
    margin-top: 10px;
    font-size: 15px;
    line-height: 20px;
}
#footer {
    margin-left: 335px;
    font-size: 12px;
    background: #9ecc2e;
    color: white;
    height: 18px;
    padding-left: 10px;
    padding-top: 5px;
    clear: both;
}
#quote {
    clear: both;
    color: #87a819;
    padding-top: 30px;
    padding-right: 10px;
    font-size: 18px;
    line-height: 26px;
}
#quote .source {
    color: #9c9f8a;
    font-size: 12px;
}
.listContainer {
    float: left;
    width: 250px;
}
.listContainer ul {
    list-style-type: none;
    margin-top: 5px;
    padding-left: 0px;
    margin-left: 0px;
}
.listContainer li {
    padding-left: 15px;
    margin-left: 0px;
    background-image: url('./images/bullet.png');
    background-repeat: no-repeat;
    color: #2e7e95;
    margin-bottom: 5px;
    font-size: 13px; 
    line-height: 16px;
}
.cleared {
    clear: both;
}


