@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(img/bckgrnd2.gif);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: center top;
	font-family: "Century Gothic", "Trebuchet MS";
	font-size: 1em;
}
.elEM #container {
	width: 805px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.elEM #header {
	height: 40px;
} 
.elEM #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-transform: capitalize;
}
.elEM #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	height: 566px;
}
.elEM #navigationbox {
	margin: 0px;
	padding: 0px;
	width: 200px;
	float: right;
	height: 247px;
	text-transform: uppercase;
	font-size: 0.9em;


	
} 
.elEM #navigationbox a{
	height: 23px;
	width: 180px;
	display: block;
	text-align: left;
	font-size: 0.9em;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	white-space: normal;
	padding-right: 15px;
	padding-top: 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	text-indent: 25px;
}
.elEM #navigationbox .text{
	height: 23px;
	width: 180px;
	display: block;
	text-align: left;
	font-size: 0.9em;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	vertical-align: middle;
	white-space: normal;
	padding-right: 15px;
	padding-top: 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	text-indent: 25px;
}
.elEM #navigationbox a:hover{
	color: #ffffff;
	text-decoration: none;
}
.elEM #navigationbox ul{
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	overflow: hidden;
	margin: 0px;
	left: auto;
	position: relative;
	width: 200px;
	clear: both;
	bottom: auto;
	clip: rect(auto,auto,auto,auto);
	top: 80px;
	right: auto;
	background-color: #bfbcb0;
}
.elEM #navigationbox a:visited {
	text-decoration: none;
}
.elEM #sidebar2 {
	position: relative;
	width: 150px;
	float: right;
	height: 247px;
	padding-top: 3px;
	margin-right: 2px;
}
	
.elEM #mainContent {
	margin-top: 0;
	margin-right: 155px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	color: #666666;
	background-color: #FFFFFF;
} 
.elEM #banner {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-bottom: 0;
	color: #666666;
	width: 600px;
	margin-right: 0px;
	background-image: url(img/rotator/Opening-shot.jpg);
} 
.elEM #footer {
	margin-top: 25px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.elEM #container #sidebar1 .copyright {
	font-size: 0.6em;
	text-align: center;
	float: none;
	clear: both;
	display: block;
	padding-top: 75px;
	color: #8C8773;
}
.elEM #container #sidebar1 .copyright a {
	color: #777362;
	text-decoration: none;
}
.elEM #container #mainContent h1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #666253;
	text-transform: none;
}
.elEM #container #mainContent h2 {
	font-size: 1.1em;
	font-weight: bold;
	text-transform: capitalize;
	color: #666253;
}

.elEM #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.elEM #container #mainContent2 strong {
	color: #8C8773;
	font-weight: bold;
}

.stepcarousel{
position: relative; 
border: 0px;
overflow: scroll; 
width: 600px;
height: 250px; 
}

.stepcarousel .belt{
	position: absolute;
	left: 0;
	top: 0;
	width: 600px;
}

.stepcarousel .panel{
float: left; 
overflow: hidden; 
margin: 0px; 
width: 600px; 
}
.elEM #container #mainContent {
	font-size: 0.8em;
	margin-top: 4px;
}
.elEM #container #sidebar1 img {
	float: right;
	margin-right: 15px;
	margin-top: 25px;
	clear: both;
}
.elEM #mainContent2 {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #333333;
	background-color: #FFFFFF;
	font-size: 0.8em;
}
.elEM #mainContent3 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 200px;
	color: #333333;
	font-size: 0.8em;
	padding: 0px;
	width: 600px;
	background-color: #FFFFFF;
}
.elEM #container #mainContent2 h1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #666253;
	text-transform: uppercase;
}
.elEM #container #mainContent2 table {
	font-size: 0.9em;
	padding-top: 0px;
	margin-top: -1px;
}
.elEM #container #mainContent3 table {
	font-size: 0.9em;
	padding-top: 0px;
	margin-top: -1px;
}
.elEM #container #mainContent2 div {
	padding-right: 25px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.elEM #container #mainContent2 h3 {
	padding-top: 10px;
	padding-bottom: 0px;
	padding-right: 25px;
	font-size: 1.1em;
	color: #666253;
}


.elEM #container #mainContent2 h2 {
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #666253;
}


.imgright
{
	float:right;
	padding:1px;
	background:#ffffff;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
}
.imginline
{
	float:left;
	padding:1px;
	background:#ffffff;
	margin-right: 20px;
	margin-bottom: 10px;
}
#inset {
	margin-top: -25px;
}
.elEM #container #mainContent2 a {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.elEM #container #mainContent3 div a {
	color: #333333;
	text-decoration: none;
}

