/*
| 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 {background-color:#000;
	font-family:  Arial, Helvetica, sans-serif;
	}
	body.registration {background: #fff url(../images/register_bg.jpg) no-repeat center top;}
	body.change {background: #fff url(../images/change_bg.jpg) no-repeat center top;}
	body.faq {background: #fff url(../images/faq_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;}
					
.home #wrapper {
	background: #000 url(../images/login_bg1.jpg) no-repeat center top;
	}

#wrapper-in {
	margin: 0px auto;
	width: 760px;
	}
.home #wrapper-in {
	padding: 195px 0 0 0;
	height: 548px;
	}
/* --- Login Area --- */
#login_wrapper {
	padding: 155px 0 0 0;
	}
	#homelink {
		float: left;
		}
	#homelink a {
		display: block;
		text-indent: -9999px;
		background: url(../images/homelink.jpg) no-repeat left top;
		width: 199px;
		height: 116px;
		margin: 0 0 0 40px;
		}

.home #login {
	padding: 38px 0 0 185px;
	}
.site #login {
	float: left;
	padding: 8px 0 0px 85px;
	}
	#login label {
		text-transform: uppercase;
		font-size: 10px;
		}
		.home label {
			margin: 29px 0 8px 21px;
			color: #fff;
			}
		.site #login label {
			margin: 2px 0 3px 15px;
			color: #545454;
			}
	#login input {
		width: 234px;
		height: 16px;
		border: none;
		padding:7px 6px;
		background: url(../images/login_textfield-trans.png) no-repeat left top;
		}
		#login input:focus {
			background: url(../images/login_textfield-trans.png) no-repeat left bottom;
			}
		.home input {
			margin: 0px 0 0px 11px;
			}
		.site #login input {
			margin: 0 0 5px 0;
			}
			#login #submitbutton {
				
				}	
				#login #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 #submitbutton input:hover {
						background: url(../images/login_button-trans.png) no-repeat left bottom;
						}
#login_left {
	float: left;
	}
#login_right {
	float: left;
	padding: 38px 0 0 12px;
	}


#community_button {
	float: right;
	margin-right: 12px;
	}
	#community_button a {
		text-indent: -9999px;
		display: block;
		height: 265px;
		width: 198px;
		background: url(../images/community_login.jpg) no-repeat left top;
		}
		/* * html #community_button a { width: 200px; } /* IE6 and below */
		#community_button a:hover {
			background: url(../images/community_login.jpg) no-repeat left bottom;
			}
			
			
/* --- Nav --- */
.home #nav {
	margin: 21px 0 0 16px;
	}
.site #nav {
	margin: 16px 0 60px 18px;
	}

	#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/new_button.png) no-repeat left top;		
		}
		.navreg a.active {
			background: url(../images/new_button.png) no-repeat left bottom;	
			}
		.navreg a:hover {
			cursor: pointer;
			background: url(../images/new_button.png) no-repeat left bottom;
			}
	.navinfo a {
		width: 301px;
		background: url(../images/changeinfo2_button.png) no-repeat left top;
		}
		.navinfo a.active {
			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/help_button.png) no-repeat left top;
		}
		.navhelp a.active {
			background: url(../images/help_button.png) no-repeat left bottom;
			}
		.navhelp a:hover {
			cursor: pointer;
			background: url(../images/help_button.png) no-repeat left bottom;
			}
			
/* --- Content Area --- */
#content {
	margin-bottom: 30px;
	}
	 #content.reg  {
		background: url(../images/reg_bg.gif) no-repeat left top;
		height: 1341px;
		margin: 0px 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;
			padding: 10px 0px;
			}
		#content.faq_pg  {
			background: url(../images/faq_cnt_bg.jpg) no-repeat left top;
			width: 721px;
			padding: 25px 0px;
			}
			#content.faq_pg  p {
				padding: 0;
				margin: 0 0 15px 0;
				text-align: left;
				}
		#content.disclaimer  {
			width: 721px;
			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;
		}
	#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;
				}
	#content select.select1 {
		background: url(../images/select_bg-trans.png) no-repeat left top;
		height: 54px;
		width: 219px;
		border: none;
		float: left;
		padding: 4px 6px;
		margin: 20px 0 0 0;
		}
	#content select.select2 {
		background: url(../images/select_bg2-trans.png) no-repeat left top;
		height: 25px;
		width: 221px;
		border: none;
		float: left;
		padding: 5px 6px 0 6px;
		margin: 23px 0 0 0;
		}
#acct_info {
	margin: 45px 0 0 0;
	clear: both;
	}
#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;
	}

/* --- Footer --- */
#footer {
	text-align: center;
	text-transform: uppercase;
	}
	.home #footer {
		margin-top: 30px;
		color: #C2CFD1;
		}
		.home #footer a {
			color: #C2CFD1;
			}
	.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;
			}

.left {
	float: left;
	}
.right {
	float: right;
	}	
.clear {
	clear: both;
	}
.red { color: red; }