/* ===================================== */
/* = COLOR DECLARATIONS #4B92DB (BLUE) = */
/* ===================================== */
.section h2 {
    font-size: 109%;
    font-weight: bold;
    margin: 1px 0px 3px 0px;
}

#section-header {
    border-top: solid 6px rgb(32, 85, 138);
    padding: 15px 20px;
    font-weight: 400; /*normal*/
    font-size: 22px;
    min-height:20px;
    font-family: Montserrat, TeXGyreHeros, 'Arial Rounded MT', sans-serif;
    color: #fff;
    position: relative;
    background-color: rgb(144, 170, 196);
}

.buttons-block a {
    padding-left:10px;
}

#header{
	border-bottom-color:rgb(32, 85, 138);
}
h1.subtitle, h3.subtitle{
	color:rgb(32, 85, 138);
}

#sidemenus li:before {
    background: url(../images/carets.png) 0 -60px;
}

#sidemenus{
    background-color: rgb(210, 221, 232);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(188, 204, 220)), to(rgb(210, 221, 232)));
    background-image: -webkit-linear-gradient(top, rgb(188, 204, 220), rgb(210, 221, 232));
    background-image:    -moz-linear-gradient(top, rgb(188, 204, 220), rgb(210, 221, 232));
    background-image:      -o-linear-gradient(top, rgb(188, 204, 220), rgb(210, 221, 232));
    background-image:         linear-gradient(to bottom, rgb(188, 204, 220), rgb(210, 221, 232));
}
#content {
    /*border-bottom: 6px solid rgb(32, 85, 138);*/
    background-color: rgb(210, 221, 232);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(188, 204, 220)), to(rgb(210, 221, 232)));
    background-image: -webkit-linear-gradient(top, rgb(188, 204, 220), rgb(210, 221, 232));
    background-image: -moz-linear-gradient(top, rgb(188, 204, 220), rgb(210, 221, 232));
    background-image: -o-linear-gradient(top, rgb(188, 204, 220), rgb(210, 221, 232));
    background-image: linear-gradient(to bottom, rgb(188, 204, 220), rgb(210, 221, 232));
}
#sidemenus h3, #sidemenus h3 a, #sidemenus h3 a:visited {
    color: rgb(32, 85, 138);
    margin-top: 8px;
    margin-bottom: 18px;
}

#footer a, #rightbar, #sidemenus h3.selected a, #content a:hover, p.caption {
	color:rgb(32, 85, 138);
}

#content li span, #content a {
	color: Black;
}

.section a, a.internalnav, #alphanav, #sidemenus li.selected a {
	color:rgb(32, 85, 138);
}


.sectionbackgroundcolor 
{
	background-color:rgb(32, 85, 138);
}
