
body
{
	background-color:#e0e9f0;
	font-family:Georgia, Arial;
}

#container
{
	background-color:#ffffff;
	width:950px;
	padding:20px 0px 20px 0px;
	text-align:left;
}

#container h1
{
	float:left;
	font-size:30px;
	margin:0px 0px 0px 20px;
	font-weight:normal;
	color:#044587;
}

#container h1 span
{
	color:#3297cb;
}

#container h2
{
	float:right;
	font-size:15px;
	margin:15px 20px 0px 20px;
	font-weight:normal;
	color:#676767;
	line-height:15px;
}

#menu
{
	width:910px;
	background: #ffffff url('menu-bg.png') no-repeat;
	height:31px;
	margin:10px 0px 0px 20px;
}

#menu ul
{
	list-style-type:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	display:inline;
	float:left;
}

#menu ul li
{
		display:inline;
		margin:0px 0px 0px 15px;
		padding:0px 0px 0px 0px;
}

#menu ul li a
{
	text-decoration:none;
	color:#ffffff;
	line-height:30px;
}

#menu ul li a:hover
{
		text-decoration:underline;
}

.stepcarousel{
position: relative; /*leave this value alone*/
background: #ffffff url('gallery-bg.png') no-repeat;
overflow: scroll; /*leave this value alone*/
width: 310px; /*Width of Carousel Viewer itself*/
height: 250px; /*Height should enough to fit largest content's height*/
margin:20px 20px 20px 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: 10px; /*margin around each panel*/
width: 290px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

#textbit
{
	float:left;
	color:#676767;
	width:580px;
}

#textbit h3
{
	float:left;
	margin-bottom:10px;
	color:#044587;
}

#textbit p
{
	float:left;
	color:#676767;
	margin:0px 0px 10px 0px;
	font-size:14px;
}

#textbit p span
{
	color:#044587;
}

#textbit a
{
	color:#044587;
}


#textbit a:hover
{
	text-decoration:none;
	}
	
	#footer a
{
	color:#044587;
	font-size:11px;
	margin-tright:5px;
}

#footer a:hover
{
		text-decoration:none;
}

