@charset "UTF-8";
/*-------------------- basic styling ----------------------*/
html { 
	overflow-y: scroll;
	} 
* {
	margin: 0px;
	padding: 0px;
	}
body {
	background-color: #FFFFFF;
/*	background-color: #372A26;
*/	background-repeat: repeat-x;
	background-position: top left;
	text-align: center;
	font-size: 100%;
	font-family: "Gill Sans", "Lucida Grande", "Franklin Gothic Medium",  Arial, Helvetica;
	}
#wrapper_home {
	position: relative;
	width: 1021px;
	margin: 0 auto;
	height: 500px;
	}
#wrapper_contact {
	position: relative;
	width: 1021px;
	margin: 0 auto;
	height: 500px;
	}
#wrapper_companyprofile {
	position: relative;
	width: 1021px;
	margin: 0 auto;
	}
#wrapper_principals {
	position: relative;
	width: 1021px;
	margin: 0 auto;
	height: 1500px;
	}		
#wrapper_slate {
	position: relative;
	width: 1022px;
	height: auto;
	margin: 0 auto;
	}
#clear {
	clear: both;
	}
.clear {
	clear: both;
	}
#clearleft {
	clear: left;
	}
#clearright {
	clear: right;
	}
	
#topspace {
	width: 1021px;
	height: 15px;
	}
#bottomspace2 {
	width: 1021px;
	height: 425px;
	}
#bottomspace {
	width: 1021px;
	height: 25px;
	}
#navbar {
	position: absolute;
	}
.upper {
	text-transform: uppercase;
	}
.lower {
	text-transform: lowercase;
	}	
/*-------------------- position container elements ----------------------*/
#header {
	position: relative;
	background-color:#372E26;
	width: 1021px;
	height: 71px;
	float: left;
	margin: 0 auto;
	}
#logo {
	background-repeat:repeat-x;
	position:relative;
	float:left;
	width:253px;
	height:81px;
	background-image: url(../_images/background_logo.jpg);
	margin-right: 7px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topleft: 10px; 
	-webkit-border-top-left-radius: 10px;
	}
#headerright {
	position: relative;
/*	background-image:url(../_images/background_header_orange.jpg);
	background-repeat:repeat-x;
	background-color: #005c5c;
*/	background-color: #372A26;
	width:761px;
	float:left;
	height:81px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	}
		#headerright ul {
			margin: 0px;
			padding-top: 32px;
			}	
		#headerright a, #headerright a:visited {
			color: #FFFFFF;
			text-decoration: none;
			}
		#headerright a.link:hover {
			border-bottom-color: #FFFFFF;
			border-bottom-width: thin;
			border-bottom-style: solid;
			padding-bottom: 3px;

			}
		#headerright a.dead {
			color: #523e38;
			text-decoration: none;
			}
		#headerright a.first {
			color: #FFFFFF;
			border-bottom-color: #FFFFFF;
			border-bottom-width: thin;
			border-bottom-style: solid;
			padding-bottom: 3px;
			}		
		#headerright li {
			text-align: left;
			color: #FFFFFF;
			left: 0px;
			right: 0px;
			display: inline;
			list-style-type: none;
			margin-right: 0px;
			padding-right: 45px;
			overflow: visible;
			font-size: 10px;
			text-transform: uppercase; 
			letter-spacing: 1px;
			font-weight: 100;
			line-height: 21px;
			}	
		#headerright li a {
			outline: none;			
			}
#footer p {
	font-family: "Gill Sans", "Lucida Grande", "Franklin Gothic Medium" ,  Arial, Helvetica;
	color: #6a6969;
	text-align: center;
	color: #FFFFFF;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 100;
	line-height: 21px;
	margin-right: 50px;
	margin-top: 15px;
	padding-top: 10px;
	padding-bottom: 5px;
	}
			#footer p.footer {
				font-family: "Gill Sans", "Lucida Grande", "Franklin Gothic Medium" ,  Arial, Helvetica;
				color: #6a6969;
				text-align: center;
				color: #FFFFFF;
				font-size: 10px;
				text-transform: uppercase;
				letter-spacing: 1px;
				font-weight: 100;
				line-height: 21px;
				margin-right: 15px;
				margin-top: 0px;
				}
			#footer a, #footer a:visited {
				color: #999999;
				text-decoration: none;
				}
			#footer a:hover {
				color: #999999;
				border-bottom-color: #999999;
				border-bottom-width: thin;
				border-bottom-style: solid;
				padding-bottom: 2px;
				text-decoration: none;
				}			

/*-------------------- home page elements ----------------------*/

/*sidebar_home is used on the home page*/
#sidebar_home {
	position: relative;
	background-color: #cccc33;
	float: left;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	width: 253px;
	height: 562px;
	margin-top: 7px;
	margin-right: 7px;
	margin-bottom: 7px;
	margin-left: 0px;
	}
		#sidebar_home img.cinemas_legacy {
			padding-top: 20px;
			padding-left: 20px;
			}
		#sidebar_home img.afi_2008 {
			padding-top: 25px;
			padding-left: 0px;
			padding-right: 20px;
			}
		#sidebar_home img.laff_2008 {
			padding-top: 20px;
			padding-left: 5px;
			margin-left: 10px;
			margin-right: 10px;
			}
		#sidebar_home img.ida {
			padding-top: 15px;
			padding-left: 5px;
			}
		#sidebar_home img.energy {
			position: absolute;
			left: 32px;
			top: 313px;
			width: 50px;
			height: 50px;
			}	
		#sidebar_home img.help_lessen {
			position: absolute;
			left: 91px;
			top: 315px;
			}	
		#sidebar_home img.download_energy {
			position: absolute;
			left: 91px;
			top: 362px;
			width: 89px;
			height: 38px;
			}	
		#sidebar_home img.one {
			position: absolute;
			left: 198px;
			top: 415px;
			width: 18px;
			height: 18px;
			}	
		#sidebar_home img.two {
			position: absolute;
			left: 213px;
			top: 415px;
			width: 18px;
			height: 18px;
			}	
		#sidebar_home img.digital_distribution {
			position: absolute;
			left: 30px;
			top: 421px;
			width: 189px;
			height: 37px;
			}	
		#sidebar_home img.qfd {
			position: absolute;
			left: 49px;
			top: 480px;
			}
		#sidebar_home a {
			outline: none;
			}

#content_home_slideshow {
	float: left;
	width: 761px;
	height: 436px;
	margin-bottom: 7px;
	margin-left: 0px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	}
#content_home_targeted {
	background-image:url(../_images/targeted.jpg);
	background-repeat:no-repeat;	
	float:left;
	width: 761px;
	height: 120px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	}
	#content_home_targeted p {
		font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
		text-align: left;
		padding-left: 25px;
		}
	#content_home_targeted p.content_header {
		font-size: 380%;
		letter-spacing: -3px;
		padding-top: 15px;
		line-height: 40px;
		}
	#content_home_targeted p.content_subheader {
		font-size: 180%;
		padding-top: 10px;
		}
	#content_home_targeted p.content_footer {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 160%;
		padding-top: 15px;
		line-height: 15.25px;
		}
	
	#content_home_targeted ul {
		text-align: left;
		line-height: 16px;
		font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
		font-size: 12px;
		padding-bottom: 18px;
		padding-left: 18px;
		list-style-type: decimal;
		}	
	#content_home_targeted li {
		padding-bottom: 18px;
		}	
	#content_home_targeted p.small {
		text-align: left;
		line-height: 12px;
		font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
		font-size: 9px;
		padding-bottom: 18px;
		}

/*-------------------- company profile page elements ----------------------*/


/*sidebar_companyprofile is used on the company profile page*/
#sidebar_companyprofile {
	position: relative;
	float: left;
	width: 238px;
	height: 888px;
	margin-top: 7px;
	margin-right: 7px;
	margin-bottom: 7px;
	margin-left: 0px;
	padding-top: 35px;
	padding-bottom: 0px;
	background-color: #cccc33;
	padding-right: 15px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	}
		#sidebar_companyprofile p {
			text-align: right;
			font-size: 18px;
			padding-right: 15px;
			padding-bottom: 20px;
			list-style-type: none;
			}
		#sidebar_companyprofile ul {
			}
		#sidebar_companyprofile li {
			text-align: right;
			font-size: 18px;
			padding-right: 15px;
			padding-bottom: 20px;
			list-style-type: none;
			}
				#sidebar_companyprofile li a:active, #sidebar_companyprofile li a:visited, #sidebar_companyprofile li a:link {
					color: #000000;
					text-decoration: none;
					}
				#sidebar_companyprofile li a.first {	
					color: #000000;
					border-bottom-color: #000000;
					border-bottom-width: thin;
					border-bottom-style: solid;
					padding-bottom: 3px;
					}
				#sidebar_companyprofile li a:hover {	
					color: #000000;
					border-bottom-color: #666666;
					border-bottom-width: thin;
					border-bottom-style: solid;
					padding-bottom: 3px;
					}	
	

/*content_companyprofile_1 is used for column 1 of the company profile*/
#content_companyprofile_1 {
	background-color:#BACCCB;
	float: left;
	width: 708px;
	height: 520px;
	margin-top: 7px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-top: 40px;
	padding-right: 28px;
	padding-bottom: 0px;
	padding-left: 25px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	}
		#content_companyprofile_1 p {
			text-align:left;
			line-height: 16px;
			font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
			font-size:12px;
			padding-bottom: 18px;
			padding-left: 20px;
			}
		#content_companyprofile_1 ul {
			text-align:left;
			line-height: 16px;
			font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
			font-size:12px;
			padding-bottom: 18px;
			padding-left: 38px;
			list-style-type:decimal;
			}	
		#content_companyprofile_1 li{
			padding-bottom: 18px;
			}

/*content_companyprofile_2 is used for column 2 of the company profile*/
#content_companyprofile_2 {
	background-color:#BACCCB;
	float: left;
	width: 328px;
	height: 820px;
	margin-top: 7px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-top: 40px;
	padding-right: 28px;
	padding-bottom: 0px;
	padding-left: 25px;
	
	}
	#content_companyprofile_2 p {
		text-align:left;
		line-height: 16px;
		font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
		font-size:12px;
		padding-bottom: 18px;
		}
	#content_companyprofile_2 ul {
		text-align:left;
		line-height: 16px;
		font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
		font-size:12px;
		padding-bottom: 18px;
		padding-left: 18px;
		list-style-type:decimal;
		}	
	#content_companyprofile_2 li {
		padding-bottom: 18px;
		}	
		
	#content_companyprofile_2 p.small {
		text-align:left;
		line-height: 12px;
		font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
		font-size:9px;
		padding-bottom: 18px;
		}
		
			

/*content_companyprofile_participating is used for list of participating organizations in company profile*/
#content_companyprofile_participating {
	background-color:#BACCCB;
	float: left;
	width: 681px;
	height: 335px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-top: 28px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	}
		#content_companyprofile_participating p {
			text-align:left;
			line-height: 16px;
			font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
			font-size:12px;
			padding-bottom: 18px;
			}
		#content_companyprofile_participating ul {
			text-align:left;
			line-height: 16px;
			font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
			font-size:12px;
			padding-bottom: 18px;
			padding-left: 18px;
			list-style-type:decimal;
			}	
		#content_companyprofile_participating li {
			padding-bottom: 18px;
			}	
		#content_companyprofile_participating p.small {
			text-align:left;
			line-height: 12px;
			font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
			font-size:9px;
			padding-bottom: 18px;
			}



/*-------------------- paricipals page elements ----------------------*/


/*sidebar_principals is used for the pricipals page*/
#sidebar_principals {
	position: relative;
	float: left;
	width: 238px;
	height: 1200px;
	margin-top: 7px;
	margin-right: 7px;
	margin-bottom: 7px;
	margin-left: 0px;
	padding-top: 35px;
	padding-bottom: 0px;
	background-color: #cccc33;
	padding-right: 15px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	}	
	#sidebar_principals p {
			text-align: right;
			font-size:18px;
			padding-right: 15px;
			padding-bottom: 20px;
			list-style-type: none;
			}
		#sidebar_principals ul {
			}
		#sidebar_principals li {
			text-align: right;
			font-size:18px;
			padding-right: 15px;
			padding-bottom: 20px;
			list-style-type: none;
			}
				#sidebar_principals li a:active, #sidebar_principals li a:visited, #sidebar_principals li a:link {
					color: #000000;
					text-decoration: none;
					}
				#sidebar_principals li a.first {	
					color: #000000;
					border-bottom-color:#000000;
					border-bottom-width:thin;
					border-bottom-style:solid;
					padding-bottom: 3px;
					}
				#sidebar_principals li a:hover {	
					color: #000000;
					border-bottom-color: #666666;
					border-bottom-width:thin;
					border-bottom-style:solid;
					padding-bottom: 3px;
					}	

								

#content_principals {
	background-color:#BACCCB;
	float: left;
	width: 708px;
	height: 1195px;
	margin-top: 7px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 7px;
	padding-top: 40px;
	padding-right: 28px;
	padding-bottom: 0px;
	padding-left: 25px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	}
		#content_principals p {
			text-align:left;
			line-height: 14px;
			font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
			font-size:12px;
			padding-left: 20px;
			padding-right: 30px;
			padding-bottom: 12px;
			}
		#content_principals p.last {
			text-align:left;
			line-height: 14px;
			font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
			font-size:12px;
			padding-left: 20px;
			padding-right: 30px;
			padding-bottom: 36px;
			}	
		#content_principals a:link, #content8 a:visited, #content8 a:active {	
			color: #333333;
			text-decoration:underline;
			}
		#content_principals a:hover {	
			color: #999999;
			text-decoration:underline;
			}	
		#content_principals img {
			float: left;
			padding-right: 20px;
			padding-bottom: 15px;
			}

/*-------------------- slate page elements ----------------------*/
			
#content_slate_wrapper {
	background-color:#BACCCB;
	float: left;
	width: 961px;
	height: auto;
	margin-top: 7px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 7px;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	}
		#content_slate_wrapper p.section_header {
			text-align:left;
			font-family: Arial, Helvetica, sans-serif;
			font-size:160%;
			padding-bottom: 35px;
			font-weight:bold;
			line-height: 25px;
			}	
		#content_slate_wrapper a:link, #content_slate_wrapper a:visited, #content_slate_wrapper a:active {
			color: #000000;
			text-decoration: underline;
			}
		#content_slate_wrapper a:hover {
			color: #333333;
			text-decoration: underline;
			}	
		#content_slate_wrapper p.newsletter {
			text-align:right;
			font-size: 105%;
			font-family: "Gill Sans", "Lucida Grande", "Franklin Gothic Medium" ,  Arial, Helvetica;
			padding-bottom: 35px;
			padding-right: 30px;
			text-transform:uppercase;
			letter-spacing: 2px;
			}
		#content_slate_wrapper p.newsletter a:link, #content_slate_wrapper p.newsletter a:visited, #content_slate_wrapper p.newsletter a:active {
			color: #000000;
			text-decoration: none;
			}
		#content_slate_wrapper p.newsletter a:hover {
			color: #333333;
			text-decoration: none;
			}
	#content_slate_wrapper p.titles {
			text-align:center;
			font-size: 90%;
			font-family: "Gill Sans", "Lucida Grande", "Franklin Gothic Medium" ,  Arial, Helvetica;
			padding-bottom: 35px;
			padding-right: 30px;
			text-transform:uppercase;
			letter-spacing: 1.5px;
			padding: 0px 40px 20px 40px;
			}
	#content_slate_wrapper p.titles a {
			text-decoration: none;
			}
	#content_slate_wrapper p.titles a:hover {
			color: #666;
			}			
				.slate_column_1 {
					background-color:#ffffff;
					position: relative;
					float: left;
					width: 455px;
					height: 1500px;
					padding-top: 0px;
					padding-bottom: 0px;
					margin-bottom: 30px;
					padding-top: 30px;
					margin-right: 25px;
					-moz-border-radius: 10px;
					-webkit-border-radius: 10px;
					}
				.slate_column_2 {
	background-color:#ffffff;
	position: relative;
	float: left;
	width: 455px;
	height: 2175px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 30px;
	padding-top: 30px;
	margin-right: 25px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
					}
				.slate_column_3 {
					background-color:#ffffff;
					position: relative;
					float: left;
					width: 455px;
					height: 1225px;
					padding-top: 0px;
					padding-bottom: 0px;
					margin-bottom: 30px;
					padding-top: 30px;
					margin-right: 25px;
					-moz-border-radius: 10px;
					-webkit-border-radius: 10px;
					}
					  .slate_column_1 p, .slate_column_2 p, .slate_column_3 p {
						  padding: 0px 30px 0px 30px;
						  line-height:18px;
						  text-align:left;
						  }
					  .slate_column_1 p.first, .slate_column_2 p.first, .slate_column_3 p.first, {
						  font-weight:bold;
						  }
					  .slate_column_1 p.announce, .slate_column_2 p.announce, .slate_column_3 p.announce,  {
						  margin-top: 20px;
						  }	
					  .slate_column_1 p.specs, .slate_column_2 p.specs, .slate_column_3 p.specs, {
						  padding-bottom: 5px;
						  }
					  .slate_column_1 p.about, .slate_column_2 p.about, .slate_column_3 p.about {
						  text-transform:uppercase;
						  font-weight:bold;
						  }
					  .slate_column_1 li, .slate_column_2 li, .slate_column_3 li {
						  margin-bottom:10px;
						  margin-left:45px;
						  line-height:16px;
						  text-align:left;
						  }
					  .slate_column_1 p.additional, .slate_column_2 p.additional, .slate_column_3 p.additional {
						  font-weight:bold;
						  }			
					  .slate_column_1 p.credit, .slate_column_2 p.credit, .slate_column_3 p.credit, .entry_footer p.credit, .image_preview p.credit  {
						  text-transform:uppercase;
						  margin-top:15px;
						  margin-bottom:15px;
						  }	
					  .slate_column_1 p.text, .slate_column_2 p.text, .slate_column_3 p.text {
						  padding-bottom: 10px;
						  line-height: 12pt;
						  }
					  .slate_column_1 p.presskit, .slate_column_2 p.presskit, .slate_column_3 p.presskit {
						  margin-top: 40px;
						  margin-bottom: 40px;
						  text-transform:uppercase;
						  font-weight:bold;
						  }
					  .slate_column_1 p.last, .slate_column_2 p.last, .slate_column_3 p.last {
						  text-transform:uppercase;
						  padding-top:15px;
						  line-height:14pt;
						  }
					  .slate_column_1 p.normal, .slate_column_2 p.normal, .slate_column_3 p.normal {
						  text-transform:uppercase;
						  line-height:14pt;
						  }
					  .slate_column_1 p.subtitle, .slate_column_2 p.subtitle, .slate_column_3 p.subtitle {
						  margin-bottom:0px;
						  }
					  .slate_column_1 p.possession, .slate_column_2 p.possession, .slate_column_3 p.possession {
						  text-transform:uppercase;
						  font: 14pt Arial, Helvetica, sans-serif;
						  line-height:14pt;
						  }
					  .slate_column_1 p.title, .slate_column_2 p.title, .slate_column_3 p.title {
						  text-transform: uppercase;
						  font-weight: bold;
						  padding-top: 30px;
						  padding-bottom: 10px;
						  font-size: 200%;
						  line-height: 20pt;
						  }
					  .title_smaller, .slate_column_1 p.title_smaller, .slate_column_2 p.title_smaller, .slate_column_3 p.title_smaller {
						  text-transform:uppercase;
						  font-weight:bold;
						  font-size:65%;
						  line-height: 14pt;
						  }
					  .slate_column_1 p.quote, .slate_column_2 p.quote, .slate_column_3 p.quote {
						  text-align:center;
						  margin-bottom:10px;
						  }
					  .slate_column_1 img.rounded, .slate_column_2 img.rounded, .slate_column_3 img.rounded {
						  float: left;
						  margin: 0;
						  padding: 0;
						  }
		.screeners {
			font-size: 55%;
			font-family: "Gill Sans", "Lucida Grande", "Franklin Gothic Medium" ,  Arial, Helvetica;
			letter-spacing: 2px;
			text-transform:uppercase;
			font-weight: 400;
			}
.entry_footer {
	font-family: Arial, Helvetica;
	clear: both;
	text-transform:uppercase;
	line-height: 100%;
	text-align: left;
	padding-top:0px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-top: 10px;
	margin-left: 0px;
	}
.entry_footer img {
	padding-right: 5px;
	padding-left: 25px;
	}
.entry_footer .entry_footer a:link, .entry_footer a:visited, .entry_footer a:active {
	text-decoration:none;
	}
.entry_footer a:hover {
	text-decoration: none;
	color: #CCC;
	}
.image_preview {
	margin: 0px 10px 20px 30px;
	padding-bottom: 20px;
	height: auto;
	width:auto;
	}
.image_preview img {
	float: left;
	margin-right: 3px;
	margin-bottom: 3px;
	}
.image_preview p {
	padding-left: 0px;
	}
.entry_spacer {
	clear: both;
	margin: 10px 0 0 0;
	padding-bottom: 15px;
	}
img.icon {
	margin-right: 10px;
	padding: 3px;
	}			
			
/*-------------------- contact page elements ----------------------*/



#sidebar_contact {
	position: relative;
	float: left;
	width: 238px;
	height: 500px;
	margin-top: 7px;
	margin-right: 7px;
	margin-bottom: 7px;
	margin-left: 0px;
	padding-top: 35px;
	padding-bottom: 0px;
	background-color: #cccc33;
	padding-right: 15px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	}	
/*content6 is used for contact us*/
			
#content_contact {
	position: relative;
	float: left;
	width: 760px;
	height: 535px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	background-color: #BACCCB;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	}
	#content_contact p {
	text-align:left;
	line-height: 16px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-left: 70px;
	margin-top: 0px;
	padding-bottom: 18px;
	padding-top: 8px;
	}
	#content_contact p.first{
	margin-top:50px;
	}
			



#footer {
	position: relative;
	background-color:#372A26;
	width: 1021px;
	height: 60px;
	float: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	}


/*-------------------- obcolete elements ----------------------*/


/*sidebar4 is used for the collaborative page*/
#sidebar4 {
	position: relative;
	float: left;
	width: 238px;
	height: 800px;
	margin-top: 7px;
	margin-right: 7px;
	margin-bottom: 7px;
	margin-left: 0px;
	padding-top: 35px;
	padding-bottom: 0px;
	background-color: #cccc33;
	padding-right: 15px;
		-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;

	}
		#sidebar4 p {
			text-align: right;
			font-size:18px;
			padding-right: 15px;
			padding-bottom: 20px;
			list-style-type: none;
			}
		#sidebar4 ul {
			}
		#sidebar4 li {
			text-align: right;
			font-size:18px;
			padding-right: 15px;
			padding-bottom: 20px;
			list-style-type: none;
			}
				#sidebar4 li a:active, #sidebar4 li a:visited, #sidebar4 li a:link {
					color: #000000;
					text-decoration: none;
					}
				#sidebar4 li a.first {	
					color: #000000;
					border-bottom-color:#000000;
					border-bottom-width:thin;
					border-bottom-style:solid;
					padding-bottom: 3px;
					}
				#sidebar4 li a:hover {	
					color: #000000;
					border-bottom-color: #666666;
					border-bottom-width:thin;
					border-bottom-style:solid;
					padding-bottom: 3px;
					}					
	
#content {
	background-image:url(../_images/background_light_blue2.png);
	background-repeat:repeat-y;
	float: left;
	width: 702px;
	height: 390px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	padding: 30px;
			-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;

	}
		#content img.WTWM {
			position: absolute;
			left: 298px;
			top: 305px;
			}	
		#content img.starts {
			position: absolute;
			left: 570px;
			top: 534px;
			}	
		#content img.targeted_marketing {
			position: absolute;
			left: 634px;
			top: 268px;
			}	
		#content img.for_the_entertainment {
			position: absolute;
			left: 774px;
			top: 363px;
			}	
		#content img.well_help_you {
			position: absolute;
			left: 839px;
			top: 399px;
			}	
		#content img {
			padding-right: 30px;
			padding-top: 15px;
			}	
		#content p {
			font-family:"Gill Sans", Arial, Helvetica, sans-serif;
			text-align: left;
			}	
		#content p.content_header {
			font-size: 160%;
			text-transform:uppercase;
			padding-bottom: 5px;
			}	
		#content p.content_image {
			padding-top: 5px;
			float: left;
			}	
		#content p.content_footer1 {
			font-size: 130%;
			position: absolute;
			left: 294px;
			top: 660px;
			width: 99px;
			height: 122px;
			line-height:12px;
			}	
		#content p.content_footer2 {
			font-size: 130%;
			position: absolute;
			left: 434px;
			top: 660px;
			width: 107px;
			height: 150px;
			line-height:12px;
			}	
		#content p.content_footer3 {
			font-size: 130%;
			position: absolute;
			left: 575px;
			top: 660px;
			width: 156px;
			height: 149px;
			line-height:12px;
			}	
		#content p.content_footer4 {
			font-size: 130%;
			position: absolute;
			left: 765px;
			top: 660px;
			width: 145px;
			height: 138px;
			line-height:12px;
			}	
	#content10 {
	background-image:url(../_images/background_light_blue2.png);
	background-repeat:repeat-y;
	float:left;
	width: 762px;
	height: 193px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
			-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;

	}
		
#content10 p {
	text-align:left;
	padding: 20px 0 0 25px;
	}	
#content10 img.halflife {
	padding-right: 0px;
	}	
#content10 img.niloofar {
	padding-right: 0px;
	}	
#content10 img.wolfereleasing {
	padding-right: 0px;
	}	
	
	#content5 {
	background-color:#BACCCB;
	float: left;
	width: 328px;
	height: 1130px;
	margin-top: 7px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-top: 40px;
	padding-right: 28px;
	padding-bottom: 0px;
	padding-left: 25px;
			-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;

	}
		#content5 p {
			text-align:left;
			line-height: 16px;
			font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
			font-size:12px;
			padding-left: 85px;
			padding-bottom: 18px;
			}
		#content5 img {
			float: left;
			padding-left: 15px;
			}

#contenttemp {
	background-color:#BACCCB;
	float: left;
	width: 628px;
	height: 7130px;
	margin-top: 7px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-top: 40px;
	padding-right: 28px;
	padding-bottom: 0px;
	padding-left: 25px;
	}
		#contenttemp p {
			text-align:left;
			line-height: 16px;
			font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
			font-size:12px;
			padding-left: 85px;
			padding-bottom: 18px;
			}


/*content6 is used for column 2 of the principals*/
#content6 {
	background-color:#BACCCB;
	float: left;
	width: 327px;
	height: 1130px;
	margin-top: 7px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-top: 40px;
	padding-right: 28px;
	padding-bottom: 0px;
	padding-left: 25px;
	}		
		#content6 p {
			text-align:left;
			line-height: 16px;
			font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
			font-size: 12px;
			padding-left: 70px;
			padding-right: 20px;
			padding-bottom: 18px;
			}
		#content6 img {
			float: left;
			}
#content8 {
	background-color:#BACCCB;
	float: left;
	width: 708px;
	height: 795px;
	margin-top: 7px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-top: 40px;
	padding-right: 28px;
	padding-bottom: 0px;
	padding-left: 25px;
			-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	}
		#content8 p {
			text-align:left;
			line-height: 16px;
			font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
			font-size:12px;
			padding-left: 20px;
			padding-right: 30px;
			padding-bottom: 18px;
			}
		#content8 a:link, #content8 a:visited, #content8 a:active {	
			color: #333333;
			text-decoration:underline;
			}
		#content8 a:hover {	
			color: #999999;
			text-decoration:underline;
			}	
			


	
	
	/*---------------------------SCREENING_ROOM--------------------------*/

#whats_playing {
	width: 320px; 
	height: auto;
	float: left;
	text-align: left;
	}


#videoPlayback {
	width: 527px; 
	height: 395px;
	background-color: #000000;
	float: left;
	}

img.whats_playing {
	padding-bottom: 10px;
	}
	
	
#content_screening_room {
	background-color:#BACCCB;
	float: left;
	width: 961px;
	height: auto;
	margin-top: 7px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 7px;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	}
		#content_screening_room p {
			text-align:left;
			font-family: "Gill Sans", "Lucida Grande", "Franklin Gothic Medium" ,  Arial, Helvetica;
			padding-bottom: 35px;
			padding-right: 30px;
			text-transform:uppercase;
			letter-spacing: 2px;
			}		
		#content_screening_room p.header {
			padding-left: 50px;
			}		
			
#screening_area {
	background-color: #FFFFFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	width: 850px;
	height: auto;
	padding: 50px;
	}
	
img.bottommargin20 {
	margin-bottom: 20px;
	}
	
img.bottommargin10 {
	margin-bottom: 10px;
	}	

