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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	font-size: 13px;
	line-height: 1.5;
	font-family: Helvetica, Arial, Sans-serif;
	color: #222;
	font-weight: normal;
	text-align: left;
}
h1, h2, h3, h4, h5, h6, th {
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

p, ol, ul {
	margin-bottom: 1em;
}

a {
	color: #003399;
}
a:hover {
	text-decoration: none;
}

h1 {
	font-size: 26px;
	line-height: 39px;
	color: #003399;
	
}
h2 {
	font-size: 20px;
	line-height: 26px;
	margin: 13px 0 0 0;
}
h3 {
	font-size: 18px;
	line-height: 26px;
}
h4 {
	font-size: 16px;
	line-height: 20px;
}

#container {
	width: 730px;
	margin: 4px auto 0  auto;
}

ul#main_navigation {
	width: 130px;
	float: left;
	margin-top: 4em;
}
ul#main_navigation li {
	margin-bottom: 1.5em;
}
ul#main_navigation li a {
	text-decoration: none;
	display: block;
	height: 25px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -999em;
}
ul#main_navigation li a:hover,
ul#main_navigation li a.current {
	background-position: 0px -25px;
}
#history_nav a { background-image: url(/images/navigation/history.png); }
#mission_nav a { background-image: url(/images/navigation/mission.png); }
#board_nav a { background-image: url(/images/navigation/board.png); }
#grants_nav a { background-image: url(/images/navigation/grants.png); }
#help_nav a { background-image: url(/images/navigation/help.png); }
#events_nav a { background-image: url(/images/navigation/events.png); }

div#content {
	width: 550px;
	float: right;
	margin-top: 2em;
}

div.event_date {
	font-size: 1.2em;
	color: #333;
	margin-bottom: 1em;
	background-color: #C2CEE7;
	line-height: 40px;
	padding: 0 .5em;
}

div.event_date span { margin-right: 1em; }

div.event_date a#register_link {
	padding: .5em;
	line-height: 36px;
	background-color: #003399;
	color: #fff;
	text-decoration: none;
}

div.event_date a#register_link:hover {
	color: #C2CEE7;
}

.callout {
	width: 150px;
	float: left;
	padding: 1em;
	margin: 0 1em .3em 0;
	border: 1px solid #C2CEE7;
}

span.address {
	display: block;
}

div#content ul li {
	list-style: disc;
	margin-left: 1.5em;
}

div#content form ul li {
	list-style: none;
	margin-left: 0;
	line-height: 1.5em;
}


div#content ol li {
	list-style: decimal;
	margin-left: 1.5em;
}

p.errors {
	background-color: #900;
	color: #fff;
	padding: .5em;
}

ol.errors li {
	color: #900;
}

ul.player_info { clear: both; }

ul.player_info li, ul.player_number li {
	display: block;
	float: left;
	width: 127px;
	border-right: 1px solid #C2CEE7;
	padding: 5px 0;
}

ul.player_info li.last, ul.player_number li.last {
	margin-right: 0px;
	padding-right: 0;
	border: none;
}	

ul.player_info li label {
	display: block;
	margin: 0;
	padding: 2px;
	font-size: 11px;
}

ul.player_info li input.text_field {
	font-family: helvetica, arial, sans-serif;
	font-size: 11px;
	border-width: 1px;
	border-color: #7C7C7C #C3C3C3 #DDDDDD #C3C3C3;
	width: 115px;
	margin: 0 3px;
	padding: 2px;
}

ul.player_info li input.placeholder { color: #777; }
ul.player_info li input.error, ul.player_info li label.error { color: #900; }

ul.player_info li input.handicap { width: 60px; }
ul.player_info li input.street { margin-bottom: 2px; }
ul.player_info li input.city { width: 48px; margin-right: 0; }
ul.player_info li input.state { width: 16px; margin: 0; }
ul.player_info li input.zip { width: 32px; margin: 0; }
ul.player_info li input.name,
ul.player_info li input.handicap,
ul.player_info li input.city { margin-bottom: .5em; }

ul.player_info { overflow: hidden; margin-bottom: 2em; }

ul.player_info li span {
	color: #aaa;
	font-size: 11px;
	line-height: 13px;
	margin-top: 1.2em;
}

table {
	width: 100%;
	border: 1px solid #C2CEE7;
	border-right: none;
	margin-bottom: 1em;
}

thead {
	background-color: #C2CEE7;
}

tbody {
	border-bottom: 1px solid #C2CEE7;
}

th, td {
	padding: 5px;
	border-right: 1px solid #C2CEE7;
}

th.number, td.number {
	text-align: right;
}

th.total, td.total {
	font-weight: bold;
}

div.buttons div.back {
	width: 49%;
	float: left;
}

div.buttons div.forward {
	width: 49%;
	float: right;
	text-align: right;
}
