html, body {
	margin: 0;
	border-style: none;
	padding: 0;
}

body {
	padding-bottom: 10px;
	font: 70% 'Arial', sans-serif;
}

h1 {
	margin: 0 0 1em;
	color: #48b;
	font-size: 110%;
}

h2 {
	margin: 1.8em 0 0;
	font-size: 100%;
	font-weight: bold;
}

h3 {
	margin: 1.8em 2 5;
	color: #FF0033;
	font-size: 100%;
	font-weight: bold;
}

p,
ul,
ol,
dl,
table {
	margin: 0 0 1em;
}

table {
	border-style: none;
}

th, td {
	border-style: none;
	padding: 3px 5px;
}

th {
	text-align: left;
}

thead th {
	background: #ddd;
}

tbody th,
td {
	border-bottom: 1.0em solid #ddf;
}

a {
	color: #15a;
}

a:link,
a:visited,
a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border-style: none;
}

.input_text,
.input_password,
.input_textarea,
.input_submit {
	overflow: hidden; /* Contains descendent floats */
	margin: 1em 0;
}

.input_text,
.input_password {
	line-height: 1.6em;
}

	.input_text label,
	.input_password label,
	.input_textarea label {
		float: left;
		padding: 0 .5em;
		text-align: right;
		font-weight: bold;
	}

	.input_text input,
	.input_password input,
	textarea {
		width: 200px;
		border: solid 1px #666;
		padding: 2px;
	}

.form_register,
.form_logIn,
.form_forgottenPassword {
	margin: 2em 0;
}

	.form_register .input_text label,
	.form_register .input_textarea label,
	.form_logIn .input_text label,
	.form_logIn .input_password label,
	.form_forgottenPassword .input_text label {
		width: 6em;
	}

	.form_register .input_submit,
	.form_logIn .input_submit,
	.form_logIn .forgottenPassword,
	.form_forgottenPassword .input_submit {
		padding-left: 7em;
	}

	.form_logIn .forgottenPassword {
		margin: -.7em 0;
	}


em.firstParagraph {
	color: #48b;
	font-size: 110%;
	line-height: 1.7;
	font-weight: bold;
	font-style: normal;
}

em.smParagraph {
	font-size: 85%;
	line-height: 1.7;
	font-style: normal;
}
.boxout {
	float: right;
	width: 209px;
	padding: 10px;
	background: #eee;
	font-size: 85%;
}

ul.newsletters,
ul.documents {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.newsletters li,
ul.documents li {
	margin: 0;
	padding: 0;
}

ul.documents li {
	margin: 1em 0;
}

#page {
	width: 713px;
	margin: 0 auto;
}

#page.popUp {
	width: auto;
}

hr {
	display: none;
}

#skipToContent,
#navigationContact h2 {
	position: absolute;
	left: -1000px;
	top: -1000px;
}

#findlayParkLogo {
	margin: 0;
}

#navigationContact {
	float: left;
	width: 195px;
	padding-bottom: 35px;
	background: #fff url(../../images/us/us_bg_navigationContactBottom.gif) 11px 100% no-repeat;
}

#navigation,
#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navigation {
	list-style-type: none;
	margin: 0 0 0 11px;
	padding: 0 4px 25px;
	background: #fff url(../../images/us/us_bg_navigationContact.gif) 0 0 repeat-y;
}

#navigation a,
#navigation strong {
	display: block;
	border-bottom: 1px solid #eee;
	padding: 10px 0 2px 32px;
	font-weight: bold;
	text-decoration: none;
}

#navigation strong {
	background: #eee url(../../images/us/us_bullet_navigation.gif) 9px 13px no-repeat;
	color: #15a;
}

#navigation em a {
	background-color: #eee;
	color: #15a;
}

#navigation a:hover {
	background: #ddf url(../../images/us/us_bullet_navigation.gif) 9px 13px no-repeat;
}

#navigation em a {
	font-style: normal;
}

#navigation ul a,
#navigation ul strong {
	padding-left: 47px;
	color: #48b;
}

#navigation ul strong {
	background: #eee url(../../images/us/us_bullet_navigationSub.gif) 25px 13px no-repeat;
}

#navigation ul a:hover {
	background: #ddf url(../../images/us/us_bullet_navigationSub.gif) 25px 13px no-repeat;
}

#contact {
	margin: 0 15px 0 26px;
	padding: 7px 5px 7px 13px;
	background-color: #f5f5f5;
	color: #48b;
	font-size: 85%;
	line-height: 1.7;
	font-weight: bold;
}

#content {
	margin: 16px 24px 0 219px;
	line-height: 1.4;
}

#page.splash #content {
	margin-left: 24px;
	padding: 4em 0 3em;
	text-align: center;
}

#page.popUp #content {
	margin-left: 24px;
}

#contentterms {
	margin: 10px 200px 0 10px;
	line-height: 1.4;
}

#footer {
	clear: left;
	margin-top: 2em;
	padding: 8px 6px;
	background: #f5f5f5;
	font-size: 80%;
}

#copyright,
#todaysDate {
	margin: 0;
}

#copyright {
	margin-right: 16em;
}

#todaysDate {
	float: right;
	width: 16em;
	text-align: right;
}
#splashPage {
	text-align: center;
}
