@charset "UTF-8";
/* CSS Document */

body {
margin:0 auto;
padding:0;
height:auto;
background:#d2dfe0 url(images/bg.gif) repeat-x 0 0;
background-attachment:fixed;
font-family:Verdana, sans-serif;
font-size:12px;
color:#333333;
line-height:18px;
}

p {
font-family:Verdana, sans-serif;
font-size:12px;
color:#333333;
line-height:18px;
}

h1 {
font-family:Verdana, sans-serif;
font-size:21px;
color:#00457c;
line-height:30px;
}

a,a:link,a:visited {
font-family:Verdana, sans-serif;
color:#fc9209;
text-decoration:none;
}

a:hover {
color:#00457c;
}

#left-side {
position:absolute;
top:0;
left:0;
}

#right-side {
width:365px;
height:735px;
margin-left:15px;
float:left;
display:inline;
}

#wrap-out {
width:982px;
margin:0;
height:auto;
padding:0;
}

#wrap {
width:982px;
padding-left:270px;
margin:0;
height:auto;
}

#top {
float:left;
}

#main {
width:1086px;
float:left;
}

#menu {
float:left;
text-align:left;
width:671px;
height:64px;
}

#content {
width:636px;
float:left;
background:#fff url(images/bg_middle.gif) repeat-x;
background-attachment:scroll;
background-position:bottom;
border-left:#64c4dc 2px solid;
border-right:#64c4dc 2px solid;
padding:15px 15px 0 15px;
}

#middle {
width:641px;
}

#middle_left {
float:left;
width:552px;
}

#vid_bar {
float:left;
}

#vid_bar_ojt {
float:left;
}

#flickr {
width:87px;
float:right;
margin:0;
padding:0;
display:inline;
}

.stepcarousel{
position: relative; /*leave this value alone*/
border: 0;
overflow: scroll; /*leave this value alone*/
width: 530px; /*Width of Carousel Viewer itself*/
height: 110px; /*Height should enough to fit largest content's height*/
background:transparent;
margin-left:10px;
margin-top:20px;
}

.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: 158px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
border: 0;