html{
	font-family: Arial, Helvetica, serif;
}

#head{
	height:216px;
	width:620px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

#head.media{
	padding-bottom:70px;
}

#head div{
	float:left;
	height: 216px;
	width:190px;
	color:#00ace4;
	font-family: Arial;
	text-align: center;
	position: relative;
}

#head div a{
	color:#00ACE4;
	display:block;
	float:none;
	font-family:Arial,Helvetica,serif;
	font-size:25px;
	left:60px;
	line-height:41px;
	position:absolute;
	text-align:center;
	text-decoration:none;
	top:168px;
}

#head div a:hover{
	text-align: center;
	border-bottom: 7px #00ace4 solid;
}


#head div.logo{
	width:240px;
}

#head div.logo img{
	padding-top:30px;
}

#videoholder{
	height:350px;
	width:620px;
	padding-top: 55px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

#foot{
	padding-top: 50px; 
	width:620px;
	margin: 0 auto;
	position:relative;
	padding-bottom: 100px;
	z-index: 1;
}

#foot .left{
	color:#303184;
	float:left;
	font-size:26px;
	font-weight:bold;
	line-height:34px;
	padding-right:5%;
	width:45%;
}

#foot .right{
	color:#303184;
	float:right;
	font-size:14px;
	line-height:18px;
	width:50%;
}

#bottombleed{
	background-image:url(../assets/images/bottom-bleed.jpg);
	background-repeat:repeat-x;
	min-height:244px;
	position:relative;
	width:100%;
	z-index:5;
}
#bgholder{
	background-image:url(../assets/images/bg.png);
	background-position:center center;
	background-repeat:no-repeat;
	height:638px;
	left:0;
	min-width:620px;
	position:absolute;
	top:0;
	width:100%;
	z-index:0;
}

#imggallery{
	width:980px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

#imggallery img{
	display:block;
	margin-left:20px;
	margin-bottom: 20px;
	float: left;
}

#videogallery{
	height:440px;
	margin:0 auto;
	padding-top:65px;
	position:relative;
	width:940px;
	z-index:2;
}

#videogallery div{
	width:32%;
	float: left;
}

#videogallery .left{
	color:#303184;
	font-size:15px;
	line-height:18px;
	padding-right:2%;
	width:31%;
}
#videogallery .left h2{
	font-size:27px;
	line-height:27px;
	padding-bottom:10px;
}


#videogallery .right{
}
#videogallery .middle{
	width:35%;
}
#videogallery .middle a img{
	display: block;
}

#videogallery .middle a{
	display: block;
	margin-right: 20px;
	margin-bottom: 10px;
	float: left;
}

#videotext{
	display:none;
}