@charset "utf-8";
body {background-color:#000000; margin-top:0px;}
#content {margin-left:auto; margin-right:auto; width:790px; margin-top:0px;}

#bartender {position:relative; float: right; margin-right:0px; z-index:50; margin-top:0px; margin-bottom:-90px; z-index:20}
#logo {position:relative; z-index:80; margin-left:0px; margin-top:40px;}

.menu {position:relative; height:35px; width:700px; margin-top:60px; margin-left:10px; z-index:40;}
.menu ul {list-style:none; z-index:100; position:absolute; padding:9px 5px}
.menu li {float:left}
.menu a, .menu a:active, .menu a:visited, .menu a:hover {text-decoration:none; color:#FFF; font-family:Arial, Helvetica, sans-serif; padding:10px; font-size:13px; font-weight: bold;}
#slide {position:absolute; top:20px; height:24px; background: #6F6F6F; z-index:90}
#footer {width:660px; background-color:#333333; color:#FFFFFF; text-align:right; position:relative; font-family:Arial, Helvetica, sans-serif; font-size:11px; padding:2px;padding-right:50px; }

.stepcarousel{
position: relative; /*leave this value alone*/
border: 1px solid #333333;
overflow: scroll; /*leave this value alone*/
width: 710px; /*Width of Carousel Viewer itself*/
height: 340px; /*Height should enough to fit largest content's height*/
margin-top:-5px;
z-index:30;
}

.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: 10px; /*margin around each panel*/
margin-top: 30px;
margin-right: 30px;
width: 680px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
color:#FFFFFF;
font-family:Georgia, "Times New Roman", Times, serif;
text-align:justify;
line-height:20px;

}

.stepcarousel a, .stepcarousel a:active, .stepcarousel a:visited {text-decoration:none; color: #FFFF80;}
.stepcarousel a:hover {text-decoration:underline; color: #FFFF80;}