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

body {
	margin: 0;
	
	margin-top: 10px;          
    padding: 0;         /* no padding */
	font-family: Helvetica, Arial, sans-serif; font-size: 11px; color: #cccccc;
}

img { border:0; }

.youarehere {
color: #CC0000;
}

.lowercase {
text-transform: lowercase;
}

.red {
	
	color: #CC0000;
}

.uppercase {
text-transform: uppercase;
}

#subheader {
font-size: 22px;
line-height: 22px;
}

#subheaderCaps {
font-size: 22px;
line-height: 22px;
text-transform: uppercase;
}
#subheaderNormCaps {
font-size: 22px;
font-weight: normal;
line-height: 22px;
text-transform: uppercase;
}

#subheaderNormCaps a:link, #subheaderNormCaps a:visited{
	font-size: 22px;
font-weight: normal;
line-height: 22px;
text-transform: uppercase;
}

#subheaderNormCaps a:hover, #subheaderNormCaps a:active{
color:#CC0000;
font-size: 22px;
font-weight: normal;
line-height: 22px;
text-transform: uppercase;}

#subheaderTitle {
	font-size: 22px;
	line-height: 22px;
	text-transform: capitalize;
}

.header {
font-size: 22px;
line-height: 16px;
}

div#outerDiv {
	width: 1100px;
	height: 729px;
	margin: 0 auto;
	padding: 0;
	border-color: #000000;
	border-width: 5px;
	border-style: solid;
}

#outerDiv #homeButtonblk {
	position: absolute;
    left: 22px;
    top: 45px;
	height: 60px;
    width: 250px;
}

#homeButtonblk a:link, #homeButtonblk a:visited{
	display: block;
	background: url(../global/asa_logo_black.png) no-repeat left top;
	height: 60px;
    width: 250px;
	border: none;           /* don't display a border */
}

#homeButtonblk a:hover, #homeButtonblk a:active{
	background: url(../global/asa_logo_black.png) no-repeat left bottom;
}

#outerDiv #homeButton {
	position: absolute;
    left: 22px;
    top: 45px;
	height: 60px;
    width: 250px;
}

#homeButton a:link, #homeButton a:visited{
	display: block;
	background: url(../global/asa_logo_white.png) no-repeat left top;
	height: 60px;
    width: 250px;
	border: none;           /* don't display a border */
}

#homeButton a:hover, #homeButton a:active{
	background: url(../global/asa_logo_white.png) no-repeat left bottom;
}

#outerDiv #jenFilm {
	height: 15px;
	width: 175px;
	margin-left: 300px;
	margin-top: 83px;
	padding: 0;
	border: none;   /* don't display a border */
	position: absolute;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
}

#outerDiv #jenFilm-white {
	height: 15px;
	width: 175px;
	margin-left: 300px;
	margin-top: 83px;
	padding: 0;
	border: none;   /* don't display a border */
	position: absolute;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}

#outerDiv #navBox {
	margin-left: 0px;
	margin-top: 110px;
	width: 1100px;
	height: 47px;
	padding: 0;
	position: absolute;
	border-top-color: #000000;
	border-top-width: 5px;
	border-top-style: solid;
	border-bottom-color: #000000;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	background: url(../global/nav_bg.png) no-repeat left top;
	
}

/* ===== main navigation links ===== */



#navBox #mainMenu {
	width: 1060px;
	height: 16px;
	margin-left: 40px;
	margin-top: 18px;
	padding: 0;
	position: absolute;
}

#mainMenu ul {
margin: 0;
padding: 0;
   text-decoration: none;
} 

#mainMenu li {
	float: left;
	list-style-type: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	border: none;
	padding: 0;
	margin-right: 33px;
	display: block;
   text-decoration: none;
}

#mainMenu li a:link, #mainMenu li a:visited, #mainMenu li a:active {
	color: #000000;
   text-decoration: none;
}

#mainMenu li a:hover {
	color: #CC0000;
	text-decoration: none;
}


/* ===== content ===== */

/* ===== HOME ===== */

#outerDiv #bgHome {	
	margin: 0;
	padding: 0;
	width: 1100px;
	height: 729px;
	background: url(../home/home_bg.jpg) no-repeat left top;
	position: relative;
}

#outerDiv #laurelsHome {
width: 350px;
height: 430px;
position: absolute;
margin-top: 195px;
margin-left: 370px;
background: url(../home/laurels_v4.png) no-repeat left top;
}

#outerDiv #calloutHome {
width: 332px;
height: 321px;
position: absolute;
margin-top: 200px;
margin-left: 730px;
}

#outerDiv #formHome {
width: 332px;
height: 85px;
position: absolute;
margin-top: 530px;
margin-left: 730px;
background: url(../home/home_form_bg.png) no-repeat left top;
}

#outerDiv #emmy {
width: 300px;
height: 125px;
position: absolute;
margin-top: 510px;
margin-left: 18px;
background: url(../home/emmy_v1.png) no-repeat left top;
text-align:right;
}

#outerDiv #uk {
width: 180px;
height: 50px;
position: absolute;
margin-top: 53px;
margin-left: 889px;
background: url(../home/uk-link.png) no-repeat left top;
text-align:right;
}



#uk a:link, #uk a:visited, #uk a:active {
	background: url(../home/uk-link.png) no-repeat left top;
	display: block;
	width: 180px;
	height: 50px;
	border: none;           /* don't display a border */
}

#uk a:hover {
	background: url(../home/uk-link-over.png) no-repeat left top;
}


/* ===== FILM ===== */

#outerDiv #bgFilm {	
	margin: 0;
	padding: 0;
	width: 1100px;
	height: 729px;
	background: url(../film/film_bg.jpg) no-repeat left top;
	position: absolute;
}

#outerDiv #calloutFilm {
	width: 320px;
	height: 314px;
	position: absolute;
	margin-top: 220px;
	margin-left: 40px;
	border-color: #000000;
	border-width: 2px;
	border-style: solid;
	background: url(../press/press_content_bg.png) repeat left top;
	padding: 20px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}

#outerDiv #trailerFilm {
	width: 629px;
	height: 354px;
	position: absolute;
	margin-top: 220px;
	margin-left: 420px;
	border-color: #000000;
	border-width: 2px;
	border-style: solid;
	background-color: #FFFFFF;
	padding: 0px;
	
}

/* ===== FILMMAKERS ===== */

#outerDiv #bgFilmmakers {	
	margin: 0;
	padding: 0;
	width: 1100px;
	height: 729px;
	background: url(../filmmakers/filmmakers_bg.jpg) no-repeat left top;
	position: relative;
}

#outerDiv #headertFilmmakers {
	width: 320px;
	height: 50px;
	position: absolute;
	margin-top: 200px;
	margin-left: 38px;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 44px;
	color: #FFFFFF;
}

#outerDiv #navbgFilmmakers {
	width: 360px;
	height: 280px;
	position: absolute;
	margin-top: 260px;
	margin-left: 40px;
	border-color: #000000;
	border-width: 2px;
	border-style: solid;
	background: url(../press/press_content_bg.png) repeat left top;
	padding: 20px;
	
}

#navbgFilmmakers #navFilmmakers {
	width: 170px;
	height: 280px;
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 23px;
	color: #000000;
}

#navbgFilmmakers #positionFilmmakers {
	float: right;
	width: 185px;
	height: 280px;
	position: relative;
	margin-left: 170px;
	margin-top: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 23px;
	color: #000000;
}

#positionFilmmakers ul {
margin: 0;
padding: 0;
} 

#positionFilmmakers li {
	list-style-type: none;
   text-decoration: none;
}

#navFilmmakers ul {
margin: 0;
padding: 0;
} 

#navFilmmakers li {
	list-style-type: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	border: none;
   text-decoration: none;
}

#navFilmmakers li a:link, #navFilmmakers li a:visited, #navFilmmakers li a:active {
	color: #000000;
   text-decoration: none;
}

#navFilmmakers li a:hover {
	color: #CC0000;
	text-decoration: none;
}

#outerDiv #subheaderFilmmakers {
	width: 600px;
	height: 50px;
	position: absolute;
	margin-top: 200px;
	margin-left: 460px;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 44px;
	color: #FFFFFF;
}

#outerDiv #subheaderVincentFilmmakers {
	width: 650px;
	height: 50px;
	position: absolute;
	margin-top: 200px;
	margin-left: 460px;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 44px;
	color: #FFFFFF;
	letter-spacing: -4px;
}

#outerDiv #peopleFilmmakers {
	width: 550px;
	height: 280px;
	position: absolute;
	margin-top: 260px;
	margin-left: 460px;
	border-color: #000000;
	border-width: 2px;
	border-style: solid;
	background: url(../press/press_content_bg.png) repeat left top;
	padding: 0px;
	padding: 20px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}
#peopleFilmmakers #bioFilmmakers {
	width: 260px;
	height: 280px;
	position: absolute;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
}

#peopleFilmmakers #picFilmmakers {
	width: 275px;
	height: 275px;
	float: right;
	margin-top: 0;
	margin-left: 0;
}




/* ===== GALLERY ===== */

#outerDiv #bgGallery {	
	margin: 0;
	padding: 0;
	width: 1100px;
	height: 729px;
	background: url(../photo_video_gallery/gallery_bg.jpg) no-repeat left top;
	position: absolute;
}

#outerDiv #calloutGallery {
	width: 793px;
	height: 444px;
	position: absolute;
	margin-top: 185px;
	margin-left: 153px;
}


#outerDiv #calloutbgTESTGallery {
	width: 800px;
	height: 460px;
	position: absolute;
	margin-top: 175px;
	margin-left: 153px;
	border-color: #000000;
	border-width: 2px;
	border-style: solid;
}

#outerDiv #calloutbgGallery {
	width: 793px;
	height: 444px;
	position: absolute;
	margin-top: 185px;
	margin-left: 153px;
	border-color: #000000;
	border-width: 2px;
	border-style: solid;
background: url(../photo_video_gallery/gallery_bg_with_text.png) no-repeat left top;
}

#calloutbgGallery #makingGallery {
	margin-top: 20px;
	margin-left: 20px;
	width: 230px;
	height: 176px;
	position: absolute;
	border-color: #000000;
	border-width: 2px;
	border-style: solid;
}

#calloutbgGallery #festivalsGallery {
	margin-top: 20px;
	margin-left: 276px;
	width: 230px;
	height: 176px;
	position: absolute;
	border-color: #000000;
	border-width: 2px;
	border-style: solid;
}

#calloutbgGallery #kenyaGallery {
	margin-top: 20px;
	margin-left: 535px;
	width: 230px;
	height: 176px;
	position: absolute;
	border-color: #000000;
	border-width: 2px;
	border-style: solid;
}

#calloutbgGallery #hboGallery {
	margin-top: 236px;
	margin-left: 155px;
	width: 230px;
	height: 176px;
	position: absolute;
	border-color: #000000;
	border-width: 2px;
	border-style: solid;
}

#calloutbgGallery #videoGallery {
	margin-top: 236px;
	margin-left: 411px;
	width: 230px;
	height: 176px;
	position: absolute;
	border-color: #000000;
	border-width: 2px;
	border-style: solid;
}

/* ===== VIDEO GALLERY ===== */

#outerDiv #bgVGallery {	
	margin: 0;
	padding: 0;
	width: 1100px;
	height: 729px;
	background: url(../photo_video_gallery/video_bg.jpg) no-repeat left top;
	position: absolute;
	background-color: #4a4a4a;
}

#outerDiv #submenuVGallery {
	width: 1100px;
	height: 48px;
	position: absolute;
	margin-top: 167px;
	margin-left: 0px;
	border-bottom-color: #000000;
	border-bottom-width: 4px;
	border-bottom-style: solid;
}

#submenuVGallery #headerVGallery {
	width: 200px;
	height: 30px;
	position: absolute;
	margin-left: 38px;
	margin-top: 12px;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 22px;
	color: #FFFFFF;
}

#submenuVGallery #backbtnVGallery {
	width: 200px;
	height: 20px;
	position: absolute;
	margin-left: 559px;
	margin-top: 20px;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}

#backbtnVGallery a:link, #backbtnVGallery a:visited, #backbtnVGallery a:active {
	color: #000000;
   text-decoration: none;
}

#backbtnVGallery a:hover {
	color: #CC0000;
	text-decoration: none;
}

#outerDiv #videosVGallery {
	position: absolute;
	margin-top: 220px;
	margin-bottom: 40px;
	margin-left: 0px;
	margin-right: 0;
	padding: 0;
	width: 1100px;
	height: 423px;
	overflow: auto;
}

#videosVGallery #holderVGallery {
	width: 480px;
	height: 350px;
	position: relative;
	margin-top: 20px;
	margin-left: 40px;
	padding-bottom: 40px;
	margin-right: 0px;
	float: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

#holderVGallery a:link, #holderVGallery a:visited, #holderVGallery a:active {
	color: #FFFFFF;
   text-decoration: none;
}

#holderVGallery a:hover {
	color: #CC0000;
	text-decoration: none;
}

#calloutbgGallery #makingVGallery {
	margin-top: 20px;
	margin-left: 20px;
	width: 230px;
	height: 176px;
	position: absolute;
	border-color: #000000;
	border-width: 2px;
	border-style: solid;
}



/* ===== PRESS ===== */

#outerDiv #bgPress {	
	margin: 0;
	padding: 0;
	width: 1100px;
	height: 729px;
	background: url(../press/press_bg.jpg) no-repeat left top;
	position: absolute;
}

#outerDiv #headerPress {
	width: 175px;
	height: 50px;
	position: absolute;
	margin-top: 200px;
	margin-left: 612px;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 44px;
	color: #FFFFFF;
}

#outerDiv #contentbgPress {
	width: 400px;
	height: 320px;
	position: absolute;
	margin-top: 260px;
	margin-left: 615px;
	border-color: #000000;
	border-width: 2px;
	border-style: solid;
	padding: 20px;
	background: url(../press/press_content_bg.png) no-repeat left top;
}

#contentbgPress #contentPress {
	width: 390px;
	height: 320px;
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
	padding-right: 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	overflow: auto;
	line-height: 13px;
}

#contentPress a:link, #contentPress a:visited, #contentPress a:active {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

#contentPress a:hover {
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

#outerDiv #presskitbtnPress {
	width: 170px;
	height: 14px;
	position: absolute;
	margin-top: 208px;
	margin-left: 868px;
	border-color: #000000;
	border-width: 2px;
	border-style: solid;
	padding: 8px;
	color: #000000;
	background: url(../press/press_content_bg.png) no-repeat left top;
	text-align:center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	letter-spacing: 0px;
	display: block;		
	line-height: 17px;
}

#presskitbtnPress a:link, #presskitbtnPress a:visited, #presskitbtnPress a:active {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#presskitbtnPress a:hover {
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
}


/* ===== SCREENINGS ===== */

#outerDiv #bgScreenings {	
	margin: 0;
	padding: 0;
	width: 1100px;
	height: 729px;
	background: url(../screenings/screenings_bg.jpg) no-repeat left top;
	position: absolute;
}

#outerDiv #headerhboScreenings {
	width: 320px;
	height: 50px;
	position: absolute;
	margin-top: 200px;
	margin-left: 38px;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 44px;
	color: #FFFFFF;
}

#outerDiv #contenthbobgScreenings {
	width: 220px;
	height: 260px;
	position: absolute;
	margin-top: 260px;
	margin-left: 40px;
	border-color: #000000;
	border-width: 2px;
	border-style: solid;
	padding: 20px;
	color: #000000;
	background: url(../screenings/screenings_content_bg.png) no-repeat left top;
}

#contenthbobgScreenings #contenthboScreenings {
	width: 220px;
	height: 290px;
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	overflow: auto;
	line-height: 12px;
}

#contenthboScreenings a:link, #contenthboScreenings a:visited, #contenthboScreenings a:active {
	color: #000000;
	text-decoration: none;
	
}

#contenthboScreenings a:hover {
	color: #CC0000;
	text-decoration: none;
}

#contenthbobgScreenings #hbologoScreenings {
	width: 219px;
	height: 31px;
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px;
}

#outerDiv #communitybtnScreenings {
	width: 240px;
	height: 30px;
	position: absolute;
	margin-top: 570px;
	margin-left: 40px;
	border-color: #000000;
	border-width: 2px;
	border-style: solid;
	
	padding: 10px;
	color: #000000;
	background-color: #FFFFFF;
	text-align:center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	letter-spacing: 1.5px;
	display: block;		
	line-height: 17px;
}

#communitybtnScreenings a:link, #communitybtnScreenings a:visited, #communitybtnScreenings a:active {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#communitybtnScreenings a:hover {
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
}

#outerDiv #headerScreenings {
	width: 320px;
	height: 50px;
	position: absolute;
	margin-top: 200px;
	margin-left: 555px;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 44px;
	color: #FFFFFF;
}

#outerDiv #contentbgScreenings {
	width: 460px;
	height: 320px;
	position: absolute;
	margin-top: 260px;
	margin-left: 555px;
	border-color: #000000;
	border-width: 2px;
	border-style: solid;
	padding: 20px;
	background: url(../screenings/screenings_content_bg.png) no-repeat left top;
}

#contentbgScreenings #domesticScreenings {
	width: 220px;
	height: 320px;
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
	padding-right: 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	overflow: auto;
	line-height: 13px;
}

#domesticScreenings a:link, #domesticScreenings a:visited, #domesticScreenings a:active {
	color: #000000;
	text-decoration: none;
}

#domesticScreenings a:hover {
	color: #CC0000;
	text-decoration: none;
}

#contentbgScreenings #intlScreenings {
	width: 220px;
	height: 320px;
	position: absolute;
	margin-top: 0px;
	margin-left: 250px;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	overflow: auto;
	line-height: 13px;
}

#intlScreenings a:link, #intlScreenings a:visited, #intlScreenings a:active {
	color: #000000;
	text-decoration: none;
}

#intlScreenings a:hover {
	color: #CC0000;
	text-decoration: none;
	
}

/* ===== ORDER ===== */






#outerDiv #bgOrder {
	margin: 0;
	padding: 0;
	width: 1100px;
	height: 729px;
	background: url(../order/order_bg.jpg) no-repeat left top;
	position: absolute;
	clear: both;
}

#outerDiv #bgOrder2 {
	margin: 0;
	padding: 0;
	width: 1100px;
	height: 729px;
	background: url(../order/order_bg_v2.jpg) no-repeat left top;
	position: absolute;
	clear: both;
}

#outerDiv #headerOrder {
	width: 320px;
	height: 50px;
	position: absolute;
	margin-top: 200px;
	margin-left: 38px;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 44px;
	color: #FFFFFF;
}


/*  box 1 NEW */
#outerDiv #contentbgOrder1new {
	width: 330px;
	height: 361px;
	position: absolute;
	margin-top: 260px;
	margin-left: 40px;
	border-color: #000000;
	border-width: 2px;
	border-style: solid;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 0px;
	background: url(../press/press_content_bg.png) repeat left top;
	color: #000000;
	line-height: 12px;
}

#contentbgOrder1 #contentOrder1new {
	width: 330px;
	height: 361px;
	position: absolute;
	margin-top: -2px;
	margin-left: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	overflow: auto;
	line-height: 12px;
	
}

#contentOrder1new a:link, #contentOrder1new a:visited, #contentOrder1new a:active {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	
}

#contentOrder1new a:hover {
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
	
}

/*  box 2 NEW */
#outerDiv #contentbgOrder2new {
	width: 130px;
	height: 362px;
	position: absolute;
	margin-top: 260px;
	margin-left: 390px;
	border-color: #000000;
	border-width: 2px;
	border-style: solid;
	padding: 5px;
	background: url(../press/press_content_bg.png) repeat left top;
	color: #000000;
	line-height: 12px;
}

#contentbgOrder2 #contentOrder2new {
	width: 130px;
	height: 362px;
	position: absolute;
	margin-top: -2px;
	margin-left: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	overflow: auto;
	line-height: 12px;
	
}

#contentOrder2new a:link, #contentOrder2new a:visited, #contentOrder2new a:active {
	color: #000000;
	text-decoration: none;
	font-weight: bold;

}

#contentOrder2new a:hover {
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
	
}


/*  box 3 NEW */
#outerDiv #contentbgOrder3new {
	width: 330px;
	height: 341px;
	position: absolute;
	margin-top: 260px;
	margin-left: 430px;
	border-color: #000000;
	border-width: 2px;
	border-style: solid;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	background: url(../press/press_content_bg.png) repeat left top;
	color: #000000;
	line-height: 12px;
}

#contentbgOrder3new #contentdvdwrap {
	margin-top: 35px;
	margin-left: 145px;
	width: 190px;
	height: 200px;
	position: absolute;
		font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	overflow: auto;
	line-height: 12px;
	
}

#contentbgOrder3new #contentOrderdvd {
	margin-top: 25px;
	margin-left: 0px;
	width: 128px;
	height: 214px;
	position: absolute;
	
}

#contentbgOrder3 #contentOrder3new {
	width: 440px;
	height: 341px;
	position: absolute;
	margin-top: -2px;
	margin-left: 200px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	overflow: auto;
	line-height: 12px;
	
}

#contentOrder3new a:link, #contentOrder3new a:visited, #contentOrder3new a:active {
	color: #000000;
	text-decoration: none;
	font-weight: bold;

}

#contentOrder3new a:hover {
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
	
}




/*  box 1 */
#outerDiv #contentbgOrder1 {
	width: 330px;
	height: 20px;
	position: absolute;
	margin-top: 260px;
	margin-left: 40px;
	border-color: #000000;
	border-width: 2px;
	border-style: solid;
	padding: 20px;
	background: url(../press/press_content_bg.png) no-repeat left top;
}

#contentbgOrder1 #contentOrder1 {
	width: 330px;
	height: 25px;
	position: absolute;
	margin-top: -2px;
	margin-left: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	overflow: auto;
	line-height: 12px;
	
}

#contentOrder1 a:link, #contentOrder1 a:visited, #contentOrder1 a:active {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	text-transform: capitalize;
}

#contentOrder1 a:hover {
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;

}

/*  box 2 */

#outerDiv #contentbgOrder2 {
	width: 330px;
	height: 30px;
	position: absolute;
	margin-top: 334px;
	margin-left: 40px;
	border-color: #000000;
	border-width: 2px;
	border-style: solid;
	padding: 20px;
	background: url(../press/press_content_bg.png) no-repeat left top;
}

#contentbgOrder2 #contentOrder2 {
	width: 330px;
	height: 35px;
	position: absolute;
	margin-top: -2px;
	margin-left: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #000000;
	overflow: auto;
	line-height: 15px;
	
}

#contentOrder2 a:link, #contentOrder2 a:visited, #contentOrder2 a:active {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	
}

#contentOrder2 a:hover {
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
	
}

/*  box 3 */

#outerDiv #contentbgOrder3 {
	width: 330px;
	height: 150px;
	position: absolute;
	margin-top: 420px;
	margin-left: 40px;
	border-color: #000000;
	border-width: 2px;
	border-style: solid;
	padding: 20px;
	background: url(../press/press_content_bg.png) no-repeat left top;
}

#contentbgOrder3 #contentOrder3 {
	width: 330px;
	
	position: absolute;
	margin-top: -2px;
	margin-left: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	overflow: auto;
	line-height: 12px;
	
}

#contentOrder3 a:link, #contentOrder3 a:visited, #contentOrder3 a:active {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	
}

#contentOrder3 a:hover {
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;

}


/* ===== TAKE ACTION ===== */

#outerDiv #bgAction {	
	margin: 0;
	padding: 0;
	width: 1100px;
	height: 729px;
	background: url(../takeaction/takeaction_bg.jpg) no-repeat left top;
	position: absolute;
}

#outerDiv #headerAction {
	width: 320px;
	height: 50px;
	position: absolute;
	margin-top: 200px;
	margin-left: 612px;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 44px;
	color: #FFFFFF;
}

#outerDiv #contentbgAction {
	width: 400px;
	height: 320px;
	position: absolute;
	margin-top: 260px;
	margin-left: 615px;
	border-color: #000000;
	border-width: 2px;
	border-style: solid;
	padding: 20px;
	background: url(../press/press_content_bg.png) no-repeat left top;
}

#contentbgAction #contentAction {
	width: 400px;
	height: 320px;
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	overflow: auto;
	line-height: 18px;
	padding-right: 10px;
}

#contentAction a:link, #contentAction a:visited, #contentAction a:active {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

#contentAction a:hover {
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}


/* ===== STORY CONTINUES ===== */

#outerDiv #bgStory {	
	margin: 0;
	padding: 0;
	width: 1100px;
	height: 729px;
	background: url(../story/story_bg.jpg) no-repeat left top;
	position: absolute;
}
#outerDiv #headerStory {
	margin-top: 185px;
	margin-left: 40px;
	height: 20px;
	width: 400px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 22px;
	line-height: 16px;
	color: #FFFFFF;
	position: absolute;
}
#outerDiv #calloutStory {
	width: 202px;
	height: 356px;
	position: absolute;
	margin-top: 220px;
	margin-left: 40px;
	border-color: #000000;
	border-width: 2px;
	border-style: solid;
	background: url(../press/press_content_bg.png) repeat left top;
	padding: 20px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #000000;
	
}

#outerDiv #postcardStory {
	width: 755px;
	height: 396px;
	position: absolute;
	margin-top: 220px;
	margin-left: 302px;
	border-color: #000000;
	border-width: 2px;
	border-style: solid;
	padding: 0px;
}


/* ===== HOST A SCREENING ===== */

#outerDiv #bgHost {	
	margin: 0;
	padding: 0;
	width: 1100px;
	height: 729px;
	background: url(../host/host_bg.jpg) no-repeat left top;
	position: absolute;
}

#outerDiv #headerHost {
	width: 500px;
	height: 50px;
	position: absolute;
	margin-top: 200px;
	margin-left: 38px;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 44px;
	color: #000000;
}

#outerDiv #contentbgHost {
	width: 290px;
	height: 320px;
	position: absolute;
	margin-top: 260px;
	margin-left: 40px;
	border-color: #000000;
	border-width: 2px;
	border-style: solid;
	padding: 20px;
	background: url(../press/press_content_bg.png) no-repeat left top;
}

#contentbgHost #contentHost {
	width: 290px;
	height: 330px;
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	overflow: auto;
	line-height: 13px;
}

#contentHost a:link, #contentHost a:visited, #contentHost a:active {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

#contentHost a:hover {
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

#outerDiv #questionsbgHost {
	width: 290px;
	height: 320px;
	position: absolute;
	margin-top: 260px;
	margin-left: 390px;
	border-color: #000000;
	border-width: 2px;
	border-style: solid;
	padding: 20px;
	background: url(../press/press_content_bg.png) no-repeat left top;
}

#questionsbgHost #questionsHost {
	width: 290px;
	height: 320px;
	position: absolute;
	padding-right: 10px;
	margin-top: 0px;
	margin-left: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	overflow: auto;
	line-height: 15px;
}

#questionsHost a:link, #questionsHost a:visited, #questionsHost a:active {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

#questionsHost a:hover {
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}


/* ===== footer ===== */

#outerDiv #footer {
	margin-top: -86px;
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 0px;
	width: 1100px;
	height: 140px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9px;
	font-weight: bold;
	border-top: 5px solid #000000;
	position: absolute;
}
div#winnersFooter{
	position: absolute;
	margin-top: 0;
	margin-left: 707px;
	padding: 0;
	width: 393px;
	height: 81px;

}

#outerDiv #footer2 {
	margin-top: 643px;
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 0px;
	width: 1100px;
	height: 140px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9px;
	font-weight: bold;
	border-top: 5px solid #000000;
	position: absolute;
}

#outerDiv #footer-OG {
	margin-top: -86px;
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 0px;
	width: 1100px;
	height: 140px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9px;
	font-weight: bold;
	border-top: 5px solid #000000;
	position: absolute;
}

#outerDiv #footer2-OG {
	margin-top: 643px;
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 0px;
	width: 1100px;
	height: 140px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9px;
	font-weight: bold;
	border-top: 5px solid #000000;
	position: absolute;
}
