html, body {
	font-family: Century Gothic, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
	
}

#header {
	height: 180px;
	width: 100%
}

#header-contents {
	width: 1000px;
	margin: 0 auto;
}


#splash {
	width: 750px;
	height: 180px;
	background-color: #333;
	float: left;
	background: url(/images/splash.jpg) top left no-repeat;
}

#logo {
	width: 250px;
	height: 180px;
	background-color: #fff;
	float: left;
	background: url(/images/logo.gif) top left no-repeat;
}


#menubar {
	height: 40px;
	width: 100%;
	margin: 0 auto;
	background: url(/images/menu-bg.gif) top left repeat-x;
}

#menubar-contents {
	height: 40px;
	width: 980px;
	margin: 0 auto;
}

#menu-items {
	float: left;
	width: 750px;
	height: 30px;
	position:relative;
	top:4px;
	left:10px;
}

#menu-items a {
	color: #000000;
	text-decoration: none;
	padding-bottom: 7px;
}

#menu-items a:hover {
	text-decoration: underline;
}

#menu-items a:visited {
	
}


#phone-number {
	float: right;
	width: 150px;
	height: 30px;
	font-size: 14px;
	font-weight:bold;
	position:relative;
	top:3px;
	left:10px;
}


#mission {
	clear: both;
	float: right;
	font-size: 8px;
	color:#666;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
}

#content {
	position: relative;
	top: 20px;
	left: 20px;
	width: 750px;
}

#content h1 {
	font-size: 16px;
}

#content .step {
	font-size: 16px;
	clear: both;
}

#content .step img {
	float: left;
	padding-bottom: 1em;
	margin-right: 20px;
	margin-top: 5px;
}

.sponsorList div {
	margin-bottom: 5px;
	cursor: pointer;
}

.sponsorName {
	text-decoration: underline;	
}

.sponsorName:hover {
	text-decoration: none;	
}

.sponsorInfo {
	border: 1px solid #aaa;
	height: 250px;
	width: 250px;
	background-color: #fff;
	position: absolute;
	display: none;
	opacity: 1;
	padding: 5px;
	left: 125px;
	top: 80px;
	text-align: center;
}