@charset "UTF-8";
/* CSS Document */

<!--
#siteBox {
	width: 921px;
	margin: 0 auto;
	text-align:left;
}
#headerBox {
	background-image: url(../images_website/headerBack.jpg);
	width: 921px;
	height: 320px;
}
#titleBox {
	width: 491px;
	height: 160px;
	margin-left:390px;
	text-align:right;
	position: relative;
	top: 60px;
}
.contactBox {
	background-image: url(../images_website/headerBottomBack.jpg);
	width: 911px;
	height: 150px;
	background-repeat: no-repeat;
	padding-left:10px;
	margin: 0;
}
.contactTitle {
	width: 220px;
	color:#eaecd7;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding-left: 10px;
	font-size: 12px;
	top: 5px;
	position: relative;
}
.addressBox1 {
	width: 220px;
	top: 25px;
	position: relative;
	float: left;
	color: #333333;
	background-color:#dadcc7;
}
.addressBox2 {
	width: 220px;
	position: relative;
	top: 25px;
	float: left;
	color: #333333;
	background-color:#dadcc7;
}
.addressTitle {
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 11px;
	color: #000000;
	background-color:#dadcc7;
}
.sectionTitle {
	background-image: url(../images_website/sectionBack.jpg);
	width: 891px;
	background-repeat: no-repeat;
	color:#eaecd7;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding-left: 10px;
	font-size: 12px;
	top: 0px;
	position: relative;
	height: 23px;
	line-height: 24px;
	border-top-width: 1px;
	border-top-color: #cacdb0;
	border-top-style: solid;
}
.divider{
	width: 901px;
	height:20px;
	border-top-width: 1px;
	border-top-color: #cacdb0;
	border-top-style: solid;
	position: relative;
	top: 15px;
	margin-bottom: 10px;
}
.sectionBox {
	width: 901px;
	margin-left:10px;
}
.videoBox {
	width: 901px;
	height: 582px;
}
.videoFrameBox {
	width:901px;
	height:513px;
	position:relative;
	top:23px;
	background-image:url(../images_website/videoBack.jpg)
}
.videoHolder {
	width: 720px;
	height: 421px;
	position: relative;
	top:46px;
	left: 90px;
	overflow: visible;
}
.projectTitle{
	clear:both;
	width:901px;
	height:100px;
	position:relative;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding:0px;
	background-color: #dadcc6;
	color:#000000;
	text-align: center;
}
#titleBox h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:24px;
	text-transform:uppercase;
	margin: 0;
}
#titleBox h3 {
	color:#FFFFFF;
	line-height: 16px;
	margin:0px;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	text-transform:uppercase;
}
.projectTitle h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	color:#000000;
	text-transform:uppercase;
	line-height: 16px;
	margin: 0;
	width: 700px;
	height: 16px;
	position: relative;
	float: left;
	top: 55px;
	background-color:#dadcc7;
}
.projectTitle h3 {
	color:#333333;
	line-height: 16px;
	margin: 0;
	width: 700px;
	height: 14px;
	position: relative;
	float: left;
	clear: left;
	top: 55px;
	background-color:#dadcc7;
}
.projectTitle h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:36px;
	color:#000000;
	text-transform:uppercase;
	width: 100px;
	text-align: right;
	line-height: 30px;
	top: 55px;
	margin: 0;
	position: relative;
	height: 35px;
	float: right;
	background-color:#dadcc7;
}
#titleBox p {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 15px;
}
#copyrightBox {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#999999;
	position:relative;
	top: 165px;
	width: 400px;
	float: right;
	height: 10px;
	text-align: right;
	padding-right: 10px;
	background-color:#dadcc7;
}
.imageLeftAlign {
	width:451px;
	height:254px;
}
.imageRightAlign {
	width:450px;
	height:254px;
	margin-left:451px;
	margin-top:-254px;
}

p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
p.description {
	position:relative;
	top:10px;
	clear:both;
}
p.information {
	display:inline;
	margin-right: 30px;
	position: relative;
	top: 5px;
}
a:link,a:visited{
	color: #333333;
	text-decoration: none;
	background-color:#dadcc7;
}
a:hover {
	color: #000000;
	background-color: #dcf188;
	text-decoration: none;
}
alt {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
-->