html, body {
	background-color: white;
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
color: black; /*previously set to white to contrast with old 'leaf' background */
/*	text-align: center; */
/*	background-image: url(../images/bg-tile-forest.jpg); */
}

img {
	border: none;
}


table {
	font-size:70%;
	margin-left: 20px;
}

td {
	background-color: #D6D4E1;
	text-align: left;
	vertical-align: top;
}

h1, h2, h3
 {
	margin: 10px 0px 10px 20px;
	letter-spacing: 0.02em;
}

h2.phone {
	margin-top: 45px;
	padding-bottom: 5px;
	background-image: url(../images/phone-icon.jpg);
	background-repeat: no-repeat;
	text-indent: 35px;
}

p {
	margin-left:20px;
}

.alert {
	color: red;
	font-weight: bolder;
	font-size: larger;
}
/*

#container {


   color: black;
	background-color: white; 
	width: 90%; 
	text-align: left;
	border: 3px solid #8BAEDD;
	padding:0;
	margin: 10px auto 10px auto;

} */

#banner {

	margin:0; 
	padding:0;
	/*background-color: #DEE4F2; */
		width: 100%;
	/*make the leaf image appear as a background aligned right with no repeat*/
/*	 background-image: url(../images/snowleaf1.jpg); */
	 background-image: url(../images/greyline.jpg); 	 
	background-position: right;
	background-repeat: no-repeat; 
	height:93px;
	
}

#banner h1 {
	/* color: #46479A; */
	font-family: "Arial Narrow", Arial, sans-serif;
	font-weight: lighter;
	font-size: 220%;
	text-align: center;
	margin: 0 30px; /*top banner h1 needs its margins set to zero to get rid of that big space at the top in firefox*/
	padding-top: 20px;
	letter-spacing: 6px;
}

img.left {
	float: left;
	margin: 0 10px 0px 0px;
	background-color: white;
}





#content {
	clear: both;
	float: left;
	width: 60%;
	
} 

#content h2 {
	font-weight:lighter;
	margin-bottom:30px;
}

#content h3 {
	font-weight: lighter;
	color: #46479A;
}

.smallfont {
	font-size:60%;
}

#map {
	
	clear: right;
	float: right;

width: 40%;
}



#map h3 {
	font-size: 80%;	

}

#map h2 {
	font-weight:lighter;
}	

#map img {
	margin-left: 5%;
}

#map li {
	font-size: 60%;
	list-style: none outside;
	margin-left: -20px;
}



#footer {

	clear:both;
	margin: 0px 0px 0px 0px;

}

