* {
	padding: 0;
	margin: 0;
}
#content h1.title {
	display: none;
}
#menu .online-entry a {
	background: url(../images/onlineentry.jpg) no-repeat;
}
#menu .online-entry a:hover {
	background: url(../images/onlinehover.jpg) no-repeat;
}
/* html */
body {
	background: #EFEFEF;
}
a {
	color: #489BE2;
}
a img {
	border: 0;
}
a:hover {
	color: #74B6EE;
}
/* wrapper */
#wrapper {
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 1px solid #CCC;
	width: 783px;
	margin: 83px auto 0 auto;
	background: #FFF;
	padding: 7px;
}
/* header */
#header {
	position: relative;
	background: #1AB4D6 url(../images/header.jpg) no-repeat;
	height: 161px;
	width: 783px;
}
#header h1 {
	text-indent: -9999px;
}
.entry-btn {
	float: left;
	margin-top: -5px;
	margin-left: -5px;
}
/* container */
#container {
	width: 783px;
}
/* search */
#search {
	background: #489BE2;
	width: 779px;
	height: 40px;
	padding: 0 4px 0 0;
}
#search form {
	padding-top: 8px;
	width: 276px;
	float: right;
}
#search input {
	height: 20px;
	width: 200px;
	float: left;
	margin-right: 4px;
}
#search input.button {
	width: auto;
	background: #333;
	color: #EFEFEF;
	border: 0;
	height: 26px;
	float: right;
	padding: 0 10px 0 10px;
}
/* menu */
#menu {
	clear: both;
	width: 211px;
	float: right;
	margin-bottom: 6px;
}
#navigation {
	border-top: 1px solid #D1D1D1;
}
#menu li {
	list-style: none;
}
#menu li a {
	background: #333;
	list-style: none;
	display: block;
	width: 199px;
	height: 36px;
	padding-left: 12px;
	line-height: 36px;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px solid #D1D1D1;
}
#menu .online-entry a, #menu .start-fundraising a {
	background: #489BE2 !important;
}
#menu .online-entry a:hover, #menu .start-fundraising a:hover {
	background: #ac2020 !important;
}
#menu li a:hover {
	background: #555;
	color: #EFEFEF;
}
#menu li.current a {
	background: #555;
	color: #EFEFEF;
}
/* content */
#content {
	width: 520px;
	padding: 10px;
	float: left;
}
#content ul {
	margin-left: 25px;
}
#content li {
	margin-bottom: 5px;
}
/* footer */
#footer {
	clear: both;
	background: #489BE2;
	width: 753px;
	height: 40px;
	padding: 0 15px;
}
#footer p {
	font-size: 10px;
	color: #EFEFEF;
	line-height: 40px;
	float: left;
}
#footer img {
	float: right;
}
#footer a img {
	border: 0;
	margin-top: 0px;
}
/* misc */
a.skip {
	display: none;
}


/* Josh's CSS */
body {
	font-family: 'Helvetica', 'Arial', 'Verdana';
	font-size: 100%;
}
h1 {
	font-size: 26px;
	padding-top: 10px;
	color: #ac2020;
	font-weight: bold;
}
h2 {
	font-size: 26px;
	padding-top: 10px;
	color: #489BE2;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	padding: 25px 0px 5px 0px;
	color: #ac2020;
	font-weight: bold;
}
h4 {
	font-size: 14px;
	padding: 25px 0px 5px 0px;
	color: #489BE2;
	font-weight: bold;
}
h5 {
	font-size: 12px;
	font-weight: bold;
	color: #444;
	padding-bottom: 5px;
	padding-top: 5px;
}
img {
	padding: 5px;
}
p {
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	color: #555;
	padding: 0px 0px 5px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.sponsors-list {
	float: right;
	margin-top: -315px;
	margin-right: -235px;
	text-align: center;
}
.sponsors-list li {
	list-style-type: none;
	display: block;
}
li {
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	color: #555;
}
.events li {
	line-height: 13px;
}
td { 
	padding: 5px;
	text-align: center;
}
p.enter {
	font-size: 60px;
	margin-top: 15px;
	text-align: center;
}
hr {
	border-bottom: 1px dashed #999 !important;
	border: 0
}
.sponsor-images {
	list-style-type: none;
}
.sponsor-images li {
	padding: 5px;
	display: inline-table;
}
#map_canvas {
	height: 500px;
}
#run_map_canvas {
	height: 500px;
}
.line {
	font-size: 22px;
	color: #fff;
	margin-top: 173px;
	float: left;
	margin-left: -154px;
}
.ie-fix {
	float: left;
	margin-left: -70px;
	margin-top: 7px;
}