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

body {
	margin: 0;
	padding: 0;
	background: #774407 ;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #737373;
}
h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2em;
	color:#0F8244;
}

h3 {
	font-size: 1em;
	color:#0F8244;
}

h4 {
	float:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-style:italic;
	margin:70px 10px 0 0; 
}

p, ul, ol {
	margin-bottom: 1.8em;
	line-height: 160%;
}
span {color:#737373;}

img.logo {
float:left;
height:100px;
margin-bottom:2px;
margin-right:12px;
width:260px;
}

img.avatar {
border:6px solid #EEEEEE;
float:left;
height:68px;
margin-bottom:2px;
margin-right:12px;
width:260px;
}

#container {
	width:960px;
	background:#FFFFFF;
	margin: 0 auto;
	overflow:hidden;
}

.header {
	width:960px;
	margin: 10px 0px;
	overflow: hidden;
	float: left;
	display: inline;
	background:#fff;
	border-bottom:9px #774407 groove;
}

.content {
	width:620px;
	margin:0 10px;
	float:left;
	display:inline;
	overflow:hidden;
}

.content1 {
	width:290px;
	float:left;
	padding:0px 10px;
	margin-right:10px;
}



.footer {}

.stepcarousel{
margin-top:25px;
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 290px; /*Width of Carousel Viewer itself*/
height: 250px; /*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*/
/*width: 660px;*/ /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
/*display:inline;*/

}


div.panel {float:left;margin-right:20px; margin-left:20px;}
.panel {width:290px; overflow:hidden;}
.last_panel, div.last-panel {margin-right:0;}
.panel_img {width:290px; float:left; margin-right:20px; }
.panel_content { margin-right:0; margin-top:8px; }
.panel_content h3 { text-transform:capitalize; color:#E64664; margin-bottom:5px;}
.panel_content p { color:#000000; margin-right:0; float:left; margin-bottom:10px; width:280px;}

.video{width:290px; height:180px; border:2px solid #ccc; margin-bottom:20px;}
