
/* ********** Boiler Plate ********** */
* {
	padding: 0; 
	margin: 0;
	}

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

#container {
	width: 900px;
	margin: 0px auto;
	}
	
/* ********** Nav Area ********** */
#nav1 {
	float: right;
	/*padding-left: 270px;*/
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 630px;
	height: 23px;
	}
	
#nav1 ul{
	list-style: none;
	}

#nav1 li{
	display: inline;
	margin-right: 4px;
	}


	
/* ********** Header Area ********** */
#header {
	padding-top: 31px;
	}

#header img{
	margin-top: 8px;
	}

/* ********** Font Styles ********** */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: #0D5B80;
	}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #5D7345;
	}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #444444;
	}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #0D5B80;
	}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	color: #444444;
	}
	
p.intro{
	font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-size: 17px;
		line-height: 21px;
		color: #444444;
		}
			
a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	color: #DA6B00;
	text-decoration: none;
	}
	
p.bullet {
	margin-top: 4px;
	}
	
.marginTop5 {
	margin-top: 5px;
	}
	
.marginTop10 {
	margin-top: 10px;
	}
	
.marginTop20 {
	margin-top: 20px;
	}
	
.marginTop30 {
	margin-top: 30px;
	}
	
/* ********** Image Styles ********** */
.contentImage {
	float: left;
	margin-right: 14px;
	margin-bottom: 10px;
	}

a img {
	border: none;
	}
	
img.marginRight {
	margin-right: 4px;
	}
	
	
/* ********** News & Updates Area ********** */
#news {
	overflow: auto;
	margin-top: 35px;
	padding-right: 10px;
	height: 270px;
	width: 230px;
	}
	
#news h3{
	color: #787878;
	margin-top: 20px;
	}

#news p{
	color: #787878;
	}
	
/* ********** Homepage Promos Area ********** */
#promos {
	float: right;
	margin-top: 35px;
	width: 630px;
	height: 270px;
	}

#promos h1{
	margin-bottom: 12px;
	}

#promo2 {
	margin-top: 35px;
	float: right;
	width: 290px;
	}
	
#promo1 {
	margin-top: 35px;
	float: left;
	width: 310px;
	}
	
	
#filmGroup {
	width: 900px;
	height: 245px;
	}
	
#video1, #video2, #video3 {
	margin-top: 10px;
	float: left;
	width: 350px;
	}

#filmDescription {
	margin-top: 10px;
	float: right;
	width: 525px;
	}

/* ********** 1-Column Layout Styles ********** */




/* ********** 2-Column Layout Styles ********** */
#rightCol {
	width: 430px;
	float: right;
	margin-top: 10px;
	}
	
#leftCol {
	width: 430px;
	float: left;
	margin-top: 10px;
	}

.clear50 {
	clear: both;
	height: 50px;
	}

.clear100 {
	clear: both;
	height: 100px;
	}
	
.clear200 {
	clear: both;
	height: 200px;
	}
	

/* ********** Footer Area ********** */
#footer {
	clear: both;
	margin-top: 20px;
	background-color: #959595;
	height: 24px;
	text-align: center;
	}
	
#footer p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 4px;
	}
