html, body {
	color: #1a1a1a;
	font: 62.5% Verdana, Arial, san-serif;
	margin: 0;
	padding: 0;
}

html {
	background: #143192 url(images/top_bg.jpg) repeat-x 50% 0;
	}

img {
	border: 0;
	}
	
#hills {
	background: url(images/bottom_bg.jpg) repeat-x 50% 100%;
	}
	
#california {
	background: url(images/bottom_california_coast_bg.jpg) repeat-x 0% 100%;
	}
	
#rock_beach {
	background: url(images/bottom_rock_beach_bg.jpg) 0% 100% no-repeat;
	}
	
#island_beach {
	background: url(images/bottom_island_beach_bg.jpg) 0% 100% no-repeat;
	}
	
#long_beach {
	background: url(images/bottom_long_beach_bg.jpg) 0% 100% no-repeat;
	}
	
#fish {
	background: url(images/bottom_fish_bg.jpg) 0% 100% no-repeat;
	}
	
#lava_coast {
	background: url(images/bottom_lava_coast_bg.jpg) 0% 100% no-repeat;
	}
	
/* TYPOGRAPHY */

h1, h2, h3 {
	font-size: 2.2em;
	margin-bottom: 2px;
	padding-bottom: 0;
	}
	
h2 {
	font-size: 2.4em;
	color: #274f7d;
	}
	
h4 {
	color: #274f7d;
	font-size: .8em;
	}

p, li {
	font-size: 2em;
	line-height: 2em;
	}
	
.bb {
	color: #274f7d;
	font-weight: bold;
	}
	
	
/* STRUCTURE */

	
#wrapper {
	background: white url(images/header_bg.jpg) top center no-repeat;
	width: 1060px;
	padding-top: 186px;
	position: relative;
	margin: 0 auto;
	text-align: center;
	}
	
#spacer {
	height: 300px;
	padding: 0;
	margin: 0;
	}
	
/* EVENTS LIST */

#events_list {
	overflow: hidden;
	position: absolute;
	right: 25px;
	top: 110px;
	height: 55px;
	width: 285px;
	}
	
#events_list p {
	color: #082e4e;
	font-size: 1.8em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}
	
#events_list a:link {
	color: #082e4e;
	font-style: italic;
	}
	
#events_list a:hover {
	text-decoration: none;
	}
	
#events_list em {
	text-decoration: underline;
	}
	
#events_list span.gray {
	color: #6a6a6a;
	}
	
/* MAIN MENU */

#main_menu {
	height: 44px;
	}

#main_menu a {
	display: block;
	float: left;
	text-indent: -9999px;
	height: 44px;
	margin-right: 12px;
	}
	
#main_menu  a#about_us {
	background: url('images/mainmenu/about_us.png') no-repeat;
	margin-left: 12px;
	width: 154px;
	}
	
#main_menu  a#training {
	background: url('images/mainmenu/training.png') 0 0 no-repeat;
	width: 273px;
	}
	
#main_menu  a#progress {
	background: url('images/mainmenu/progress.png') 0 0 no-repeat;
	width: 200px;
	}
	
#main_menu  a#services {
	background: url('images/mainmenu/services.png') 0 0 no-repeat;
	width: 170px;
	}
	
#main_menu  a#contact {
	background: url('images/mainmenu/contact.png') 0 0 no-repeat;
	width: 154px;
	}	

/* Thumbnail Strip */

#thumbnail_strip {
	background: url('images/thumbnail_strip_bg.gif') repeat-x;
	clear: both;
	height: 80px;
	margin: 0;
	width: 100%;
	text-align: left;
	}
	
#thumbnail_strip ul {
	padding: 5px 0 0 0;
	margin: 0 0 0 13px;
	list-style: none;
	}
	
#thumbnail_strip li {
	display: inline;
	margin-right: 7px;
	}
	

	
/* MAIN CONTENT */

#main_content {
	text-align: left;
	padding: 0 10px 10px 10px;
	}
	
#main_content p {
	margin-top: 2px;
	}
	
#main_content h3 {
	color: #274f7d;
	font-size: 1.8em;
	}
	
/* Video Player */

div.player_wrapper {
	position: absolute;
	height: 371px;
	right: 15px;
	top: 260px;
	width: 282px;
	}
	
div#player_news {
	background: url('images/player/player_news_bg.gif') 0 0 no-repeat;
	}

div.player {
	position: relative;
	height: 371px;
	right: 15px;
	}
	
div#player_flv {
	position: absolute;
	top: 13px;
	left: 25px;
	height: 261px;
	width: 195px;
	}
	
div.player_description {
	position: absolute;
	left: 10px;
	bottom: 64px;
	width: 280px;
	height: 70px;
	}
	
.player_description p {
	color: white;
	font-size: 10px;
	line-height: 1.5em;
	text-align: center;
	margin: 0;
	padding: 0;
	}
	
.coming-soon {
	margin-top: 110px;
	font-size: 1.8em;
	}
	
div.player_spacer {
	float: right;
	height: 330px;
	width: 300px;
	}
	
/* Services Rows */
	
.services_row {
	list-style: none;
	margin: 10px 0;
	padding: 0;
	}
	
.services_row li {
	float: left;
	padding: 160px 15px 20px 15px;
	height: 105px;
	width: 203px;
	margin-right: 20px;
	overflow: hidden;
	}
	
.services_row li p, .services_row li h4 {
	font-size: 10px;
	padding: 0;
	margin: 0;
	}
	
.services_row li a {
	color: #274f7d;
	text-decoration: none;
	}
	
.services_row li a.li_sm {
	color: #1a1a1a;
	}
	
.services_row li a:hover {
	text-decoration: underline;
	}
	
.services_row .films {
	background: url('images/services/films.jpg') top left no-repeat;
	}
	
.services_row .video {
	background: url('images/services/video.jpg') top left no-repeat;
	}
	
.services_row .events {
	background: url('images/services/events.jpg') top left no-repeat;
	}
	
.services_row .weddings {
	background: url('images/services/weddings.jpg') top left no-repeat;
	}
	
.services_row .crewing {
	background: url('images/services/crewing.jpg') top left no-repeat;
	}
	
.services_row .casting {
	background: url('images/services/casting.jpg') top left no-repeat;
	}
	
.services_row .general_production {
	background: url('images/services/general_production.jpg') top left no-repeat;
	}
	
.services_row .special_effects {
	background: url('images/services/special_effects.jpg') top left no-repeat;
	margin-right: 0;
	}
	
/* Training Program */

.training_overview {
	width: 1040px;
	margin: 0;
	padding: 10px 0;
	}

.training_overview, .training_overview li ul {
	list-style: none;
	}
	
.training_overview .first_li {
	margin-left: 10px;
	}
	
.training_overview li h4 {
	font-size: 1em;
	margin-bottom: 2px;
	}
	
.training_overview li {
	display: inline;
	float: left;
	width: 260px;
	margin-right: 15px;
	}
	
.training_overview li ul li {
	font-size: 1em;
	font-style: italic;
	}
	
/* ABOUT US - Bios */

.bio_list {
	list-style: none;
	margin-bottom: 15px;
	}
	
.bio_list li {
	float: left;
	}
	
.bio_list h4 {
	font-size: 1em;
	display: inline;
	color: #274f7d;
	}
	
.bio_list h4, .bio_list .title {
	padding: 0;
	margin: 0;	
	line-height: 1.2em;
	}
	
.bio_list p {
	font-size: .9em;
	}
	
.bio_list .img {
	margin: 0;
	padding: 0;
	}
	
.bio_list .desc {
	background: url(images/bios/bios_bg.gif) top center no-repeat;
	text-align: center;
	width: 150px;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	}
	
.bio_list .link_p {
	margin: 18px 0 0 -25px;
	}
	
.bio_list a.bio {	
	background: url(images/icon_bio.gif) top left no-repeat;
	}
	
.bio_list a.pdf {
	background: url(images/icon_resume.gif) top left no-repeat;
	}
	
.bio_list a.bio, .bio_list a.pdf {
	color: blue;
	height: 24px;
	padding: 2px 0 3px 23px;
	}
	
/* Collapsible Video Divs */

.video_collapsible {
	padding: 15px;
	height: 220px;
	margin: 10px;
	}
	
.video_collaspible strong {
	color: #274f7d;
	font-size: 1em;
	}

.video_collapsible p {
	font-size: .9em;
	line-height: 1.6em;
	margin: 0;
	}
	
div.flv_collapsible {
	float: left;
	margin-bottom: 20px;;
	}
	
.dropdown_li {
	margin-bottom: 5px;
	}
	
/* Contact Form */

#formMainDiv {
	float: right;
	font-size: 2em;
	line-height: 2em;
	background: #edf0fa;
	padding: 20px;
	border: 1px solid #27507e;
	margin-left: 10px;
	}
	
.requiredField, .comments_field {
	border: 1px solid gray;
	}
	
/* FOOTER */

#footer {
	background: #0a304f;
	clear: both;
	color: white;
	height: 45px;
	margin-top: 15px;
	width: 100%;
	}
	
#footer ul {
	list-style: none;
	padding-top: 10px;
	}
	
#footer ul li {
	display: inline;
	}
	
#footer a {
	color: white;
	}
	
#footer a:hover {
	text-decoration: none;
	}
	
/* H1, H2, H3 Replacements */

.h1 {
	text-indent: -9999px;
	height: 58px;
	}
	
h1#h1_home_welcome {
	background: url('images/h1/h1_home_welcome.jpg') 0 0 no-repeat;
	}
	
h1#h1_services {
	background: url('images/h1/h1_services.jpg') 0 0 no-repeat;
	margin-top: 20px;
	}
	
h1#h1_training_program {
	background: url('images/h1/h1_training_program.jpg') 0 0 no-repeat;
	}

h1#h1_filmmakers {
	background: url('images/h1/h1_filmmakers.jpg') 0 0 no-repeat;
	}

h1#h1_training_overview {
	background: url('images/h1/h1_training_overview.jpg') 0 0 no-repeat;
	}
	
h1#h1_films {
	background: url('images/h1/h1_films.jpg') 0 0 no-repeat;
	}
	
h1#h1_video {
	background: url('images/h1/h1_video.jpg') 0 0 no-repeat;
	}
	
h1#h1_events {
	background: url('images/h1/h1_events.jpg') 0 0 no-repeat;
	}
	
h1#h1_weddings {
	background: url('images/h1/h1_weddings.jpg') 0 0 no-repeat;
	}
	
h1#h1_crewing {
	background: url('images/h1/h1_crewing.jpg') 0 0 no-repeat;
	}
	
h1#h1_casting {
	background: url('images/h1/h1_casting.jpg') 0 0 no-repeat;
	}
	
h1#h1_general_production {
	background: url('images/h1/h1_general_production.jpg') 0 0 no-repeat;
	}
	
h1#h1_special_effects {
	background: url('images/h1/h1_special_effects.jpg') 0 0 no-repeat;
	}
	
h1#h1_contact_us {
	background: url('images/h1/h1_contact_us.jpg') 0 0 no-repeat;
	}
	
h1#h1_location {
	background: url('images/h1/h1_location.jpg') 0 0 no-repeat;
	}
	
h1#h1_staff_crew {
	background: url('images/h1/h1_staff_crew.jpg') 0 0 no-repeat;
	}
	
h1#h1_about_us {
	background: url('images/h1/h1_aboutus.jpg') 0 0 no-repeat;
	}
	
h1#h1_inprogress {
	background: url('images/h1/h1_inprogress.jpg') 0 0 no-repeat;
	}

h1#h1_marketing_sales {
	background: url('images/h1/h1_marketing_sales.jpg') 0 0 no-repeat;
	}
	
h1#h1_bios {
	background: url('images/h1/h1_bios.jpg') 0 0 no-repeat;
	}
	
/* SMALL BOX ELEMENT */

div.sm_box {
	float: right;
	width: 300px;
	background: url('images/sm_box_bg.jpg') repeat-y;
	margin-bottom: 10px;
}

div.sm_box_head {
	height: 30px;
	background: url('images/sm_box_head.jpg') no-repeat top;
}

div.sm_box_head span {
	display: block;
	padding: 8px 0 0 11px;
	font-weight: bold;
	color: #3b3b3b;
}

div.sm_box_body {
	padding: 7px 8px 23px 11px;
	background: url('images/sm_box_foot.jpg') no-repeat bottom;
}
	
/* MISC. */

.gray_italics {	
	color: #1a1a1a;
	font-style: italic;
	}

.list_style_1 {
	list-style: none;
	margin: 10px 0 20px 10px;
	padding-left: 0;
	}
	
.training_button {
	margin: 5px;
	float: left;
	}

.program_list {
	background: url('images/training/list_bg.jpg') bottom right no-repeat;
	}
	
a#home_link {
	position: absolute;
	height: 100px;
	text-indent: -9999px;
	top: 60px;
	left: 10px;
	width: 415px;
	}
	
.p_indented {
	padding-left: 20px;
	}
	
.img_right {
	float: right;
	margin-left: 10px;
	}
	
.img_left {
	float: left;
	margin-right: 10px;
	} 
	
.clear {
	clear: both;
	}
	
.clear_lft {
	clear: left;
	}
	
.clear_rt {
	clear: right;
	}
	
span.clear {
	clear: both;
	display: block;
	height: 1px;
	}
	
.thumb_strip img {
	margin: 10px 10px 10px 0;
	}
	
/* Lightbox */


#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 