@charset "UTF-8";


.stepcarousel{
	position: relative;
	overflow: scroll; /*leave this value alone*/
	width: 800px; /*Width of Carousel Viewer itself*/
	height: 400px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
	position: absolute;
	top: 0px;
	visibility: visible;
	left: 12px;
	width: 600px;
	height: 5511px;
}

.stepcarousel .panel{
	float: center; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 10px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	background-image: url(images/topbar.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #F3EEE8;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #A5AA88;
	line-height: 20px;
}
.navigation {
	color: #FFFFFF;
	font-size: 12px;
}
body,td,th {
	font-size: 13px;
}
.orange {
	color: #CE4400;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}
.logoback {
	background-image: url(images/logo_background.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.imageborder {
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
h1 {
	font-size: 36px;
	color: #C7C4BC;
}
h2 {
	font-size: 30px;
	color: #DADC57;
}
h3 {
	font-size: 13px;
	color: #666666;
}
.reversed  {
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
}
.copywright {
	font-size: 10px;
	color: #666600;
}
.bottomnav {font-size: 11px}
.quote {
	color: #FFFFFF;
	text-align: right;
	line-height: 24px;
	font-size: 13px;
	font-style: italic;
}
.orangeQuote {
	color: #A44507;
	line-height: 20px;
}
.reversed14 {
	font-size: 14px;
	font-style: italic;
	color: #FFFFFF;
}
.whiteH1 {
	color: #FFFFFF
}
a:link {
	color: #A5AA88;
}
a:visited {
	color: #A5AA88;
}
a:hover {
	color: #660000;
}
a:active {
	color: #A5AA88;
}
.greyH1 {
	color: #B8BC96
}
.brown {
	color: #897A67
}
.brown:link {
	color: #897A67
}
.brown:visited {
	color: #897A67
}

