/* CSS Document */
#content {
	padding-top:23px;
	padding-bottom:133px;
	margin-right: 98px;
	margin-left: 24px;
	background: url(../images/vdgrey_bg.gif) no-repeat left 53px;
}
div.c1 { }
h1 {
	font-size: 18px;
	font-weight: normal;
	color: #70736C;
	margin-bottom: 7px;
}
div.main {
	padding-left: 76px;
}
div.h2 {
	padding-top: 7px;
	margin-bottom: 13px;
	overflow: auto;
}
h2 {
	font-size: 15px;
	line-height: 24px;
	font-weight: normal;
	color: #FFFFFF;
	background:#E53138 url(../images/h2red_left.gif) no-repeat left center;
	float: left;
	padding-left: 13px;
	margin-bottom: 13px;
}
h2 span {
	background:#E53138 url(../images/h2red_bg.gif) no-repeat right center;
	padding-right: 13px;
	line-height: 24px;
	display: block;
}
h3 {
	font-size: 15px;
	line-height: 22px;
	font-weight: normal;
	color: #44484B;
	float: left;
	padding-left: 5px;
}
#fullsize {
	height: 340px;
	width: 753px;
	clear: left;
	background: #1F3133;
	margin-bottom: 16px;
}
#fullsize img { float: left; }
#fullsize ul {
	color: #FFFFFF;
	float: right;
	width: 191px;
	list-style: none;
	padding-top: 160px;
}
#fullsize li {
	padding-right: 14px;
	font-size: 11px;
	padding-bottom: 5px;
}
#fullsize .stab { color: #99FF00; }
#carousel {
	height: 100px;
	width: 738px;
	position: relative;
}
#carousel .prev { float: left; }
#carousel .next { float: right; }
.stepcarousel {
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 680px; /*Width of Carousel Viewer itself*/
	height: 100px; /*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 8px; /*margin around each panel*/
	width: 160px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

