/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #0e0e0e url(images/body-back.gif);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
}

h1, h2, h3 {
	color: #F60;
	margin: 15px 0;
}

h1 {
	font-size: 3em;
	padding-left: 20px;
	background: url(images/h1-back.gif) no-repeat;
	height: 55px;
	line-height: 55px;
	color: #fff;
}

h2 {
	font-size: 2.6em;	
}

h3 {
	font-size: 2.2em;	
}

p.center {
	text-align: center;	
}

p a {
	color: #f60;
	font-weight: bold;
}

a img {
	border: none;	
}

#header {
	background: #0e0e0e url(images/back.jpg) repeat-x;
	height: 212px;
}

#wrapper {
	margin: 0 auto;
	width: 1260px;
	background: url(images/back-2.gif) repeat-y top center;	
}

#wrapperinside {
	margin: 0 auto;
	width: 930px;
}

#wrapperinside p {
	font-size: 1.6em;
	line-height: 1.8em;
	margin-top: 10px;
	padding-bottom: 10px;
}

#nav {
	width: 900px;
	margin: 0 auto 15px auto;
	height: 50px;
}

#nav ul {
	list-style: none;
	float: left;
}

#nav li {
	float: left;
	height: 50px;
	width: 160px;
	background: url(images/nav-back.gif) no-repeat;
	padding: 0 10px;
}

#nav li a {
	display: block;
	height: 50px;
	width: 160px;
	line-height: 50px;
	color: #000;
	font-size: 1.6em;
	text-decoration: none;
	text-indent: 35px;
	font-weight: bolder;
}

#nav li a:hover {
	text-decoration: underline;	
}

#countdown {
	background: url(images/countdown.jpg) no-repeat;
	height: 175px;
}

#countdown p {
	font-size: 3em;
	line-height: 175px;
	margin: 0;
	padding: 0 0 0 285px;
}

#content {
	padding-left: 340px;
	background: url(images/frankenstein.jpg) no-repeat;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

#locationgb h2, #locationapp h2 {
	color: #fff;
	font-size: 1.6em;
	text-align: center;
	margin: 10px 0;
}

#locationgb ul, #locationapp ul {
	text-align: center;
	list-style: none;
	margin: 10px 0;
}

#locationgb li, #locationapp li {
	font-size: 1.2em;
	color: #000;
	font-weight: bold;
}

#locationgb li a, #locationapp li a {
	color: #fff;	
}

#content #locationgb {
	float: left;
	width: 265px;
	padding: 10px;
	background: #FE7503;
	border: 1px solid #fff;
}

#content #locationapp {
	float: right;
	width: 265px;
	padding: 10px;
	background: #FE7503;
	border: 1px solid #fff;
}

#content blockquote {
	margin-left: 25px;
	border-left: 2px solid #FE7503;
	padding-left: 10px;
	font-weight: bold;
}

#content blockquote p {
	line-height: 1.4em;	
}

#footer {
	width: 960px;
	margin: 0 auto;
}

/* Contact Form */

#content fieldset {
	margin: 0 5px;
	padding: 0 1em;
	border: none;
}

#content fieldset p {
	font-size: 1.3em;
	margin: 10px 0;
	color: #fff;
}

#content label {
	display: block;
	margin: 5px 0;
}

#content input[type="text"] {
	width: 200px;
}

#content input.special {
	display: none;
}

#content textarea {
	width: 400px;
	height: 150px;
}

.UIIntentionalStory_Message {
	color: #fff;
}