img
{
	border: none;
}

body
{
	position: relative;
	
	margin: 0px;
	padding: 10px;
	
	height: 100%;
	
	background-color: #fff;
	
	background-image: url('../images/bg/bg.jpg');
	
	color: #000;
	
	font-family: Verdana, Arial, San-Serif;
	font-size: small;
}

#logo
{
	position: absolute;
	
	top: 32px;
	left: 0px;
	
	height: 207px;
	width: 264px;
	
	margin: 0px;
	padding: 0px;
	border: none;
	
	background-image: url('../images/bg/logo.jpg');
	background-repeat: no-repeat;
	
}

#logo img, #header img
{
	margin: 0px;
	padding: 0px;
	border: none;
}

#header
{
	position: absolute;
	
	top: 32px;
	left: 264px;
	
	height: 206px;
	width: 730px;
	
	background-image: url('../images/bg/header.jpg');
	background-repeat: no-repeat;
}


#menu
{
	position: absolute;
	
	top: 300px;
	left: 0px;
	
	width: 264px;
	
	text-align: center;
}

#menu ul
{
	padding: 0px;
	margin: 0px;
}

#menu li
{
	
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	
	font-family: Baskerville, Times New Roman, Serif;
	
}

#menu a
{
	display: block;
	
	float: right;
	
	width: 220px;
	height: 54px;
	
	margin: 20px 0px 0px 20px;
	
	padding-left: 10px;
	
	line-height: 54px;
	font-size: x-large;
	font-weight: bold;
	
	background-image: url('../images/button.png');
	
	background-repeat: no-repeat;
	background-position: top right;
	
	text-decoration: none;
}

#menu a:link
{
	color: #003d79;
}

#menu a:visited
{
	color: #003d79;
}

#menu a:active
{
	color: #ea1e26;
}

#menu a:hover
{
	color: #ea1e26;
}

#body
{
	position: absolute;
	
	top: 238px;
	left: 264px;
	
	width: 730px;
}

#wrapper
{
	position: relative;
	
	background-image: url('../images/bg/content.jpg');
	background-repeat: repeat-y;
}

#top
{
	margin: 0px;
	padding: 0px;
	
	height: 23px;
	
	background-image: url('../images/bg/top.jpg');
	background-repeat: no-repeat;
}


#content
{
	min-height: 400px;
	
	margin: 0px 60px;
	
	color: #003d79;
}

#content_moveright
{
	min-height: 400px;
	
	margin: 0px 60px 0px 217px;
	
	color: #003d79;
}

#content_moveleft
{
	min-height: 400px;
	
	margin: 0px 217px 0px 60px;
	
	color: #003d79;
}

#bottom
{
	margin: 0px;
	padding: 0px;
	
	height: 24px;
	
	background-image: url('../images/bg/bottom.jpg');
	background-repeat: no-repeat;
}

#footer
{
	position: absolute;
	
	width: 734px;
	
	margin-left: -230px;
	padding: 15px 0px 10px 230px;
	
	text-align: center;
	font-size: x-small;
}

#buddy
{
	position: absolute;
	
	bottom: 25px;
	left: 40px;
}

#conductor
{
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.clear
{
	height: 0px;
	width: 0px;
	margin: 0px;
	padding: 0px;
	
	clear: both;
}


/* Heading Styling */


h1
{
	padding: 0px 50px;
	
	color: #839750;
}

h2
{	
	color: #fc9826;
}

a:link
{
	color: #cc3333;
	text-decoration: none;
}

a:visited
{
	color: #cc3333;
	text-decoration: none;
}

a:active
{
	color: #cc3333;
	text-decoration: none;
}

a:link
{
	color: #cc3333;
	text-decoration: none;
}

a:hover 
{
	color: #cc3333;
	text-decoration: underline;
}

.hidden
{
	display: none;
}

.center
{
	text-align: center;
}

.right
{
	text-align: right;
}

.medium_top_margin
{
	margin-top: 50px;
}

.margin_bottom_large
{
	margin-bottom: 30px;
}


/* Find a park styles */

span, div#park_list span, div#park span
{
	display: block;
}


div#park_list
{
	position: relative;
}

span.park_select
{
	display: inline;
	float: right;
}

div#park span.park_url
{
	display: block;
}

span.park_citystate
{
	display: inline;
	float: left;
}

div#park span.park_name
{
	display: inline;
	clear: both;
}

span.park_name
{
	font-size: larger;
	font-weight: bold;
	margin-bottom: 3px;
	color: #839750;
}

span.park_change
{
	clear: both;
	padding-top: 10px;
	
	font-size: smaller;
}

div#park_list span.park_url
{
	clear: both;
	padding-top: 10px;
}

div#park_list div, div#park
{
	margin: 10px 0px;
	padding: 5px;
}

div#park_list div.stripe, div#park
{
	background-color: #FCEBCD;
}



/* Enter to win styles */

label
{
	display: inline;
	float: left;
	width: 110px;
}


div#park
{
	padding: 15px;
}


#title_mr, #title_mrs, #title_ms
{
	width: auto;
}

p.title label
{
	width: auto;
	float: none;
	display: inline;
}

p.contact label
{
	width: 110px;
	float: left;
	display: inline;
}

#phone_area, #phone_first
{
	width: 3em;
}

#phone_second
{
	width: 3em;
}

input, select, label
{
	margin: 3px 0px;
	clear: left;
}

#street
{
	width: 20em;
}

#city
{
	width: 15em;
}

#email
{
	width: 20em;
}

#zipcode
{
	width: 5em;
}

#fname, #lname
{
	width: 15em;
}

p.agree label
{
	width: auto;
	float: none;
	
}

p.note
{
	font-style: italic;
	font-size: smaller;
	color: #666;
}

.errors
{
	background-color: #F4F7A9;
	border: 1px solid #B4B438;
	border-left: none;
	border-right: none;
	padding: 10px;
	color: #444;
}

.margin_bottom
{
	margin-bottom: 15px;
}

.margin_bottom_none
{
	margin-bottom: 0px;
}

.margin_top_none
{
	margin-top: 0px;
}
#waswere
{
	color: #000;
	padding: 3px;
	
	display: block;
}

#park_states
{
	margin-right: 5px;
}

/* Rules Styling */

ul#rules, ul#eligibility
{
	list-style-type: square;
}

ul#rules li, ul#eligibility li
{
	padding: 5px 0px;
}

/* Floating Dinosaur Characters */
#float_rules
{
	z-index: 100;
	position: absolute;
	
	top: 100px;
	right: -100px;
}

#float_pointing
{
	z-index: 100;
	position: absolute;
	
	top: -20px;
	right: -150px;
}

#float_leaning
{
	z-index: 100;
	position: absolute;
	
	top: -50px;
	right: -190px;
}

#float_enter
{
	z-index: 100;
	position: absolute;
	
	top: 35px;
	right: -138px;
}

span.errormsg
{
	display: block;
	margin-top: 3px;
}

#float_errors
{
	float:right; 
	margin: 10px
	position: relative;
}

div#footer p
{
	margin: 5px 0px 0px 0px;
}

div.welcomeimg
{
	line-height: 0px;
	margin-bottom: -19px;
}

.large
{
	font-size: medium;
}

