body {
	background-color: #0F2D6B;
	text-align: center;
}
*{margin:0; padding:0;}

a:link, a:visited {
	color: #009999;
	text-decoration: none;
	font-weight: bold;
	font-variant: normal;
}
a:hover {
	color: #99CC00;
	text-decoration: underline;
}
a:active {
	color: #CCCCCC;
}
#wrapper {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	font-size: 11px;
	color: #333333;
	background: #FFFFFF;
}

#masthead {
	background-image: url(img/masthead.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 180px;
}
#masthead img {
	float: right;
}

#masthead #bannertext {
	font: 18px/22px Verdana, Arial, Helvetica, sans-serif, "Lucida Grande";
	color: #FFFFFF;
	padding-top: 80px;
	padding-left: 25px;
}
body#home #masthead {
	background-image: url(img/masthead.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
body#films #masthead, body#program #masthead, body#submit #masthead  {
	background-image: url(img/masthead.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
body#partners #masthead {
	background-image: url(img/masthead.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
body#events #masthead {
	background-image: url(img/masthead.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
body#education #masthead {
	background-image: url(img/masthead.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
body#involve #masthead, body#volunteer #masthead, body#sponsor #masthead, body#donate #masthead  {
	background-image: url(img/masthead.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
body#media #masthead, body#photos #masthead,body#press #masthead {
	background-image: url(img/masthead.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
body#about #masthead, body#people #masthead, body#contact #masthead {
	background-image: url(img/masthead.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
body#shop #masthead, body#tickets #masthead, body#passes #masthead {
	background-image: url(img/masthead.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#nav {
	height: 26px;
	padding: 0px 0px 2px 25px;
	background: #415887 no-repeat left top;
	border-top: 2px solid #003399;
	}
#maincolumn #trailer {
	width: 350px;
	float: left;
	padding-right: 12px;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;	
	}

#nav li {
	font: normal 11px "Lucida Grande", Arial, Verdana, "sans serif";
	padding: 6px 8px 4px;
	float: left;
	/* width: 9em; width needed or else Opera goes nuts */
	color: #666666;
	text-transform: uppercase;
	text-align: center;
	}
#nav li a {
	display: block;
	font-weight: normal;
	color: #FFFFFF;
	}
#nav li a:hover {
	color: #CCCCCC;
	text-decoration: none;
	}
body#films #t_films a, 
body#partners #t_partners a, 
body#education #t_education a, 
body#involve #t_involve a, 
body#media #t_media a,  
body#about #t_about a,
body#press #t_press a,
body#events #t_events a,
body#shop #t_shop a {
	font-weight: bold;
	color: #CCCCCC;
}

/* localnav*/

#localnav
{
	color: gray;
	text-align: left;
	width: 230px;
}

#localnav li
{
	list-style: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: gray;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

#localnav li a
{
	display: block;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 25px;
}

#localnav li a:link, #localnav li a:visited  {
	color: #0066FF;
}

#localnav a:hover, #localnav a:active{
	background-image:  url(img/wee_starfish2.gif);
	background-repeat: no-repeat;
	background-position: 3% 50%;
	color: #666666;
}

#content {
	background-color: #FFFFFF;
}
#leftcolumn {
	float: left;
	width: 265px;
	clear: both;
}
#home #leftcolumn img {
	padding-left: 12px;
}

#leftcolumn p {
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: left;
	padding-right: 12px;
	padding-left: 12px;
}
#leftcolumn h1 {
	font: bold 12px "Lucida Grande", Arial, Verdana, "sans serif";
	text-transform: uppercase;
	color: #009966;
	padding-left: 12px;
	padding-top: 25px;
	padding-bottom: 4px;
}

#rightcolumn {
	width: 220px;
	float: right;
	border-left: 1px dotted #666666;
	padding: 5px 5px 5px 12px;
}

#midcolumn {
	width: 230px;
	float: left;
	border-left: 1px dotted #666666;
	padding: 5px 5px 5px 12px;
}

#featureimage {
	align: center;
	text-align: center;
}
#featureimage p {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#featureimage img {
	margin-top: 65px;
}

#news {
	border-bottom: dotted grey 1px;	
	padding-bottom: 20px;
}

#newsletter {
	border-bottom: dotted grey 1px;
	padding-bottom: 20px;
	background-color: #DADADA;
}
#newsletter table {
	margin-left: 10px;
}

td {
	vertical-align: top;
}

#donate {
	padding-bottom: 20px;
}
#people #maincolumn img {
	float: left;
	padding-right: 24px;
}

/* main column */

#main_outer {
	float: right;
	width: 575px;
}

#maincolumn {
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 4px;
	border-left: 2px solid #336666;
	background: #FFFFFF;
	padding-bottom: 25px;
}
#maincolumn p {
	padding-right: 0px;
	padding-left: 0px;
	text-align: justify;
	padding-top: 6px;
	padding-bottom: 5px;
}
#maincolumn #intro {
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	line-height: 1.5em;
}
#maincolumn #quote {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #003399;
	text-align: left;
	padding-left: 25px;
	padding-right: 25px;
	line-height: 20px;
}
#maincolumn h1 {
	color: #999999;
	letter-spacing: 0.2em;
	height: 40px;
	padding-right: 0px;
	margin-bottom: 12px;
	font: italic normal 24px/22px "Lucida Grande";
	background: url(img/bubbles.gif) no-repeat left center;
	padding-left: 45px;
	padding-top: 35px;
	text-transform: uppercase;
}
#maincolumn h2 {
	color: #CC6600;
	letter-spacing: 0.1em;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	text-transform: uppercase;
}
#maincolumn h3 {
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #666666;
	padding-top: 12px;
}
#maincolumn h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	color: #999999;
	font-weight: normal;
	line-height: 20px;
	background-image: url(img/filmstrip.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 95px;
}
#maincolumn li {
	margin-left: 25px;
	list-style-type: square;
	color: #637184;
	padding-bottom: 6px;
	line-height: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#maincolumn ul {
	line-height: 22px;
	list-style: none;
}

#maincolumn strong {
	color: #333333;
	letter-spacing: 0.1em;
}
#leftcolumn #pullquote {
	font: italic 24px/32px "Times New Roman", Times, serif;
	color: #996633;
	text-align: center;
	width: 200px;
	margin-top: 25px;
	margin-bottom: 25px;
}
.standout {
	font-size: 12px;
	color: #003366;
	font-weight: bold;
	line-height: 30px;
	border-bottom: 1px dotted #003399;
	display: block;
}
.date {
	font-weight: bold;
	letter-spacing: .2em;
	border-bottom: 12px solid #ECD6BB;
	color: #996600;
	font-size: 12px;
	line-height: 12px;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: center;
}
.bigger {
	font-size: 14px;
	color: #006699;
}
.filmtitle {
	color: #5A4BCC;
	font: italic bold 15px "Times New Roman", Times, serif;
	letter-spacing: 0.3em;
}
.quote {
	font: normal 18px/24px "Times New Roman", Times, serif;
	color: #996600;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 12px;
	padding-left: 25px;
}
	
body#partners  #maincolumn {
	border-style: none;
}
body#partners  #maincolumn img a {
	border: 0; 
}
body#partners .indent {
	font: italic 12px Arial, Helvetica, sans-serif;
	background: #F0F2EF;
	color: #336666;
	display: block;
	padding: 12px 24px;
}
#partnerlist td {
	text-align: center;
	padding: 4px;
	vertical-align: middle;
}
#partnerlist {
	width: 500px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#partnerlist h3    {
	border-bottom: 1px solid #666666;
	color: #CC6600;
	font: italic normal 19px "Times New Roman", Times, serif;
}
#partnerlist a {
	font: normal 10px/12px Verdana, Arial, Helvetica, sans-serif;
	color: #0066CC;
}
#partnerlist img {
	padding: 5px 12px;
	text-align: center;
}

#partners b {
	line-height: 20px;
}
#footer {
	clear: both;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-align: right;
	background: url(img/botbg.jpg) no-repeat left bottom;
	padding: 25px 30px 12px;
	height: 85px;
	}
	
.actionlink {
	background: url(img/arrow-action.gif) no-repeat left center;
	padding-left: 12px;
	margin-left: 5px;
}
.trailerlink {
	background: url(img/arrow-trailer.gif) no-repeat left center;
	margin-left: 8px;
	padding-left: 18px;
}
#leftcolumn #poster img {
	float: left;
	padding-right: 12px;
}
#leftcolumn #poster {
	width: 250px;
	float: left;
	clear: both;
	margin-bottom: 12px;
	margin-top: 8px;
}
