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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h1, h2, h3 {
	margin: 0px;
}

html {
	height: 100%;
}

/* Maybe ???? -------------
#very_bottom {
	position:relative;
	width:99%;
	height:50px;
	z-index:1;
	left: 0px;
	bottom: -50px;
	background-color: #2FB517;
	display: none;
}*/

#mainTable {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	height: 100%;
	height: 1200px;
}

*html #mainTable {
	height: 1200px;
}

#headlineTable {
}

#side_left {
	/*float: left;*/
	width: 58px;
	background-image: url(filmstrip_grey.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
	min-height: 1200px;
}
/*#col_2 {
	margin-left: 125px;
	background-color: #F5F5EB;
	margin-right: 125px;
}*/

#side_right {
	/*float: right;*/
	width: 52px;
	background-image: url(filmstrip_grey.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
	min-height: 1200px;
}

#topTable {
	margin-right: auto;
	margin-left: auto;
}

.pic_center {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#main_contentTable {
	margin-top: 15px;
}
#col_one {
	padding-right: 20px;

}

#col_two {
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #CCC;
	padding-left: 0px;
}
#sidebar {
	background-color: #F4F4EA;
	padding-right: 12px;
	padding-left: 12px;
}

#highlight_section {
	background-color: #E9E9E9;
	padding-right: 6px;
	padding-left: 6px;
	margin-top: 0px;
}

.home_col_1{
	/*border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;  */
	/*	border-right-color: #E2E2E2;*/
	padding-right: 0px;
	padding-left: 0px;
}



/*--------------------------------------------------------*/

#main_head_home{
}

#main_head_home h1 {
	font-size: 26px;
	font-weight: normal;
	line-height: 140%;
	font-family: "Arial Black", Gadget, sans-serif;
	color: #FFF;
	font-style: normal;
	background-color: #A42828;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 8px;
	text-transform: none;
}


h1 {
	font-size: 28px;
	font-weight: normal;
	line-height: 140%;
	font-family: "Arial Black", Gadget, sans-serif;
	color: #A42828;
	font-style: normal;
	text-transform: capitalize;
	background-color: #FFF;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 0px;
	/*margin: 0px;*/
	/*letter-spacing: -1px;*/
}


h2 {
	color: #333;
	font-size: 20px;
	line-height: 145%;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	font-weight: normal;
	text-transform: capitalize;
	padding-top: 10px;
	padding-right:10px;
	padding-bottom: 10px;
	padding-left: 0px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	line-height: 130%;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	width: 96%;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	line-height: 135%;
}

.float_left {
	float: left;
	margin-right: 8px;
}
.float_right {
	float: right;
	margin-left: 8px;
}

.intro_text {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 22px;
	line-height: 140%;
	padding-top: 0px;
	margin-top: 0px;
	padding-right: 0px;
	font-weight: normal;
}


.text{
	font-family: Calibri, "Trebuchet MS", Arial, sans-serif;
	font-size: 17px;
	color: #000;
	line-height: 140%;
}

.text a{
	text-decoration:underline;
}
.text a:link{
	color:#06F;
}
.text a:visited{
	color:#06F;
}

.text a:hover{
	color:#FFF;
	background-color:#F60;
}
.text a:active{
	color:#FF0;
	background-color:#F60;
}

.byline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 130%;
}
.byline a:link{
	color:#A42828;
	padding: 2px;
}
.byline a:visited{
	color:#A42828;
}
.byline a:hover{
	color: #FFFFFF;
	background-color: #C03;
}
.byline a:active{
	color: #FFFF00;
	background-color: #00CC00;
}

.text_reverse{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	line-height: 130%;
}
.centered_text {
	text-align: center;
}
.subhead_bold {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 18px;
	line-height: 145%;
	font-weight: normal;
	color: #000;
}
.subhead_bold_white {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 17px;
	line-height: 145%;
	font-weight: normal;
	color: #FFF;
}
.subhead_bold_dark_red {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 18px;
	line-height: 155%;
	font-weight: normal;
	color: #A42828;
}
.subhead_bold_blue {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 18px;
	line-height: 155%;
	font-weight: normal;
	color: #006393;
}
.subhead_bold_orange {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 18px;
	line-height: 145%;
	font-weight: normal;
	color: #F60;
}
.subhead_bold_green {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 18px;
	line-height: 145%;
	font-weight: normal;
	color: #149239;
}
.subhead_bold_grey {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 18px;
	line-height: 145%;
	font-weight: normal;
	color: #666;
}
#contact_bottom{
	margin-right: auto;
	margin-left: auto;
	display: block;
	width: 350px;
}

#contact_bottom p{
	margin-right: auto;
	margin-left: auto;
	display: block;
}

.contact {
	font-weight:bold;
	color: #A42828;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
.contact a:link{
	color:#A42828;
	padding-top: 4px;
	padding-bottom: 4px;
}
.contact a:visited{
	color:#A42828;
}

.contact a:hover{
	color: #FFFFFF;
	background-color: #C03;
}
.contact a:active{
	color: #FFFF00;
	background-color: #00CC00;
}



.reverse_links a:link{
	color:#0F0;
}
.reverse_links a:visited{
	color:#0F0;
}
.reverse_links a:hover{
	color:#FFF;
	background-color:#F60;
}
.reverse_links a:active{
	color:#FF0;
	background-color:#F60;
}
#inside_content {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}



.film_title {
	font-weight: bold;
	color: #093;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 140%;
	font-size: 15px;
	/*background-color: #F7F7EE;*/
	padding-left: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CC9;
}
#awards {
}
#awards ul {
	padding-top: 0px;
	padding-left: 20px;
	margin-left: 7px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#awards ul li {
	list-style-type: disc;
}





.cell_lines {
}

.cell_lines td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9D9B3;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 10px;
	padding-left: 2px;
}
#listTable{
}
#listTable td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAD5;
	padding-bottom: 6px;
	padding-left: 12px;
}

#video_listing {
}
#video_listing td{
	padding-top: 20px;
	padding-bottom: 6px;
}

#video_listing h2 {
	color: #000;
	font-size: 16px;
	line-height: 145%;
	text-decoration: none;
	font-family: "Arial Black", Gadget, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-transform: capitalize;
	padding: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
}
#video_listing p {
	margin-top: 7px;
	margin-bottom: 7px;
	padding-left: 0px;
	font-size: 16px;
}


#video_indiv {
}
#video_indiv h2 {
	color: #333;
	font-size: 17px;
	line-height: 145%;
	text-decoration: none;
	font-family: Calibri, "Trebuchet MS", Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-transform: capitalize;
	padding: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
}
#video_indiv p {
	margin-top: 7px;
	margin-bottom: 7px;
}
.category {
	font-weight:bold;
	color: #A42828;
	font-size: 17px;
}
.employ {
	font-weight: bold;
	color: #63C;
}
.border_vert {
	padding-right: 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
#awards ul li ul li {
	list-style-type: none;
	font-size: 14px;
	margin-left: -30px;
	padding-top: 0px;
	margin-top: 0px;
	width: 90px;
	padding-left: 0px;
}

