@CHARSET "UTF-8";
/*General*/
body{
	width: 950px;
	margin: 0 auto;
	background: #6EAB23;
    font-size: 62.5%;
    font-family: Arial, Helvetica, sans-serif;
}
img{
	border: 0;
}
a{
	color: white;
}
ul{
background: #6EAB23;
padding: 10px 10px 10px 26px;
margin: 0;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
-o-border-radius: 10px;
border-radius: 10px;
}
li{
}
img.left{
float: left;
padding: 10px 10px 10px 0;
}
img.right{
float: right;
padding: 10px 0 10px 10px;
}

/*Header*/
#header{
background: #6EAB23 url(../img/header.png) no-repeat;
width: 950px;
height: 152px;
}
#header h1{
margin: 0;
float: left;
width: 400px;
margin-top: 40px;
}
	#header h1 a {
		display: block;
		width: 340px;
		height: 100px;
		margin: 0 30px;
		text-indent: -9999px;
	}
#header ul{
	width: 520px;
	float: left;
	padding: 0;
	margin: 95px 30px 0 0;
	text-align: right;
	background: none;
	line-height: 30px;
}
#header li{
list-style-type: none;
display: inline;
padding: 5px;
text-transform: uppercase;
}
#header a{
	color: #6CAB1F;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
#header a:hover, #header a.current{
color: #1F475C;
}

/*Homepage scroller*/
#scroller{
background: transparent url(../img/scroller-window.png) no-repeat;
width: 950px;
height:407px;
position: relative;
z-index: 10;
}
#slide-chooser{
position: absolute;
bottom: 28px;
right: 29px;
}
	#slide-chooser a{
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #999;
	font-size: 17px;
	width: 22px;
	text-align: center;
	display: block;
	float: left;
	margin-left: 8px;
	line-height: 26px;
	}
	#slide-chooser a.activeSlide{
	font-weight: bold;
	color: black;
	}
#next-slide{
cursor: pointer;
position: absolute;
width: 58px;
height: 302px;
right: 10px;
top: 44px;
}
#window{
	width: 860px;
	height: 303px;
	overflow: hidden;
	margin: -364px 0 0 25px;
	z-index: 1;
}

/*Main page content*/
#main{
	background: #6EAB23 url(../img/content-bg.png) no-repeat;
	width: 830px;
	padding: 22px 40px 40px 80px;
}
#main.home{
	background: #6EAB23 url(../img/main-bg.png) no-repeat;
	width: 870px;
	padding: 40px;
	margin-top: 23px;
}

#main.home h2
{
	font-size: 2.2em;
	line-height: 100%;
	font-weight: normal;
	margin: 10px 0 0 20px;
	color: #FFF;
}

#main h2
{
	font-size: 2.5em;
	line-height: 120%;
	color: #FFF;
	margin-top: 30px;
}


div.left{
	float: left;
	width: 580px;
}
div.left p
{
	line-height: 120%;
	color: #FFF;
	font-size: 1.2em;
}

.paraLeftIndent
{
	margin: 10px 25px 10px 20px;
}



div.right{
float: left;
}

.puvb {
	width: 100%;
	display: block;
	position: relative;
}
	.puvbVideo {
		position: absolute;
		top: 0;
		left: 0;
		width: 480px;
		padding: 30px;
		height: 375px;
		margin-left: -20px;
		margin-top: 2px;
		background: url(/img/film_bg_pop.png) no-repeat left top;
	}
		#pubVid1 p, #pubVid2 p {
			margin: 0;
			line-height: 12px;
			color: #fff;
			font-weight: bold;
			font-size: 1.1em !important;
			padding: 0 10px;
			padding-top: 3px;
			text-align: left;
		}
			.puvbVideo p a {
				float: right;
				
			}
	#pubVid1 {
		z-index: 105;
	}
	#pubVid2 {
		z-index: 108;
	}
	
	.vidView {
		display: block;
		padding-bottom: 5px;
		font-weight: bold;
	}


div.colL{
	width: 500px;
	float: left;
	color: #FFF;
	padding: 0 0 40px 0;
}

div.colL p
{
	font-size: 1.2em;
	line-height: 140%;
	margin: 0 0 10px 0;
}
div.colL h3
{
	font-size: 1.6em;
	font-weight: normal;
	margin: 15px 0 5px 0;
}
div.colL h4
{
	font-size: 1.4em;
	font-weight: normal;
	margin: 15px 0 5px 0;
}
div.colL ul
{
	font-size: 1.3em;
	margin: 20px 0;
	padding-top: 13px;
}
div.colL li
{
	padding: 0 0 0 15px;
	margin: 0 0 5px 0;
	background: url(../img/bullet_white.gif) no-repeat left 0.4em;
}

.colL a
{
	text-decoration: underline;
}



div.colR{
width: 285px;
float: right;
}

.colR p
{
	margin-bottom: 10px;
}








/*Footer*/
#footer{
clear: both;
}
#footer ul{
	padding: 15px 0 0 20px;
	border-top: 1px solid white;
	background: none;
}
#footer li{
	font-size: 1em;
	display: inline;
	list-style-type: none;
	margin: 0 3px 0 0;
	color: #FFF;
}
#footer li:after{
content: ' | ';
}
#footer li:last-child:after{
content: '';
}
#footer a{
text-decoration: none;
color: white;
margin-right: 3px;
}
#footer a:hover{
text-decoration: underline;
}
#footer p{
	font-size: 1em;
	margin-left: 3px;
	color: #FFF;
	margin: 5px 0 10px 20px;
}
#social{
	margin: 0 0 10px 20px;
	padding: 5px 0 0 0;
}

#indentedP p {
	padding: 0 10px;
}

#videoContainer {
	background: url(../img/film_bg.png) no-repeat left top;
	height: 390px;
	padding: 10px; padding-top:60px;
	margin-top: 10px;
	position: relative;
}

#videoContainer p {
	margin: 0;
	position: absolute;
	bottom: 30px;
	left: 120px;
	font-size: 34px;
	font-weight: bold;
	line-height: 40px !important;
	height: 40px !important;
}

#videoContainer a {
	text-decoration: none;
}
