/* ============================== */
/* = COLOR DECLARATIONS #762A34 = */
/* ============================== */

#section-header {
    border-top: solid 6px rgb(130, 92, 38);
    width:872px;
    padding:15px 20px;
    font: bold 22px 'Open Sans', sans-serif;
    color: #fff;
    background-color: rgb(199, 179, 127);
}
    #section-header:after {
        content: 'Health Information';
    }

.buttons-block, .buttons-block a {
    color: #642;
    font: bold 13px/18px 'Open Sans', sans-serif;
}

h1.subtitle, h3.subtitle{
	color:rgb(130, 92, 38);
}


#sidemenus li:before {
    background: url(../images/carets.png) 0 -20px;
}

#sidemenus{
    background-color: rgb(216, 202, 165);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(216, 202, 165)), to(rgb(233, 225, 204)));
    background-image: -webkit-linear-gradient(top, rgb(216, 202, 165), rgb(233, 225, 204));
    background-image:    -moz-linear-gradient(top, rgb(216, 202, 165), rgb(233, 225, 204));
    background-image:      -o-linear-gradient(top, rgb(216, 202, 165), rgb(233, 225, 204));
    background-image:         linear-gradient(to bottom, rgb(216, 202, 165), rgb(233, 225, 204));
}
#content {
    border-bottom: 6px solid rgb(130, 92, 38);
    background-color: #a96;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#984), to(#ba8));
    background-image: -webkit-linear-gradient(top, #984, #ba8);
    background-image:    -moz-linear-gradient(top, #984, #ba8);
    background-image:      -o-linear-gradient(top, #984, #ba8); 
    background-image:         linear-gradient(to bottom, #984, #ba8);
}
#sidemenus h3, #sidemenus h3 a, #sidemenus h3 a:visited {
    color: #642;
}
#topnav li.selected a, #topnav li li a /* ie6/7 compatibility */ {
	color: White;
}
#content h1 {
    /*color:rgb(130, 92, 38) !important;*/
}
#content h3 {
    color:rgb(130, 92, 38);
    font-family: "Open Sans", sans-serif;
}
#topnav a, #footer a, #rightbar, #sidemenus h3.selected a, 
#content a:hover, p.caption {
	/* color:#762A34;  */
}

#content li span, #content a {
	/*color: Black;*/
}

.center h3 {
	color:rgb(130, 92, 38);
    font-family: "Open Sans", sans-serif;
}

.section a, .resources h4, a.internalnav, #alphanav, 
#sidemenus li.selected a, #content h4, #content h5 {
	color: #642;
    font-family: "Open Sans", sans-serif;
}

.sectionbackgroundcolor 
{
	background-color:rgb(216, 202, 165);
}

.morelink {
    color:rgb(77, 119, 161) !important;
}