@charset "utf-8";
/* CSS Document */

/* Reset styles in all browsers */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

/* /reset */

body {
	background: #b8b8b8 url(imgs/bg.gif) repeat-x top;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

a, a:link, a:visited {color: #005500; text-decoration: none;}
a:hover {text-decoration: underline;}

#container {
	width: 1000px;
	margin: 0 auto;
}

#header {
	width: 996px;
	height: 85px;
	border: 2px solid #000;
	border-width: 0 2px !important;
	background: url(imgs/header_bg.gif) repeat-x top;
	position: relative;
}

#header h1 {
	background: url(imgs/logo.gif) no-repeat;
	width: 389px;
	height: 85px;
	text-indent: -999em;
	position: absolute;
	top: 0;
	left: 0;
}

#header h1 a {
	width:389px;
	height:85px;
	display:block;
}

/* top nav */

#nav {
	position: absolute;
	top: 0;
	left: 420px;
	height: 85px;
	width: 540px;
}

#nav ul {
	list-style: none;
	height: 85px;
	float:left;
}

#nav ul li {
	height: 85px;
	display:block;
	float:left;
}

#nav li a {
	display: block;
	height: 85px;
	text-decoration: none;
	padding: 0px 14px;
	line-height:85px;
	color:#000000;
	font-size:12px;
	text-transform:uppercase;
	float:left;
}

#nav ul li a span {
	float:left;
}

#nav li a:hover {
	color:#000000;
}

#nav ul li.active {
	background:url(imgs/mainnav/nav-active-left.gif) top left no-repeat;
}

#nav li.active a {
	background:url(imgs/mainnav/nav-active-right.gif) top right no-repeat;
}

#nav li.active a span {
	background:url(imgs/mainnav/arrow.gif) center 55px no-repeat;
	float:left;
}



/* subnav */

#subnav {
	width: 256px;
	background: url(imgs/subnav_bg.gif) no-repeat bottom center;
	margin-bottom: 14px;
}

#subnav ul {
	background: url(imgs/subnav_ul_bg.gif) no-repeat top center;
	padding: 15px;
	width: 226px;
	list-style: none;
	font-size: 15px;
}
#subnav ul ul {background: none; padding: 0; width: auto; padding-bottom: 50px;}
#subnav ul a {color: #000000; display: block;}
#subnav ul ul a {color: #000000;}
#subnav ul li {text-transform: uppercase; font-weight: bold; color: #005500; line-height: 32px; padding: 0 15px;}
#subnav ul li li {text-transform: none; font-weight: normal; padding: 0; line-height: 44px; border-bottom: 1px solid #e2e2e2;}
#subnav ul li li a {background: url(imgs/subnav_icon.gif) no-repeat 0 50%; padding-left: 26px;}
#subnav ul li li.active a {background: url(imgs/subnav_icon_active.gif) no-repeat 0 50%; padding-left: 26px; color:#000000;}

/* /nav */

#content {
	width: 996px;
	border: 2px solid #000;
	border-width: 0 2px !important;
	background-color: #fff;
	float: left;
}

p, h1, h2 {
	line-height: 1.3em;
	padding-bottom: 14px;
	letter-spacing: .2px;
}

h1, h2 {
	text-transform: uppercase;
	font-weight: normal;
	color: #005500;
}

h1 {font-size: 16px;}
h2 {font-size: 14px;}
h3 {padding-bottom: 8px; font-size: 14px; line-height:1.5em; font-weight:normal;}

p {
	font-size: 12px;
	line-height: 1.3em;
	padding-bottom: 14px;
}

#center_col p {
	line-height: 1.5em;
}

dl {
	font-size: 11px;
	line-height: 1.2em;
	color: #666666;
}

dd {padding-bottom: 14px;}

/* layout structre */

#left_col {
	float: left;
	width: 256px;
	padding: 20px 14px 20px 18px;
}

#home_page #left_col {
	width: 410px;
	padding: 40px 96px 20px 60px;
}

#center_col {
	float: left;
	width: 462px;
	padding: 34px 0 20px 0;
}

#right_col {
	float: left;
	width: 188px;
	padding: 156px 34px 20px 24px;
}

#home_page #right_col {
	width: 360px;
	padding: 76px 66px 20px 0;
}

#home_page #right_col h2 {
	background: url(imgs/hr.gif) no-repeat bottom left;
	padding-bottom: 8px;
	margin-bottom: 12px;
}

#home_page #right_col h3, #home_page #right_col dl {
	padding-left: 30px;
}

#footer {
	clear: both;
	background: #b8b8b8 url(imgs/footer_bg.gif) no-repeat top left;
	width: 938px;
	height: 104px;
	color: #666666;
	font-size: 11px;
	line-height: 1.2em;
	padding: 20px 0 0 62px;
}

#footer a {padding-right: 12px;}

.logos, .logosSec {
	list-style: none;
	padding-bottom: 14px;
	margin-bottom: 14px;
	float: left;
	background: url(imgs/hr.gif) no-repeat bottom left;
	width: 100%;
}

.logosSec {background:none;}

.logos li {
	float: left;
	padding-right: 12px;
}

.logosSec li {
	float:left;
	padding-right:6px;
}



/* email form */

#signup_form {padding: 24px 0 15px 15px; background: url(imgs/hr_small.gif) no-repeat top center;}
#home_page #signup_form {padding: 0 0 0 30px; background: none;}

#signup_form input {
	font-size: 11px;
	color: #666666;
	padding: 3px 2px;
	width: 160px;
	border: 1px solid #005500;
}

#signup_form button {
	width: 44px;
	height: 20px;
	background: url(imgs/go.gif) 0 0 no-repeat;
	text-indent: -999em;
	margin-left: 6px;
	border: 0;
	cursor: pointer;
}

#home_page #signup_form input {
	width: 184px;
}

/* right column module */

.module {
	border: 1px solid #005500;
	border-width: 1px 0;
	padding-top: 10px;
}
.module img {float: left; padding: 10px 10px 10px 0;}
.module p, .module h3 {padding-bottom: 10px;}
.module p {font-size: 11px;	color: #666666;}

/* misc styles */

.inset {
	width:100%;
	background-color:#e2ecf6;
	border:2px solid #b1d5f9;
	padding: 15px;
	margin: 10px 0px;
}

.inset ul {
	font-size:12px;
	line-height:1.3em;
	list-style:square;
	margin-bottom:10px;
}

.inset li {
	margin:4px 15px;
	margin-left:25px;
}

.bio {
	padding-bottom:10px;
	margin-bottom:15px;
	border-bottom:1px solid #ccc;
}

.bio img {
	float:left; 
	margin-right:10px;
	margin-bottom:10px;
}

.mousetype {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#333;
	padding-bottom:4px;
	border-bottom:1px dotted #296caf;
	margin-bottom:15px;
}

#nowshowing {
	background:#fffde6;
	padding:5px;
	border:1px solid #f3ee8b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000;
}
	