@charset "utf-8";

/* Begin CSS Reset */
/*-----------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*---------------*/
/* End CSS Reset */

/* Begin Styles */
/*--------------*/
body
{
	position: absolute;
	background: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 100%;
	border-bottom: #999999 1px solid;
	width: 97%;
}

h1, h2, h3, h4, h5
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	letter-spacing: 0.4px;
	line-height: 130%;
	margin: 0 0 15px 0;
}

h1
{
	font-size: 2em;
}

h2
{
	font-size: 1.6em;
}

h3
{
	font-size: 1.4em;
}

h4
{
	font-size: 1.2em;
}

h5
{
	font-size: 0.8em;
	font-weight: normal;
}

p, ul, ol
{
	line-height: 130%;
	margin: 0 0 15px 0;
	padding: 0;

}

ul
{
	list-style: none;
}

ul.fourH
{
	list-style: url(../media/background-images/CCESC_4HBullet.gif);
	padding-left: 30px;
}

ul.bullet
{
	list-style: square;
	padding-left: 30px;
}

li.staffName
{
	font-size: 1.2em;
	font-weight: bold;
}

li.staffTitle
{
	font-style: italic;
	font-size: 0.8em;
}

li.staffPhone
{
	font-size: 0.9em;
}

li.staffEmail
{
	font-size: 0.9em;
}

ol
{
	list-style: lower-roman;
	padding-left: 30px;
}

li span
{
	font-size: 0.8em;
	line-height: 1em;
}

a:link
{
	color: #b31b1b;
	text-decoration: none;
}

a:visited
{
	color: #CC3333;
	text-decoration: none;
}

a:hover
{
	color: #FF6600;
	text-decoration: underline;
}

a:active
{
	color: #FFFF00;
	text-decoration: underline;
}

table
{
	border-collapse: collapse;
}

td
{
	border: #000000 1px solid;
	padding: 5px;
}

#wrapper
{
	background: none;
	margin: 5px auto 0 auto;
	padding: 0 0 10px 0;
	width: 1000px;
}

#header
{
	background: #FFFFFF url('../media/background-images/CCESC_Header.gif') no-repeat;
	border: #000000 3px solid;
	border-bottom: none;
	font-family: "Times New Roman", Times, serif;
	height: 97px;
	width: 975px;
}

#header p
{
	font-size: 1.15em;
	font-style: italic;
	line-height: 115%;
	margin: 50px 0 0 705px;
	text-align: center;
	width: 190px;
}

#menu
{
	background: #b31b1b;
	border: #000000 3px solid;
	border-right: none;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.15em;
	height:  800px;
	width: 238px;
}

#menu ul
{
	list-style: none;
	margin: 3px 0 5px 10px;
	padding: 0;
}

#menu li
{
	margin: 5px 0 0 0;
}

#menu a:link
{
	color:#000000;
	text-decoration: none;
}

#menu a:visited
{
	color: #000000;
	text-decoration: none;
}

#menu a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}

#menu a:active
{
	color: #CC0000;
	text-decoration: none;
}

#center
{
	background: #CCCCCC;
	border: #000000 3px solid;
	float: left;
	min-height: 600px;
	width: 500px;
}

#content
{
	background: #FFFFFF;
	float: left;
	height: auto !important;
	height: 330px;
	min-height: 340px;
	padding: 10px;
	width: 480px;
}

#content.fourHContent
{
	background: #FFFFFF url(../media/background-images/CCESC_4H.gif) no-repeat;
}

#content p
{
	text-align: justify;
	text-indent: 30px;
}

#content p span
{
	color: #990000;
}

#content p span:hover
{
	border-bottom: #990000 1px dotted;
}

#calendar
{
	border: 0;
	height: 600px;
	width: 480px;
}

#donation
{
	font-size: 0.7em; 
	height: 65px;
	margin: 10px auto;
	text-align: center;
	width: 200px;
}

#donation p
{
	text-indent: 0; 

#map
{
	border: #000000 5px inset;
	height: 400px;
	margin: 10px auto 10px auto;
	width: 460px;
}

#footer
{
	background: #b31b1b;
	border-top: #000000 3px solid;
	clear: both;
	height: 37px;
	width: 500px;
}

#footer p
{
	font-size: 0.9em;
	text-align: center;
}

#footer a:link
{
	color: #CCCCCC;
	text-decoration: none;
}

#footer a:visited
{
	color: #AAAAAA;
	text-decoration: none;
}

#footer a:hover
{
	color: #CCCCCC;
	text-decoration: underline;
}

#footer a:active
{
	color: #000000;
	text-decoration: underline;
}

#extra
{
	background: #b31b1b url('../media/background-images/CCESC_schoharie-county.gif') repeat;
	border: #000000 3px solid;
	border-left: none;
	float: right;
	height:400px;
	width: 250px;
}

.clearFix
{
	clear:both;
	height: 0;
	widows: 0;
}

/*------------*/
/* End Styles */
