/* General */

body {
	font-family: Times, "Times new roman", Georgia, serif;
	font-size: 75%;
	background: url(../display_images/body_bg.jpg) #374f2b repeat-x;
	line-height: 1.2;
	padding: 0;
	margin: 0;
	color: #fff;
}

p {
	margin: 0;
	padding: 0;
}

a, a:link, a:active, a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}

img { 
	border: none; 
}

h1, h2, h3 {
	letter-spacing: -0.025em;
	color: #fff;
}

h1 {
	background: url(../display_images/logo.jpg) no-repeat; 
	text-indent: -2100px; 
	overflow: hidden; 
	height: 59px; 
	width: 403px;
	margin: 0 0 0 -90px;
}

h2 {
	
}

#footer h2 {
	color: #959f91;
	text-transform: uppercase;
}

/* Structure */

#container {
	width: 760px;
	margin: 0 auto;
}

#header {
	position: relative;
	height: 80px;
}

#header #strapline {
	position: absolute;
	left: 328px;
	top: 38px;
	font-size: 1.1em;
	color: #c3cbc0;	
}

#header #leaves {
	position: absolute;
	top: 0px;
	right: -35px;
}	

#main-stage {
	margin: 0 0 40px 0;
}

#main-stage img {
	border: 3px solid #98a392;	
}

#introduction {
	background: url(../display_images/intro_bg.gif) top left;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1.8;
	padding: 3px 0;
	letter-spacing: -0.025em;
	margin: 0 0 40px 0;
	overflow: hidden;
}

#services {
	margin: 0 0 40px 0;
	overflow: hidden;
}

#services .teaser {
	background: url(../display_images/dotted-line_vertical.gif) top right repeat-y;
	padding: 0 20px 0 0;
	float: left;
	margin: 0 20px 0;
	width: 204px;
	text-align: center;
}

#services .teaser h2 {
	font-weight: normal;
	margin: 10px 0 0 0;	
}

#services .teaser.end {
	background: none;	
	margin: 0;
}

#services .teaser .teaser-image {
	height: 85px;	
}

#footer {
	clear: both;
	background: url(../display_images/footer_bg.jpg) repeat-x top left;
	padding: 20px 0;
}

#footer .teaser {
	float: left;
	margin: 0 40px 30px 0;
	width: 225px;
}
#footer #address p {
	font-size: 1.1em;	
}
#footer .teaser p {
	font-size: 1.3em;	
}

#footer .teaser h2 {
	font-size: 1.3em;	
}

#footer .teaser.end {
	margin: 0;	
}

#footer .teaser img {
	border: 1px solid #617059;
	margin: 0 0 5px 0;
}

#footer #footer-container {
	width: 760px;
	margin: 0 auto;
}

#footer #footer-copy {
	clear: both;
	border-top: 1px solid #707f69;
	padding: 18px 0 0;
}
