body {
    color: #7A6040;
}

/*
 COLUMNS
 */
#column_1 {
    float: left;
    width: 25%;
    margin: 0 3% 0 0;
}

#column_2 {
    float: left;
    width: 40%;
    margin: 0 3% 0 0;
}

#column_3 {
    float: left;
    width: 29%;
    margin: 0;
}

#home #column_1 {
    margin: 0 2% 0 0;
}

#home #column_2 {
    width: 30%;
    margin: 0 2% 0 0;
    color: #000066;
}

#home #column_2 h1 {
    color: #336699;
    font-size: 160%;
    line-height: normal;
}

#home #column_3 {
    width: 41%;
}


/*
 BOX
 */

/* special nav styles for box 3 and 4 not created in other stylesheets */
.box_type_3 #special_nav ul, .box_type_4 #special_nav ul {
    margin: 0;
    padding: 0;
}

.box_type_3 #special_nav li, .box_type_4 #special_nav li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    line-height: normal;
}

.box_type_3 #special_nav a, .box_type_4 #special_nav a {
    margin: 0;
    padding: 5px 8px;
    display: block;
    text-align: left;
    text-decoration: none;
    border-bottom: 2px solid #FFFFFF;
}

/* end of box 3 and 4 "catch up" */


.box_type_1, .box_type_2, .box_type_3, .box_type_4 {
    border: none;
    background-color: #FFFFFF;
}

.box_type_1 h2, .box_type_2 h2, .box_type_3 h2, .box_type_4 h2 {
    padding: 4px 0 5px 40px;
    margin-bottom: 2px;
}

.box_type_1 #special_nav a, .box_type_2 #special_nav a, .box_type_3 #special_nav a, .box_type_4 #special_nav a {
    padding-left: 40px;
    color: #003366;
}

/*
 BOX OFFER
 */

.box_offer {
    border: none;
    background-color: #E7F0FC;
    border: 1px solid #4C75B3;
    color: #000000;
    margin: 0 0 20px 0;
}

.box_offer h2 {
    color: #FFFFFF;
    background-color: #4C75B3;
    padding: 5px 0 5px 10px;
    margin-bottom: 2px;
}

.box_offer dl dt {
    width: 210px;
    margin: 0;
    padding: 0 10px 10px 20px;
    clear: both;
    float: left;
}

.box_offer dl dd {
    width: 40px;
    float: left;
    margin: 0;
    text-align: center;
    padding-bottom: 25px;
    height: 40px;
}

.box_offer a {
    font-weight: bold;
    font-size: 90%;
    color: #000066;
}

.box_offer .clear {
    clear: both;
}


/*
 BOX TYPE 1
 */

.box_type_1 h2 {
    background: #6B84AA url(images/gif/nav_legal_header.gif) top left no-repeat;
}

.box_type_1 #special_nav a {
    background: #C1CFE1 url(images/gif/arrow_1.gif) center right no-repeat;
}

.box_type_1 #special_nav a:hover, .box_type_1 #special_nav a.selected {
    background: #47658F url(images/gif/arrow_2.gif) center right no-repeat;
}

/*
 BOX TYPE 2
 */

.box_type_2 h2 {
    background: #7F989C url(images/gif/nav_marketing_header.gif) top left no-repeat;
}

.box_type_2 #special_nav a {
    background: #C2D2D3 url(images/gif/arrow_3.gif) center right no-repeat;
}

.box_type_2 #special_nav a:hover, .box_type_2 #special_nav a.selected {
    background: #577A7F url(images/gif/arrow_4.gif) center right no-repeat;
}

/*
 BOX TYPE 3
 */

.box_type_3 h2 {
    background: #84B17B url(images/gif/nav_financial_header.gif) top left no-repeat;
}

.box_type_3 #special_nav a {
    background: #C2D9BD url(images/gif/arrow_5.gif) center right no-repeat;
}

.box_type_3 #special_nav a:hover, .box_type_3 #special_nav a.selected {
    color: #FFFFFF;
    background: #628F59 url(images/gif/arrow_6.gif) center right no-repeat;
}

/*
 BOX TYPE 4
 */

.box_type_4 h2 {
    background: #B1BE74 url(images/gif/nav_office_header.gif) top left no-repeat;
}

.box_type_4 #special_nav a {
    background: #D6DEB9 url(images/gif/arrow_7.gif) center right no-repeat;
}

.box_type_4 #special_nav a:hover, .box_type_4 #special_nav a.selected {
    color: #FFFFFF;
    background: #939F59 url(images/gif/arrow_8.gif) center right no-repeat;
}


/*
 HEADERS
 */

#legal #column_2 h2, #marketing #column_2 h2, #financial #column_2 h2, #office #column_2 h2 {
    line-height: normal;
    background: #FFFFFF url(images/gif/legal_logo.gif) top left no-repeat;
    height: 68px;
    font-size: 250%;
    font-weight: normal;
    padding: 0 0 20px 75px;
}

#legal #column_2 h2 {
    color: #6A84A9;
    background: #FFFFFF url(images/gif/legal_logo.gif) top left no-repeat;
}

#marketing #column_2 h2 {
    color: #7F989C;
    background: #FFFFFF url(images/gif/marketing_logo.gif) top left no-repeat;
}

#financial #column_2 h2 {
    color: #84B17B;
    background: #FFFFFF url(images/gif/financial_logo.gif) top left no-repeat;
}

#office #column_2 h2 {
    color: #B1BE74;
    background: #FFFFFF url(images/gif/office_logo.gif) top left no-repeat;
}


#column_2 h3 {
    line-height: normal;
    font-size: 150%;
    font-weight: normal;
}

#legal #column_2 h3 {
    color: #6A84A9;
}

#marketing #column_2 h3 {
    color: #7F989C;
}

#financial #column_2 h3 {
    color: #84B17B;
}

#office #column_2 h3 {
    color: #B1BE74;
}


/*
GUIDE BOX
*/

#guide_box_1 {
    background: #C1CFE1 url(images/gif/guide_box_corner.gif) bottom right no-repeat;
}

#guide_box_2 {
    background: #C2D2D3 url(images/gif/guide_box_corner_2.gif) bottom right no-repeat;
}

#guide_box_3 {
    background: #E0ECDE url(images/gif/guide_box_corner_3.gif) bottom right no-repeat;
}

#guide_box_4 {
    background: #D6DEB9 url(images/gif/guide_box_corner_4.gif) bottom right no-repeat;
}

#guide_box_1 h2, #guide_box_2 h2, #guide_box_3 h2, #guide_box_4 h2 {
    color: #FFFFFF;
    padding: 5px 0 5px 20px;
}


#guide_box_1 h2 {
    background-color: #6B84AA;
}

#guide_box_2 h2 {
    background-color: #7F989C;
}

#guide_box_3 h2 {
    background-color: #84B17B;
}

#guide_box_4 h2 {
    background-color: #8E9D58;
}


#guide_box_1 ul, #guide_box_2 ul, #guide_box_3 ul, #guide_box_4 ul {
    margin-top: 0;
    padding-bottom: 20px;
}

#guide_box_1 ul {
    color: #47658F;
    list-style-image: url(images/gif/legal_reading_item.gif);
}

#guide_box_2 ul {
    color: #577A7F;
    list-style-image: url(images/gif/marketing_reading_item.gif);
}

#guide_box_3 ul {
    color: #628F59;
    list-style-image: url(images/gif/financial_reading_item.gif);
}

#guide_box_4 ul {
    color: #8E9D58;
    list-style-image: url(images/gif/office_reading_item.gif);
}


#guide_box_1 a, #guide_box_2 a, #guide_box_3 a, #guide_box_4 a {
    text-decoration: none;
}

#guide_box_1 a {
    color: #47658F;
}

#guide_box_2 a {
    color: #577A7F;
}

#guide_box_3 a {
    color: #628F59;
}

#guide_box_4 a {
    color: #8E9D58;
}


#guide_box_1 a:hover, #guide_box_2 a:hover, #guide_box_3 a:hover, #guide_box_4 a:hover {
    color: #000000;
}

#guide_box_1 ul li, #guide_box_2 ul li, #guide_box_3 ul li, #guide_box_4 ul li {
    padding: 10px 10px 0 0;
}


/*
 MISC
 */

.guide_link a {
    background-color: #7A6040;
    padding: 5px 15px;
    color: white;
}
