/*
COLORS:
Red: #971B1E
Dark Blue: #213B52
Light Blue 100%: #7FA0BF
Light Blue 50%: #BAC9DA
Light Blue 20%: #E0E5ED
Light Blue 15%: #E7EBF1
Dark Orange: #D15B31
Light Orange: #F7931D
Green: #7DA13E
*/

.site_nav { width:210px; float:left; background-color:#213B52; margin-right:25px; }
/*Home Page link*/
.site_nav h1, h1 a:link, h1 a:visited { color:#7FA0BF; font-size:14px; line-height:1.5em; font-weight:bold; margin-bottom:.2em; margin-top:1em; }
.nav_container { width:200px; margin:5px 0px 5px 5px; }
.nav_container a:link, .nav_container a:visited { text-decoration:none; color:#ffffff; }
.nav_container p { margin-bottom:.2em; color:#ffffff; }
.nav_container ul { margin-left:10px; list-style:none; }
.nav_container li { display:block; height:20px; width:100%; }
.nav_container li a { display:block; width:100%; height:100%; }
.nav_container li a:hover { background-color:#E0E5ED; color:#213B52; }

.info_content { width:610px; float:left; }
/*.info_content a:link, a:visited { color:#7FA0BF; }
.info_content a:hover { color:#D15B31; }*/

.blue_info_box { background-color:#E0E5ED; width:605px; padding:5px; margin:10px 0px 10px 0px; }
.blue_info_box ul { margin-left:20px; list-style:disc; }
.blue_info_box ul li { line-height:1.5em; margin-bottom:1.3em; }

.divider { width:100%; height:2px; background-color:#E0E5ED; margin:12px 0px; }