html, body {
	height: 100%;
	}
body {
	font: normal 0.75em/1.5em Georgia, "Times New Roman", Times, serif;
	color: #333;
	background: #fff;
	}
p, ul, ol { margin: 1.5em 0; }
ul { list-style: none; }
ol { list-style: decimal; }
li { margin-left: 16px; }

h1 {
	font-size: 1.5em;
	line-height: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
	}
h2 {
	font-size: 1.3333em;
	line-height: 1.125em;
	margin-top: 1.125em;
	margin-bottom: 1.125em;
	}
h3 {
	font-size: 1.1667em;
	line-height: 1.286em;
	margin-top: 1.286em;
	margin-bottom: 1.286em;
	}

a {
	color: #7eb750;
	text-decoration: none;
	border-bottom: 1px solid #7eb750;
	}
a:hover {
	color: #000;
	border-bottom-color: #000;
	}

.clear {
	display: block;
	height: 0px;
	clear: both;
	}
.bigsize {
	font-size: 1.6em;
	}
.supersize {
	font-size: 2.8em;
	}
.quote {
	font-style: italic;
	}
.quote .quotee {
	display: block;
	text-align: right;
	}
	
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
	}
#footer, .push {
	height: 4em;
	}

#masthead,
#header-photo,
#main-container, 
#footer {
	width: 656px;
	margin: 0 auto;
	}

#masthead {
	height: 62px;
	}
#masthead #logo {
	float: left;
	width: 300px;
	height: 52px;
	margin-top: 10px;
	text-indent: -99999px;
	background: url(images/logo.png) no-repeat;
	}
#masthead #navbar {
	float: right;
	margin: 0;
	}	
#masthead #navbar li {
	display: inline;
	float: left;
	margin-left: 8px;
	}	
#masthead #navbar li a {
	display: block;
	font-size: 0.8em;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #7eb750;
	padding-bottom: 6px;
	border-top: 36px solid #fff;
	border-bottom: 12px solid #fff;
	}	
#masthead #navbar li a:hover,
#masthead #navbar li a.active {
	border-top: 36px solid #fff;
	border-bottom: 18px solid #fff;
	background: url(images/navarrow.png) no-repeat bottom center;
	}	


#header-photo h2 {
	clear: both !important;
	width: 656px;
	height: 200px;
	margin-bottom: 0;
	text-indent: -99999px;
	}	
#header-photo .front { background: url(images/header-photo-front.jpg) no-repeat; }
#header-photo .contact { background: url(images/header-photo-contact.jpg) no-repeat;	}
#header-photo .about { background: url(images/header-photo-about.jpg) no-repeat;	}
#header-photo .services { background: url(images/header-photo-services.jpg) no-repeat;	}

#main-container .intro {
	width: 400px;
	height: 46px;
	background: url(images/intro.png) no-repeat;
	text-indent: -99999px;
	margin-top: 1.5em;
	}
#main-container .balloon-whatwedo {
	width: 150px;
	height: 46px;
	background: url(images/whatwedo.png) no-repeat;
	text-indent: -99999px;
	margin-top: 1.5em;
	position: relative;
	top: 12px;
	}
#main-container  ul li {
	margin-left: 0;
	padding-left: 16px;
	background: url(images/bullet.png) no-repeat left center; 
	}
	
#main-container .left-box {
	width: 428px;
	float: left;
	}
#main-container .right-box {
	width: 208px;
	float:right;
	}


#footer {
	background: #7eb750;
	color: #fff;
	}
#footer p {
	margin: 0;
	padding: 1em 20px 0;
	text-align: center;
	font-size: 0.9em;
	}
#footer span {
	color: #c9e39c;
	}
#footer a {
	border: none;
	text-decoration: none;
	color: #c9e39c;
	}
#footer a:hover {
	color: #def39f;
	}


#contactform input,
#contactform textarea {
	padding: 4px;
	}
#contactform td {
	padding-bottom: 8px;
	}
#contactform label {
	display: block;
	width: 70px;
	}