@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, h1copy {
	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;}
table {border-collapse: separate; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
/* /reset */

body {
	background: #296caf url(assets/images/bg.gif) repeat-x top;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

a, a:link, a:visited {color: #369; text-decoration: none;}
a:hover {text-decoration: underline;}

#container {
	width: 1000px;
	margin: 0 auto;
}

a, a:link, a:visited {color: #369; text-decoration: none;}
a:hover {text-decoration: underline;}

#container {
	width: 1000px;
	margin: 0 auto;
}

#header {
	width: 1000px;
	height: 93px;
	background: url(assets/images/header_bg.png) no-repeat;
	position: relative;
}

#header h1 {
	background: url(assets/images/logo.gif) no-repeat;
	width: 374px;
	height: 85px;
	text-indent: -999em;
	position: absolute;
	top: 8px;
	left: 22px;
}

#header h1 a {
	width:374px;
	height:85px;
	display:block;
}

/* top nav */

#nav {
	position: absolute;
	top: 8px;
	right: 30px;
	height: 85px;
}

#nav ul {
	list-style: none;
	height: 85px;
	float:left;
}

#nav ul li {
	height: 85px;
	float: left;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}

#nav li a {
	display: block;
	height: 85px;
	text-decoration: none;
	padding: 0 14px;
	line-height: 85px;
	color: #000;
	float:left;
}

#nav ul li a span {
	float:left;
}

#nav li a:hover {
	color:#369;
}

#nav ul li.active {
	background:url(assets/images/nav-active-left.gif) top left no-repeat;
}

#nav li.active a {
	background:url(assets/images/nav-active-right.gif) top right no-repeat;
}

#nav li.active a span {
	background:url(imgs/arrow.html) center 55px no-repeat;
	float:left;
}



/* subnav */

#subnav {
	width: 256px;
	background: url(assets/images/subnav_bg.gif) no-repeat bottom center;
	margin-bottom: 14px;
}

#subnav ul {
	background: url(assets/images/subnav_ul_bg.gif) no-repeat top center;
	padding: 15px;
	width: 226px;
	list-style: none;
	font-size: 12px;
}
#subnav ul ul {background: none; padding: 0; width: auto; padding-bottom: 50px;}
#subnav ul a {color: #fff; display: block;}
#subnav ul ul a {color: #369;}
#subnav ul li {text-transform: uppercase; font-weight: bold; color: white; line-height: 32px; padding: 0 12px;}
#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(assets/images/subnav_icon.gif) no-repeat 0 50%; padding-left: 26px;}
#subnav ul li li.active a {background: url(assets/images/subnav_icon_active.gif) no-repeat 0 50%; padding-left: 26px; color:#000000;}

/* /nav */

#content_wrapper {width: 986px; padding: 0 7px; background: url(assets/images/content_bg.png) repeat-y; float: left;}

#content {
	width: 986px;
	background-color: #fff;
	float: left;
}

p, h1, h2 {
	line-height: 1.3em;
	padding-bottom: 14px;
	letter-spacing: .2px;
}

h1, h2 {
	font-weight: normal;
	color: #369;
}

h1 {font-size: 20px; font-family: Georgia, "Times New Roman", Times, serif; font-style: italic;}
.h1copy {font-size: 20px; font-family: Georgia, "Times New Roman", Times, serif; font-style: italic;font-weight: normal;
	color: #369;line-height: 1.3em;
	padding-bottom: 14px;
	letter-spacing: .2px;}
h2 {font-size: 14px; text-transform: uppercase; font-weight: bold;}
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;}

#right_col li {
	font-size: 12px;
	line-height: 1.3em;
}

#right_col ul {
	padding: 0 0 14px 20px;
	margin: 0 0 0 20px;
}

/* layout structre */

#left_col {
	float: left;
	width: 256px;
	padding: 20px 14px 20px 18px;
}

#home_page #left_col {
	width: 480px;
	padding: 40px 66px 20px 50px;
}

/*#center_col {
	float: left;
	width: 462px;
	padding: 34px 0 20px 0;
}*/

#right_col {
	float: left;
	width: 540px;
	padding: 40px 70px 20px 88px;
}

#home_page #right_col {
	width: 336px;
	padding: 36px 48px 34px 0;
	background: url(assets/images/home_right_bot_bg.gif) no-repeat bottom left;
}

#home_page #right_col h2 {
	background: url(assets/images/home_right_h2_bg.gif) no-repeat top right;
	padding: 10px 28px 0 28px;
	line-height: 30px;
	color: #fff;
}

/*#home_page #right_col h3, #home_page #right_col dl {
	padding-left: 30px;
}*/

#home_page #right_col dl {
	background: url(assets/images/home_right_dl_bg.gif) repeat-y;
	padding: 20px 28px;
}

#footer {
	clear: both;
	background: url(assets/images/footer_bg.png) no-repeat bottom left;
	width: 950px;
	color: #666666;
	font-size: 11px;
	line-height: 1.2em;
	padding: 90px 0 30px 50px;
}

#footer a {padding-right: 12px;}

.logos, .logosSec {
	list-style: none;
	padding-bottom: 14px;
	margin-bottom: 14px;
	float: left;
	background: url(imgs/hr.html) 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.html) no-repeat top center;}
#home_page #signup_form {padding: 24px 0 0 0; background: none;}

#signup_form input {
	font-size: 11px;
	color: #666666;
	padding: 3px 2px;
	width: 160px;
	border: 1px solid #369;
}

#signup_form button {
	width: 44px;
	height: 20px;
	background: url(assets/images/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 #369;
	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;
}

.img_left {float: left; padding: 0 15px 15px 0;}
.img_right {float: right; padding: 0 0 15px 15px;}


.Heading2Char, .Heading3Char
{
    color: #4f81bd; 
    font-family: Cambria; 
    font-weight: bold; 
    font-size: 13pt
}

.Heading3Char
{
    font-size: small;
}
