/* ----- zero out any weird spacing ----- */
* {
	margin: 0;
	padding: 0;
}

html body{font: 70.5%/1.4em Verdana, Arial, Helvetica, sans-serif;color:#333333}
html>body{font: 70.5%/1.4em Verdana, Arial, Helvetica, sans-serif;color:#333333}

a:visited {
	color: #0000FF;
}

/* the container will hold the entire page */
/* this includes the header, footer, content and nav   */

/* this centers the container in IE */
body {
	text-align: center;
	background: #186D9D;
}

/* enable for debug */
/* div { border: 2px solid red; margin: 3px; } */

div#container {
	background: url(/images/page_background.gif) top left repeat-y;
	width: 710px;
	/* this centers the container in compliant browsers */
	margin: 0px auto 20px auto;
	/* this returns alignment to normal */
	text-align: left;
}

div#header_welcome_movie {
	height: 120px;
	width: 700px;
	/* background: url(/images/welcome_header.jpg) top left no-repeat; */
	padding: 0px 5px 0px 2px;
	visibility: visible;
	display: block;
}

div#header_welcome_image {
	height: 120px;
	width: 700px;
	background: url(/images/welcome_header.jpg) top left no-repeat;
	padding: 0px 5px 0px 0px;
	visibility: hidden;
	display: none;
}

div#header_services {
	height: 120px;
	width: 700px;
	background: url(/images/services_header.jpg) top left no-repeat;
	padding: 0px 5px 0px 0px;
}

div#header_tv {
	height: 120px;
	width: 700px;
	background: url(/images/tv_header.jpg) top left no-repeat;
	padding: 0px 5px 0px 0px;
}

div#header_seminars {
	height: 120px;
	width: 700px;
	background: url(/images/seminars_header.jpg) top left no-repeat;
	padding: 0px 5px 0px 0px;
}

div#header_about {
	height: 120px;
	width: 700px;
	background: url(/images/about_header.jpg) top left no-repeat;
	padding: 0px 5px 0px 0px;
}

div#header_contact {
	height: 120px;
	width: 700px;
	background: url(/images/contact_header.jpg) top left no-repeat;
	padding: 0px 5px 0px 0px;
}

div#header_thank_you {
	height: 120px;
	width: 700px;
	background: url(/images/thankyou_header.jpg) top left no-repeat;
	padding: 0px 5px 0px 0px;
}

div#header_welcome h1, #header_services h1, #header_tv h1, #header_seminars h1, #header_about h1, #header_contact h1, #header_thank_you h1 {
	display:none;
}


div#nav-menu {
	width: 709px;
	background: url(/images/btn_background.gif) top left no-repeat;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

div#breadcrumbs {
	padding: 5px 0px 5px 15px;
}

div#content {
	float: left;
	width: 425px;
	padding: 20px 0px 20px 15px;
}

div#content h2 {
	font-size: 20px;
	padding: 0px 0px 10px 0px;
	text-align: right;
}

div#content p {
	padding: 5px 0px 5px 0px;
}

div#content ul {
	padding: 5px 0px 5px 25px;
}

div#formBody .button {
	padding: 5px 0px 5px 0px;
	margin: 5px 0px 0px 0px;
}

input.button {
	border: 1px outset #E0DFDF;
	font-size: 10px;
	width: 80px;
}

div#formBody .field {
	font-weight: bold;
	padding: 5px 0px 5px 0px;
}

div#sidebar {
	width: 230px;
	float: right;
	padding: 0px 15px 20px 0px;
}

#movie {
	width: 230px;
	padding-top: 15px;
	padding-bottom: 15px;
}

#events, #shows {
	border: 1px solid #959595;
	padding: 0px 0px 0px 0px;
}

#events h3, #shows h3 {
	background: #959595;
	font-size: 14px;
	padding: 5px 5px 5px 0px;
	text-align: right;
}

#events p, #shows p {
	font-size: 12px;
	font-weight: normal;
	padding: 0px 5px 0px 10px;
}

#events p.title, #shows p.title {
	font-weight: bold;
	padding-top: 5px;
}

#events p.location, #shows p.location {
	padding: 0px 5px 5px 25px;
}

#events p.details, #shows p.details {
	font-size: 10px;
	padding: 5px 10px 5px 25px;
}

div#footer {
	/* this is to prevent the footer from trying to
	   bunch itself up in whatever space is available
	   between the navigation and content */
	clear: both;
	height: 80px;
	background: url(/images/footer_background.gif) top left no-repeat;
	padding: 0px 0px 0px 0px;
}

div#footer p {
	margin: 0px auto 10px auto;
	text-align: center;
	font-weight: bold;
	color: #fff;
}

#footer_break {
	padding-top: 10px;
}

a.footer_link {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
}

/* have to be explicit in IE */
a:visited.footer_link {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
}

.content_images {
	border: 2px solid #186D9D;
	float: right;
	margin: 10px 0 10px 10px;
}

.image_caption {
	position: relative;
	float: right;
}

/* copyright, error messages */
.tiny {
	font-size: 10px;
}

/* for the contact us hear about us other option */
#other {
	visibility: hidden;
	display: none;
}

.page {
	display: none;
	padding: 15px 0px 10px 0px;
	visibility: hidden;
	width: 420px;
}

.default_page {
	display: block;
	padding: 15px 0px 10px 0px;
	visibility: visible;
	width: 420px;
}

.left_pullquote {
	border-bottom: solid #000000;
	border-bottom-width: 1px;
	color: #FD9E34;
	float: left;
	font-size: 24px;
	font-weight: bold;
	height: 200px;
	line-height: 30px;
	padding: 0px 20px 30px 10px;
	width: 180px;
}

.right_pullquote {
	border-bottom: double #000000;
	border-bottom-width: 3px;
	border-top: double #000000;
	border-top-width: 3px;
	color: #FD9E34;
	float: right;
	font-size: 18px;
	font-weight: bold;
	height: 140px;
	line-height: 35px;
	margin: 10px 0px 30px 15px;
	padding: 0px 20px 0px 0px;
	width: 200px;
}

.shows p.title
{
	font-size: 12px;
	font-weight: bold;
}

.video_thumb
{
	height: 200px;
	width: 420px;
}

.video_thumb p.title 
{
	font-weight: bold;
	padding-top: 5px;
}

.video_thumb p.title 
{
	font-weight: bold;
	padding-top: 5px;
}

.video_thumb p.location 
{
	padding: 0px 5px 5px 25px;
}

.video_thumb p.details 
{
	font-size: 10px;
	padding: 5px 10px 5px 25px;
}

.imgleft, .imgright 
{
	float: right;
	font-size: 100%;
	padding: 1em;
	position: relative;
	text-align: center;
}

.imgleft 
{
	float: left;
}

.imgright 
{
	float: right;
}