*{
	padding: 0px;
	margin: 0px;
	border: 0px none;
	list-style: none;
}

.clear{
	clear: both;
}

a{
	color: #0077A8;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}


body{
	font-family: 'Open Sans', sans-serif;
	background-color: #FDFDFD;
}

#header{
	height: 65px;
	padding-top: 26px;
	background-color: #0077A8;
}

#header h1{
	background-image: url(../images/page-title_03.png);
	background-position: left top;
	background-repeat: no-repeat;
	height: 67px;
	width: 866px;
	margin: 0 auto;
	position: relative;
	text-indent: -9999px;
}

#main{
	width: 756px;
	margin: 0 auto;
	position: relative;
	padding-top: 30px;
}

#main h2{
	font-size: 22px;
	font-weight: 300;
	font-family: 'Roboto Slab';
	color: #0077A8;
}

.divider{
	width: 756px;
	height: 1px;
	background-color: #E5E5E5;
	clear: both;
}

.video-wrapper{
	width: 640px;
	clear: both;
	padding: 0px 58px;
	margin: 30px 0px 30px;
}

.video{
	position: relative;
	width: 640px;
	height: 360px;
	clear: both;
	-webkit-box-shadow:  0px 0px 10px 1px rgba(0, 0, 0, .4);    
    box-shadow:  0px 0px 10px 1px rgba(0, 0, 0, .4);
}

.video .border{
	position: absolute;
	background: none;
	height: 360px;
	width: 640px;
	top: 0px;
	left: 0px;
	z-index: 10;
}

.video .border:hover{
	background-image: url(../images/video-border.png);
	background-position: left top;
	background-repeat: no-repeat;
}

.video-copy{
	width: 562px;
	clear: both;
	margin: 0px 12px;
	background-color: #FFFFFF;
	border: 1px solid #E5E5E5;
	color: #1d2939;
	font-size: 14px;
	padding: 13px 27px;
	
}

.video-copy h3{
	font-family: 'Roboto Slab';
	font-weight: 300;
}


.video-copy p{
	font-weight: 200;
}

div.light_square .pp_content{
	background: none repeat scroll 0 0 transparent !important;
}

#footer{
	height: 15px;
	margin-top: 60px;
	background-color: #0077A8;
	padding: 15px 0px;
}

#footer ul{
	font-size: 12px;
	font-weight: 300;
	font-family: 'Roboto Slab';
	color: #FFF;
	margin: 0 auto;
	width: 360px;
}

#footer ul li{
	float: left;
}

#footer ul li span{
	padding: 0px 10px;
}

#footer ul li a{
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}

#footer ul li a:hover{
	text-decoration: underline;
}


