* {
	margin: 0;
	padding: 0;
}

body {
	margin: 1.5em auto;
	width: 780px;
}

a {
	color: #087648;
}

a:hover {
	color: #ed1c24;
}

div#header {
	width: 760px;
	margin: 0 10px 1.3333333em 10px;
	position: relative;
}

div#main {
	width: 760px;
	margin: 0 10px 1.3333333em 10px;
}

p#initiative {
	position: absolute;
	top: 0;
	right: 0;
	top: 100px;
	text-transform: lowercase;
	color: #087648;
	font-size: 1.25em;
}

p#initiative a {
	color: #087648;
}

h1 {
	float: left;
	color: #087648;
}

p#tagline {
	position: absolute;
	top: 100px;
	left: 110px;
	color: #6c5735;
	font-size: 1.25em;
}

p#tagline a {
	color: #fff;
	outline-bottom: 3px #fff solid;
	text-decoration: underline;
}

p#tagline a:hover {
	color: #555;
	background: #fff;
	text-decoration: none;
}

h2 {
	color: #6c5735;
}

div#footer {
	position: relative;
	clear: both;
	padding-top: 3em;
	width: 760px;
	margin: 0 10px;
	height: 80px;
	padding-bottom: 8em;
}

div#footer h2#thinkpublic a {
	display: block;
	background: url('../images/thinkpublic_logo.png') top left no-repeat;
	height: 27px;
	width: 145px;
	text-indent: -9999px;
}

div#footer img {
	position: absolute;
	top: 7.7em;
}

body {
  font-size: 75%;
  font-family: Helvetica, Arial, sans-serif;
}
 
html>body {
  font-size: 12px;
}

p {
  	line-height: 1.5em;
	margin-bottom: 1.5em;
}

dt, dd {
  	line-height: 1.5em;
}

dt {
	width: 5em;
	float: left;
	clear: left;
	color: #6c5735;
}

dd {
	margin-left: 6em;
}

h1 {
	font-size: 3.5em;
	line-height: 1.286em;
	text-transform: lowercase;
	font-weight: normal;
	background: url('../images/header_logo.png') left top no-repeat;
	text-indent: -9999px;
	width: 940px;
	height: 139px;
}

h2 {
	font-size: 2.5em;
	line-height: 1.2em;
	text-transform: lowercase;
	font-weight: normal;
}

h3 {
	font-size: 1.5em;
	line-height: 1em;
	text-transform: lowercase;
	font-weight: normal;
	padding-bottom: 1em;
}

h3.top_line {
	border-bottom: 0.11111em solid #777;
	padding-bottom: 0.39999em;
	margin-bottom: 0.5em;
}

h4 {
	font-size: 1.25em;
	line-height: 1.2em;
	text-transform: lowercase;
	font-weight: normal;
	color: #087648;
}

div#next_event p, div#next_event h3 {
	margin: 0;
}

p.highlight {
	color: #087648;	
}

p.front {
	z-index: 5;
}