@charset "UTF-8";


.clear_both { clear: both; line-height: 1px; }

body { background-color: #fff; margin: 30px; }

.header_container {
	padding: 0px 0px 0px 0px;
	height: 120px;
	border: 0px solid #444;
}
.footer_container {
	padding: 4px 4px 4px 4px;
	height: 20px;
	border: 0px solid #444;
	position: relative;
}
.text_container {
	padding: 10px 4px 4px 4px;
	height: 70px;
	border: 0px solid #444;
	position: relative;
}
.logo_left {
	padding: 0px 0px 0px 0px;
	height: 100px;
	float:left;
}
.logo_right {
	padding: 0px 0px 0px 0px;
	height: 100px;
	float:right;
}
.padder {
	padding:5px 0px 0px 0px;
}
.video_gallery_container {
	padding: 25px 10px 25px 25px;
	border: 2px solid #FFE7CE;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #f6a424;
	
} /* background: #FFE7CE url(../images/filmstrip_tile.png) repeat-y 0px 0px; */
.video_gallery_subcontainer {
	padding: 10px 0px 0px 25px;
	border: 2px solid #f6a424;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #f6a424;
}
a.videoLink {
	display: block;
	margin: 0px 15px 15px 0px;
	padding: 0px;
	width: 100px;
	height: 57px;
	float: left;
	position: relative;
	cursor: pointer;
	background: no-repeat 0px 0px;
	border: 1px solid #000;
}
a.videoLink img.play { position: absolute; top: 0px; left: 40px; }
a.videoLink div.caption {
	position: absolute; width: 80px; bottom: 0px; padding: 5px 10px 10px 10px; color: #fff; background-color: rgba(0,0,0,.25);
	font-family: Arial; font-size: 10px;
}
/*
a.videoLink {
	display: block;
	margin: 0px 15px 15px 0px;
	padding: 0px;
	width: 240px;
	height: 160px;
	float: left;
	position: relative;
	cursor: pointer;
	background: no-repeat 0px 0px;
	border: 1px solid #666666;
}

a.videoLink img.play { position: absolute; top: 15px; left: 95px; }
a.videoLink div.caption {
	position: absolute; width: 220px; bottom: 0px; padding: 10px 10px 10px 10px; color: #fff; background-color: rgba(0,0,0,.5);
	font-family: Arial; font-size: 12px; height:60px;
}
*/
a.videoLink:hover { 
border-color: #f4852b;
background-color: rgba(244,133,43,.2);
color: #fff;
}
.orangeText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #f4852b;
}
.subTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	padding-bottom:10px;
}
.mainTitle {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	position: absolute; top: 185px; left: 45px;
	float:left;
}
.blackText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.blackTextSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
a:link {
  color:                  #f4852b;
  cursor:                 hand;
  cursor:	              pointer;
  text-decoration:        none;
  }
a:visited {
  color:                  #f4852b;
  text-decoration:        none;
  }
a:hover {
 color:                  #000000;
  cursor:                 hand;
  cursor:	              pointer;
  text-decoration:        none;
  }
