html, body{
	margin:0px;;
	padding:0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	}
body{
	background-image:url(../images/background.jpg);
	background-repeat:repeat;
	background-position:center top;
	background-color:#6F8E71;
}

/*Begin Main Placement*/
#headerMain{
	position:relative;
	display:block;
	}
#contentMain{
	height:100%;
	position:relative;
	display:block;
	}
#footerMain{
	position:relative;
	display:block;
	}

/*Flash header placement*/
#header{
	margin-left:auto;
	margin-right:auto;
	
	width:767px;
	height:180px;
	}

/*Contenet Area Settings*/
#content{
	width:640px;
	height:100%;
	
	background-color:#ededdf;
	
	padding-top:0px;
	padding-bottom:100px;

	margin-left:auto;
	margin-right:auto;
	
	display:block;
	
	text-align:left;
	}

#content p{
	font-size:12px;
	line-height:18px;
	color:#5D6258;
	
	margin:0px;
	padding:0px;
	}
	
#content ul{
	font-size:12px;
	color:#5D6258;
	}
	
#content li{
	padding-bottom:5px;
	list-style-type:square;
	}

#content h1, h2, h3, h4, h5, h6{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	margin:0px;
	padding:0px;	
}
#content h1{
	font-size:36px;
	color:#5D6258;
	font-variant:small-caps;
		border-bottom:1px solid #B7996C;
}
#content h2{
	font-size:30px;
	color:#B7996C;
	font-variant:small-caps;
	font-weight:normal;
	border-bottom:1px solid #5D6258;
}
#content h3{
	font-size:30px;
	color:#5D6258;
	font-variant:small-caps;
	font-weight:normal;	
	border-bottom:1px solid #B7996C;
}

#content h4, h5, h6{
	font-size:20px;
	color:#5D6258;
	font-variant:small-caps;
	font-weight:normal;	
	border-bottom:1px solid #B7996C;
}

#content a{
	color:#5D6258;
	text-decoration:underline;
}

#content a:hover{
	text-decoration:underline;
	background-color:#E4D9C1;
	}

/*Column placement*/	
#left{	
	display:block;
	float:left;
	height:100%;
	width:300px;
	
	margin-left:10px;
	}

#right{	
	display:block;
	float:right;
	height:100%;
	width:300px;
	
	margin-right:10px;
	}
#center{	
	display:block;
	
	width:620px;
	
	margin-left:auto;	
	margin-right:auto;
	
		border-bottom:1px solid #B7996C;
	}
	
/*Clears columns in the content area*/
.clear {
	clear:both;
	}

/*Titles with the Leaf on the first letter*/
/*The title needs to be in a div with either h2 or h3 tags*/
#leafBox{
	background-image:url(../images/header-leaf.gif);
	background-repeat:no-repeat;
	background-color:transparent;
	padding-top:10px;
	padding-left:42px;
	}

/*Footer Settings*/
#footer{
	background-image:url(../images/footer_bg.jpg);
	background-color:#947E58;
	background-repeat:repeat-x;
	
	padding-top:15px;
	padding-bottom:15px;
	
	height:125px;
	width:640px;

	margin-left:auto;
	margin-right:auto;
	
	font-size:11px;
	color:#50432f;
	text-align:center;
	}
#footer p{
	margin:0px;
	padding:opx;
	}
#footer a{
	font-size:11px;
	color:#50432f;
	text-decoration:none;
	font-weight:bold;
	}
#footer a:hover{
	text-decoration:underline;
	}

#menu {
	background-image:center;
	width: 767px;
	height: 180px;
	margin-left:auto;
	margin-right:auto;
}

#pictures{
	width: 300px;
	height: 225px;
	display:block;
}


#pdf{
	color:#5D6258;
	font-size:10px;
	}

#textControl{
	background-image:url(../images/resize_bg.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	height:32px;
	width:116px;
	float:right;
	padding: 0;
	}

a.aminus{
	display:block;
	float:right;
	height:19px;
	width:34px;
	background-image:url(../images/resize_mi.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	margin-top:13px;
	border:0px;
	}

a.anorm{
	display:block;
	float:right;
	height:19px;
	width:48px;
	background-image:url(../images/resize_re.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	margin-top:13px;
	border:0px;
	}

a.aplus{
	display:block;
	float:right;
	height:19px;
	width:34px;
	background-image:url(../images/resize_pl.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	margin-top:13px;
	border:0px;
	}
	
#phone-num-track{
margin: 0;
padding: 0 0 7px 0;
font-size: 12px;
font-style: italic;
font-weight:bold;
display:block;
text-align:center;
color:#5D6258;}


#form{float: left;
display:block;
width: 275px;
font-size: 12px;
margin: 10px 0 0 0;
padding: 0;
color:#5D6258;}


#form .bdy{text-align:right;}
#form p{font-style:italic; padding: 0 0 10px 0;}
#form h2{text-decoration: none; border: none;}
#form#name{border: solid #5D6258 1px;}