body {
	font-family: arial, verdana;
	margin: 5px 0px;
	color: #666666;
	font-size: 80%;
}

#container {
	width: 790px;
	margin: auto;
	background: white;
}

#header {
	background: url(../images/header.jpg) no-repeat;
	position: relative;
}
#logo {
	float: left;
}
#address {
	position: absolute;
	top: 15px;
	right: 20px;
	font-weight: bold;
	color: #27a940;
	text-align: right;
	font-size: 110%;
}
#phoneno {
	font-size: 125%;
}

#topnav {
	clear:both;
	background:  url(../images/topnav.jpg) no-repeat;
	height: 39px;
	margin: 5px 0px 0px 0px;
}

#topnav ul {
	list-style: none;
	margin: 0;
	padding: 9px 0px;
}
#topnav ul li {
	float: left;	
	margin: 0;
	padding: 0px 33px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	border-right: 1px solid white;
}
#topnav ul li a {
	display: block;
	color: white;
	text-decoration: none;
}

#content {
	clear:both;
	margin: 5px 0px 5px 0px;
	border: 1px solid #27a940;
}

.navheader {
	line-height: 35px;
	background: url(../images/navheader.jpg) no-repeat;
	color: white;
	font-weight: bold;
	margin: 5px 0px 0px 0px;
	padding: 0px 5px;
}

#sidenav {
	float: right;
	width: 190px;
	text-align: right;
	margin-right: 5px;
}

#sidenav ul {
	list-style: none;
	margin: 0px;
	padding: 10px 10px 0px 0px;
}

#sidenav ul li {
	margin: 0px;
	color: #27a940;
	font-weight: bold;
	border-bottom: 1px dashed #aaa;
}
#sidenav ul li a {
	color: #27a940;
	text-decoration: none;
	display: block;
	padding: 5px 0px 5px 15px;
}

#center {
	float: left;
	width: 560px;
	margin: 0px 5px 0px 15px;
}

#footer {
	background: url(../images/footer.jpg) no-repeat;
	clear: both;
	font-size: 85%;
	text-align: center;
	color: #666666;
}
#footer p {
	line-height: 39px;
	color: white;
	margin: 0px;
}
#footer a {
	color: white;
	text-decoration: none;
}
h1 {
	float: left;
	width: 220px;
	color: #27a940;
	padding-top: 10px;
	font-size: 190%;
}
h1 a {
	text-decoration: none;
	color: #27a940;
}
h2, h3, h4 {
 color: #27a940;
}

p {
	line-height: 150%; 
}

a img {
	border: none;
}

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {
height:1%;
}
*+html .clearfix {
height:1%;
}
.clearfix {
display:block;
}

label {
	float: left;
	width: 150px;
	margin: 2px;
}

input, textarea {
	margin: 2px;
}
