﻿* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;	
	background: white;
	line-height: 1.4em;
	margin: 1em;
	padding: 1em;
}

h1 {
	padding: 0.5em 0;
	font-size: 1.5em;
	color: blue;
}

h2 {
	padding: 0.5em 0;
	font-size: 1.3em;
	color: red;
}

h3 {
	padding: 0.5em 0;
	font-size: 1.15em;
	color: blue;
}

p {
	padding: 0.5em 0;
	font-size: 1em;
	line-height: 1.4em;
	color: black;
}

ul {
	padding: 0.5em 2em;
	font-size: 1em;	
	line-height: 1.4em;
}

ol {
	padding: 0.5em 2em;
	font-size: 1em;		
	line-height: 1.4em;
}

dl {
	text-indent: 0;
}

dt {
	padding-top: 1em;
	clear: left;
	float: left;
	width: 200px;
	text-align: right;
	font-weight: bold;
	color: navy; 
}

dd {
	text-indent: 0;
	padding: 1em 0 0 0;
	margin-left: 210px;
	text-align: left;
}

a {
	color: blue;
}

a:hover {
	color: maroon;
}

.container {
	width: 890px;
	margin: 0 auto;
}
.header1 {
	position: relative;
	background-image: url('../img/header1.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	width: 890px;
	height: 175px;
}
.header2 {
	position: relative;
	background-image: url('../img/header2.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	width: 890px;
	height: 85px;
}
.header3 {
	position: relative;
	background-image: url('../img/header3.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	width: 890px;
	height: 100px;
}
.volunteer {
	position: absolute;
	right: 40px;
	top: 30px;
	width: 200px;
	height: 120px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
}

.volunteer p {
	padding: 0 !important;
	font-weight: bold;
}

.header2 a, .header3 a {
	text-indent: -9999px !important;
}

.content {
	padding: 0 2em;
}

.header2 a {
	position: absolute; display: block; 
}

#route {
	width: 144px; height: 43px; z-index: 1; left: 38px; top: 3px;
}

#vendors {
	width: 87px; height: 31px; z-index: 2; left: 188px; top: 2px; 
}

#entrants {
	width: 170px; height: 65px; z-index: 3; left: 280px; top: 15px;
}

#fundraising {
	width: 133px; height: 43px; z-index: 4; left: 454px; top: 38px;
}

#sponsorships {
	width: 121px; height: 41px; z-index: 5; left: 599px; top: 17px;
}

#committee {
	width: 115px; height: 42px; z-index: 6; left: 733px; top: 9px;
}

#email {
	position: absolute; display: block; width: 222px; height: 54px; z-index: 1; left: 540px; top: 0;
}

#home {
	position: absolute; display: block; z-index: 1; left: 120px; top: 60px; font-size: 1.2em;
	text-indent: 0 !important;
}

.footer {
	border-top: 1px dotted gray;
	font-size: 0.8em;
	text-align: center;
	padding: 2em 0;
}

.footer a {
	
}