#myslides{
	background:url(images/slider.jpg);
	position:relative;
	margin-bottom:40px;
	height:231px;
	width: 1000px;
	z-index:0;
}

#mygallery {
	overflow:hidden;
	z-index:1;


}

.stepcarousel{
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 910px; /*Width of Carousel Viewer itself*/
	height:232px; /*Height should enough to fit largest content's height*/
	margin: 0px 45px 0px 45px;
}

.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  3px ; /*margin around each panel*/
	width:880px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	height:215px;
}

.stepcarousel .panel img{
	float:left;
	background:#fff; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 10px 30px 0px 10px; /*margin around each panel*/
	padding:5px 5px;
	height:180px;
	width:450px;
}

.stepcarousel .panel1{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 10px  3px ; /*margin around each panel*/
	width:946px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	height:215px;
}


.stepcarousel .panel1 img{
	float:left;
	background:#fff; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 10px 30px 0px 10px; /*margin around each panel*/
	padding:5px 5px;
}

.leftone{
	width:43px;
	height:44px;
	position:absolute;
	left:0px;
	top:95px;
	z-index:60;
}

.rightone{
	width:43px;
	height:44px;
	position:absolute;
	right:0px;
	top:95px;
	z-index:60;
}

.inpost{
	float:left;
	padding:5px 0px;
	margin:30px 5px;
	width:360px;
	z-index:100;
	height:180px;
}

.inpost h2{
	margin:0px 0px 5px 0px;
	padding:5px 5px;
	/*font-size:20px;
	line-height:20px;*/
	font-weight:normal;
	overflow:hidden;
	color:#cd7900;
}

.inpost h2 a:link, .inpost h2 a:visited{
	color:#cd7900;
	font-weight:normal;
}

.inpost p{
	margin:0px 0px 0px 0px;
	padding:2px 5px;
	/*font-size:12px;*/
	line-height:20px;
	overflow:hidden;
}	

	
#blurbmain{
	float:left;
	width:980px;
	/*background:url(images/blurb2.png) repeat-y;*/
	padding:0px 10px;
	display:inline;
	margin:0px 0px;
}	
#blurbtop{
	width:1000px;
	/*background:url(images/blurbtop.png) bottom no-repeat;*/
	height:9px;
	margin:0px 0px;
}
	
.blurbbot{
	float:left;
	width:1000px;
	height:12px;
	/*background:url(images/blurbot.png) no-repeat;*/
	display:inline;
}	

.blurb{
	
	width:265px;
	float:left;
	padding:0px 30px;
	margin:0px 0px;
}

.blurb h2{
	margin:5px 0px;
	padding:0px 0px;
	overflow:hidden;
	font-weight:bold;
	font-size:16px;

}
.blurb h2 a:link,.blurb h2 a:visited{
	color:#cd7900;
}
.blurb img{
	float:left;
	margin:5px 25px 0px 0px;
	background:#f4f4f4;
	padding:5px 5px;

}
.blurb p{
	
	margin:5px 0px;
	padding:0px 0px;
	/*font-size:12px;*/
	line-height:21px;
}

#bottom{
	width:660px;
	padding:5px 0px ;
}	


