@charset "utf-8";
/* CSS Document */
/****************** GLOBAL STYLES *******************/

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	line-height: 32px;
	color: black;
	font-style: italic;
	padding: 7px 0px 0px 20px;
}

h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	line-height: 30px;
	color: black;
	text-align: center;
	text-decoration: underline;
	font-weight: 700;
}

h5 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	color: black;
}

.underline {
	text-decoration: underline;
}

.autoflow {
	overflow: auto;
}

/****************** END GLOBAL STYLES *******************/


/****************** WRAPPER STYLES *******************/

#content_left_column_wrapper {
	width: 295px;
	margin-bottom: 20px;
	float: left;
}

#content_right_column_wrapper {
	width: 641px;
	margin-left: 298px;
	border-left: 1px solid #d5d5d5;
}


#schedule_header_wrapper {
	background-image: url(../images/schedule_header.png);
	width: 282px;
	height: 48px;
	margin: 0px auto;
}

#schedule_body_wrapper {
	width: 282px;
	height: 248px;
	padding: 0px 0px 15px 0px;
	margin: 15px auto 0px auto;
	border-bottom: 1px solid #d5d5d5;
	position: relative;
}

#membership_body_wrapper {
	width: 282px;
	height: 270px;
	background-image: url(../images/member_photo_image.png);
	margin: 0px auto;
}

#results_header_wrapper {
	width: 625px;
	height: 48px;
	background-image: url(../images/results_header.png);
	margin: 0px auto;
}

#results_body_wrapper {
	width: 625px;
	height: 1184px;
	position: relative;
	margin: 15px auto 0px auto;
}

#membership_header_wrapper {
	width: 625px;
	height: 48px;
	background-image: url(../images/membership_header.png);
	margin: 0px auto;
}

#membership_content_wrapper {
	width: 625px;
	height: 734px;
	position: relative;
	margin: 15px auto 0 auto;
}

#contact_header_wrapper {
	width: 625px;
	height: 48px;
	background-image: url(../images/contact_header.png);
	margin: 0px auto;
}

#contact_content_wrapper {
	width: 625px;
	position: relative;
	margin: 15px auto 0 auto;
}

#special_event_wrapper {
	width: 939px;
	height: 109px;
	margin-bottom: 20px;
}

#donation_wrapper {
	width: 282px;
	height: 219px;
	padding: 0px 0px 15px 0px;
	margin: 15px auto 0px auto;
	border-bottom: 1px solid #d5d5d5;
}

/****************** END WRAPPER STYLES *******************/


/****************** SCHEDULE STYLES *******************/

#schedule_body_top {
	width: 282px;
	height: 17px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(../images/schedule_box_top.png);
}

#schedule_body_bottom {
	width: 282px;
	height: 17px;
	position: absolute;
	top: 231px;
	left: 0px;
	background-image: url(../images/schedule_box_bottom.png);
}

#schedule_body_content {
	width: 282px;
	height: 214px;
	position: absolute;
	top: 17px;
	left: 0px;
	background-image: url(../images/schedule_box_mid.png);
	background-repeat: repeat-y;
}

#schedule_body_content ul {
	color: #3d3d3d;
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
	list-style-type: none;
	margin-left: 1em;
}

#schedule_body_content li {
	line-height: 20px;
	padding-bottom: 15px;
	padding-top: 10px;
	padding-left: 25px;
	background-image: url(../images/bullet.gif);
	background-position: 0 14px;
	background-repeat: no-repeat;
	border-bottom: 1px solid #fbbea1;
	width: 230px;
}

#schedule_body_content a {
	padding-top: 0px;
	padding-right: 10px;
	display: block;
	text-align: right;
}

#schedule_body_content a:link, #schedule_body_content a:visited {
	color: #fff200;
	text-decoration: underline;
}

#schedule_body_content a:hover, #schedule_body_content a:active {
	color: black;
	text-decoration: none;
}

#schedule_header_wrapper a:link, #schedule_header_wrapper a:visited {
	color: black;
	text-decoration: underline;
}

#schedule_header_wrapper a:hover, #schedule_header_wrapper a:active {
	color: #fff200;
	text-decoration: none;
}

/****************** END SCHEDULE STYLES *******************/


/****************** INDEX MEMBERSHIP STYLES *******************/

.membership_header {
	width: 160px;
	height: 65px;
	padding-top: 25px;
}

.membership_link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: 900;
	display: block;
	margin-top: 27px;
	margin-left: 24px;
	width: 100px;
}

.photos_header_link {
	margin-top: 88px;
}

#membership_body_wrapper a:link, #membership_body_wrapper a:visited {
	color: black;
	text-decoration: underline;
}

#membership_body_wrapper a:hover, #membership_body_wrapper a:active {
	color: #fff200;
	text-decoration: none;
}

.learn_link a:link, .learn_link a:visited {
	color: #fff200!important;
	text-decoration: underline;
}

.learn_link a:hover, .learn_link a:active {
	color: black!important;
	text-decoration: none;
}


/****************** END INDEX MEMBERSHIP STYLES *******************/


/****************** RESULTS STYLES *******************/

#results_body_top {
	width: 625px;
	height: 17px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(../images/results_box_top.png);
}

#results_body_bottom {
	width: 625px;
	height: 17px;
	position: absolute;
	top: 1167px;
	left: 0px;
	background-image: url(../images/results_box_bottom.png);
}

#results_body_content {
	width: 625px;
	height: 1150px;
	position: absolute;
	top: 17px;
	left: 0px;
	background-image: url(../images/results_box_mid.png);
	background-repeat: repeat-y;
}

.results_column {
	height: 500px;
	width: 300px;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	line-height: 18px;
	text-align: center;
	color: #3d3d3d;
}

.results_column dl {
	padding-top: 15px;
	text-align: left;
	padding-left: 100px;
}

.results_column dl dt {
	margin-left: -15px;
	text-decoration: underline;
}

.results_column dl dd {
	margin-left: 15px;
}

.results_column ul {
	padding-top: 15px;
	list-style-type: none;
}

.results_head {
	display: block;
	text-align: left;
	padding-bottom: 10px;
}

#results_left_column {
	border-right: 1px solid #e8d3af;
	margin-left: 10px;
	margin-right: 2px;
}

#results_right_column {
	margin-left: 2px;
	margin-right: 10px;
}

#results_single_column {
	width: 610px;
	height: 500px;
	margin: 0px auto;
}

#results_single_column img {
	border: none;
}

#results_single_column ul {
	list-style-type: none;
	clear: both;
	text-align: center;
	line-height: 18px;
}

/*#results_single_column ul li {		Added 7/18 to style sponsors into two columns
	width: 49%;
	float: left;
	padding-bottom: 8px;
}*/


.day_col {
	width: 49%;
	float: left;
}

#winner_image {
	width: 250px;
	height: 225px;
	float: left;
	margin-left: 20px;
	margin-top: 40px;
	text-align: center;
}

#runner_up_image {
	width: 150px;
	height: 150px;
	float: right;
	margin-right: 100px;
	margin-bottom: 20px;
	text-align: center;
}

#qualifier_image {
	width: 150px;
	height: 150px;
	float: right;
	margin-right: 100px;
	text-align: center;
}

.results_table {
	width: 500px;
	margin: 0px auto;
	border-collapse: separate;
	padding: 5px 0px 10px 0px;
}

.results_table td {
	font-size: 16px;
	font-weight: 700;
	padding: 3px;
}

.schedule_table {
	width: 600px;
	margin: 20px auto;
	border-collapse: collapse;
}

.schedule_table td {
	border: 1px solid black;
	font-size: 12px;
	padding: 2px;
}

#results_single_column a:link, #results_single_column a:visited {
	color: #fff200;
	text-decoration: none;
}

#results_single_column a:hover, #results_single_column a:active {
	color: black;
	text-decoration: underline;
}

#results_header_wrapper a:link, #results_header_wrapper a:visited {
	color: black;
	text-decoration: underline;
}

#results_header_wrapper a:hover, #results_header_wrapper a:active {
	color: #fff200;
	text-decoration: none;
}

/****************** END RESULTS STYLES *******************/


/****************** MEMBERSHIP PAGE STYLES *******************/

#membership_content_top {
	width: 625px;
	height: 17px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(../images/inner_body_bg_top.png);
}

#membership_content_bottom {
	width: 625px;
	height: 17px;
	position: absolute;
	top: 717px;
	left: 0px;
	background-image: url(../images/inner_body_bg_bottom.png);
}

#membership_content_body {
	width: 625px;
	height: 700px;
	position: absolute;
	top: 17px;
	left: 0px;
	background-image: url(../images/inner_body_bg_repeat.png);
	background-repeat: repeat-y;
}

#membership_content_body img {
	padding: 0px 15px 15px 15px;
}

.membership_button {
	margin: 0px 20px 5px 0px !important;
	padding: 0px !important;
	float: right;
	border: none;
}

#membership_content_body a:link, #membership_content_body a:visited {
	color: #fff200;
	text-decoration: underline;
}

#membership_content_body a:hover, #membership_content_body a:active {
	color: black;
	text-decoration: none;
}

/****************** END MEMBERSHIP PAGE STYLES *******************/


/****************** CONTACT PAGE STYLES *******************/

#contact_content_top {
	width: 625px;
	height: 17px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(../images/inner_body_bg_top.png);
}

#contact_content_bottom {
	width: 625px;
	height: 17px;
	position: absolute;
	top: 517px;
	left: 0px;
	background-image: url(../images/inner_body_bg_bottom.png);
}

#contact_content_body {
	width: 625px;
	height: 500px;
	position: absolute;
	top: 17px;
	left: 0px;
	background-image: url(../images/inner_body_bg_repeat.png);
	background-repeat: repeat-y;
}

#contact_content_body form {
	padding-left: 200px;
	padding-top: 50px;
}

#contact_content_body dl {
	width: 400px;
	margin: 10px auto 0px auto;
}

#contact_content_body dt {
	text-align: left;
	border-bottom: 1px solid #c6c6c6;
	margin-bottom: 5px;
	background-color: #d4d4d4;
}

#contact_content_body dd {
	text-align: right;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

#contact_content_body a:link, #contact_content_body a:visited {
	color: #fff200;
	text-decoration: underline;
}

#contact_content_body a:hover, #contact_content_body a:active {
	color: black;
	text-decoration: none;
}

/****************** END CONTACT PAGE STYLES *******************/


/****************** SPONSOR PAGE STYLES *******************/

#sponsor_content_body {
	text-align: center;
}

#sponsor_content_body img {
	padding: 10px;
	border: none;
}

/****************** END SPONSOR PAGE STYLES *******************/


/****************** MISC STYLES *******************/

#content_left_column_wrapper img {
	padding: 5px 0px 0px 0px;
}

#content_right_column_wrapper p {
	padding: 15px;
	text-indent: 2em;
	letter-spacing: .02em;
	word-spacing: .2em;
	line-height: 16px;
}

/****************** END MISC STYLES *******************/


/****************** FRONTPAGE SPECIAL EVENT STYLES *******************/

#left_special_box {
	width: 526px;
	height: 109px;
	margin-left: 30px;
	float: left;
	background-image: url(../images/left_event_box.png);
}

#right_special_box {
	width: 276px;
	height: 109px;
	margin-right: 30px;
	float: right;
	background-image: url(../images/right_event_box.png);
}

#left_special_h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 30px;
	color: white;
	font-style: italic;
	font-weight: 700;
	margin: 3px 50px 0px 50px;
	text-align: center;
	display: block;
}

#left_special_h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #CCC;
	text-align: center;
	margin: 3px 70px 0px 70px;
	text-decoration: none;
	font-weight: 700;
	display: block;
}

#left_special_h4 a:link, #left_special_h4 a:visited {
	color: yellow;
	text-decoration: underline;
}

#left_special_h4 a:hover, #left_special_h4 a:active {
	color: black;
	text-decoration: none;
}

#right_special_h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 22px;
	line-height: 24px;
	text-align: left;
	margin: 10px 0px 0px 120px;
	font-weight: 400;
	display: block;
}

#right_special_box a:link, #right_special_h4 a:visited {
	color: white;
	text-decoration: underline;
}

#right_special_h4 a:hover, #right_special_h4 a:active {
	color: black;
	text-decoration: none;
}

/****************** END FRONTPAGE SPECIAL EVENT STYLES *******************/


/****************** DONATION PAGE STYLES *******************/

#specevent_content_wrapper {
	width: 625px;
	position: relative;
	height: 1425px;
	color: white;
	margin: 15px auto 0 auto;
}

#specevent_content_top {
	width: 625px;
	height: 17px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(../images/inner_body_bg_top.png);
}

#specevent_content_bottom {
	width: 625px;
	height: 17px;
	position: absolute;
	top: 1417px;
	left: 0px;
	background-image: url(../images/inner_body_bg_bottom.png);
}

#specevent_content_body {
	width: 625px;
	height: 1400px;
	position: absolute;
	top: 17px;
	left: 0px;
	background-image: url(../images/inner_body_bg_repeat.png);
	background-repeat: repeat-y;
}

#specevent_content_body h4 {
	color: white;
	line-height: 24px;
}

#specevent_content_body h5 {
	color: black;
	margin-top: 25px;
}

#specevent_content_body ul {
	list-style-type: square;
	list-style-position: inside;
	margin-left: 35px;
}

#event_link {
	width: 363px;
	height: 115px;
	margin: 15px auto 0px auto;
}

#event_link img {
	border: none;
}

#specevent_content_body a:link, #specevent_content_body a:visited {
	color: #fff200;
	text-decoration: underline;
}

#specevent_content_body a:hover, #specevent_content_body a:active {
	color: black;
	text-decoration: none;
}

/****************** END DONATION PAGE STYLES *******************/


/****************** FRONTPAGE DONATION STYLES *******************/

#donation_content {
	background-image: url(../images/donate_bg.png);
	width: 282px;
	height: 219px;
}

#donation_content p {
	color: black;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	text-align: left;
	padding: 0px 10px;
}

#donation_img_wrapper {
	margin: 10px auto 0px auto;
	width: 257px;
}

#donation_content a {
	display: block;
	font-size: 16px;
	font-weight: 700;
	padding-top: 5px;
	text-align: center;
}

#donation_img_wrapper img {
	border: none;
}

#donation_content a:link, #donation_content a:visited {
	color: #fff200;
	text-decoration: underline;
}

#donation_content a:hover, #donation_content a:active {
	color: black;
	text-decoration: none;
}

/****************** END FRONTPAGE DONATION STYLES *******************/


/****************** DONATION PAGE STYLES *******************/

#donate_content_wrapper {
	width: 625px;
	position: relative;
	height: 534px;
	margin: 15px auto 0 auto;
}

#donate_content_top {
	width: 625px;
	height: 17px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(../images/inner_body_bg_top.png);
}

#donate_content_bottom {
	width: 625px;
	height: 17px;
	position: absolute;
	top: 517px;
	left: 0px;
	background-image: url(../images/inner_body_bg_bottom.png);
}

#donate_content_body {
	width: 625px;
	height: 500px;
	position: absolute;
	top: 17px;
	left: 0px;
	background-image: url(../images/inner_body_bg_repeat.png);
	background-repeat: repeat-y;
}

#donate_button_wrapper {
	height: 120px;
	width: 170px;
	background-color: black;
	margin: 15px auto;
}

/****************** END DONATION PAGE STYLES *******************/


/****************** TICKETS PAGE STYLES *******************/

#tickets_content_wrapper {
	width: 625px;
	position: relative;
	height: 534px;
	margin: 15px auto 0 auto;
}

#tickets_content_top {
	width: 625px;
	height: 17px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(../images/inner_body_bg_top.png);
}

#tickets_content_bottom {
	width: 625px;
	height: 17px;
	position: absolute;
	top: 517px;
	left: 0px;
	background-image: url(../images/inner_body_bg_bottom.png);
}

#tickets_content_body {
	width: 625px;
	height: 500px;
	position: absolute;
	top: 17px;
	left: 0px;
	background-image: url(../images/inner_body_bg_repeat.png);
	background-repeat: repeat-y;
}

#tickets_content_body p {
	font-size: 12px;
	line-height: 14px;
	width: 450px;
	margin: 0px auto;
}

#tickets_content_body ul {
	list-style-type: none;
	width: 500px;
	margin: 0px auto;
}

#tickets_content_body li {
	clear: both;
	border-top: 2px solid black;
	margin: 5px 0px;
}

#tickets_content_body img {
	float: left;
	padding-top: 10px;
}

.ticket_desc {
	width: 230px;
	margin-top: 25px;
	margin-left: 5px;
	float: left;
}

.paypal_button_wrapper {
	width: 120px;
	height: 26px;
	background-color: white;
	float: right;
	padding: 15px 10px;
	border: 4px solid black;
	margin-top: 20px;
}

/****************** END TICKETS PAGE STYLES *******************/


/****************** APPLIACTION PAGE STYLES *******************/

#application_content_wrapper {
	width: 625px;
	position: relative;
	height: 1134px;
	margin: 15px auto 0 auto;
}

#application_content_top {
	width: 625px;
	height: 17px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(../images/inner_body_bg_top.png);
}

#application_content_bottom {
	width: 625px;
	height: 17px;
	position: absolute;
	top: 1117px;
	left: 0px;
	background-image: url(../images/inner_body_bg_bottom.png);
}

#application_content_body {
	width: 625px;
	height: 1100px;
	position: absolute;
	top: 17px;
	left: 0px;
	background-image: url(../images/inner_body_bg_repeat.png);
	background-repeat: repeat-y;
}

#application_content_body table {
	width: 95%;
	margin: 0px auto;
	border-collapse: separate;
	background-color: white;
}

#application_content_body table td {
	border: 1px solid black;
	padding: 5px;
}

#membership_type {
	width: 250px;
	margin: 15px auto;
	padding: 5px;
	background-color: white;
	border: 2px solid black;
}

#membership_type li {
	list-style-type: none;
}

#release_statement {
	width:95%;
	height: 200px;
	margin: 0px auto;
	background-color: white;
	border: 2px solid black;
}

#submit_wrapper {
	text-align: center;
}

#membership_paypal_wrapper {
	background-color: white;
	border: 4px solid black;
	padding: 5px;
	width: 144px;
	height: 47px;
	margin: 30px auto;
}

/****************** END APPLICATION PAGE STYLES *******************/