html {
 /*width:100%;*/
	height:100%;
}

body {
 background: #111e11 url(../images/bg-evergreen.jpg) no-repeat fixed left bottom;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	/*text-align: center;*/
}

#paper {
	width: 850px;
	margin: 0 auto;
	text-align: center;
	background: url(../images/bg-paper.gif) repeat-y center top;
	height: auto !important; /* IE ignores this */
	height: 100%; /* for IE6 */
	min-height: 100%;
}

body, p, input, textarea, td, tr, th {
	font: 11px/14px Tahoma, Geneva, Arial, Helvetica, sans-serif;
	color: #424242;
	position: relative;
}

img {
  border:0;
}


a:link, a:visited {	color: #8e4305;	text-decoration: none;	font-style: oblique;}
a:hover, a:active {	color: #8e4305;	text-decoration: underline; font-style: oblique;}

p {
	margin-top: 10px;
	margin-bottom: 10px;
}


h1, h2, h3, h4, h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #008062;
	margin: 0px;
	padding: 0px;
	line-height: 110%;
}
h1 {	font-size: 18px;}
h2 {	font-size: 16px;}
h2.upcomingCenterEvents{ margin-top:15px;}
h3 {	font-size: 14px;}
h4 {	font-size: 12px;}
h5 {	font-size: 10px;}

hr {
	padding:0;
	margin:2px 0 10px;
	height:0px; 
 border:0px; 
 border-top:1px solid #999;
}

.divider {
	padding:0;
	margin: 2px 0 5px;
	background: url(../images/bg-hr.png) no-repeat center center !important;
	background: url(../images/bg-hr.gif) no-repeat center center;
	width: 100%;
	height: 7px;

}
.upevents{
	margin-bottom:8px;
}
#header {
	height: 160px;
	width: 810px;
	margin: 0 auto;
	background: url(../images/bg-header-wood.jpg) no-repeat center top;
	clear: both;
	position: relative;
}
#header .innerhead {
	height: 100%;
	width: 100%;
	background: url(../images/bg-header-inner.png) no-repeat center bottom;
	text-align: left;
}
#header .logo {
	height: 135px;
	width: 290px;
	margin-left: 30px;
}

/*Begin Main Menu Styles */
#menu {
	height: 25px;
	width: 100%;
	line-height: 25px;
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #004677;
}
#menu ul {
 font: 12px Georgia, "Times New Roman", Times, serif;
	color: #004677;
	padding: 0;
	margin: 0;
	margin-left: 55px;
	height: 25px;
	width: auto;
	line-height: 25px;
}
#menubar_m1 {
  margin-left: 40px;
}
#menubar_m1 td {
  font: 12px Georgia, "Times New Roman", Times, serif;
	color: #004677;
}
#menu ul li {
	padding: 5px;
	list-style-type: none;
	display: inline;
	background: url(none);
	border-style: none;
}
#menu a:link, #menu a:visited {	color: #004677;	text-decoration: none;	font-style: normal;}
#menu a:hover, #menu a:active {	color: #008062;	text-decoration: none; font-style: normal;}

#menu a em {
font-style: normal;
font-weight: normal;
text-decoration: underline;
    }


/* End Main Menu styles */
.subnav{
	margin-top:15px;
	margin-bottom:20px;
}
.subnav ul li{
	padding-top:5px;
	padding-bottom:3px;
}
#subnav ul li{
	background: url(../images/bullet.gif) no-repeat left 5px;
}
.required{
	font-size:14px;
	color:#993300;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.postit {
	height: 240px;
	width: 244px;
	background: url(../images/bg-postit_comments.png) no-repeat center center;
	position: absolute;
	top: 0px;
	right: 60px;
	z-index: 2000;
	overflow: visible;
}
.postit a {position: relative; z-index: 2500;}
.postevent {
	height: 95px;
	width: 176px;
	font: 11px "Courier New", Courier, monospace;
	color: #333333;
	letter-spacing:-1px;
	margin-top: 85px;
	margin-left: 46px;
}

#content {
	width: 750px;
	margin: 0px auto;
	line-height: 14px;
}

#content .topshadow {
	height: 15px;
	width: 750px;
	background: url(../images/bg-topshadow.png) no-repeat center top;
}

/* Begin Featured Item on front page */
#content .featuredtop {
	background: url(../images/bg-featured-top.jpg) no-repeat center top;
	text-align: left;
	height: 182px;
	width: 696px;
	margin: 0px auto 10px;
	padding: 0;
}
#content .featureimage {
	border: 3px solid #e4cc8e;
	height: 110px;
	width: 110px;
	margin: 30px 0 20px 20px;
	float: left;
	display: inline;
}
#content .featuretext {
	width: 185px;
	float: left;
	margin-left: 15px;
	margin-top: 30px;
	margin-bottom: 20px;
	display: inline;
}
.featuretext  h1, .featuretext h2, .featuretext h3 { color: #fff;}
.featuretext  h1  {margin: 0 0 10px 0;}
.featuretext  h2, .featuretext  h3 {	font: 11px Tahoma, Geneva, Arial, Helvetica, sans-serif;}
.featuretext  h2 {font-weight: bold;}
.featuretext  h3 {	font-style: italic;	font-weight: normal;}
.featuretext  p {	color: #e4cc8e;	margin: 0px;}
.featuretext a:link, .featuretext a:visited {	color: #fff;	text-decoration: none;	font-style: normal;}
.featuretext a:hover, .featuretext a:active {	color: #e4cc8e;	text-decoration: none; font-style: normal;}
/* End Featured Item on front page */


#content .main {
	background: url(../images/bg-contentmain.png) repeat-y center top;
	text-align: left;
	margin: 0px auto;
	padding: 15px;
	height: auto;
	width: 660px;
}
#content .mainleft {
	width: 385px;
	float: left;
}
#content .mainleftfull {
	width: 100%;
}
#content .mainright {
	width: 245px;
	float: right;
}
.main ul {	
margin: 10px 10px;
padding:0;
line-height: 14px;
}
.main li {
	list-style: none;
	margin: 0;
	padding: 0 0 0 16px;
	border-bottom: 1px solid #fff;
	background: url(../images/bullet.gif) no-repeat left top;
}
#takesurvey li {
  
	list-style:decimal;
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px solid #fff;
  background:none;
}
img.imageFloatRight{
	float:right;
	margin-left:8px;
	margin-bottom:3px;
}
a img.imageFloatRight{
	border:solid 3px #dedede;
	padding:1px;
	background-color:#fff;
}
a:hover img.imageFloatRight{
	border-color:#999999;
}



/* Begin Footer Styles */
#content .footer {
	height: 75px;
	margin: 20px 0px 5px;
	background: url(../images/bg-footer.png) no-repeat center center;
	padding: 0px 0px 0px 40px;
}
#content .footer .floatbox {
	float: left;
	height: 50px;
	width: 140px;
	margin-right: 19px;
	margin-top: 10px;
	text-align: left;
	padding-left: 10px;
	line-height: 17px;
	position: relative;
}
.copyright {
	text-align: right;
	font-size: 9px;
	padding: 0px 30px 10px 0px;
	color: #989898;
	line-height: 10px;
}
.copyright  a:link, .copyright  a:visited {	color: #989898;	text-decoration: none;	font-style: normal;}
.copyright  a:hover, .copyright a:active {	color: #666666;	text-decoration: none; font-style: normal;}
/*end footer styles */


/* Guest comments section */
.gc {}
.gctop {
	background: url(../images/gc-top.png) no-repeat center top;
	height: 74px;
	width: 244px;
}
.gcmid {
	height: auto;
	width: 244px;
	background: url(../images/gc-mid.png) repeat-y center top;
}
.gcmid p {
	font: 11px "Courier New", Courier, monospace;
	color: #333333;
	padding: 0px 20px;
	margin: 0;
}
.gcbott {
	background: url(../images/gc-bott.png) no-repeat center top;
	height: 65px;
	width: 244px;
}

/* Front slideshow ------------------------------------------------------------------------------*/
#slides {
float: right; 
margin: 3px 3px 0 0 !important;
margin: 3px 2px 0 0;
}


/* tools ----------------------------------------------------------------------------------------*/
.clr {clear: both;}

.posted {
	border-bottom:1px dotted black;
	border-top:1px dotted black;
	padding:2px 0;
	margin: 3px 0;
}
.ecardleft {
width:100px;
float:left;
}
.ecardright {
float:left;
}
.ecardright input, .ecardright textarea {
  margin:2px 0;
}

*a, *map {
	position: relative;
}
