@charset "utf-8";

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #000033;
	background-image: url(../Images/backgroundGradient01.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#container {
	width: 960px;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-position: left top;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: left;
}

#wrapper {
	border-left: 3px solid #800000;
	border-right: 3px solid #800000;
}

#banner {
	width: 960px;
	margin: 0;
	background-image: url(../Images/green_banner.jpg);
	height: 77px;
}

a {
	text-decoration: none;
	color: #244DB7;
}

a:hover {
	text-decoration: underline;
}

#nav {
	float: left;
	width: 960px;
	margin: 0;
	padding: 0 0 0 0px;
	background: url(../Images/Nav/navbar_bg2.gif) repeat-x top left;
	list-style: none;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #999;
}

#nav li {
	float: left;
	margin: 0;
	padding: 0;
	border-right: 1px solid #999;
}
	
#nav a {
	float: left;
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 8px;
	color: #FFF;
	text-decoration: none;
}

#nav a:hover {
	color: #FFF;
	border-color: #727377;
	background-color: #fff;
	background-image: url(../Images/Nav/tab_on_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

body#home #t-home a, body#about #t-about a, body#calendars #t-calendars a {
	color: #FFF;
	border-color: #727377;
	background-color: #fff;
	background-image: url(../Images/Nav/tab_on_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.sidebar {
	margin: 0;
	background: url(../Images/Sidebar/sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}

.barhead {
	background: url(../Images/Sidebar/sbhead_r_green.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}

.barhead h2 {
	margin: 0;
	padding: 15px 30px 8px;
	color: #fff;
	font-weight: bold;
	font-size: 1em;
	line-height: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: url(../Images/Sidebar/sbhead_l_green.gif) no-repeat top left;
}

.barbody {
	background: url(../Images/Sidebar/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 10px 30px 31px;
	text-align: center;
}

.barbody p {
	font-size: 0.8em;
	margin: 0px;
	line-height: 1.2em;
	margin-top: 4px;
}

.barbody h3 {
	font-size: 0.8em;
	color: #000033;
	padding: 0;
	text-decoration: none;
	margin-top: 8px;
	margin-left: -7px;
	margin-right: 0;
	margin-bottom: 0px;
}

.barbody ul {
	font-size: 0.8em;
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0;
}

.barbody_parenthesis {
	font-size: 0.85em;
}

#left {
	width: 225px;
	float: left;
	margin-top: 10px;
	margin-bottom: 5px;
}

#center {
	width: 510px;
	float: left;
}

#right {
	width: 225px;
	float: right;
	margin-top: 10px;
}

#mainContent {
	color: #000;
	background-color: #FFFFFF;
	padding-left: 10px;
	margin-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 0px;
}

#mainContent p {
	line-height: 1.3em;
	font-size: .8em;
	margin: 10px 5px;
}

#mainContent h1 {
	color: #1E3F95;
	font-size: 1.4em;
	text-align: left;
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 40px;
	padding-left: 5px;
	font: Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #1E3F95;
}

#mainContent h2 {
	font-size: .8em;
	color: #1E3F95;
	font-weight: bold;
	margin: 10px 5px;
}

#mainContent ul {
	font-size: .8em;
	padding-left: 80px;
	margin-top: 0px;
}

#mainContent ul li {
	list-style: none;
	background-image: url(../Images/bullet_roundcyan.png);
	background-repeat: no-repeat;
	padding-left: 18px;
	margin-bottom: 6px;
	background-position: 0 2px;
}

#mainContent ul ul {
	padding-left: 35px;
	font-size: .9em;
}

#staffPage p {
	line-height: .9em;
	font-size: .8em;
	margin: 8px 0 10px 55px;
}

#staffPage h2 {
	margin-bottom: 0;
	margin-top: 15px;
}
.photo img {
	border: 1px solid #666;
	background-color: #fff;
	padding: 4px;
}

.figure p {
	font: 1.1em/normal Verdana, Geneva, sans-serif;
	text-align: center;
	margin: 10px 0 0 0;
}

.figure {
	float: left;
	width: 125px;
	margin: 0 10px 10px 10px;
}

.figureMain {
	float: right;
	margin: 0 10px 10px 10px;
	padding: 0;
	padding-left: 10px;
}

.caption {
	text-align: center;
	margin: 5px 0 0 0;
	font-size: 1.1em;
}

.sailaway {
	text-align: center;
	color: #999;
	font-size: .8em;
}

.sailaway a {
	color: #fff;	
}

.block {
	display: block;
}

.footerText {
	margin: 0;
	padding: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: .80em;
	background-color: #000033;
	color: #ffffff;
	text-align: center;
}

.footerText a {
	text-decoration: none;
	color: #FFF;
}

.textRight {
	text-align: right;
}

.textLeft {
	text-align: left;
}

.textCenter {
	text-align: center;
}

.textIndent {
	padding-left: 10px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
