/*
HTML Page elements
---------------------
*/

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	background-color: #000000;
	color: #EDE8BE;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 19px;
	text-align: center;
}

p {
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 0px 0px;
}

form {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.clearBoth {
	display: block;
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
}

/*
Misc positioning elements
-------------------------
*/

#fullWidth {
	display: block;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	text-align: center;
}

#centeredPage {
	display: block;
	margin: 20px auto 0px auto;
	position: relative;
	width: 1000px;
	height: 670px;
	background-image: url("/images/holding_page/page_bg.jpg");
	background-repeat: no-repeat;
}

#centeredPage.confirm {
	background-image: url("/images/holding_page/page_bg_confirm.jpg");
}

#editorial {
	display: block;
	position: absolute;
	top: 70px;
	left: 543px;
	width: 350px;
	font-weight: bold;
}

#editorial a {
	text-decoration: underline;
	color: #EDE8BE;
}
#editorial a:visited {
	text-decoration: underline;
	color: #EDE8BE;
}
#editorial a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

#editorial .redText a {
	text-decoration: underline;
	color: #FF3300;
}
#editorial .redText a:visited {
	text-decoration: underline;
	color: #FF3300;
}
#editorial .redText a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

#editorial .redText {
	color: #FF3300;
}

#editorial ul {
	margin: 20px 0px 20px 0px;
	text-align: left;
	font-size: 13px;
	line-height: 16px;
}

#editorial ul li {
	margin-bottom: 4px;
}

#centeredPage.confirm #editorial {
	left: 553px;
	width: 330px;
}

#introText {
	display: block;
	position: absolute;
	top: 60px;
	left: 543px;
	width: 350px;
	font-weight: bold;
}

#lowerText {
	display: block;
	position: absolute;
	top: 230px;
	left: 543px;
	width: 350px;
	font-weight: bold;
}

p.introParagraph {
	color: #FFFFFF;
	font-size: 20px;
	line-height: 24px;
}

p.moreInfo {
	margin: 15px 0px 0px 0px;
	color: #A6944E;
	font-size: 13px;
	line-height: 15px;
	font-weight: normal;
}
p.moreInfo a {
	color: #A6944E;
}
p.moreInfo a:visited {
	color: #A6944E;
}
p.moreInfo a:hover {
	color: #ffffff;
}


/*
form elements
-------------------------
*/

#registerForm {
	display: block;
	position: absolute;
	top: 366px;
	left: 548px;
	width: 345px;
	height: 128px;
	text-align: left;
}

#registerForm h2 {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	top: 5px;
	left: 0px;
	color: #EDE8BE;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 19px;
	font-weight: bold;
}

#registerForm #emailAddress {
	display: block;
	position: absolute;
	top: 28px;
	left: 0px;
	width: 260px;
	height: 16px;
}

#registerForm label {
	display: none;
}

#registerForm #age {
	display: block;
	position: absolute;
	top: 28px;
	left: 285px;
	width: 45px;
	height: 16px;
}

#registerForm .inputField {
	margin: 0px 0px 0px 0px;
	padding: 4px 4px 4px 4px;
	background-color: #1F1A13;
	color: #A6944E;
	border: 1px solid #A6944E;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 16px;
}

#registerForm .activeField {
	color: #EDE8BE;
}

#registerForm #optionalField {
	display: none;
	position: absolute;
	top: 64px;
	left: 30px;
	width: 300px;
	font-size: 14px;
	line-height: 16px;
}

#registerForm #optionalField input {
	position: absolute;
	top: 0px;
	left: -30px;
	width: 20px;
	height: 20px;
}

#registerForm #optionalField label {
	display: block;
}

#registerForm #submitButton {
	position: absolute;
	bottom: 10px;
	right: 5px;
}

#registerForm #jsSubmitButton {
	position: absolute;
	bottom: 10px;
	right: 5px;
	width: 40px;
	height: 22px;
	background-image: url("/images/holding_page/button_off.gif");
	background-repeat: no-repeat;
	text-align: center;
	line-height: 22px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#registerForm #jsSubmitButton:visited {
	background-image: url("/images/holding_page/button_off.gif");
	color: #000000;
	text-decoration: none;
}

#registerForm #jsSubmitButton:hover {
	background-image: url("/images/holding_page/button_over.gif");
	color: #000000;
	text-decoration: none;
}

/*
Password form
-------------------------
*/

#passwordForm {
	position: absolute;
	top: 170px;
	left: 543px;
	width: 350px;
	text-align: left;
}

#passwordForm p {
	margin: 0px 0px 0px 0px;
}

#passwordForm p #passwordText {
	margin: 0px 0px 0px 5px;
	padding: 4px 4px 4px 4px;
	width: 260px;
	background-color: #000000;
	color: #A6944E;
	border: 1px solid #A6944E;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 16px;
}

#passwordForm p #passwordText.activeField {
	color: #EDE8BE;
}

#passwordForm p #passwordSubmitButton {
	position: absolute;
	top: 0px;
	right: -10px;
}

#passwordForm p #jsPasswordSubmitButton {
	position: absolute;
	top: 2px;
	right: 0px;
	width: 40px;
	height: 22px;
	background-image: url("/images/holding_page/button_off.gif");
	background-repeat: no-repeat;
	text-align: center;
	line-height: 22px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#passwordForm p #jsPasswordSubmitButton:visited {
	background-image: url("/images/holding_page/button_off.gif");
	color: #000000;
	text-decoration: none;
}

#passwordForm p #jsPasswordSubmitButton:hover {
	background-image: url("/images/holding_page/button_over.gif");
	color: #000000;
	text-decoration: none;
}

/*
Copright elements
-------------------------
*/

#copyright {
	display: block;
	margin: 0px auto 0px auto;
	text-align: center;
	width: 1000px;
	color: #806240;
	font-size: 12px;
	line-height: 15px;
	
}
#copyright a {
	color: #806240;
	text-decoration: none;
}
#copyright a:visited {
	color: #806240;
	text-decoration: none;
}
#copyright a:hover {
	color: #ffffff;
	text-decoration: underline;
}

