a{
	color: #005353;
	text-decoration: none;
}
a:hover{text-decoration:underline;}
body,td{font-family:Trebuchet MS, Helvetica, sans-serif; font-size:14px;}
h1{font-size:18px;}
h2{font-size:16px;}

#mycolumn{background-color:#f5f4f0; border-style:solid; border-width:1px; border-color:#cccccc; width:257px; margin-top:-1px; z-index:10;}
#mycolumn-inner{padding:5px;}

#main-container{margin-left:auto; margin-right:auto; background-image:url(images/background.jpg); width:100%; min-height:880px; background-position:center; background-repeat:no-repeat; background-position:top;}
#inner-container{margin-left:auto; margin-right:auto; width:980px;}
#body-container{width:936px; margin-left:auto; margin-right:auto; z-index:100;}
#header{background-image:url(images/header.jpg); width:980px; height:164px; background-position:bottom;}
#menu{float:right; margin-top:118px;}
#footer-container{margin-left:auto; margin-right:auto; background-image:url(images/background-bottom.gif); width:100%; min-height:360px; height:360px; background-position:center; background-repeat:no-repeat; background-position:top; margin-top:-120px; vertical-align:baseline; z-index:0;}


#footer-menu a{color:#FFFFFF; text-decoration:none;}
#footer-menu a:hover{color:#FFFFFF; text-decoration:underline}
#footer-menu ul{ margin-top:0px;}
#map { width:100%; height:600px;  }

#photoframe{
	background-image:url(images/shadow.jpg);
	width:965px;
	height:175px; margin-left:auto; margin-right:auto;
	margin-top:10px;
	}
.stepcarousel{
position: relative; /*leave this value alone*/
border: 00px solid black;
overflow: scroll; /*leave this value alone*/
width: 935px; /*Width of Carousel Viewer itself*/
height: 170px; /*Height should enough to fit largest content's height*/
left:15px;
top:0px;
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
margin:0px;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 0px; /*margin around each panel*/
width: 218px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
height:170px;
}