@charset "utf-8";
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	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 */
	background-attachment: scroll;
	background-image: url(images/background5.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #ECECEC;
}
#container {
	width: 900px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	padding: 0px;
	background-attachment: fixed;
	background-image: url(images/containerlarge.png);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link {
	text-decoration:underline;
	font-size: 16px;
	font-weight: bold;
	color: #355545;
}
a:visited {
	text-decoration:underline;
	font-weight: bold;
	font-size:16px;
	color: #355545;
}
a:hover {
	text-decoration:underline;
	font-size: 16px;
	color: #999999;
	font-weight: bold;
}
#linksContent {
	margin-left:350px;
	margin-top:50px;
}
#demContent {
	margin-top:-13px;

	font-size: 14px;
	color: #000;
	padding: 0px;
	text-align: left;
	

}
#educationcontent {
	margin-top:0px;
	margin-left:10px;
	margin-right:10px;
	font-size: 14px;
	color: #000;
	padding: 0px;
	text-align: left;
}
#mainContent {
	margin-top:0px;
	margin-left:10px;
	margin-right:10px;
	font-size: 14px;
	color: #000;
	padding: 0px;
	text-align: left;
}
#mainfront {
	margin-top:70px;
	margin-left:50px;
	margin-right:50px;
	font-size: 15px;
	color: #000;
	padding: 0px;
}
#mainfront table th {
	margin-top:70px;
	margin-left:50px;
	margin-right:50px;
	font-size: 15px;
	color: #000;
	padding: 0px;
	background-color:#52836A;
	height:30px;
}
#pricing {
	margin-top:100px;
}
#regularContent {
	padding-bottom:0px;
	margin-left:350px;
	width:500px;
	margin-top:-450px;
}

#columncontent {
	margin-left:380px;
	padding-bottom:30px;
	color: #000000;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	color: #487C27;
	text-align: center;
	text-indent: 0;
}
h4 {
	font-size: 14px;
	color:#355545;
	text-align: center;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #487C27;
	text-align: center;
	text-indent: 5px;
}
#sidebarone {
	width:250px;
	padding-top:25px;
	padding-bottom:0px;
	padding-right: 5px;
	padding-left:10px;
	border-radius: 20px;
	color: #000000;
	box-shadow:rgba(0,0,0,0.2)5px 5px;
	border: thin solid #87B49D;
	margin-left:10px;
	margin-top:20px;
	height:450px;
}
#sidebartwo {
	width:312px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right: 0px;
	padding-left:0px;

	margin-left:10px;
	margin-top:80px;
	height:402px;
}

.smallbox {
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
#contactform {
	margin-left:310px;
	margin-top:-475px;
	box-shadow:rgba(0,0,0,0.2)5px 5px;
	border: thin solid #87B49D;
	padding-right:20px;
	width:560px;
}
#email {
	margin-left:350px;
	margin-top:-450px;
}
#form {
	margin-top:50px;
	margin-left:30px;
}
#form a:link {
	text-decoration:underline;
	font-size: 14px;
	font-weight: bold;
	color: #4B254B;
}
#form a:visited {
	text-decoration:underline;
	font-weight: bold;
	font-size:14px;
	color: #4B254B;
}
#form a:hover {
	text-decoration:underline;
	font-size: 14px;
	color: #5E2F5E;
	font-weight: bold;
}

#footer {
	text-align: center;
	margin-top:20px;
}
#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: 0px 0;
	/*padding on this element will create space, just as the the margin would have, without the margin collapse issue*/
	padding-bottom: 0px;
 text-height:;
	font-size: 16px;
}
#frontcontactform {
	margin-left:400px;
	margin-top:70px;
}
#communityContent {
	padding-bottom:0px;
	margin-top:-50px;
	width:930px;
}

#galleryContent {
	margin-left:10px;
	margin-top:80px;
	margin-bottom:50px;
}



#description {
	margin-left:320px;
	margin-top:-500px;
}
#frontContent {
	width:840px;
	padding-top:0px;
	padding-bottom:20px;
	margin-left:5px;
	margin-top:50px;
	border-radius: 30px;
	padding-left:15px;
	padding-right:10px;
	border: thin solid #87B49D;
	box-shadow:rgba(0,0,0,0.2)5px 5px;
}
#ladybird {
	padding-bottom:0px;
}
#ladybird p {
	margin-top:-40px;
}
#ladybird a:link {
	text-decoration:underline;
	color:#4B254B;
	font-weight: bold;
	font-size:12px;
}
#ladybird a:visited {
	text-decoration:underline;
	color:#4B254B;
	font-weight: bold;
	font-size:12px;
}
#ladybird a:hover {
	color:#000;
	text-decoration:underline;
	font-size: 12px;
}

li {
	list-style: circle outside;
}
ul {
	list-style: circle outside;
}
.red {
	font-weight: bold;
	color: #000;
	font-size: 18px;
}
#services {
	margin-left:200px;
	padding-bottom:10px;
}
.blue {
	font-weight: bold;
	color: #355545;
	font-size: 14px;
}
.candy {
	font-weight: bold;
	color: #487C27;
	font-size: 16px;
}





#register {
	margin-left:10px;
	margin-right:10px;
	font-size: 20px;
	color: #000;
	padding: 0px;
}
#register a:link {
	font-size:22px;
	color:#52836A;
	text-align: center;
	text-decoration: underline;
}
#formcontent {
	margin-left:10px;
	margin-right:10px;
	;
	color: #000;
	padding: 0px;
}
#events {
	margin-left:10px;
	margin-right:10px;
	font-size: 14px;
	color: #000;
	padding: 0px;
}
.question {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #355545;
	font-weight: bold;
}
#footerright {
	margin-left:400px;
	margin-top:-350px;
	padding-bottom:120px;
}
#descriptioncontent{
	margin-top:10px;}

#registercontent{
	top:10px;}
#fullcontent{
	margin-left:-10px;}
	
#homecontent{
	margin-left:20px;
	margin-right:20px;}
