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

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-image: url(img/bg_image.jpg);
	background-color: #aac7ce;
	background-repeat: no-repeat;
	background-position: center top;
}
.baymap {
	margin-top: 8px;
}

#container {
	width: 950px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	background-image: url(img/red_line_bg.jpg);
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
} 
#shadow {
	background-image: url(img/shadow_bg.png);
	padding: 0px;
	width: 1010px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header {
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	height: 166px;
	width: 950px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	overflow: visible;
	visibility: visible;
	float: none;
	clear: none;
	position: relative;
} 
#nav {
	background-color: #004844;
	margin: 0px;
	padding: 0px;
	height: 21px;
	width: 950px;
	visibility: visible;
	overflow: visible;
}
#shield {
	background-image: url(img/SEshield.png);
	left: 20px;
	top: 10px;
	background-repeat: no-repeat;
	background-position: left top;
	height: 149px;
	width: 162px;
	overflow: visible;
	visibility: visible;
	z-index: 3010;
	position: absolute;
}


#header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-image: url(img/SEshield.png);
	left: 24px;
	top: 10px;
	background-repeat: no-repeat;
	padding: 0;
	height: 149px;
	width: 162px;
	position: absolute;
	float: left;
	text-indent: -9999px;
}
#sidebar1 {
	width: 149px;
	min-height:400px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 30px;
	float: left;
	vertical-align: top;
}
.rightsidelist {
	list-style-position: outside;
	list-style-image: url(img/greendot.jpg);
	vertical-align: top;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	display: block;
}

#leftnavhome {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	list-style-type: none;
	list-style-position: inside;
	text-align: center;
	vertical-align: middle;
	display: block;
	padding: 0px;
	width: 150px;
}

#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 165px;
	min-height:300px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
	vertical-align: top;
	padding-right: 30px;
	margin: 0px;
}
p {
	font-family: "Lucida Sans";
	font-size: 12px;
	line-height: 18px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: normal;
	letter-spacing: -0.5px;
}
.text {
	font-family: "Lucida Sans";
	font-size: 14px;
	line-height: 20px;
	color: #000;
}


#mainContent {
	width: 510px;
	margin-top: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-bottom: 0;
	float: left;
	margin-right: 0px;
	padding-right: 20px;
	padding-left: 20px;
} 
#redlinebg {
	background-image: url(img/red_line_bg.jpg);
	background-repeat: repeat;
	background-position: top;
	width: 9px;
}

#footer {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 20px;
	width: 950px;
	background-color: #ffffff;
	margin: 0px;
} 
#footer p {
	margin: 10; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-color: #004844;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	width: 950px;
	height: 0px;
	color: #FFF;
	text-align: center;
}
.footertext {
	color: #FFfFcc;
	width: 950px;
	text-align: center;
	background-color: #004844;
	padding: 0px;
	height: 20px;
	margin: 0px;
	font-family: "Lucida Sans";
	font-size: 12px;
	line-height: 20px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
#leftnavhome li {
	border-top-color: #006666;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	list-style-type: none;
	list-style-position: inside;
	text-align: center;
	vertical-align: middle;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #004844;
	font-family: "Lucida Sans";
	font-size: 12px;
	font-weight: bold;
	color: #660000;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.headertext {
	font-family: "Lucida Sans";
	font-size: 10px;
	font-weight: bold;
	color: #660000;
	margin-top: 10px;
	margin-right: 10px;
	float: right;
	letter-spacing: 0.1em;
	text-align: right;
	text-decoration: none;
	vertical-align: top;
	height: 40px;
}

.rightsidelistCopy {
	font-family: "Lucida Sans";
	font-size: 10px;
	color: #000;
	list-style-position: inside;
	list-style-image: url(img/greendot.jpg);
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.rightsidelist li {
	font-family: "Lucida Sans";
	margin-bottom: 6px;
	font-size: 12px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.headertext a {
	color: #660000;
	letter-spacing: 0.1em;
	text-align: right;
	text-decoration: underline;
}
#mainContenttext {
	padding-top: 0;
	padding-bottom: 0;
	float: left;
	padding-right: 0px;
	padding-left: 0px;
	vertical-align: top;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Lucida Sans";
	font-size: 12px;
	color: #000;
}
h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 20px;
	color: #004844;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: lighter;
	line-height: 24px;
}
#headernav {
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	width: 950px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	overflow: visible;
	visibility: visible;
	float: none;
	clear: none;
	text-align: center;
	position: absolute;
	height: 20px;
	top: 116px;
	vertical-align: middle;
}
.navlist {
	list-style-position: outside;
	display: inline;
	list-style-type: none;
	color: #000;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	
}
#headernav ul {
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	width: 950px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	overflow: visible;
	visibility: visible;
	float: none;
	clear: none;
}
#headernav li {
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	overflow: visible;
	visibility: visible;
	float: none;
	clear: none;
	font-family: "Lucida Sans";
	font-size: 12px;
	color: #ffffcc;
	text-align: center;
	display: inline;
	list-style-type: none;
	padding-top: 0px;
	list-style-position: outside;
	line-height: 20px;
	vertical-align: middle;
	height: 20px;
	width: 950px;
}
#headernav li a{
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	overflow: visible;
	visibility: visible;
	float: none;
	clear: none;
	font-family: "Lucida Sans";
	font-size: 12px;
	color: #ffffcc;
	list-style-type: none;
	padding-top: 0px;
	list-style-position: outside;
	text-decoration: none;
	line-height: 20px;
}
#headernav li a:hover{
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	overflow: visible;
	visibility: visible;
	float: none;
	clear: none;
	font-family: "Lucida Sans";
	font-size: 12px;
	color: #660000;
	list-style-type: none;
	padding-top: 0px;
	text-decoration: none;
	background-color: #ffffff;
}
.messboard {
	width: 187px;
	text-align: center;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	overflow: hidden;
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	padding-left: 12px;
}
div.messTop {
	width: 177px;
	float:left;
	background-image: url(img/noticeboardtop.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 51px;
}
div.messMid {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-variant: normal;
	color: #014c93;
	text-decoration: none;
	width: 137px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	float:left;
	background-image: url(img/noticeboardmiddle.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
div.messBot {
	background-image: url(img/noticeboardbottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	height: 48px;
	width: 177px;
	}

#leftnavhome li a{
	list-style-type: none;
	list-style-position: inside;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	font-family: "Lucida Sans";
	font-size: 12px;
	font-weight: bold;
	color: #660000;
	display: block;
	padding: 0px;
}
#leftnavhome li a:hover {
	list-style-type: none;
	list-style-position: inside;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	font-family: "Lucida Sans";
	font-size: 12px;
	font-weight: bold;
	color: #660000;
	display: block;
	padding: 0px;
	background-color: #ffffcc;
}
#sidebar1home {
	width: 199px;
	min-height:400px;
	float: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
.weather {
	text-align: center;
	vertical-align: middle;
	margin-top: 15px;
	margin-bottom: 15px;
}
.slideshow {
	margin-bottom: 15px;
}

div.messMid a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-variant: normal;
	color: #014c93;
	overflow: hidden;
	font-weight: bold;
	float:none;
	background-repeat: no-repeat;
	background-position: top;
	text-decoration: underline;
}
a.committeetr:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	border: 1px solid #009999;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	text-decoration: none;
	background-color: #FFF7DF;
	display: block;
	float: left;
	text-align: center;
	width: 50px;
	margin-top: 5px;
	margin-right: 8px;
	margin-bottom: 5px;
	margin-left: 8px;
}

a.committeetr:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	border: 1px solid #009999;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	text-decoration: none;
	background-color: #FFF7DF;
	display: block;
	float: left;
	text-align: center;
	width: 50px;
	margin-top: 5px;
	margin-right: 8px;
	margin-bottom: 5px;
	margin-left: 8px;
}
.calendarcontent {
	border-bottom-width: 3px;
	border-bottom-style: dashed;
	border-bottom-color: #066;
	margin-bottom: 15px;
}
.calendaractivity {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #8b2039;
	padding: 0px;
	margin: 0px;
}



a.committeetr:hover {
	background-color: #484431;
	border: 1px solid #484431;
	color: #FFF;
}
div#monthCalNav {
	clear: both;
	margin-bottom: 15px;
	display: block;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	float: left;
}.calendarcontent:hover {
	background-color: #fdfce8;
	display: block;
}
.formbackground {
	background-color: #fdfce8;
}

.form p {
	font-size: 14px;
	line-height: 25px;
	color: #000;
}
h3 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #004844;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
