@charset "UTF-8";
/* CSS Document */


/* ------------------------------------------------------ Top and Bottom Strip Colors ----------------------------------------- */

#wrapper .top_strip, #wrapper .bottom_strip{ border-color: #1c3dbd;} /* Thin Line */

#wrapper .top_strip .info, #wrapper .bottom_strip .info{ background-color: #777;} /* Thick Line */


/* ------------------------------------------------------ Specific Font Styles --------------------------------------------------------- */

#wrapper .content .title{ color:#330000;} /* Content Title Color */

#wrapper #col_left #nav div a{color: #000; font-weight: 100;} /* Navigation Bar Link Color */

#wrapper #col_left #nav div a:hover{ color: #333;} /* Navigation Bar Link Hover Color */

#wrapper #col_left #nav div.heading span{color: #fff;} /* Navigation Bar Heading Color */

/* ------------------------------------------------------ Turns off and On Particular Information ---------------------------- */

#wrapper #col_right .content_optional{ display: block;} /* Information Box just above main site content (DEFAULT = BLOCK) */

marquee{ display: none; } /* Scrolling Information at top of main site content (DEFAULT = BLOCK) */


/* ------------------------------------------------------ General Styles ---------------------------------------------------- */


.info img{ margin-top: 10px;}

h1 a, h1 a:active, h1 a:visited, h1 a:hover{ font-size: 15px;}

.content .info img{ margin: 5px; float: left;}

/* Box Enclosures Custom Modification */

#wrapper #header{
	width: 100%;
	height: 91px;
	clear: both;
	margin-bottom: 10px;
	background: url(../images/header.jpg) top left no-repeat;
}

