/**
 * Global layout styles
 */

body {
	margin: 0;
	padding: 27px 0 18px 0;
	background: #fdf0c1 url("../images/body_bg.png") repeat-x;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 0.75em;
}

a img {
	border: 0;	
}

#header {
	width: 960px;
	height: 229px;
	margin: 0 auto;
	background: url("../images/header_bg.png");
	position: relative; /* to allow position: absolute on #logo and #visit */		
}

h1 {
	position: absolute;	
	top: 80px;
	left: 14px;
	width: 234px;
	height: 128px;
	margin: 0;
}

h1 a {
	display: block;
	width: 234px;
	height: 128px;
	text-indent: -9999px;
	outline: 0;
}

#visit {
	position: absolute;
	left: 724px;
	top: 20px; /* was 172px */
	display: block;
	width: 213px;
	height: 35px;
	text-indent: -9999px;
	background: url("../images/visit_camp_hyatt.png");
	outline: 0;
}

#main {
	width: 954px; /* 960px - 3px left border - 3px right border */
	margin: 0 auto;
	padding: 0 0 50px 0;
	background-color: #6d963a;
	border-left: 3px #949f4d solid;
	border-right: 3px #949f4d solid;
}

#main-after {
	width: 960px;
	height: 19px;
	margin: 0 auto;
	background: url("../images/main_bg_bottom.gif");
}

#footer {
	width: 960px;
	margin: 16px auto 0 auto;
	text-align: center;
}

#footer a {
	color: #005597;
}

#column1 {
	float: left;
	width: 628px;
	padding: 282px 0 0 0;
	background: url("../images/kids.jpg") no-repeat;
}

#canvas {
	width: 527px; /* 585px - 35px left padding - 23px right padding */
	padding: 24px 23px 12px 35px;
	margin: 0 0 0 20px;
	background: #fff url("../images/canvas_bg_top.gif") no-repeat;
	color: #4e5d1c;
}

#canvas h2 {
	margin-top: 0;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.25em;
	color: #9f2d00;	
}

#canvas a {
	color: #4e5d1c;
}

#canvas-after {
	width: 585px;
	height: 12px;
	margin: 0 0 0 20px;
	background: url("../images/canvas_bg_bottom.gif");	
}

#canvas .first-child {
	margin-top: 0;	
}

#canvas .last-child {
	margin-bottom: 0;	
}

#canvas hr {
	border: 0;
	margin: 0 0 12px 0;
	padding: 0;
	width: 527px;
	height: 4px;
	background: url("../images/hr.gif");
}

#column2 {
	width: 326px;
	float: left;
	padding: 10px 0 0 0;
}


#winner-placeholder {

	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	font-family: Arial,Helvetica,sans-serif;
	border: 1px #ccc solid;
	padding: 15px;
	width: 488px;
	height: 378px;	
}

.get-flash-player {
	width: 112px;
	height: 33px;
	margin: 0 auto;
	display: block;
	border: 0;
}

#hyattad {
	display: block;
	width: 310px;
	height: 154px;
	margin: 0 0 15px 0;
}

#burst {
	display: block;
	width: 310px;
	height: 154px;
	margin: 0 0 10px 0;
}

#locations-title {
	width: 326px;
	height: 88px;
	margin: 0;
	text-indent: -9999px;
	background: url("../images/h2_locations.png");
	outline: 0;	
}
	
#locations {
	width: 292px; /* 310px - 9px left padding - 9px right padding */
	padding: 0 9px 16px 9px;
	background: #fff url("../images/locations_bg.png") bottom;
	
}

#locations-map {
	width: 292px;
	height: 120px;
	margin: 0 0 12px 0;	
}

#locations-index {
	height: 250px;
	overflow-y: scroll;
}

#locations-index h3 {
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 0.875em;
	color: #333;
	margin: 0 0 0 9px;
}

#locations-index ul {
	list-style-type: none;
	margin: 0 0 12px 0;
	padding: 0;
	font-size: 0.875em;
}

#locations-index li {
	padding: 0 9px;	
}

#locations-index a {
	text-decoration: none;
	color: #005597;
}

#columns-after {
	clear: left;	
}

#footer {
			
}

/**
 * index.php5
 */

#askparent {
	margin: 0 0 12px 0;
	width: 395px;
	height: 19px;
	text-indent: -9999px;
	background: url("../images/t_ask_your_parent.gif");
	outline: 0;	
}

#permreq-child-name-label {
	display: block;
	width: 233px;
	height: 19px;
	margin: 4px 0 0 0;
	text-indent: -9999px;
	background: url("../images/t_your_first_name.gif") right no-repeat;
	outline: 0;	
}

#permreq-child-name {
	display: block;
	width: 184px; /* 192px - 2px left border - 2px left padding - 2px right padding - 2px right border */
	margin: 0 0 10px 0;
}

#permreq-parent-email-label {
	display: block;
	width: 233px;
	height: 19px;
	margin: 4px 0 0 0;
	text-indent: -9999px;
	background: url("../images/t_your_parents_email_address.gif") right no-repeat;
	outline: 0;	
}

#permreq-parent-email {
	display: block;
	width: 184px; /* 192px - 2px left border - 2px left padding - 2px right padding - 2px right border */
	margin: 0 0 10px 0;
}

#permreq-submit {
	clear: left;
	float: left;
	display: block;
	border: 0;
	padding: 0;
	margin: 0 0 20px 248px;
	background: url("../images/button_submit.png");
	text-indent: -9999px;
	width: 170px;
	height: 29px;
	cursor: pointer;
}

#permreq-busy {
	float: left;
	width: 100px;
	margin: 0 0 0 9px;
	padding: 7px 0 0 0;
	font-size: 0.875em;
}

#permreq-busy img {
	width: 16px;
	height: 16px;
	vertical-align: -4px;	
}

#permreq-busy-after {
	clear: left;	
}

#parentsclickhere a {
	display: block;
	width: 377px;
	height: 19px;
	text-indent: -9999px;
	background: url("../images/t_parents_click_here.gif");
	outline: 0;
}

/**
 * parent.php5
 */
 
#give {
	width: 237px;
	height: 29px;
	margin: 0 auto;
	cursor: pointer;
	text-indent: -9999px;
	background: url("../images/button_give.gif");
	outline: 0;		
}
 
#parent-form th label {
	display: block;
	width: 233px;
	height: 19px;
	margin: 4px 0 0 0;
	text-indent: -9999px;
	background-position: top right;
	background-repeat: no-repeat;
	outline: 0;
}

#parent-parent-name-label {
	background-image: url("../images/t_your_name.gif");
}

#parent-parent-email-label {
	background-image: url("../images/t_your_email_address.gif");
}

#parent-parent-address-1-label {
	background-image: url("../images/t_address_line_1.gif");
}

#parent-parent-address-2-label {
	background-image: url("../images/t_address_line_2.gif");
}

#parent-parent-city-label {
	background-image: url("../images/t_city.gif");
}

#parent-parent-state-label {
	background-image: url("../images/t_state.gif");
}

#parent-parent-zip-label {
	background-image: url("../images/t_zip.gif");
}

#parent-child-name-label {
	background-image: url("../images/t_your_childs_name.gif");	
}

#parent-child-dob-label {
	background-image: url("../images/t_childs_date_of_birth.gif");	
}

#parent-parent-phone-label {
	background-image: url("../images/t_your_phone_number.gif");	
}

#parent-parent-comments-label {
	background-image: url("../images/t_additional_comments.gif");	
}

#parent-video-label {
	background-image: url("../images/t_upload_your_video.gif");
}

#parent-form input.text {
	display: block;
	float: left;
	width: 184px; /* 192px - 2px left border - 2px left padding - 2px right padding - 2px right border */
	margin: 0 0 10px 0;
}

#parent-form select {
	margin: 0 0 10px 0;	
}

#parent-parent-comments,
#parent-essay-text {
	width: 270px;
	height: 200px;
	margin: 0 0 10px 0;
}

#parent-submit {
	display: block;
	border: 0;
	padding: 0;
	margin: 0 auto;
	background: url("../images/button_submit.png");
	text-indent: -9999px;
	width: 170px;
	height: 29px;
	cursor: pointer;
}

#parent-busy {
	width: 200px;
	margin: 8px auto 0 auto;
	font-size: 0.875em;
	text-align: center;
}

#parent-busy img {
	width: 16px;
	height: 16px;
	vertical-align: -4px;	
}

/**
 * generic form styles
 */
 
input.text {
	height: 16px; /* 24px - 2px top border - 2px top padding - 2px bottom padding - 2px bottom border */
	border: 2px #9f2d00 solid;
	padding: 2px;
	color: #9f2d00;
}

select {
	border: 2px #9f2d00 solid;
	color: #9f2d00;
}

textarea {
	border: 2px #9f2d00 solid;
	padding: 2px;
	color: #9f2d00;
}

table.form {
	border-collapse: collapse;	
}

table.form th {
	vertical-align: top;
	font-weight: normal;
	margin: 0;
	padding: 0 16px 0 0;
}
	
table.form td {
	margin: 0;
	padding: 0;
}

/**
 * Adjust the default Uploadify progress box to fit within the available space
 */
 
.fileUploadQueueItem {
	width: 252px !important; /* 278px - 3px left border - 10px left padding - 10px right padding - 3px right border */	
}


/**
 * alerts
 */

div.alert {
	border: 1px #a80000 solid;
	padding: 16px;
	color: #a80000;
}

div.alert *:first-child {
	margin-top: 0;
}

div.alert *:last-child {
	margin-bottom: 0;
}
