html, body {
	margin: 0px;
	padding:0px;
	background-image:url(./images/bg.gif);
}

h1, h2, h3, h4, h5, h6, p, form {
	margin: 0px;
	padding:0px;
}

img 
{
	border-style: none;
	border-color: inherit;
	border-width: 0px;
	text-align: center;
}

#wrapper {
	width:800px;
	margin:0px auto;
	background-color:#FFF;
}

#content {
	width:778px;
	margin:0px auto;
	background-image:url(./images/bg_header_top.gif);
	background-repeat:repeat-x;
	background-position:top;
}

#header {
	height:96px;
}

#logo {
	width:290px;
	float:left;
}

#logo h1{
	font-family:"Trebuchet MS";
	font-size:26px;
	color:#ff9966;
	font-weight:normal;
	text-decoration:none;
	padding-left:0px;
	padding-top:30px;
}
#logo h2{
	font-family:"Trebuchet MS";
	font-size:18px;
	color:#ff9966;
	font-weight:normal;
	text-decoration:none;
}

#links a{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#000;
	font-weight:normal;
	text-decoration:none;
}

#links a:hover{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#000;
	font-weight:normal;
	text-decoration:underline;
}

#mainimg {
	background-image:url(./images/top.jpg);
	background-repeat:no-repeat;
	height:132px;
	text-align:left;
}

#mainimg h3 {
	font-family:"Trebuchet MS";
	font-size:48px;
	color:#000;
	font-weight:normal;
	text-decoration:none;
	padding:20px 40px 0px 0px;
}


#contentarea {
	clear:both;
	padding:25px 0px;
}

#leftbar {
	float:left;
	width:778px;
}

#leftbar h2{
	font-family:"Trebuchet MS";
	font-size:26px;
	color:#ff9966;
	font-weight:normal;
	text-decoration:none;
	padding-left:40px;
	padding-bottom:5px;
}

#leftbar p{
	font-family:"Trebuchet MS";
	font-size:13px;
	color:#666666;
	font-weight:normal;
	text-decoration:none;
	padding:0px 40px;
}

.popupimg
{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#666666;
	font-weight:normal;
	text-decoration:none;
	padding:0px 40px;
}

#leftbar a {
	font-family:"Trebuchet MS";
	font-size:13px;
	color:#ff9966;
	font-weight:bold;
	text-decoration:none;
}


#bottom 
{
	background-image:url(./images/bottom.jpg);
	background-repeat:repeat-x;
	clear:both;
	height:32px;
	text-align:center;
	font-family:"Trebuchet MS";
	font-size:13px;
	color:#666666;
	font-weight:normal;
	text-decoration:none;
	padding:0px 40px;
}


.stepcarousel{
position: relative; /*leave this value alone*/
border: 0px solid;
overflow: scroll; /*leave this value alone*/
width: 750px; /*Width of Carousel Viewer itself*/
height: 200px; /*Height should enough to fit largest content's height*/
}

.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: 5px; /*margin around each panel*/

}


.level2
{
	font-family:"Trebuchet MS";	
    color: White;
    font-weight:bold;
    font-size: large;
    font-weight: bold;
}


.level3
{
	font-family:"Trebuchet MS";	
    color: #ff9966;
   	font-weight:bold;
    font-size: medium;
    background-color: Gray;
}


.displaytext
{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#666666;
	font-weight:normal;
	text-decoration:none;
	padding:0px 40px;
}
#container {
width: 780px;
margin: 0.5em auto 0.5em auto;
background: #fff;
text-align:center;
-moz-border-radius: 20px;
padding: 0.5em;
}
#container li {
float: left;
list-style-type:none;
border: solid #ccc;
border-width: 1px 1px 0 0;
-moz-border-radius-topright:10px;
margin:1em;
text-align:center;
display:inline;
}
li img { border: none; }
ul#photos li a span { display: none; }
ul#photos li a:hover span {
display: block;
color: #333;
background-color:tan;
-moz-border-radius: 10px;
padding: .25em 0 .25em 0; 
text-transform: uppercase;
font-size: .85em; 
}
#photo, #pictureScreenObject {
display:none;
position: absolute;
left:15%;
z-index:100;
background:#fff;
padding:2em;
margin:1em;
font: 0.9em Arial, Helvetica, sans-serif;
border:1px solid #ccc;
text-align: center;
-moz-border-radius: 20px;
} 
.adjustedZIndex {
    z-index: 1;
}