/*********************************** Homepage Styles ***************************************/
body, img, form, input, select {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #131313;
	background-position: top center;
	background-repeat: no-repeat;
}
body, p, div, input, select {
	font-family: 'Arial', sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	line-height: 14px;
}
p {
	margin: 10px 0px;
}
a:link, a:active, a:visited, a:hover {
	font-weight: bold;
	color: #bb0e22;
	text-decoration: underline;
}
#container {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px auto;
	padding: 0px;
	width: 950px;
	height: 671px;
}
#rsvpContainer {
	position: absolute;
	top: 180px;
	left: 120px;
}
#locationsContainer {
	position: absolute;
	top: 455px;
	left: 120px;
	width: 420px;
}
#locations {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 180px;
}
#tents {
	position: absolute;
	top: 0px;
	left: 210px;
	width: 195px;
}
#faqLink {
	position: absolute;
	top: 228px;
	left: 575px;
}
	#faqLink a {
		width: 95px;
		height: 20px;
		display: block;
	}
#rosterContainer {
	position: absolute;
	top: 418px;
	left: 578px;
	width: 270px;
	height: 190px;
}
	#rosterContainer .lineup {
		padding-right: 8px;
		float: left;
		width: 125px;
		font-weight: bold;
		font-size: 12px;
		color: #fff1d7;	
	}
#setTimesLink {
	position: absolute;
	top: 613px;
	left: 575px;
}
	#setTimesLink a {
		width: 247px;
		height: 25px;
		display: block;
	}
#flyerLink {
	position: absolute;
	top: 642px;
	left: 575px;
}
	#flyerLink a {
		width: 155px;
		height: 20px;
		display: block;
	}
#disclaimer {
	position: absolute;
	top: 610px;
	left: 108px;
	width: 420px;
	font-size: 9px;
	font-weight: bold;
}
.locationsHdr {
	font-weight: bold;
	text-transform: uppercase;
}
a.btnClear {
	margin: 5px 18px 0px 240px;
	width: 71px;
	height: 30px;
	display: inline-block;
	background: url(/pub-share/rock/images/btn_clear.jpg);
}
a.btnSubmit {
	margin-top: 8px;
	width: 71px;
	height: 30px;
	display: inline-block;
	background: url(/pub-share/rock/images/btn_submit.jpg);
}
/* rsvp styles */
.error {
	font-weight: bold;
	color: #bb0e22;
}
#formErrors {
	padding-top: 5px;
}
.formDisclaimers {
	width: 410px;
}
.rsvpForm td:first-child {
	font-weight: bold;
}
.rsvpForm td {
	padding-bottom: 4px;
	vertical-align: top;
	font-weight: bold;
}
#rsvpDisclaimer, #ifWillCall {
	padding-top: 8px;
}
#formMessage {
	padding-bottom: 8px;
}
#confirmationHdr, 
#waitListHdr, 
#thankYouHdr {
	position: absolute;
	top: -35px;
	left: -3px;
}
.rsvpMessage {
	width: 410px;
	font-weight: bold;	
}
.rsvpTextField {
	width: 144px;
}
/* faq overlay */
#faqOverlay { 
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width:100%; 
	height:100%; 
	z-index: 1000; 
	background-image:url(/pub-share/rock/images/overlay_bg.png);
}
#faqContent {
	position: relative;
	margin: 150px auto 0px;
	width: 813px;
	height: 328px;
	background-image:url(/pub-share/rock/images/faq_bg.jpg);
	border: 1px solid #666666;	
}
#faqClose {
	position: absolute;
	top: 19px;
	left: 719px;
}
	#faqClose a {
		width: 73px;
		height: 30px;
		display: block;
	}
.faqText {
	font-weight: bold;
	color: #fff1d7;
}
	.faqText td {
		padding-bottom: 4px;
		vertical-align: top;
	}
#cannotsInfo {
	position: absolute;
	top: 103px;
	left: 34px;
	width: 170px;
}
	#cannotsInfo td:first-child {
		color: #bb0e22;
	}	
#cansInfo {
	position: absolute;
	top: 103px;
	left: 224px;
	width: 170px;
}
#genInfoLeft {
	position: absolute;
	top: 103px;
	left: 417px;
	width: 173px;
}
#genInfoRight {
	position: absolute;
	top: 103px;
	left: 607px;
	width: 177px;
}
#faqDisclaimer {
	margin-top: 15px;
	font-weight: bold;
	color: #999999;
}
