@charset "utf-8";
/*@font-face {
  font-family: "Myriad";*/
  /*src: url(fonts/Myriad-Web.ttf);*/
/*  src: url("../fonts/MyriadPro-Regular.otf"); */
  /*format(truetype);*/
/*}*/
/***************************************************************
	Global HTML Elements
***************************************************************/

/* General Reset */

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 {
	font-style:inherit;
	font-weight:inherit;
	font-size: 100%;
	font-family:inherit;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
	border: 0 none;	
}

/* HTML Elements */
html {
	height: 101%;
}

html, body {
	text-align: center; /* Center on Page */
}

body, td, th {
	font-size: 10pt;
	line-height: normal;
}

body {
	/*
	background: #262626 url(../images/background.gif) repeat-y center;
	*/
	margin: 0 auto;
	height: 101%;
	width: 100%;
	min-width: 1024px;
	cursor: default;	
}

	/* For older IEs */
	* html body {
		font-size: 10pt;
		line-height: normal;
		/*
		background: #262626 url(../images/background.gif) repeat-y center;
		*/
		width: 100%;
		border: 0;
		position: relative;
		left: auto;
		top: 0;
		right: auto;
		bottom: 0;
	}
	
body * {
	text-align: left;
}

body, h1, h2, h3, h4, h5, h6, p, a, em, q, strong, sub, sup, dl, dt, dd, ol, ul, li, label, legend, input, table, caption, tbody, thead, tfoot, tr, th, td {
	font-family: Arial, Helvetica, sans-serif;
}
	
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

h1 {
	font-size: 24pt;
}

h2 {
	font-size: 22pt;
}

h3 {
	font-size: 20pt;
}

h4 {
	font-size: 18pt;
}

h5 {
	font-size: 16pt;
}

h6{
	font-size: 14pt;
}

p, li, td {
	font-size: 10pt;
}

p {
	line-height: 16pt;
	margin: 10px 25px;	
}

* a { 
	font-size: 1em;
}

a:link, a:visited, a:active {
	text-decoration: none;
	font-weight: bold;
	color: #009;
}

a:hover {
	text-decoration: underline;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th, caption, td {
	padding: 3px 10px;	
}

th, captions {
	font-size: 10pt;
}

th {
	font-weight: bold;
	color: #FFF;
	text-align: center;
	vertical-align: bottom;
	background-color: #900;
}

caption {
	color: #900;
}

td {
	text-align: left;
	vertical-align: top;
	white-space: normal;
}

a.red {
	color: #990000;
}

span.bold {
	font-weight: bold;
}

/**************************************************************
Layout Elements
**************************************************************/

div#header_background, div#header {
	height: 135px;
}

div#header_background {
	background: transparent url(../images/header.png) repeat-x left top;
	width: 100%;
	z-index: 200;
}

	div#wrapper {
		margin: 0 auto;
		width: 955px;
		position: relative;
	}
	
	div#wrapper {

	}
	
	div#content {
		/*display: block;*/
		position: relative;
		top: -6px;
		z-index: -1;
	}
	
	html > body div#content {
		z-index: 0;
	}
	
		div#header {
			position: relative;
		}

		div#header h1 {
			font-size: 2px;	
			position: absolute;
			z-index: 900;
			left: -5px;
			top: -50px;
		}
		
			div#header h1 a {
				color: #000;
				display: block;
				background: transparent url(../images/logo.png) no-repeat left bottom;
				height: 225px;
				width: 312px;
				z-index: 300;
			}
			
				ul#top_nav, ol.email {
					list-style-type: none;
					list-style-position: inside;
				}
			
				ul#top_nav {
					position: absolute;
					top: 12px;
					right: 0;
				}
				
					ul#top_nav li, ol.email {
						display: inline;
						float: left;
					}
					
					ul#top_nav li, ol.email {
						padding: 0 18px 0 15px;
					}
					
						ol.email li a {
							color: #009;
						}
					
						ul#top_nav li a {
							color: #fff;
						}
					
						li.right_split {
							border-right: 1px solid #fff;
						}
						
						li.right_split_email {
							border-right: 1px solid #009;
						}
						
		img#club_registration {
			height: 76px;
			width: 519px;
			position: absolute;
			top: 50px;
			right: 60px;
		}
		
		div#lower_content {
			display: block;
			border-top: 1px solid #d8dcdf;
			position: relative;
			top: 390px;
		}
		
		br.clear {
			clear: both;
		}
		
		div#footer {
			margin-top: 50px;
			position: relative;
			bottom: 5px;
		}
		
			p.copyright {
				font-size: 10pt;
				text-align: center;
				color: #000;
				display: block;
				padding: 5px 0 15px;
				clear: both;
			}
		
		div#login_area {
			width: 350px;
			position: absolute;
			left: auto;
			top: 132px;
			right: 0;
			z-index: 200;
		}
		
		img#slides {
			display: block;
			height: 350px !important;
			width: 520px !important;
			border: 1px solid #d8dcdf;
			position: absolute;
			left: 0;
			top: 20px;
		}
		
		ol.login_form {
			margin: 10px 10px 0;
			clear: both;
			list-style-type: none;
		}
		
		div#login_area h2 {
			font-size: 14pt;
			color: #900;
			margin: 20px 10px 10px;
			padding: 0 0 5px 0;
			border-bottom: 1px solid #CCCCCC;
		}
		
		li.label a {
			color: #009;
		}
		
		ol.login_form li {
			font-size: 10pt;
			margin: 5px 0;
		}
		
		li.label_ac, li.label_un, li.label_pwd, li.label_rm, li.input_rm {
			padding-top: 13px;
			float: left;
		}
		
		li.input_rm {
			padding-top: 16px;	
		}
		
		li.label_rm {
			padding: 22px 20px 0 0;
		}
		
		li.input_ac, li.input_un, li.input_pwd, li.input_sub {
			float: right;	
		}
		
		div#random_quote {
			display: block;
			margin: 25px 12px 0;
			width: 296px;
			float: left;
		}
		
		div#random_quote h3 {
			font-style: italic;
			font-size: 14pt;
			color: #900;
			display: block;
			background: transparent url(../images/tl_quote.png) no-repeat left top;
			margin: 0;
			padding: 25px 10px 0;
		}
		
		div#random_quote p {
			font-size: 12pt;
			display: block;
			background: transparent url(../images/br_quote.png) no-repeat right bottom;
			margin: 0;
			padding: 0 25px 15px;
		}
		
		h2#page_title {
			font-size: 18pt;
			color: #004276;
			text-align: right;
			margin: 15px 10px 0 250px;	
		}
		
		div#sponsor_area {
			display: block;
			margin: 25px 15px 0;
			width: 605px;
			float: left;
		}
		
		div#sponsor_area_main {
			display: block;
			margin: 25px 15px 0;
			width: 925px;
		}
		
		div#sponsor_area h3, div#sponsor_area_main h3 {
			font-size: 14pt;
			color: #900;
			text-align: center;
		}
		
		div#sponsor_area img, div#sponsor_area_main img {
			display: block;
			margin: 10px auto;
			width: auto;
		}
		
		div.event_title {
			font-style: italic;
			font-size: 18pt;
			color: #900;
			text-align: center;
			margin: 10px 25px;
		}

		
		
/**************************************************************
Legacy Styles
**************************************************************/

.error, .notice, td.data_field, td.data_field_left, td.data_field_right, td.data_field_full_border, .field_title {
	font-size: 10pt;
}

.error, .notice, .field_title {
	font-weight: bold;
}

.error {
	color:#F00;
	text-align: center;
	}

.notice {
	color: #00F;
	text-align: center;
	}
	
td.data_field, td.data_field_left, td.data_field_right, td.data_field_full_border  {
	font-weight: normal;
	color: #000000;
}

td.data_field, td.data_field_left, td.data_field_right, td.data_field_full_border, .field_title {
	vertical-align: top;
}

td.data_field, td.data_field_left, td.data_field_right, td.data_field_full_border {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

td.data_field, td.data_field_left, td.data_field_right, td.data_field_full_border {
	padding: 0 5px;
	}
	
td.data_field_left, td.data_field_full_border {
	border-left: 1px solid #cccccc;
	}
	
td.data_field_right, td.data_field_full_border {
	border-right: 1px solid #cccccc;
	}
	
td.data_field_full_border {

	}

	.field_title {
		text-align: right;
		padding-right: 5px;
	}


	.button {
		font-family: Arial;
		font-weight: bold;
		font-zize: 10pt;
		color: #333;
		text-align: center;
		vertical-align: baseline; 
		background-color: #FFF;
		padding: 1px 5px;
		width: 75px;
		height: 22px;
		border: 2px solid #666;
		cursor: hand;
	}
	
	.button_wide {
		font-family: Arial;
		font-weight: bold;
		font-zize: 10pt;
		color: #333;
		text-align: center;
		vertical-align: baseline; 
		background-color: #FFF;
		padding: 1px 5px;
		width: 105px;
		height: 22px;
		border: 2px solid #666;
		cursor: hand;
	}
	
	input.field_input
		{
		font-zize: 12pt;
		color: #333;
		vertical-align: baseline; 
		background-color: #FFF;
		padding: 3px 5px 1px;
		border: 1px solid #666;
		}
	input.field_input_75{
		font-zize: 12pt;
		color: #333;
		vertical-align: baseline; 
		background-color: #FFF;
		padding: 3px 5px 1px;
		border: 1px solid #666;
		width: 75px;
	}
	input.field_input_150{
		font-zize: 12pt;
		color: #333;
		vertical-align: baseline; 
		background-color: #FFF;
		padding: 3px 5px 1px;
		border: 1px solid #666;
		width: 150px;
	}
	input.field_input_250{
		font-zize: 12pt;
		color: #333;
		vertical-align: baseline; 
		background-color: #FFF;
		padding: 3px 5px 1px;
		border: 1px solid #666;
		width: 250px;
	}
	input.field_input_400 {
		font-zize: 12pt;
		color: #333;
		vertical-align: baseline; 
		background-color: #FFF;
		padding: 3px 5px 1px;
		border: 1px solid #666;
		width: 400px;
	}

textarea.field_input_250 
	{
		font-zize: 12pt;
		color: #333;
		vertical-align: baseline; 
		background-color: #FFF;
		padding: 3px 5px 1px;
		border: 1px solid #666;
		width: 250px;
	}

textarea.field_input_400 
	{
		font-zize: 12pt;
		color: #333;
		vertical-align: baseline; 
		background-color: #FFF;
		padding: 3px 5px 1px;
		border: 1px solid #666;
		width: 400px;
		height: 100px;
	}
	
	.field_select
		{
		font-zize: 10pt;
		color: #333;
		vertical-align: baseline; 
		background-color: #FFF;
		border: 1px solid #666;
		}

	.field_select_150
		{
		font-zize: 10pt;
		color: #333;
		vertical-align: baseline; 
		background-color: #FFF;
		border: 1px solid #666;
		width: 150px;
		}
	.field_select_250
		{
		font-zize: 10pt;
		color: #333;
		vertical-align: baseline; 
		background-color: #FFF;
		border: 1px solid #666;
		width: 250px;
		}

	.field_select option {
		background-color: #FFF;
		padding: 3px 5px 1px;
	}
	
	td.club_policy {
		font-size: 10pt;
		line-height: 14pt;
		padding: 10px 20px;
	}
	
	div.disclaimer_pca {
		font-size: 10pt;
		display: block;
		margin: 20px;
	}
	
	div.disclaimer_pca img {
		display: block; 
		margin: 10px auto;	
	}
	
	div.disclaimer_pca ul {
		margin: 0px 10px 0 35px;	
	}
	
	div.disclaimer_pca p { 
		margin: 0 20px;
		padding: 30px 0;
	}
	
	div.product_name {
		font-weight: bold;
		font-size: 16pt;
		color: #004276;
		margin: 15px 10px 0 0;	
	}

	div.product_description {
		font-size: 10pt;
		margin: 10px 10px 10px 0;	
	}
		div#product_description li {
			font-size: 10px;	
		}
	