/************** Default Elements *******************/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

/* hide from IE mac \*/ 
html {
	min-height: 100%;
	margin-bottom: 1px;
}
/* end hiding from IE5 mac */

body {
	font: 100.01%/120% Arial, Helvetica, sans-serif;
	color: #333333;
	background: url(../images/bodyBG.jpg) repeat-x;
}

/************** Layout Elements *******************/

#wrapper {
	width: 770px;
	margin: 0 auto;
	font-size: 80%;
	/*background-color: #b1b4cd;*/
	background: url(../images/wrapperBG.jpg) repeat-x;
	/*border: 1px solid #b1b4cd;*/ 
	min-height: 400px;
}

#header {
	min-height: 100px;
	background: url(../images/headerBG.jpg) repeat-x; 
}

#header #title {
	margin-top: 20px;
}

#header ul {
	border-bottom: 1px solid #5f5f5f;
	border-right: 1px solid #5f5f5f;
	list-style-type: none;
	margin: 13px 20px 0 20px;
	min-height: 22px;
}

#header li {
	float: right;
	padding: 2px 10px;
	border-left: 1px solid #5f5f5f; 
}

#header li a {
	color: #A2A2A2;
	text-decoration: none;
}

#header li a:hover {
	color: #666;
}

body#homepage li#home a, body#hamletpage li#hamlet a, body#lmcapage li#lmca a, body#hallrentalpage li#hallrental a, body#dumppage li#dump a, body#busdirectorypage li#busdirectory a {
	color: #660033;
}

#strap {
	height: 140px;
	background: url(../images/strapBGearlyfall.jpg) no-repeat; 
	border-bottom: 1px solid #789;
}

#content {
	padding-top: 1px;
}

#innerwrapper {
	margin: 25px;
	padding-bottom: 25px;
	position: relative;
}

#innercontent {
	background-color: #fff;
	border: 1px solid #5f5f5f;
	min-height: 200px;
	margin-left: 170px;
	padding: 1px 10px 10px 10px;
	width: 345px;
}

#innercontent p {
	margin: 10px auto;
	line-height: 1.5em;
}

#innercontent ul li {
	margin: 0 40px;
}
#innercontent ol li {
	margin: 0 20px;
}

.twocol #innercontent {
	width: 525px;
}

#rightcol {
	min-height: 150px;
	float: right;
	background-color: #a6abaa;
	border: 1px solid #5f5f5f;
	width: 175px;
}

#rightcol .pad {
	background-color: #fff;
	margin: 5px;
	border: 1px solid #999;
}

#rightcol p {
	margin: 5px;
}

#rightcol ul {
	padding: 20px;
}

#rightcol h6 {
	padding: 0 10px;
}

.twocol #rightcol {
	display: none;
}

#rightcol img {
	display: block;
	margin: 6px auto 5px auto;
	border: 1px solid #5f5f5f;
}

#leftcol {
	float: left;
	width: 170px;
	min-height: 200px;
	border-top: 1px solid #5f5f5f;
}

#leftcol ul {
	list-style-type: none;
	list-style-position: inside;
}

#leftcol li {
	border-left: 1px solid #5f5f5f;
	border-bottom: 1px solid #5f5f5f;
}

#leftcol li a {
	display: block;
	text-decoration: none;
	font-size: 120%;
	padding: 5%;
	color: #fff;
	background-color: #a6abaa;
}

#leftcol li a:hover {
	color: #666;
	background-color: #d7d9d9;
} 


body#eventspage li#events a, body#coursespage li#courses a, body#rinkpage li#rink a, body#tennispage li#tennis a, body#golfpage li#golf a, body#skiingpage li#skiing a, body#carbonhillpage li#carbonhill a, body#wildwoodpage li#wildwood a, body#volunteerpage li#volunteer a, body#youthpage li#youth a {
	background-color: #fff;
	width: 155px;
	color: #8b9070;
}

#leftcol p {
	text-align: center;
	margin: 0 auto;
	padding: 5px;
}

#footer {
	font-size: 0.8em;
	font-weight: bold;
	text-align: right;
}


/************** Text Elements *******************/

h1, h2, h3, h4, h5, h6, caption {
	font-family: "bell gothic std light", Arial, Helvetica, sans-serif;
	color: #666;
}

h1 {
	padding: 15px 0 0 18px;
	font-size: 150%;
}

h2 {
	padding: 15px 0 0 18px;
	font-size: 140%;
}

h3 {
	padding: 15px 0 0 18px;
	font-size: 130%
}

h4 {
	padding: 0 18px;
	font-size: 120%
}

h5 {
	padding: 10px 0 0 18px;
	font-size: 105%;
}

h6 {
	padding: 10px 18px;
	font-size: 100%;
	font-variant: small-caps;
}

p {
	margin: 20px;
}

/************** Table Elements *******************/

table tr th {
	text-align: left;
}

table.ch caption {
	margin-top: 20px;
	padding: 15px 0 5px 18px;
	font-size: 130%
}

table.ch td {
	padding: 2px 0;
	margin: 0;
	border-bottom: 1px solid #CCCCCC;
}


/************** Generic Classes *******************/

.right {
	float: right;
	margin: 5px 0 2px 10px;
}

.left {
	float: left;
	margin: 5px 10px 2px 0;
}

.clearit {
	font-size: 0;
	line-height: 0;
	clear: both;
}

/****************** Classes *************************/

img.center {
	margin-left: 80px;
}

.credit {
	margin-top: 0;
	margin-left: 30px;
	font-size: .8em;
}

.agenda#innercontent p{
	margin: 5px 10px;
}
li.quote {
	list-style-type: none;
}

.button a {
	background-color: #06F;
	color: #FFF;
	padding: 5px;
	border: 2px solid #666;
	text-align: center;
	font: 1.3em Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}

.jobpost {
	 border: 2px double #F03; 
	 margin: 10px 0;
}

.jobpost p {
	padding: 0 10px;
	}

.bus_ad {
	border: 1px solid #CCC;
	padding: 1em;
	margin: 1em;
}

.bus_ad ul {
	list-style-type: none;
}

.bus_ad li {
	display: inline;
}
/************** Link Styles *******************/

a img {
	border: none;
}

a {
	color: #8b9070;
}

a:hover {
	color: #a8ad92;
}

 /*\*//*/
 #innercontent {
 	width: 180px;
 }
	
	.twocol #innercontent {
 	width: auto;
 }
 
 
 #header ul {
	height: 22px;
	margin-bottom: 5px;
}

/**/
