/*
CSS Stylesheet for ESSN Phase 2 landing page
Created 3/18/2008
By Jay
River City Studio
*/


		/* Global Declarations
		----------------------------*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	position: relative;
	margin: 5px 0px 20px 0px;
	background-color: #D9D8D7;
	font-family: 'Arial Bold', Arial, sans-serif;
}

a {
	text-decoration: none;
}

img {
	border: none;
}

#container {
	position: relative;
	margin: 0px auto;
	width: 800px;
}

div.clear {
	clear: both;
}

img.floatLeft {
	float: left;
}

img.floatRight {
	float: right;
}


		/* Header Declarations
		-------------------------------*/

#header {
	position: relative;
	background-image: url('backgroundTop.jpg');
	background-repeat: no-repeat;
	height: 25px;
}


		/* Content Declarations
		---------------------------*/

#topWrapper {
	position: relative;
	background-image: url('backgroundMid.jpg');
	background-repeat: repeat-y;
	padding: 15px 25px 0px 22px;
}

#redBar {
	position: relative;
	background-color: #B40034;
	height: 100px;
}

#parkLogo {
	position: relative;
	top: 0px;
	left: 15px;
}

#essnLogo {
	position: relative;
	top: 25px;
	left: 15px;
}

#imageRight, #imageMid, #imageLeft {
	position: absolute;
	top: 25px;
}

#imageRight {
	right: 40px;
}

#imageMid {
	right: 175px;
}

#imageLeft {
	right: 311px;
}

#yellowBar {
	background-color: #F1CC2E;
	height: 20px;
	width: 100%;
	position: absolute;
	top: 80px;
	left: 0px;
}


				/* Main Content Declarations
				-------------------------------*/

#content {
	position: relative;
	padding: 65px 25px 15px 25px;
	background-image: url('backgroundMid.jpg');
	background-repeat: repeat-y;
}

#content h2, #content p, #content ul {
	padding-left: 15px;
}

#content h2 {
	font-size: 14px;
	color: #B20638;
}

#content h2 span#headerSub {
	font-size: 12px;
}

#content p, #content ul {
	margin-top: 10px;
	font-size: 12px;
	color: #333;
}

#content ul {
	padding-left: 40px;
	list-style-position: outside;
}

#content #left {
	width: 300px;
}

#landingForm {
	display: inline;
	float: right;
	margin-right: 15px;
	margin-left: 10px;
	margin-top: 0px;
	width: 395px;
	border: 2px solid #B20638;
	padding-bottom: 15px;
	background: transparent;
	position: relative;
}

#landingForm p, #landingForm h1 {
	margin-right: 0px;
	padding-left: 0px;
}

#formHeader {
	background-color: #B20638;
	text-align: center;
	margin-bottom: 15px;
	padding: 10px 0px;
}

#landingForm #formHeader h1 {
	font-size: 22px;
	color: #fff;
}

#landingForm #formHeader p {
	margin-top: 5px;
	font-size: 14px;
	color: #FFE04F;
	font-weight: bold;
	padding: 0px 6%;
}

#landingForm p.formElement, #landingForm p.formElementR, #landingForm p.formElementRH {
	text-align: right;
	width: 301px;
	margin-left: 2px;
}

#landingForm p.formElement input, #landingForm p.formElement select {
	width: 100px;
	margin-left: 10px;
	padding: 1px;
	font-size: 12px;
	color: #000;
	background-color: #fff;
	border: 1px solid #7F9DB9;
}

#landingForm p.formElementRH {
	width: 165px;
	margin-left: 50px;
}

#landingForm p.formElementR {
	width: 250px;
	margin-left: 125px;
	text-align: left;
}

#landingForm p.formElementR span {
	margin-right: 66px;
}

#landingForm p.formElementR input.radio {
	margin-right: 5px;
	float: left;
	margin-top: 0px;
	height: 13px;
	color: #fff;
	list-style-position: outside;
}

#landingForm input#submit {
	margin-left: 175px;
	margin-top: 25px;
	cursor: pointer;
	background-color: #B20638;
	color: #F1CC2E;
}




#pop {
  height: 210px;
  border: 2px solid #B20638;
  margin: 4px 10px;
  position: relative;
}









		/* Footer Declarations
		------------------------*/

#footer {
	clear: both;
	background-image: url('backgroundBottom.jpg');
	background-repeat: no-repeat;
	height: 40px;
	padding-top: 5px;
}