/* CSS Document */

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

body {
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #d3d7d4;
	background-image:url(images/Epping_background.gif);
	background-position:top;
	background-repeat:repeat-x;
	min-width:850px;
}

#wrapper {
	background-image:url(images/Epping_Header_bkg_banner.png);
	background-repeat:no-repeat;
	background-position:center top;
	width:1200px;
	margin: 0px auto 0px auto;
	padding: 0px;
}

/* Header Style */
#header {
	width: 830px;
	height:230px;
	margin: 0px auto 0px auto;
	padding: 0px;
}

#topnav {
	margin: 0px auto 0px auto;
	width:830px;
	
}

/* End Header Style */

#main {
	margin: -100px auto 0px auto;
	padding: 0px;
	width: 830px;
	background-position:top center;
	background-image:url(images/Epping_body_bkg.png);
	background-repeat:repeat-y;
}

/* Content Styles */
#content {
	width: 490px;
	margin:0px 18px 0px 45px;
	padding: 44px 0 20px 0;
	float:left;
}

#content p {
	padding-top:9px;
	padding-bottom:10px;
	font-size:1.15em;
	line-height:1.1em;
}

h2 {
	color:#CC9933;
	padding:1px;
	font-size:1.4em;
	font-weight:normal;
}

h3 {
	padding:1px;
	font-size:1.2em;
	font-weight:normal;
}

#content a, #content a:visited {
	color:#006d85;
	text-decoration:none;
}

#content a:hover {
	color:#CC9933;
	text-decoration:underline;
}

.contentleft {
	float:left;
	width:245px;
	padding-top:30px;
	line-height:1.8em !important;
}

.contentright {
	float:right;
	width:245px;
	text-align:center;
}

.contentright2 {
	float:right;
	width:300px;
	text-align:center;
}

#content ul {
	list-style-position:inside;
	list-style-image:url(images/Epping_ul_bullet.gif);
}
/* End Content Styles */

/* Right Side Styles */
#rightside {
	width:229px;
	margin:30px 30px 30px 15px;
	float:right;
}

#rightside h2 {
	text-align:center;
}

.rightbox {
	border:2px solid #CC9933;
	border-radius: 1.6em;
	padding:15px;
	line-height:1.6em;
	margin-bottom:15px !important;
}

#rightside ul {
	list-style-position:inside;
	list-style-image:url(images/Epping_right_ul_bullet.gif);
}
/* End Right Side Styles */

/* Footer Styles */
#footernav {
	width:800px;
	margin: 0px auto 10px auto;
	padding: 20px 15px 10px 15px;
	clear:both;
	color:#006d85;
	text-align:center;
	/* border-top:2px solid #86CCD9; */
	background-image:url(images/Epping_footer_bkg.png);
	background-position:top center;
	background-repeat:no-repeat;
}

#footernav a {
	color:#006d85;
	text-decoration:none;
}

#footernav a:hover {
	color:#333333;
	text-decoration:underline;
}
/* End Footer Styles */

/* Misc Styles */
.clear {
	clear:both;
}

.quote {
	font-family:"Times New Roman", Times, serif;
	font-size:1.7em !important;
	text-align:center;
	padding-bottom:5px !important;
	font-style: italic;
}
.quoten {
	font-family:"Times New Roman", Times, serif;
	font-size:1.3em !important;
	text-align:center;

}
.media {
	text-align:center;
	padding-bottom:25px !important;
}
.line {
	border-bottom:2px dotted #CC9933;
	width:490px;
	clear:both;
	height:2px;
	padding:5px 0px;
}
	
