	/* CSS Document */
	
	/* SITE SPECIFIC LAYOUT */
	* {
	margin:0;
	padding:0;
	}
	html {
	font-size:100%;
	}
	body {
	margin: 0;
	padding: 0;
	font: 62.5%/1em "Comic Sans MS";
	text-align: left;
	background: white;
	}
	div#container {
	position: relative;
	width: 901px;
	margin:  0 auto;
	padding: 0;
	background: url(../images/subcontentbg.png) repeat-y;
	}
	#page-home div#container {
	background: url(../images/htmlbg.png) no-repeat;
	}

	/* HEADER */
	div#header {
	}
	div#header h1 {
	position: relative;
	font-size: 9px;
	width: 605px;
	height: 164px;
	top: 35px;
	left:8px;
	}
	div#header h1 span {
	width: 100%;
	height: 100%;
	position: absolute;	
		background: url(../images/subpageheader.jpg) no-repeat;
	}	
	#page-home div#header h1 {
	width: 416px;
	height: 116px;
	top: 6px;
	left: 12px;
	}
	#page-home div#header h1 span {
	background: url(../images/header.jpg) no-repeat;	
	}
	/* END HEADER */
	/* Navigation */
	ul#nav {
	font:bold 1.5em Arial, Helvetica, sans-serif;
	padding: 0;
	list-style: none;
	margin: 50px 0 20px 0;
	text-align: center;
	}
	#page-home ul#nav {
	text-align: left;
	margin: 48px 0 5px 20px;
	}
	* html ul#nav {
	/* hide ie/mac \*/
	height: 1%;
	/* end hide */
	}
	ul#nav li {
	display: inline;
	margin: 0;
	padding: 0 15px;
	list-style: none;
	color: #b9cc6d;
	text-transform:lowercase;
	}
	ul#nav li a {
	text-decoration: none;
	color: white;
	}
	/*end Navigation*/
	/* content */
	div#content {
	
	}
	#page-home div#content {
	width: 875px;
	height: 670px;
	margin: 10px auto 0;
	padding: 0;
	text-align: left;
	}
	div#contentwrapper {
	width: 100%;
	margin: 0px auto;
	padding: 0;
	text-align: left;
	background: url(../images/sublogobg.png) no-repeat;
	}
	#page-home div#content {
	background: url(../images/treesbg.jpg) no-repeat;	
	}
  #page-home blockquote {
	position: relative;
	top: 24px;
	padding: 25px 0 0 0;
	height: 100px;
	width: 600px;
	font-size: 1.4em;
	line-height:1.6em;
	text-align: center;
	background: url(../images/quotebg.jpg) no-repeat
	23px 0;
	}	
  #page-home blockquote span {
	margin-left: 350px;
	}
	div#main {
	float: left;
	width: 580px;
	height: 342px;
	display: inline;
	margin: 32px 0 0 12px;
	padding: 0;
	background: url(../images/transparentbg2.jpg) no-repeat;
	}
	div#sub {
	float: left;
	width: 270px;
	height: 216px;
	margin: 90px 0 0 8px;
	display: inline;
	background:url(../images/transparentbg3.jpg) no-repeat;
	}
	div#sub span {
	float: right;
	text-align:center;
	font: bold 1.4em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	width: 46px;
	height: 46px;
	margin:28px 20px 0 0;
	padding-top: 4px;	
	background: url(../images/calendar.png) no-repeat;
	color: #68544b;
	}
	div#sub span strong {
	font: bold 1.3em Arial, Helvetica, sans-serif;
	color: #403733;
	}
	div#sub dl{
	width: 165px;
	}
	img#polaroid {
	position:absolute;
	right: 0px;
	top:39px;
	}
	/*sub page*/
	div#quick-links, div#submain {
	float:left;
	padding: 0;
	margin: 0;
	}
	div#quick-links {
	width: 257px;
	height: 780px;
	background:url(../images/sublinksbg.jpg) no-repeat 6px 0;
	margin-top:25px;
	}
	div#quick-links h4{
	padding: 265px 20px 0px 0;
	margin:0px 0 0 6px;
	background:url(../images/sidehead/rotator.php) no-repeat;
	text-align:center;
	font-size: 2.4em;
	font-weight:900;
	line-height: 1.5em;
	color: #322c27;
	}
	div#quick-links ul {
	height: 375px;
	background:url(../images/subulbg.jpg) no-repeat 19px 0;
	padding: 1.8em 5em 0 0;
	margin: -1px 0 0 0;	
	list-style: none;
	}
	div#quick-links li {
	text-align: center;
	font: bold 1.8em Arial, Helvetica, sans-serif;
	color: #1c644b;
	margin-bottom: 10px;
	}
	div#quick-links a {
	color: #642f29;
	}
	div#submain {
	width: 617px;
	min-height:536px;
	margin-left: 7px;
	background:
	 url(../images/submainbg.png) #efedb1 no-repeat bottom left;
	}
	div#submain fieldset {
  	border: 0;
  	padding: 0 40px;
    }
    div#submain fieldset div {
  margin-bottom: 12px;
}
div#submain fieldset div label {
  font-size: 120%;
}
input#name, input#phone, input#email {
  font-size: 160%;
}
div#submain fieldset p {
  margin-left: 0;
}
    div#submain fieldset h4 {
  margin-left: 0;
  padding-left: 0;
  font-size: 140%;
  margin-bottom: 1em;
}
	div#submain h2{
	background: url(../images/h2subbg.png) no-repeat;
	padding:35px 0 25px 40px;
	margin:0;
	}
.image-left {
float: left;
margin: 5px 22px 16px 40px;
border: 2px #aaaaaa solid;
}


	/*end sub page*/
	/* END CONTENT */
	/*begin footer*/
	#footer {
	height: 55px;
	font: bold 80% Arial, Helvetica, sans-serif;
	padding:0 0 0 25px;
	background: url(../images/footerbg.png) no-repeat bottom;
	}
	#page-home #footer {
	padding:0 0 0 25px;
	height: 48px;
	background-image: none;
	}
	#footer p {
	color: #e1d3cf;
	float: left;
	margin:10px 60px 0 0;
	}
	#footer p a {
	color: #e1d3cf;
	font-weight:300;
	margin-right: 3px;
	}
	a#footer-contact {
	float: left;
	background: url(../images/contactbutton.gif)  no-repeat;
	width: 140px;
	height: 26px;
	margin-top: 8px;
	}
	a#footer-contact span {
	display: none;
	}
	/*end footer*/
	/* END LAYOUT */
	/* TYPOGRAPHY */
	div {
	font-size: 1em;
	}
	img {
	border: 0;
	}
	p, dl, ul, table, h2, h3, h4, h5, h6 {
	margin: 0 40px 1.5em;
	padding: 0;
	}
	h4, h5, h6 {
	margin-bottom: .25em;
	line-height: 1.3em;
	color: black;
	}
	/* LINKS */
	a,
	a:link,
	a:active {
	text-decoration: none;
	color: blue;
	}
	a:visited {
	color: purple;
	}
	a:hover {
	text-decoration: underline;
	color: white;
	}
	/* END LINKS */
	/* HEADINGS */
	h2 {
	margin-bottom:0.5em;
	font-size: 2.4em;
	font-weight:900;
	line-height: 1.5em;
	color: #a1201b;
	}
h3 {
	margin-bottom:1em;
	font: bold 1.8em "Comic Sans MS";
	line-height: 1.3em;
	color: #467e04;
	clear:left;
	}
	#container #contentwrapper #content #submain h3 a {
	color: #467e04;
	}
	#content #sub h3 a{
	color: #467e04;
	}
	#page-home h2, #page-home h3 {
	padding-top: 40px;
	}
	#page-home dl, #page-home h3{
	margin-left: 22px;
	}
	/* END HEADINGS */
	/* TEXT */
	blockquote, #quote{
	font-family: "Comic Sans MS", arial;
	padding:0px 40px;
	color:#666;
  font-style: italic;
}
	#quote{
	text-align:right;
	}
	p {
	margin: 0 40px 1.5em 40px;
	padding: 0;
	font-size: 1.6em;
	line-height:1.6em;
	}
	div#submain p, div#submain ul, table {
	font-size: 1.4em;
	line-height:1.4em;
	list-style: circle;
	}
	div#submain p span{
	margin-left: 350px;
	font-style:italic;
	}
  td, th {
	padding: 5px;
	}
	td {
	font-family:Arial, Helvetica, sans-serif;
	}
	th {
	color: #642f29;
	}
	/* END TEXT */
	/* LISTS */
	li {
	margin: 0 0 0.25em 30px;
	padding: 0;
	}
	dl {
	margin-bottom:20px;
	line-height: 1.4em;
	}
	dl dt {
	font: bold 1.4em Arial, Helvetica, sans-serif;
	color: #642f29;
	margin: 0.25em 0 0.5em 0;
	padding: 0;
	}
	dl dd {
	font:1.4em "Comic Sans MS";
	color: #362c2b;
	margin: 0;
	padding: 0;
	}
	/* END LISTS */
	/* END TYPOGRAPHY */    
	
	/* clearing */
	.clearfix:after {
	clear: both;
	height: 0;
	
	display: block;
	visibility: hidden;
	
	content: ".";
	}
	.clearfix {display:inline-block;}
	/* Hide from IE Mac \*/
	.clearfix {display:block;}
	/* End hide from IE Mac */
	/* end clearing */
