.index #content
{
	background-image:url('../../core/images/clouds.jpg');
	background-repeat: no-repeat;
	background-color: white;
	height: 500px;
	padding: 20px 0 0 0;
}

.index #content #treeWrap 
{
	background:url('../../core/images/grass-back.gif') bottom left no-repeat;
	height: 500px;
}

#slideWrap
{
	margin: 0 auto 0 auto;
	width: 800px;
	height: 400px;
	text-align: left;
	position: relative;
	z-index: 0;
	padding: 40px 0 0 0;
}

#slideWrap li
{
	position: absolute;
	top: 0;
	left: 0;
	width: 800px;
	height: 400px;
	text-align: justify;
	background: transparent !important;
}

#slideWrap li div
{
	color: black;
	width: 450px;
	height: 260px;
	padding: 20px;
	margin: 100px 0 0 49px;
}

#slideWrap li div img
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0
}

#slideWrap li div p, #slideWrap li div h2
{
	position: relative;	
}

#slideWrap li div h2
{
	font-size: 20px;
	color: #333;
	font-weight: bold;
	padding: 0 0 20px 0;
}

#nav
{
	padding: 0px 0 0 145px;	 
}

#nav a
{
	color: white !important;
	background: white;
	width: 20px;
	font-size: 1px !important;
	line-height: 1px !important;
	height: 10px;
	border: 1px solid #555;
	display: block;
	margin: 2px;
	float: left;
	outline: none;
	overflow: hidden;
}

#nav a.activeSlide
{
	background: #4A883F;
	color: #4A883F !important;
}

#recall_button
{
	position: absolute;
	background: url('../images/recall-button.png') top left no-repeat;
	height: 62px;
	width: 153px;
	top: 20px;
	left: 0;
	z-index: 90;
	cursor: pointer;
}

#recall_button a
{
	color: black !important;
	font-weight: bold;
	display: block;
	height: 62px;
	width: 133px;
	line-height: 45px;
	padding: 0 10px;
}

#recall_button a:hover
{
	text-decoration: none !important;
}

