/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url();
	background-color: #f5f3ec;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 14px;
}
img, div { 
	behavior: url(includes/iepngfix.htc) 
}
.recent-content-new {
	color: #FFFFFF;
}
.feature-content-txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.recent-projects .recent-content-new li {
	list-style-type: none;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #97e6dc;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 20px;
	margin: 0px;
	background-image: url(../images/h-recent-bullets.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
}
.feature-bkgd {
	background-image: url(../images/h-Center-feature-Bkgd.gif);
	background-repeat: no-repeat;
	height: 196px;
}
.recent-projects .recent-content-new ul {
	margin: 0px;
	padding: 0px;
}
.top-bkgd {
	background-image: url(../images/top-bkgd.gif);
	background-repeat: repeat-x;
}
.footer-bkgd {
	background-image: url(../images/bkgd-footer.gif);
	background-repeat: repeat-x;
	height: 150px;
	padding-top: 10px;
}
.recent-content {
	color: #FFFFFF;
	width: 250px;
	margin-left: 40px;
}
.center-bkgd {
	background-image: url(../images/h-Center-vertBkgd.gif);
	background-repeat: repeat-y;
}
.center-bkgd-interior {
	background-image: url(../images/i-Center-vertBkgd.gif);
	background-repeat: repeat-y;
}
.recent-projects {
	background-image: url(../images/h-Center-Recent-BKGD.gif);
	background-repeat: no-repeat;
	height: 324px;
}
.btm-bkgd {
	background-image: url(../images/h-btm-bkgdRepeat.gif);
	background-repeat: repeat-y;
}
.featurebkgd {
	background-image: url(../images/h-c-feature-bkgd.gif);
	background-repeat: no-repeat;
	height: 179px;
	width: 467px;
}
.feature-footer {
	background-image: url(../images/h-c-feature-footerBkgd.gif);
	background-repeat: no-repeat;
	height: 15px;
	width: 467px;
}
.footer {
	font-size: 10px;
	color: #999999;
}
.footer a {
	color: #999999;
	text-decoration: none;
}
.footer a:hover {
	color: #2FCCB9;
}
.recent-content-new a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
.recent-content-new a:hover {
	color: #e2f8f4;
}
.work-bkgd {
	background-image: url(../images/i-Center-bkgd.gif);
	background-repeat: no-repeat;
	height: 217px;
	display: block;
	width: 779px;
}
/* ------------------------ Carosousel Work Pages ------------------------ */
.work{
	position: relative;
	overflow: scroll; /*leave this value alone*/
	width: 761px; /*Width of Carousel Viewer itself*/
	height: 217px;
	margin-left: 9px;
}
.work-center-bkgd {
	background-image: url(../images/i-Center-btm.gif);
	background-repeat: no-repeat;
	display: block;
	height: 38px;
	width: 438px;
}
.work-pagination {
	font-size: 11px;
	color: #FFFFFF;
	display: block;
	padding-top: 10px;
	padding-left: 10px;
}

.work .belt{
	position: absolute; /*leave this value alone*/
	left: 0px;
	top: 0;
	visibility: visible;
}

.work .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*margin around each panel*/
width: 761px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

/* ------------------------ Carosouel Home Page Featured Items ------------------------ */
.stepcarousel{
	position: relative;
	overflow: scroll; /*leave this value alone*/
	width: 448px; /*Width of Carousel Viewer itself*/
	height: 169px;
	margin-left: 9px;
}

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

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*margin around each panel*/
width: 448px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

/* ------------------------ Carosouel Home Page Testimonials Items ------------------------ */
.testimonials{
	position: relative;
	overflow: scroll; /*leave this value alone*/
	width: 448px; /*Width of Carousel Viewer itself*/
	height: 65px;
	margin-left: 9px;
}

.testimonials .belt{
	position: absolute; /*leave this value alone*/
	left: 0px;
	top: 0;
	visibility: visible;
}

.testimonials .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*margin around each panel*/
width: 448px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}
