@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Courier New", Courier, monospace;
	color: #000000;
}
a {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: #000000;
	font-weight: bold;
}
#copyright {
	font-size: 14px;
}
#container {
	width: 750px;
}
#sadie {
	text-align: left;
	padding-left: 0px;
	padding-top: 0px;
	margin-top: 30px;
	margin-bottom: 60px;
}
.address {
	font-size: 14px;
}
#site_container {
	text-align: center;
}
#red_divider {
	width: 400px;
	height: 1px;
	overflow: hidden;
	margin-top: 12px;
	margin-bottom: 12px;
	background-color: #d52027;
}
#logo {
	font-size: 28px;
	font-weight: normal;
	letter-spacing: 1px;
	clear: both;
}
.big_link {
	margin-bottom: 35px;
	clear: both;
}
.big_link a {
	font-size: 18px;
}
#top_nav {
	width: 455px;
	text-align: left;
}
.top_nav_item a {
	font-size: 22px;
	font-weight: normal;
}
.top_nav_item a:hover {
	font-weight: bold;
}
.top_nav_item_selected a {
	font-size: 22px;
	font-weight: bold;
}
#subnav_container {
	height: 80px;
	clear: both;
	position: relative;
}

#top_nav_theater {
	float: left;
}
#top_nav_film {
	float: right;
}
.subnav_divider {
	color: #d62128;
}
.subnav_item a {
	font-weight: normal;
	color: #000000;
	no_color: #999999;
}
.subnav_item a:hover {
	font-weight: bold;
	color: #000000;
}
.subnav {
	position: absolute;
	top: 20px;
	left: 0px;
	text-align: center;
	width: 750px;
	display: block;
}
.subnav_hidden {
	display: none;
}
#sadie_img_container {
	float: left;
}
.sadie_ro_off {
	display: none;
}
.sadie_ro_over {
	padding-left: 25px;
	float: left;
	display: block;
}
#magic_container {
	height: 60px;
	clear: both;
	position: relative;
}
.magic_hidden {
	display: none;
}
.magic_show {
	display: block;
	padding-top: 15px;
	font-size: 12px;
}
.l_questionset {
	margin-bottom: 15px;


}

.l_question {
	float: left;
	text-align: right;
	margin-right: 20px;
	width: 250px;
}
.l_field {
	float: left;
	text-align: left;
	width: 300px;
}
.l_field input {
	
	width: 250px;
}
.l_clear {
	clear: both;
}
.small_text {
	font-size: 10px;
}
.l_error {
	color: #ff0000;
}
.l_submission {
	margin-bottom: 10px;
	border-bottom: 1px solid black;
}
.l_intro {
	position: absolute;
	top: 0px;
	left: 550px;
	width: 300px;
	text-align: justify;
}
.l_q {
	float: left;
}