@charset "UTF-8";

html, body{
	height:100%;
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #E1DFE4;
	background-image: url(/assets/images/specialsections/stepstopeace/backgroundGradient.gif);
	background-repeat: repeat-x;
	background-attachment:scroll;
	background-position: center 40px;
	font-family:Tahoma;
}

img
{
	border:0px;
}

.mainbkgwrapper
{
	width:1700px;
	/*width:100%;*/
	min-height:100%;
	/*margin:0px auto;*/
	margin-left:-850px;
	left:50%;
	
	position:absolute;
	background-image:url(/assets/images/specialsections/stepstopeace/background.jpg);
	background-repeat:no-repeat;
	z-index:1;
	/*background-position:top -400px;*/
}

.contentwrapper
{
	width:950px;
	/*width:100%;*/
	margin:0px auto;
	position:relative;
	z-index:2;
	/*left:50%;
	margin-left:-475px;*/
}

.titleimg
{
	position:absolute;
	left:20px;
}

.stpnavwrapper
{
	position:relative;
	height:80px;
	width:100%;
	/*background-color:red;*/
}

.navtabwrapper
{
	position:absolute;
	left:200px;
	bottom:0px;
	height:49px;
	/*background-color:red;*/
}

.stptabwrapper
{
	float:left;
}

.framewrapper
{
	position:relative;
	height:531px;
}

.frameimg
{
	position:absolute;
	z-index:10;
}

.leftbutton
{
	position:absolute;
	left:14px;
	top:213px;
	z-index:100;
}

.rightbutton
{
	position:absolute;
	left:894px;
	top:213px;
	z-index:100;
}

.sliderwrapper
{
	width:831px;
	height:411px;
	position:absolute;
	left:61px;
	top:50px;
	overflow:hidden;
}

.slider
{
	position:absolute;
	left:0px;
	top:0px;
	width:5470px;
	height:410px;
	
}

.textoverlaybkg
{
	position:absolute;
	color:#ffffff;
	width:415px;
	height:410px;
	opacity:.8;
	/*padding:10px 20px 10px 20px;*/
	background-color:#000000;
	z-index:20;
	

}

.textoverlay
{
	position:absolute;
	color:#ffffff;
	width:375px;
	height:390px;
	opacity:1.0;
	padding:10px 20px 10px 20px;
	/*background-color:#000000;*/
	z-index:21;
	font-size:14px;
	
	
}

.textoverlay .ovtext_h1
{
	text-transform:uppercase;
	font-weight:bold;
	font-size:21px;
	
}

.textoverlay .ovtext_h2
{
	font-weight:bold;
	font-size:21px;
	color:#ffffff;
}

.textoverlay h2
{
	font-size:14px;
	font-weight:bold;
}

.textoverlay .verses
{
	font-style:italic;
}

.decbuttonwrapper
{
	/*width:918px;*/
	/*width:591px;*/
	height:100px;
	position:relative;
	margin:0px auto;
	/*text-align:center;*/
}

.decbuttons
{
	position:relative;
	float:left;
	margin-right:10px;
}


