﻿body {
	font: 80%/1.2 Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0px;
	padding: 0px;
	color: #000;
	height: 100%;
	min-height: 100%;
}

ul, ol, dl { 
	padding: 0px;
	margin: 0px;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
}
h1  {
	color: #000;
	padding-top: 5px;
}
h2  {
	color: #1E3964;
	padding-top: 5px;
}	
h3  {
	color: #1E3964;
	font-weight: bold;
	padding-top: 5px;
}
h4  {
	color: #000;
	padding-top: 0px;
	margin-top: 0px;
	font-style: italic;
}	
h5  {
	color: #4E5869;
	font-style: italic;
}
.sep {
	background: #fff url(../images/blueLine.jpg) no-repeat center center;
	height: 13px;
}

/* LINKS */
a img { 
	border: none;
}
a:link {
	color:#414958;
	text-decoration: underline; 
}
a:visited {
	/* color: #4E5869; */
	color: #f9f9f9;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}
.container span.anchor a:link, .container span.anchor a:visited, .container span.anchor a:active  {
	color: #0000FF;
	font-size: 80%;
	text-decoration: none;
}
.container span.anchor a:hover {
	text-decoration: underline;
}


/* CONTAINER */
.container {
	width: 100%;
	max-width: 2000px;
	min-width: 780px;
	background: #FFF; */
	/* background: #8090AB; */
	height: 100%;
	margin: 0 auto; 
	display: table;
}
.container {
	height: auto; 
	min-height: 100%; 
}
.container a:visited
{
	color: #4E5869;
}
.topband {
	background: #1E3964;
	height: 7px;
	line-height: 0.6;
}
.topband span {
	display: inline-block;
	margin-top: 25px;
	margin-left: 210px;
	color: #FFF;
	font-size: 2em;
	font-weight: bold;	
}
.topband label {
	font-size: 75%;
}

/* HEADER */
.header {
	background: #1E3964 url(images/hdrBackground.jpg) repeat-x center bottom;
	height: 115px;
	color: #FFF;
	font-size: 150%;
	font-weight: bold;
	min-width: 780px;
}
.header img {
	padding: 0;
	margin: 0;
}
.header .iLogo {
	padding-left: 35px; 
	/* padding-right: 45px; */
	float: left;
}

/* TOP NAV */
.topnav {
	background: #1E3964;
	height: 25px;
	color: #FFF;
	line-height: 0.8;
	padding-top: 7px;
}
.topnav a:link {
	color:#FFF;
	text-decoration: none; 
}
.topnav a:visited {
	/* color: #4E5869; */
	color: #f9f9f9;
	text-decoration: none;
}
.topnav a:hover, a:active, a:focus { 
	text-decoration: underline;
	/* background: #4E5869; */
	color: #FFF;
}
.topnav ul {
	display: inline;
	margin-left: 210px;	
}
.topnav ul li {
	padding: 4px;
	border: 1px dotted #0F2185;
	list-style: none;
	display: inline-block;	
}
.topnav ul li:hover {
	background: #4E5869; 
}

/* LEFT NAV */
.sidebar {
	float: left;
	width: 200px;
	height: 300px;
	/*background-color: #8090AB; */
	background-image: url(images/leftNavFade.png);
	background-repeat: repeat-x;
	padding-bottom: 10px;
	border-right: dotted 1px #CCC;
}

/* CONTENT */
.content {
	background: #FFF;
	padding: 10px 0;
	width: 80%;
	/* float: left; */
	margin-left: 210px;
	min-height: 300px;
}
.content ul, .content ol { 
	padding: 0 15px 15px 40px;
}
.content span {
	color: #898989;
	font-size: .9em;
	padding-left: 10px;	
}
.content table {
	border: 1px;	
}
.content table.schedule th, .content table.schedule td {
	padding: 2px;
	border-color: #1E3964;
}
.content table.schedule th {
	background-color: #1E3964;
	color: #FFF;
	font-weight: bold;
	width: 100%;
}
.content table.schedule tr.scheduleHdr td {
	font-weight: bold;
	background-color: #CCC;
}
table.listLinks {
	margin-left: 15px;
}
table.listLinks td {
	padding: 2px;
	border-bottom: dotted 1px #CCC;
}
table.listLinks td.linksRow {
	width: 300px;
	font-weight: bold;
}
table.listLinks td.link {
	font-weight: normal;	
	color: #1E3964;
}
.home {
	color: #1E3964;
	font-size: 140%;
	font-weight: bold;
}
label.red {
	color: #840217;
	font-weight: bold;
}
.map {
	color: #1E3964;
	font-size: 140%;
	font-weight: bold;
}

/* LISTS */
ul.nav {
	list-style: none; 
	border-top: 1px solid #666; 
	margin-bottom: 15px; 
}
ul.nav li {
	border-bottom: 1px dotted #666; 
}
ul.nav a, ul.nav a:visited { 
	padding: 5px 5px 5px 15px;
	display: block;
	text-decoration: none;
	background: #8090AB;
	color: #000;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	background: #1E3964;
	color: #FFF;
}

.address 
{
	font-weight: bold;
	padding-left: 50px;
}

/* FOOTER */
.footerBar 
{
	background: #1E3964;
	/* background-image: url(images/small_banner.png);
	background-repeat: no-repeat;	
	background-position: right; */
	height: 15px;
}
.footer {
	padding: 10px 0;
	background: #6F7D94;
	position: relative;
	clear: both; 
}
.footer p {
	font-size: 80%;
	text-align: center;	
}
.footer a {
	color: #FFF;	
}
.footer a:visited 
{
	color: #FFF;
}

.right {  
	float: right;
	margin-left: 8px;
}
.left { 
	float: left;
	margin-right: 8px;
}
.clear { 
	clear:both;
	/* height:0;
	font-size: 1px;
	line-height: 0px; */
}
