@charset "utf-8";
body {
	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 */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
div, h1, h2, h3, h4, h5, h6, p, pre, address, blockquote, span, ul, ol, li, dl, dd, dt, img {
	margin: 0px;
	padding: 0px;
}
 
.twoColFixLtHdr #container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
} 
.twoColFixLtHdr #header {
	background: #660099;
	padding: 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 250px;
	text-align: left;
	margin-bottom: 85px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #header img {
	margin: 0px;
}


.twoColFixLtHdr #mainContent {
	margin-bottom: 30px;
	margin-left: 350px;
	background: #99f;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	
} 
.twoColFixLtHdr #container #mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.2em;
	padding: 3px 3px 3px 5px;
}

.twoColFixLtHdr #mainContent p {
	font-size: 0.9em;
	line-height: 1.2;
	margin-top: 30px;
	padding: 10px;
}
.twoColFixLtHdr #mainContent p img {
	margin: 10px;
	padding: 5px;
	display: inline;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 300px; /* the background color will be displayed for the length of the content in the column, but no further */
	color: #fff;
	margin-bottom: 30px;
}
.push {
	text-decoration: none;
}


.twoColFixLtHdr #sidebar1 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	line-height: 1.8em;
	background: #39F;
	height: 70px;
	padding: 0px;
	width: 280px;
	
}
.twoColFixLtHdr #sidebar1 #notices h1 {
	background: #609	 url(../Images/notices.gif) no-repeat left top;
	text-indent: -2000em;
	padding: 0px;
	margin: 0;
}


.twoColFixLtHdr #sidebar1 #opening h1 {
	margin-bottom: 20px;
	background: #609 url(../Images/opening.gif) no-repeat left top;
	text-indent: -2000em;
}
.twoColFixLtHdr #sidebar1 #articles h1 {
	margin-bottom: 20px;
	background: #609 url(../Images/articles.gif) no-repeat left top;
	text-indent: -2000em;
}

.twoColFixLtHdr #sidebar1 #happening h1 {
	background: #609 url(../Images/happening.gif) no-repeat left top;
	text-indent: -2000em;
}

.twoColFixLtHdr #sidebar1 #status h1 {
	line-height: 1em;
	font-size: 0.85em;
	background: #609 url(../Images/status.gif) no-repeat left top;
	text-indent: -2000px;
		
}
.twoColFixLtHdr #sidebar1 #opening h2 {
	font-size: 1.4em;
	text-align: center;
	font-weight: bold;
	font-variant: normal;
}
.twoColFixLtHdr #sidebar1 #articles h2 {
	font-size: 1em;
	text-align: center;
	margin-bottom: 25px;
}
.twoColFixLtHdr #sidebar1 #notices  {
	margin-bottom: 30px;
	background: #60f;
	text-align: left;
	border: 10px inset #609;
}
.twoColFixLtHdr #sidebar1 #notices p {
	padding: 0px 5px 5px 10px;
}
.twoColFixLtHdr #sidebar1 #opening  {
	background: #60F;
	margin-bottom: 30px;
	border: 10px inset #609;
	padding-bottom: 30px;
}
.twoColFixLtHdr #sidebar1 #articles  {
	background: #60F;
	margin-bottom: 30px;
	border: 10px inset #609;
	padding-bottom: 30px;
}

.twoColFixLtHdr #sidebar1 #happening  {
	margin-bottom: 30px;
	background: #60f;
	border: 10px inset #609;
}
.twoColFixLtHdr #sidebar1 #status  {
	background: #60F;
	border: 10px inset #609;
	margin-bottom: 30px;
}
.twoColFixLtHdr #sidebar1 ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.twoColFixLtHdr #sidebar1 ul li{
	margin: 0;
	padding: 0;
}
	
.twoColFixLtHdr #sidebar1 ul a:link,#sidebar1 ul a:visited{
	font: .85em/30px Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	margin: 0;
	border-bottom: 1px solid #fff;
	width: 263px;
	padding-left: 17px;
	display: block;
	background: #60F;
	font-style:normal;
		}
.twoColFixLtHdr #sidebar1 ul a:hover,#sidebar1 ul a:active {
	color: #609;
	background: #ffF;
}
.twoColFixLtHdr #sidebar1 #opening ul a.top {
	border-top: 1px solid #fff;
}
.twoColFixLtHdr #sidebar1 a:link,#sidebar1 a:visited{
	color: #fff;
	text-decoration: none;
	margin: 0;
	font-style: normal;
}
	
.twoColFixLtHdr #sidebar1 a:hover,#sidebar1 a:active {
	color: #609;
	background: #fff;
	border: none;
	font-weight: normal;
}
#footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	color: #FFF;
	text-align: center;
	position: relative;
} 

#footer div#contactButton {
	position: absolute;
	left: 800px;
	top: 0;
}
#contactButton a:link, #contactButton a:visited {
	height: 29px;
	width: 86px;
	display: block;
	text-indent: -1000em;
	background: url(../Images/contact_icon_dual.gif) no-repeat left top;
	border: none;
}
#contactButton a:hover, #contactButton a:active {
	background-position: left bottom;
}
	
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.2em;
	line-height: 1.4em;
}

.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;
}
.bold {
	font-weight: bold;
}
.boldCenterItalicCaps {
	font-size: 1.6em;
	font-style: italic;
	line-height: 1.8em;
	font-weight: bolder;
	font-variant: normal;
	text-align: center;
	color: #F00;
}
.oneColFixCtrHdr #header {
	height: 250px;
}


.oneColFixCtrHdr #headerSummer {
	background: #009933;
	height: 250px;
	position: relative;
	
}
.oneColFixCtrHdr #headerWinter {
	height: 250px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 900px;
	vertical-align: top;
	left: 250px;
	top: 0px;
}
.oneColFixCtrHdr #container #headerWinter h1 img {
	margin: 0px;
}

.oneColFixCtrHdr #mainMenu {
	position: relative;
	margin: 0 auto;
	
	}
.oneColFixCtrHdr #mainMenu ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
}
.oneColFixCtrHdr #mainMenu li {
	float: left;
	margin: 0;
	padding: 0;
}

.oneColFixCtrHdr #mainMenu li a:link, #mainMenu li a:visited{
	font-family: Verdana, Geneva, sans-serif;
	font-size: .9em;
	display: block;
	text-decoration: none;
	padding: 0 12px 0 10px;
	margin-right: 36px;
	line-height: 1.9em;
	font-weight: normal;
	font-style: normal;
}


.oneColFixCtrHdr #container {
	width: 900px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #headerWinter h1 {
	top: 0px;
	padding-top: 0px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	left: auto;
/*	  using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.oneColFixCtrHdr #headerSummer h1 {
	margin: 0;  /*zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	position: absolute;
	left: 0px;
	top: 0px;
	background: transparent;
}
.oneColFixCtrHdr #container #headerSummer img{
	margin: 0px;
}
.oneColFixCtrHdr #mainContent{
	color: #333;
	text-align: left;
	padding: 10px 20px;
	margin: 50px 0 30px 0;
}
.oneColFixCtrHdr #mainContent h1  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-style: italic;
	padding: 10px 0px 10px;
}
.oneColFixCtrHdr #mainContent h2  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-style: italic;
	padding: 10px;
}

.oneColFixCtrHdr p{
	padding: 0px;
	left: 90px;
	margin: 0px;
}
/*.oneColFixCtrHdr */a:link,/* #mainContent */a:visited{
	color:#Ff3939;
	font-style: italic;
	text-decoration: none;
	font-weight: bold;
}
/*.oneColFixCtrHdr*/ a:hover,/* #mainContent*/ a:active{
	border-bottom: 2px dashed;
}


table#summerSchedule  {
	width: 100%;
	font-family: Verdana, Geneva, sans-serif;
	border-collapse: collapse;
	border: 1px solid #333;
	margin: 20px auto 30px;
}
table#summerSchedule td {
	border: 1px solid #333;
	font-size: 0.8em;
	text-align: center;
	padding: 5px;
}
table#summerSchedule thead  {
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	background: #093;
	color: #fff;
	line-height: 50px;
}


table#summerSchedule tr:hover {
	background: #FfC;
	border: 1px solid #333;
}
table#summerSchedule thead tr:hover {
	background: transparent;
	border-color: #333;
	color: #fff;
}

table#summerSchedule caption {
	font-size: 2.0em;
	font-weight: bold;
	height: 50px;
	padding-bottom: 10px;
	color: #333;
}
table#winterSchedule  {
	width: 100%;
	font-family: Verdana, Geneva, sans-serif;
	border-collapse: collapse;
	border: 1px solid #fff;
	margin: 20px auto 10px;
}
table#winterSchedule thead  {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	background: url(../Images/header_background.jpg) no-repeat left top;
	color: #fff;
	height: 50px;
}
table#winterSchedule td {
	border: 1px solid #fff;
	font-size: 0.8em;
	text-align: center;
	padding: 5px;
}

table#winterSchedule tr:hover {
	color: #333;
	background: #FF9;
	border: 1px solid #333;
}

table#winterSchedule thead tr:hover {
	background: transparent;
	border-color: #333;
	color: #fff;
}
table#winterSchedule caption {
	font-size: 2.0em;
	font-weight: bold;
	height: 90px;
	padding-bottom: 10px;
	color: #333;
}
table#winterSchedule a:link {
	color: #31317A;
	text-decoration: none;
	font-weight: normal;
}
table#winterSchedule a:visited{
	text-decoration: none;
	color: #31317A;
	font-weight: normal;
}
table#winterSchedule a:hover {
	text-decoration: underline;
	color: #ff3939;
	border: none;
	font-weight: normal;
}
table#winterSchedule a:active {
	text-decoration: none;
	border: none;
	font-weight: normal;
}
table#newsletterSchedule  {
	width: 100%;
	font-family: Verdana, Geneva, sans-serif;
	border-collapse: collapse;
	border: 1px solid #333;
	margin: 20px auto 30px;
}
table#newsletterSchedule td {
	border: 1px solid #333;
	font-size: 0.8em;
	text-align: center;
	padding: 5px 3px;
}
table#newsletterSchedule thead  {
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	background: #f86d30;
	color: #fff;
	line-height: 20px;
}

table#newsletterSchedule tbody tr td{
	background: #FF6;
	color: #000;
}
table#newsletterSchedule tbody tr td a:link, table#newsletterSchedule tbody tr td a:visited {
	background: #FF6;
	color: #000;
	font-style: normal;
	}

table#newsletterSchedule tbody tr td a:hover{
	background: #f86d30;
	color: #fff;
	display: block;
	border: none;
}

table#newsletterSchedule thead tr:hover {
	background: transparent;
	border-color: #333;
	color: #fff;
}

table#newsletterSchedule caption {
	font-size: 1.5em;
	font-weight: bold;
	height: 50px;
	padding-bottom: 10px;
	color: #333;
}
#formWrap {
	background:#66C;
	padding: 1em 0;
}
form#frmBallot {
	width: 800px;
	margin: 0 auto;
}
#frmBallot p {
	margin-left:20px;
}
			  
			
fieldset {
	margin-bottom:20px;
	background:#DDE0FB;
	border: none;
	margin: 1em 0;
	padding: 20px 0;
}
legend {
	background:#DDE0FB;
	margin-top:-5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	padding: 5px 10 px;
	letter-spacing: 0.1em;
	color: #66C;
	font-weight: bold;
}
input.text {
	width: 300px;
}
input.text:focus {
	background:#FFF0F0;
	border:solid 1px #66C;
}
	
.italic {
	font-style: italic;
}

.center {
	text-align: center;
}
.oneColFixCtrHdr #container #mainContent ul li {
	margin-left: 50px;
	list-style: inside;
}
.oneColFixCtrHdr #container #mainContent #Accordion1 .AccordionPanel.AccordionPanelOpen .AccordionPanelContent .boldCenterItalicCapsblink {
	text-decoration: blink;
}

