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

/* IE6 behavior fixes */

body {
	behavior: url(../csshover.htc);
	}

/* End */

/*All pages */

html, p {
	margin: 0;
	}

body {
	background-color: #000066;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
	color: #000033;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 20px 0 20px 0;
	}
	
input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

form {
	margin: 1em 0 1em 0;
	}

label {
	display: block;
	margin: 1em 0 1em 0;
	}

a:link {
	color: #FF6600;
	}

a:visited {
	color: #FF6600;
	}

a:hover {
	color: #000066;
	}

a:active {
	color: #FF6600;
	}
	
#container {
	background-color: #6699CC;
	border: 2px solid #FFF;
	margin: auto;
	width: 900px;
	}

#header {
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	height: 165px;
	}
	
#menu {
	clear: left;
	float: left;
	margin: 10px 0 0 0;
	padding-left: 5px;
	width: 160px;
	}

#content {
	background-color: #FFF;
	border: 1px solid #000033;
	float: left;
	min-height: 338px;
	height: auto !important;
	height: 338px;
	margin: 10px 0 0 10px;
	padding: 10px;
	width: 693px;
	}
	
#footer {
	clear: both;
	font-size: 10px;
	margin: 0 10px 0 195px;
	padding: 5px;
	text-align: center;
	}
	
#footer a {
	color: #FFF;
	text-decoration: none;
	}
	
#footer a:hover {
	text-decoration: underline;
	}

a.menuItem, a.menuItem:visited, a.menuItem:hover, a.menuItem:active {	
	color: #FFF;
	}

a.menuItem {
	background-image: url(images/box.jpg);
	background-repeat: no-repeat;
	display: block;
	font-size: 13px;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	padding: 0 0 5px 35px;
	text-decoration: none;
	}
	
a.menuItem:hover {
	background-image: url(images/boxhover.jpg);
	}
	
span.menuMain {
	background-image: url(images/boxhover.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	display: block;
	font-size: 13px;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	padding: 0 0 5px 35px;
	}

.heading {
	font-size: 16px;
	font-weight: bold;
	}

.largeText {
	font-size: 13px;
	}
	
.largerText {
	font-size: 14px;
	}
	
#pollForm {
	color: #FFF;
	display: inline;
	float: right;
	margin: 10px 10px 0 0;
	position: relative;
	text-align: right;
	width: 350px;
	}
	
#pollForm label {
	display: inline;
	margin-left: 20px;
	}
	
.pollQuestionTop {
	display: block;
	font-weight: bold;
	}
	
.pollQuestion {
	display: block;
	font-weight: bold;
	padding-top: 0.5em;
	}
	
.submitButton {
	display: block;
	float: right;
	margin: 0.5em 0 0 0;
	}
	
/*End of all pages */

/*Misc. pages */

.boxesImage {
	margin: 1em 0 1em 9px;
	}

.crewBox {
	border-bottom: 1px solid #000033;
	clear: both;
	min-height: 122px;
	height: auto !important;
	height: 122px;
	padding: 10px 0 10px 0;
	}
	
.crewImage {
	border: 1px solid #000033;
	float: left;
	}
	
.blurb {
	margin-left: 110px;
	text-align: justify;
	}

#galleryContainer {
	height: 783px;
	margin: auto;
	width: 672px;
	}
	
div#galleryContainer a {
	cursor: pointer;
	}
	
img.galleryImage {
	border: 1px solid #000033;
	height: 65px;
	margin: 10px;
	width: 90px;
	}
	
img.galleryImage:hover {
	border-width: 2px;
	height: 75px;
	margin: 4px;
	width: 100px;
	}
	
.sponsorLeft {
	border: 0;
	float: left;
	}
	
.sponsorRight {
	border: 0;
	float: right;
	margin: 15px 0 0 0;
	}
	
.filmBox {
	background-color: #6699CC;
	border: 1px solid #000033;
	padding: 20px;
	}

.filmMainPadding {
	background-color: #FFF;
	border: 1px solid #666;
	margin: auto;
	padding: 10px;
	width: 320px;
	}
		
.filmMonitoringPadding {
	background-color: #FFF;
	border: 1px solid #666;
	margin: auto;
	padding: 10px;
	width: 320px;
	}

#RequestForm, #CommentForm, #CommentForm2 {
	margin: 1em 0 1em 0;
	}

#subscribeBox {
	border: 1px solid #333;
	float: right;
	margin: 0 0 7px 14px;
	}
	
#subscribeForm {
	margin: 0;
	padding: 4px;
	}

.boxTitle {
	background-color: #000066;
	border-bottom: 1px solid #333;
	color: #FFF;
	font-style: italic;
	font-weight: bold;
	padding: 4px;
	text-align: center;
	}

#packBox {
	margin: auto;
	padding: 5px;
	width: 590px;
	}

.textIndent {
	padding-left: 2em;
	}

.pollResults {
	bottom: -10px;
	font-weight: bold;
	left: 0;
	position: absolute;
	z-index: 1000;
	}
	
/*End of misc. pages */
