@charset "utf-8";
/* CSS Document */

* {margin:0; padding:0;	font-size:100%;}

body {
	background-image:url(images/green_top_bkgrd.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	}
	
#wrapper{
	position: relative;
	width: 825px;
	text-align: left;
	margin: 0 auto;

}

.logo {
	width: 825px;
	height: 86px;
	}


div#nav{
	position: absolute;
	margin-left: 87px;
	margin-top: 263px;
	text-align: right;
	line-height: 22px;
	}
	
div#nav a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform:uppercase;
	color: #84a55b;
	letter-spacing: .05em;
	text-decoration: none;
	}	
	
div#nav a:hover{
	color: #b06110;
	text-decoration: none;
	}	
div#nav a.active {
	 color: #b06110;
	text-decoration: none 
	  }

.tagline1{
	margin-top: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:normal;
	text-transform: lowercase;
	font-style:italic;
	color: #543019;
	letter-spacing: .12em;
}

.tagline1 .socialmedia img{
float: right;
valign: top;
padding: 0px 5px 20px 5px;
margin-top: -25px;

}

.floatr {
	float: right;	
	}
	
.floatl {
	float: left;
	}	

	
div#content1 {
	background-image: url(images/calendar_bkgrd.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	vertical-align: top;
	margin-top: 5px;
	}
	
div#bothcolumns {
	margin-left: 120px;
	margin-right: 15px;
}	
	
p  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	line-height: 16px;
	color: #543019;
	}
td  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	color: #543019;
	}
ul   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	padding-left: 30px;
	color: #543019;
	}
	
a {
	color: #543019;
	text-decoration: none;
	}
a:hover {
	color: #543019;
	text-decoration: underline;
	}

.address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #b06110;
	font-weight: normal;
	text-align:center;
	line-height: 16px;
}	
.address a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #b06110;
	font-weight: normal;
	text-align:center;
	line-height: 16px;
}	

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #543019;
	font-weight: normal;
	text-align:center;
	line-height: 12px;
}	
	
.heading {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color:#b06110;
	padding-bottom: 10px;
	}
	
.subheading {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight:bold;
	color:#c19861;
	margin-bottom: 10px;
		}	

#calendarmain
{
	width: 515px;
}
.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #666;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
 
.white_content {
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;
	padding: 16px;
	border: 16px solid orange;
	background-color: white;
	z-index:1002;
	overflow: auto;
}

.yellowtext {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight:normal;
	color: #b06110;
	}