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

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

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

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


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

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

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

#wrapper #col_left #nav div a:hover{ color: #004c6a;}

#wrapper #col_left #nav div.active a, #wrapper #col_left #nav div.active a:hover{ color: #004c6a;}

#wrapper #col_left #nav div.heading span{ color: #fff;}


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

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

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


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


body{ background-color: #a29d8b;}

#wrapper{ border: 1px solid #333;}

img.left{
	margin: 10px 10px 10px 0;
	float: left;
}

h2{
	padding-bottom: 2px;
	border-bottom: 1px solid #6268aa;
	color: #6268aa;
}

ul{
	list-style-image: url(../images/custom/bullet.gif);
	list-style-position: outside;
	margin-left: 20px;
}


.content .info{ display: table;}

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

img.photo_right{ float: right; margin: 5px; margin-left: 25px; clear: both;}

img.photo_left{ float: left; margin: 5px; margin-right: 25px; clear: both;}

.photo_bar{ padding: 5px; margin-top: 10px; display: table;}
.photo_bar img{ margin-right: 15px;}
