/* CSS Document */
a:active {
	text-decoration: none;
	color:#663300;
}
a:link {
	text-decoration: none;
	color:#663300;
}
a:visited {
	text-decoration: none;
	color:#663300;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
.navigation, .navigation a {
	font-family:"Book Antiqua", "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	color: #000000;
	font-weight: bold;
	padding: 8px 10px 8px 5px;
}


.navigation a:hover{
	font-family:"Book Antiqua", "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	color: #FFFF00;
	font-weight: bold;
	padding: 8px 10px 8px 5px;
}

.navigationSeparator {
	padding: 2px 10px 2px 20px;
	valign: middle;
}

.navigationBizName{
	font-family:"Book Antiqua", "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	color: #000000;
	font-weight: normal;
	padding: 40px 10px 40px 10px;
}


h1 {
	font-family:"Book Antiqua", "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	text-align: center;
}


.stdtext {
	font-family:"Book Antiqua", "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: left;
}
.stdtextCenter {
	font-family:"Book Antiqua", "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: center;
}
.imageBorder {
	border: 2px solid #000000;
}

.caption {
	font-family:"Book Antiqua", "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	padding-top:10px;
}

.footer, .footer a {
	font-family:"Book Antiqua", "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #BD9049;
}

/* The incredible step carousel script from Dynamic Drive */
.stepcarousel{
	position: relative; /*leave this value alone*/
	border: 0px;
	overflow: scroll; /*leave this value alone*/
	width: 550px; /*Width of Carousel Viewer itself*/
	height: 252px; /*Height should enough to fit largest content's height*/
	border: 2px solid #000000;
}

.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: 1px; /*margin around each panel*/
	/* width: 250px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}
