﻿* { padding: 0; margin: 0; }
body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}
#container { 
 margin: 0 auto;
 width: 922px;
}
#masthead {
 width: 900px;
 color: #333;
 padding: 10px;
 border: 1px solid #ccc;
 height: 80px;
 margin: 10px 0px 5px 0px;
 background: #f3f3fe;
 text-align: right;
}
#navigation {
 	background-color: #545454;
	overflow: hidden;
	margin: 0px 0px 5px 0px;
}
#content { 
 width: 860px;/*900*/
 color: #333;
 border: 1px solid #ccc;
 background: #f3f3fe;
 margin: 0px 0px 5px 0px;
 padding: 10px 30px 10px 30px;/*10px*/
 height: auto;
}
#footer { 
 width: 900px;
 color: #fff;
 border: 1px solid #ccc;
 background: #113962;
 margin: 0px 0px 5px 0px;
 padding: 0px 10px 0px 10px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-color: #c9c9c9;
	border-width: 0px 1px 0px 1px;
	border-style: solid;
	background-color: #545454;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border-color: #a9a9a9;
	border-style: solid;
	border-width: 0px 1px 0px 1px;
	background-color: #a9a9a9;
}
/* Styles for Footer */
#footer p {
	font-size: x-small;
	text-align: center;
	color: #fff;
	margin: 10px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
#masthead img {
	float: left;
	margin: 0;
	padding: 0;
	border: 0px;
}
/* Styles for Content */
h1 {
	font-size: 2em;
	color: #393939;
}
h2 {
	font-size: 1.75em;
	color: #469;
}
h3 {
	font-size: 1.5em;
	color: #469;
}
h4 {
	font-size: 1.25em;
	color: #469;
}
h5 {
	font-size: 0.75em;
	color: #469;
}
h6 {
	font-size: 0.5em;
	color: #469;
}
/* Styles for Links */
a {
	color: #545454; /*#036*/
	text-decoration: underline;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.bluetext {
	color:#0102FE;
	font-weight:bold;
}
.menutext{
	color:#6464FF;
}
.padleft{
	padding-left:23px;
}
#column_r a{
	color:#113962; 
}
.indentlist{
	list-style-position:inside;
}
p{
	line-height:18px;
}
.disc{
	list-style:disc inside none;
}
table{
	border-collapse:collapse;
}
td{
	padding:0px 25px 10px 25px;
}
.redtext{
	color:#FF0000;
}
/* GALLERY LIST */
/* IMPORTANT - Change '#photos' to the ID of your gallery list to prevent a flash of unstyled content */
#photos { visibility: hidden; }
/* GALLERY CONTAINER */
.gallery { background: #ddd; border: 1px solid #aaa; padding: 5px;}
/* LOADING BOX */
.loader { background: url(loader.gif) center center no-repeat #ddd; }
/* GALLERY PANELS */
.panel {}
/* DEFINE HEIGHT OF PANEL OVERLAY */
/* NOTE - It is best to define padding here as well so overlay and background retain identical dimensions */
.panel .panel-overlay,
.panel .overlay-background { height: 60px; padding: 0 1em; }
/* PANEL OVERLAY BACKGROUND */
.panel .overlay-background { background: #222; }
/* PANEL OVERLAY CONTENT */
.panel .panel-overlay { color: white; font-size: 0.7em; }
.panel .panel-overlay a { color: white; text-decoration: underline; font-weight: bold; }
/* FILMSTRIP */
/* 'margin' will define top/bottom margin in completed gallery */
.filmstrip { margin: 5px; }
/* FILMSTRIP FRAMES (contains both images and captions) */
.frame {}
/* WRAPPER FOR FILMSTRIP IMAGES */
.frame .img_wrap { border: 1px solid #aaa; }
/* WRAPPER FOR CURRENT FILMSTRIP IMAGE */
.frame.current .img_wrap { border-color: #000; }
/* FRAME IMAGES */
.frame img { border: none; }
/* FRAME CAPTION */
.frame .caption { font-size: 11px; text-align: center; color: #888; }
/* CURRENT FRAME CAPTION */
.frame.current .caption { color: #000; }
/* POINTER FOR CURRENT FRAME */
.pointer {
	border-color: #000;
}
/* TRANSPARENT BORDER FIX FOR IE6 */
/* NOTE - DO NOT CHANGE THIS RULE */
*html .pointer {
	filter: chroma(color=pink);
}