/*----------------------------------
	General
----------------------------------*/
 body {
    color: #4c4c4c;
    background-color: #01306c;
    background-image: url(images/bg_1.jpg);
 }

 h1,
h2,
h3,
h4,
h5,
h6 {
    color: #4c4c4c;
 }

 a:link {
    color: #01306c;
 }

 a:visited {
    color: #01306c;
 }

 a:hover {
    color: #0349a2;
 }

 /*----------------------------------
	Header
----------------------------------*/
 .sf_header_wrapper {
    background-image: url(images/header_bg_1.jpg);
 }

 .sf_main_header {
    color: #ffffff;
 }

 .sf_extra3 {
    background-image: url(images/header_extra_1.jpg);
 }

 /*----------------------------------
	End Header
----------------------------------*/
 .sf_extra4 {
 }

 /*----------------------------------
	Bottom Navigation
----------------------------------*/
 .sf_navigation {
    background: url(images/nav_repeater_1.jpg);
 }

 .sf_navigation li a {
    background-image: url(images/nav_repeater_1.jpg);
    color: #94b1d5;
    border-right-color: #013e89;
    background-color: #013F8A;
 }

 .sf_navigation li a:visited {
    color: #94b1d5;
 }

 .sf_navigation li a:hover {
    background-image: url(images/nav_repeater_o_1.jpg);
    color: #ffffff;
    background-color: #00285B;
 }

 /*----------------------------------
	Drop Down Navigation
----------------------------------*/
 #Nav1 li ul {
    background-color: #01306c;
 }

 /*----------------------------------
	End Page Title
----------------------------------*/
 .sf_extra6 {
 }

 .sf_extra11 {
 }

 /*----------------------------------
	Content
----------------------------------*/
 .sf_content {
 }

 /*----------------------------------
	End Content
----------------------------------*/
 .sf_extra7 {
 }

 /*----------------------------------
	Footer
----------------------------------*/
 .sf_footer {
    background-image: url(images/footer_1.png);
    color: #366fb8;
 }

 /*----------------------------------
	Extra Stuff
----------------------------------*/
 .btn,
#submitcomment,
#resetcomment,
#spellchk,
#surveysubmit input {
    background-color: #01306c;
    border: none;
    color: #ffffff;
    font-weight: bold;
    margin: 3px 0;
 }

 .btn:hover,
#submitcomment:hover,
#resetcomment:hover,
#spellchk:hover,
#surveysubmit input:hover {
    background-color: #0349a2;
 }

 
