@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 */
	color: #000000;
	background-color: #ebebeb;
	background-image: url(images/bgrd.gif);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.redLarge {
	font-size: 36px;
	color: #af4344;
	font-weight: bold;
}
.greenLarge {
	font-size: 36px;
	color: #093;
	font-weight: bold;
}
.greenSmall {
	font-size: 24px;
	color: #093;
	font-weight: bold;
}


.blueLarge {
	font-size: 20px;
	color: #00C;
	font-weight: bold;
}

.blueMedium {
	font-size: 16px;
	color: #79001f;
	font-weight: bold;
}


.blackMedium {
	font-size: 1.2em;
	font-weight: bold;
}


.horizontalLineBold {
	height: 1px;
	width: 475px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-top: -10px;
}
.horizontalLineNormal {
	height: 1px;
	width: 440px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-top: 20px;
	margin-bottom: -15px;
}

.nolinkline img {
	border-style: none;
}


#container  {
	width: 955px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 1px solid #000000;
} 
.center {
	text-align: center;
}

#header  {
	height: 195px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-color: #FFF;
	background-image: url(images/headerlogo-new.gif);
	background-repeat: no-repeat;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-position: center top;
} 
#headerspace {
	background-color: #af4344;
	height: 20px;
	width: 955px;
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff;
	margin-top: 20px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-bottom: 20px;
}
#sidebar1 p  {
	font-size: 1em;
	line-height: 1.5em;
	font-family: "Comic Sans MS", cursive;
}
#sidebar1  a:link {
	color: #000;
	text-decoration: none;
}

#sidebar1 a:visited {
	color: #000;
	text-decoration: none;
}

#sidebar1 a:hover {
	color: #af4344;
	text-decoration: none;
}

#sidebar1 img {
	display: block;
	text-align: center;
	margin-left: -10px;
}

#sidebar2  {
	float: right; /* since this element is floated, a width must be given */
	width: 220px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* padding keeps the content of the div away from the edges */
	margin-top: 20px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-bottom: 20px;
}

#sidebar2 img {
	padding: 0px;
	border: 1px solid #000;
	text-align: center;
	display: block;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

#mainContent  {
	margin-right: 260px;
	margin-left: 180px;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #af4344;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center center;
} 
#mainContent h1 {
	font-family: "Comic Sans MS", cursive;
	color: #af4344;
	font-weight: bold;
	font-size: 1.6em;
}
#mainContent h2 {
	font-family: "Comic Sans MS", cursive;
	font-size: 1.3em;
	color: #af4344;
}
#mainContent h3 {
	font-family: "Comic Sans MS", cursive;
	font-size: 1.1em;
	color: #000;
	line-height: 0.1em;
	margin-bottom: -8px;
}
#mainContent h4 {
	font-family: "Comic Sans MS", cursive;
	font-size: 1.2em;
	color: #af4344;
}


#mainContent p {
	font-size: 1em;
	line-height: 1.3em;
}


#mainContent ul li {
	font-size: 1em;
	line-height: 2em;
	list-style-position: inside;
	list-style-image: url(images/steeplesmall.gif);
	text-indent: -2em;
}
#mainContent table {
	margin-top: 15px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#mainContent table tr td{
	font-size: 0.9em;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#mainContent  a:link {
	color: #000;
}

#mainContent a:visited {
	color: #000;
}

#mainContent a:hover {
	color: #af4344;
}	
#mainContent .mayday h4  {
	color: #126328;
	font-size: 1.3em;
	text-align: center;
}
#mainContent .mayday h4 a:link {
	color: #96C;
	text-decoration: underline;
}
#mainContent .mayday h4 a:visited {
	color: #96C;
	text-decoration: underline;
}
#mainContent .mayday h4 a:hover {
	color: #98A2B9;
}

#mainContent .winter h4  {
	color: #039;
	font-size: 1.3em;
	text-align: center;
}
#mainContent .winter h4 a:link {
	color: #06F;
	text-decoration: underline;
}
#mainContent .winter h4 a:visited {
	color: #06F;
	text-decoration: underline;
}
#mainContent .winter h4 a:hover {
	color: #98A2B9;
}
#mainContent .winter img {
	float: left;
}
#mainContent .winter h3 {
	line-height: 1.2em;
	text-align: center;
}



#mainContent .cocktail h4  {
	color: #06F;
	font-size: 1.3em;
	text-align: center;
}
#mainContent .cocktail h4 a:link {
	color: #0C0;
	text-decoration: underline;
}
#mainContent .cocktail h4 a:visited {
	color: #0C0;
	text-decoration: underline;
}
#mainContent .cocktail h4 a:hover {
	color: #060;
}

#mainContent .skate h4  {
	color: #06F;
	font-size: 1.3em;
	text-align: center;
}
#mainContent .skate h4 a:link {
	color: #06F;
	text-decoration: underline;
}
#mainContent .skate h4 a:visited {
	color: #03F;
	text-decoration: underline;
}
#mainContent .skate h4 a:hover {
	color: #00F;
}

#mainContent .skate p {
	color: #09F;
	font-weight: bold;
	text-align: center;
	font-family: "Comic Sans MS", cursive;
	margin-top: -15px;
	margin-bottom: -15px;
	font-size: 1em;
}

#mainContent .potluck h4  {
	color: #C60;
	font-size: 1.3em;
	text-align: center;
}
#mainContent .potluck h4 a:link {
	color: #c60;
	text-decoration: underline;
}
#mainContent .potluck h4 a:visited {
	color: #c60;
	text-decoration: underline;
}
#mainContent .potluck h4 a:hover {
	color: #966;
}

#mainContent .potluck p {
	color: #C30;
	font-weight: bold;
	text-align: center;
	font-family: "Comic Sans MS", cursive;
	margin-top: -15px;
	margin-bottom: -15px;
	font-size: 1em;
}

#mainContent .harvest h4  {
	color: #930;
	font-size: 1.3em;
	text-align: center;
	background-image: url(images/harvestleaf.gif);
	background-repeat: no-repeat;
}
#mainContent .harvest h4 a:link {
	color: #6A683C;
	text-decoration: underline;
}
#mainContent .harvest h4 a:visited {
	color: #C60;
	text-decoration: underline;
}
#mainContent .harvest h4 a:hover {
	color: #ffbd2c;
}

#mainContent .tween h4  {
	color: #333;
	font-size: 1.3em;
	text-align: center;
	background-repeat: no-repeat;
}
#mainContent .tween h4 a:link {
	color: #666;
	text-decoration: underline;
}
#mainContent .tween h4 a:visited {
	color: #666;
	text-decoration: underline;
}
#mainContent .tween h4 a:hover {
	color: #333;
}

#mainContent .xmas{
	background-image: url(images/xmasballs.gif);
	background-repeat: no-repeat;
	background-position: left top;

}

#mainContent .xmas h4  {
	color: #79001f;
	font-size: 1.3em;
	text-align: center;
}
#mainContent .xmas h4 a:link {
	color: #405414;
	text-decoration: underline;
}
#mainContent .xmas h4 a:visited {
	color: #405414;
	text-decoration: underline;
}
#mainContent .xmas h4 a:hover {
	color: #98A2B9;
}

#calendar {
	margin-left: 180px;
	margin-right: 20px;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 30px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #af4344;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center center;
}



#contact p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.3em;
}


#footer  {
	background-color: #af4344;
	width: 955px;
} 

#footer p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 12px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	line-height: 0em;
}
.redSmall {
	font-size: 1.3em;
	color: #af4344;
	line-height: 20px;
	text-decoration: none;
	font-weight: bold;
}

.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;
}

