/*----------------------------- /
/  Zombie 0.1.1 – It's Alive!  	/
/  Gatorworks Web Design     	/
/  David Link & Chase Swindler  /
/  www.gatorworks.net        	/
/ -----------------------------*/

/* Browser Reset via Blueprint ------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit;
	font-size: 100%; font-family: inherit; vertical-align: baseline; }

body { line-height: 1.5; }

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }


/* Layout ---------------------------------------------------- */
	
	
	body {
		background: #055761 url('../images/letterresponsebg.png') repeat-x top center;
		text-align: center;
		margin: 0 auto;
	}
	body#index {
		background: #889d61 url('../images/indexbg.png') repeat-x top center ;
	}
	#container {
		width: 100%;
		margin: 0px auto;
		min-height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	#index #container {
		background: url('../images/indexflakes.png') top center;
	}
	#content {
		width: 1016px;
		margin: 15px auto 0;
		text-align: left;
		padding-bottom: 100px; /* Must match #footer height */
	}
	#index #content {
		padding: 0;
		margin: 0 auto;
	}
	h1 {
		width: 100%;
		font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
		font-size: 36px;
		color: #fff;
		line-height: 85px;
		text-shadow: 0px 2px 1px #43708C;
	}
	h1#logo a {
		display: block;
		text-indent: -9999em;
		background: url('../images/logo.png');
		width: 212px;
		height: 105px;
		float: left;
		margin-right: 20px;
	}
	#index h1#logo a {
		height: 0;
		width: 0;
		margin: 0;
		background: none;
		display: inline;
	}
	#index #main {
		position: absolute;
		top: 50%;
		margin-top: -308px;
		background: #fff;
		padding: 8px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}
	#response #main {
		clear: both;
		margin-top: 80px;
		background: #91201F;
		padding: 25px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		border: 1px solid #64ADDC;
		border-top-color: #CD897A;
		border-bottom-color: #43708C;
	}
		
		#response label, #response input, #response textarea {
			display: block;
		}
			#response label {
				color: #fff;
				font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", "Lucida Sans Unicode", sans-serif;
				font-weight: bold;
				font-size: 16px;
			}
			#response input, #response textarea {
				font-size: 16px;
				font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", "Lucida Sans Unicode", sans-serif;
				font-weight: bold;
				border: none;
				padding: 15px;
				margin-bottom: 20px;
				margin-top: 5px;
				border: 1px solid #43708C;
				border-bottom-color: #CD897A;
			}
			#response textarea {
				font-size: 12px;
				font-weight: normal;
				width: 915px;
			}
			#response input.button {
				width: auto;
				text-align: center;
				margin: 0 auto;
				padding: 5px 20px;
				border: 1px solid #555;
			}
			#response #emailfields {
				float: left;
				width: 545px;
			}
				#response #emailfields input {
					width: 505px;
				}
			#response #passcodefields {
				float: left;
				width: auto;
				margin-left: 20px;
			}
				#response #passcodefields input {
					width: 350px;
					text-align: center;
				}

			#response p {
				font-size: 12px;
				color: #333;
				background: #fff;
				padding: 15px;
				border: 1px solid #43708C;
				margin-bottom: 15px;
				border-bottom-color: #CD897A;
				font-family: "Lucida Grande", "Lucida Sans Unicode", "Helvetica Neue", Helvetica, Arial, sans-serif;
			}
			#response h2 {
				color: #fff;
				font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", "Lucida Sans Unicode", sans-serif;
				margin: 15px 0;
				font-weight: bold;
				font-size: 16px;
			}
			
			
			
			
	#footer {
		/* Locks footer to the bottom */
			position: absolute;
			left: 0;
			bottom: 0;
		/* -------------------------- */
		width: 100%;
		height: 100px; /* Must match #content padding-bottom */
		text-align: center;
	}
		
		
.hidden {
	display: none !important;
}
.clear {
	clear: both;
}
