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

body {
	background-position: center top;
	background-color: #000;
	background-image: url(images/background-main.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	font-size: 9pt;
	line-height: 17pt;
	letter-spacing: 2.2pt;
	margin: 0px;
}
#container {
	position:absolute;
	width: 862px;
	left:50%;
	margin-left: -431px;
}
#blogcontainer {
	position:absolute;
	width: 712px;
	left:50%;
	margin-left: -431px;
}
#top {
	height: 141px;
	position: relative;
	}
a {
	color: #C00;
	}
a.thumbnails {
	text-indent: -9999px;
	font-size: 8px;
	padding: 0px 0px 0px 8px;
	color: #fff;
	text-decoration: none;
	position: relative;
	float: left;
	margin: 0px 20px 40px 20px;
	display: block;
	height: 165px;
	width: 327px;
	background-position: top;
	}
a:hover.thumbnails {
	background-position: bottom;
	}
.padding {
	width: 751px;
	position: relative;
	margin: 110px 55px 60px 55px;
	}
.flashpadding {
	width: 751px;
	position: relative;
	margin: 0px 55px 60px 55px;
	}
.workpadding {
	height: 470px;
	width: 751px;
	position: relative;
	margin: 60px 55px 60px 55px;
	border: thin #050505 solid;
	}
.staffpadding {
	height: 399px;
	width: 751px;
	position: relative;
	margin: 60px 55px 60px 55px;
	}
.video {
	float: left;
	width: 335px;
	height: 100%;
	padding: 0px 20px 40px 20px;
	}
.floatright {
	position: relative;
	height: 141px;
	float: right;
	
	}
.floatleft {
	width: 411px;
	height: 141px;
	position: relative;
	float: left;
	}
img {
	border: none;
	}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 14px;
	color: #FFF;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 16px;
	color: #FFF;
	margin: 0px;
}
.stepcarousel{
	background-image:url(1.jpg);
	position: relative; /*leave this value alone*/
	border: 0px solid black;
	overflow: scroll; /*leave this value alone*/
	width: 751px; /*Width of Carousel Viewer itself*/
	height: 295px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 0px 135px 0px 135px; /*margin around each panel*/
	width: 751px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}
.blogdate {
	text-transform: uppercase;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding: 0px;
}
-->

