/* The Big Ol' Egg Drop */

body {
	background:#9ADEFF url(../images/sky_bg.jpg) no-repeat;
	font-family:arial!important;
	color:#333;
	font-size:16px;
	position:relative;
}

#sponsors {
	position:absolute;
	top:0px;
	left:0px;
}

#wrap {
	width:500px;
	margin:0px auto;
}

#header img{
	margin-bottom:20px;
}

#location {
	padding-top:5px;
}

#directions {
	float:right;
	width:225px;
	font-size:14px;
	padding:5px;
	margin-left:9px;
	margin-right:-130px;
	background:#FF3366;
	color:#fff;
	line-height:130%!important;
	position:relative;
}

#directions ul {
	margin-top:10px;
}

#directions li {
	padding:0px 0px 10px 10px;
}

#game {
	padding-top:5px;
	text-align:center;
	margin-bottom:50px;
}

#footer {
	background:url(../images/grass.gif) repeat-x;
	height:60px;
}

#footer_bottom {
	background:#60C400;
	height:25px;
	padding-top:15px;
	color:#fff;
	font-size:12px;
	text-align:center;
}

#footer_bottom a {
	color:#9ADEFF
}

#spread {
	position:absolute;
	right:0px;
	top:220px;
	background:url(../images/spread.gif) no-repeat;
	width:164px;
	height:180px;
}

.facebook a {
	position:absolute;
	top:30px;
	width:164px;
	height:38px;
	text-indent:-9000px;
	left:0px;
}

.twitter a {
	position:absolute;
	top:68px;
	width:164px;
	height:29px;
	text-indent:-9000px;
	left:0px;
}

.email a {
	position:absolute;
	top:100px;
	width:164px;
	height:36px;
	text-indent:-9000px;
	left:0px;
}



h1 {
	display:none;
}

h2.left a{
	width:207px;
	height:52px;
	background:#68A6D2;
	border:4px solid #99FF00!important;
	float:left;
	font-size:22px!important;
	text-align:center!important;
	padding:10px!important;
	line-height:120%!important;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	margin-right:30px!important;
}

h2.right a{
	width:207px;
	height:52px;
	background:#68A6D2;
	border:4px solid #99FF00!important;
	float:left;
	font-size:22px!important;
	text-align:center!important;
	padding:10px!important;
	line-height:120%!important;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
}

h2 a:hover{
	background:#2A72AB;
	border:4px solid #99FF00!important;
	color:#B1E4FF;
	font-weight:normal;
}

h3 {
	font-size:18px;
	color:#2A72AB;
	margin-bottom:15px!important;
}	

h4 a{
	display:block;
	background:#68A6D2;
	border:4px solid #99FF00!important;
	font-size:22px!important;
	text-align:center!important;
	padding:10px!important;
	line-height:120%!important;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	margin-top:20px;
}

h4 a:hover{
	background:#2A72AB;
	border:4px solid #99FF00!important;
	color:#B1E4FF;
	font-weight:normal;
}

p {
	line-height:140%!important;
	padding-bottom:15px!important;
}

.space {
	height:600px;
	margin:20px 0px 20px 0px;
	background:url(../images/space_bg.gif) no-repeat;
	background-position:center;
}

strong {
	font-weight:bold!important;
}

.green {
	background:#60C400;
	color:#fff;
	text-decoration:none;
}


/* Special styles for thank you page */

#continue {
	position:absolute;
	right:0px;
	top:220px;
	width:120px;
	height:180px;
}


/* Reset Styles */

html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

