/*
| Author: Steven Fiske
| Date: 9/14/2008
*/

/*** CLEAR ALL 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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	display: block;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*** GLOBAL TAG STYLES ***/
body {font-family:  Arial, Helvetica, sans-serif;}
	body.site {background: #fff url(../images/register_bg.jpg) no-repeat center top;}
	body.login {background: #000 url(../images/login_bg.jpg) no-repeat center top;}

a {text-decoration: none; display: inline; color: #66B6C1;}
abbr { display: inline; text-decoration: none;}
h1, h2 {
	font-family: Helvetica, Arial, sans-serif;
	text-indent: -9999px;
	font-size: 12px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	}
em {font-style: italic; }
strong {display: inline; font-weight: bold;}
					


#wrapper {
	margin: 0px auto;
	width: 800px;
	}
	.login #wrapper {
		padding: 297px 0 0 0;
		height: 446px;
		}
	*:first-child+html {} * html .login form {margin-top: 15px;} /* IE7 and below*/
	html>body {} .login form {margin-top: 50px;} /* Everything but IE */
	.login form {
		width: 412px;
		margin-left: 78px;
		}
		.login form label.lbl_rep {
			text-indent: -9999px;
			margin: 30px 0 0 0;
			}
		.login form input.login_input {
			width: 400px;
			height: 16px;
			border: none;
			padding:7px 6px;
			background: url(../images/login_input-trans.png) no-repeat left bottom;
			}
			.login form input:focus {
				background: url(../images/login_input-trans.png) no-repeat left top;
				}
			.login input {
				margin: 0px 0 0px 11px;
				}
			.remember {
				float: right;
				margin: 35px 0 0 0;
				color: #fff;
				font-size: 12px;
				}
			#login_bottom {
				margin: 0 0 25px 0;
				}
				input[type=checkbox].radio {
					height: 16px;
					width: 16px;
					border: none;
					background: url(../images/login_radio-trans.png) no-repeat left top;
					}

			.login form #submitbutton {
				
				}	
				.login form #submitbutton input {
					height: 50px;
					width: 131px;
					padding: 0;
					margin: 17px 0 0 0;
					border: none;
					cursor: pointer;
					background: url(../images/login_button-trans.png) no-repeat left top;
					}
					.login form #submitbutton input:hover {
						background: url(../images/login_button-trans.png) no-repeat left bottom;
						}
						
#community_button {
	float: right;
	margin-right: 32px;
	}

a.home_link {
	text-indent: -9999px;
	height: 200px;
	width: 410px;
	display: block;
	margin: 10px auto 12px;
	background-color: transparent;
	}

/* --- Footer --- */
#footer {
	text-align: center;
	text-transform: uppercase;
	}
	.login #footer {
		margin-top: 40px;
		color: #B1C2C5;
		}
		.login #footer a {
			color: #B1C2C5;
			}
	.site #footer {
		padding: 20px 0;
		color: #797979;
		background-color: #fff;
		}
		.site #footer a {
			color: #797979;
			}
	#footer p {
		padding: 4px 0 0 0;
		font-size: 10px;
		}
	#footer a {
		}
		#footer a:hover {
			text-decoration: underline;
			}

		
/* --- Nav --- */
.login #nav {
	margin: 0 0 0 40px;
	}
.site #nav {
	margin: 19px 0 0px 38px;
	}

	#nav ul li {
		display: inline;
		float: left;
		}
	#nav ul li a {
		display: block;
		height: 42px;
		text-indent: -9999px;
		}
	.navreg a {
		width: 270px;
		background: url(../images/new2_button-trans.png) no-repeat left top;		
		}
		.registration .navreg a {
			background: url(../images/new2_button-trans.png) no-repeat left bottom;	
			}
		.navreg a:hover {
			cursor: pointer;
			background: url(../images/new2_button-trans.png) no-repeat left bottom;
			}
	.navinfo a {
		width: 301px;
		background: url(../images/changeinfo2_button.png) no-repeat left top;
		}
		.change .navinfo a {
			background: url(../images/changeinfo2_button.png) no-repeat left bottom;
			}
		.navinfo a:hover {
			cursor: pointer;
			background: url(../images/changeinfo2_button.png) no-repeat left bottom;
			}
	.navhelp a {
		width: 154px;
		background: url(../images/help2_button-trans.png) no-repeat left top;
		}
		.faq .navhelp a {
			background: url(../images/help2_button-trans.png) no-repeat left bottom;
			}
		.navhelp a:hover {
			cursor: pointer;
			background: url(../images/help2_button-trans.png) no-repeat left bottom;
			}
		
/* --- Content Area --- */
#content {
	margin-bottom: 30px;
	}
	 #content.reg  {
		margin: 25px auto 30px;
		width: 747px;
		padding: 10px 0px;
		}
		#content.ch_info  {
			background: url(../images/change_cnt_bg.gif) no-repeat left top;
			height: 608px;
			width: 749px;
			margin: 40px auto 0;
			padding: 10px 0px;
			}
		#content.faq_pg  {
			background: url(../images/faq_cnt_bg.jpg) no-repeat left top;
			width: 721px;
			margin: 40px auto 0;
			padding: 25px 0px;
			}
			#content.faq_pg  p {
				padding: 0;
				margin: 0 0 15px 0;
				text-align: left;
				}
		#content.disclaimer  {
			width: 721px;
			margin: 40px auto 0;
			padding: 25px 0px;
			}
			#content.disclaimer  p {
				padding: 0;
				margin: 0 0 15px 0;
				text-align: left;
				}
		
	#content p {
		padding: 0 80px;
		}
	#content h6 {
		padding: 3px 0 0 0px;
		text-align: center;
		font-size: 10px;
		clear: both;
		}
	#content h5 {
		margin: 25px 0 0 5px;
		float: left;
		font-size: 13px;
		}
	#content label {
		clear: both;
		float: left;
		font-size: 14px;
		font-weight: bold;
		line-height: 22px;
		padding: 0 15px 0 0;
		text-align: right;
		width: 225px;
		margin: 20px 0 0 0;
		text-transform: uppercase;
		}
		#content #current_info label {
			margin: 15px 0 0 0;
			}
	#content input.tf {
		width: 345px;
		height: 20px;
		background: url(../images/site_textfield-trans.png) no-repeat left top;
		float: left;
		border: none;
		padding: 5px 6px 0 6px;
		margin: 20px 0 0 0;
		}
		#content input.tf:focus {
			background: url(../images/site_textfield-trans.png) no-repeat left bottom;	
			}
		#content #current_info input.tf {
			margin: 15px 0 0 0;
			}
		#content input.suffix {
			width: 57px;
			height: 20px;
			background: url(../images/suffix-trans.png) no-repeat left top;
			float: left;
			border: none;
			padding: 5px 6px 0 6px;
			margin: 20px 0 0 5px;
			}
		input.box {
			float: left;
			background: none;
			margin: 20px 200px 0 5px;
			}
		input.rdio {
			float: left;
			background: none;
			margin: 20px 0 0 5px;
			}
		input.register_btn {
			float: left;
			width: 131px;
			height: 48px;
			border: none;
			cursor: pointer;
			background: url(../images/register-trans.png) no-repeat left top;
			margin: 30px 0 0 232px;
			}
			input.register_btn:hover {
				background: url(../images/register-trans.png) no-repeat left bottom;
				}
		input.ch_pwd_btn {
			float: left;
			width: 187px;
			height: 48px;
			border: none;
			cursor: pointer;
			background: url(../images/ch_pwd_btn-trans.png) no-repeat left top;
			margin: 30px 0 0 232px;
			}
			input.ch_pwd_btn:hover {
				background: url(../images/ch_pwd_btn-trans.png) no-repeat left bottom;
				}
		input.ch_fwd_btn {
			float: left;
			width: 187px;
			height: 48px;
			border: none;
			cursor: pointer;
			background: url(../images/ch_fwd_btn-trans.png) no-repeat left top;
			margin: 30px 0 0 232px;
			}
			input.ch_fwd_btn:hover {
				background: url(../images/ch_fwd_btn-trans.png) no-repeat left bottom;
				}
		input.clear_btn {
			float: left;
			width: 131px;
			height: 48px;
			border: none;
			cursor: pointer;
			background: url(../images/clear-trans.png) no-repeat left top;
			margin: 30px 0 0 85px;
			}
			input.clear_btn:hover {
				background: url(../images/clear-trans.png) no-repeat left bottom;
				}
	#acct_info {
		margin: 10px 0 0 0;
		height: 507px;
		padding: 30px 0 0 0;
		background: url(../images/acctinfo_bg.jpg) no-repeat center top;
		}
	#olympic_info {
		clear: both;
		margin: 45px 0 0 0;
		}
	#current_info {
		clear: both;
		margin: 60px 0 0 0;
		}
	#ch_pwd {
		clear: both;
		margin: 20px 0 0 0;
		}
	#ch_address {
		clear: both;
		margin: 55px 0 0 0;
		}
		
.left {
	float: left;
	}
.right {
	float: right;
	}	
.clear {
	clear: both;
	}
.red { color: red; }