/*INDEX PAGE*/
body {
	color:#707070;
	font-family:Trebuchet MS, Verdana, Arial, sans-serif;
	margin:0em;/*0em required*/
	margin:0px;
}
IMG {
	display:block;
}
.box_title_top,
.box_title_bottom{
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	position:relative;
	top:-3px;
}
.box_title_bottom{
	top:-5px;
}
.box_text {
	font-size:11px;
	width:195px;
	height:61px;
	display:block;
	overflow:hidden;
	position:absolute;
	z-index:1;
}
.box_text p{
	margin:0px;
	padding:0px;
	position:relative;
	z-index:100;
}
.click_here {
	height:20px;
	width:48px;
	display:block;
	position:absolute;
	top:38px;
	left:145px;
	z-index:200;
}

/* Footer */
#index_footer {
	background-image:url(../images/home/footer.gif);
	clear:both;
	height:45px;
	width:930px;
	text-align:center;
}
#index_footer ul { 
	margin:0;
	padding:0;
	position:relative;
	list-style:none;
}
#index_footer li{
	float:left;
	font-size:10px;
	margin:0em .5em;
}
#index_footer .footer_first,
#index_footer .footer_text,
#index_footer .footer_last {
	position:relative;
	top:.3em;
	#top:.4em;
}
#index_footer .footer_first{margin-left:1em;}
#index_footer .footer_last {margin-right:0em;}

#index_footer .search_input{
	border:1px solid #aa905e;
	color:#4e4e50;
	font-size:12px;
	line-height:1.3em;
	height:1.3em;
	margin-left:8.3em;
	#margin-left:9.2em;
}
#index_footer .search_submit{
	background:#aa905e;
	border:none;
	color:#ffffff;
	font-size:12px;
	margin:0em .5em;
	line-height:1.3em;
	#line-height:1.5em;
	#width:5em;
}
/*transition styles*/
.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 898px; /*width of featured content dark_green*/
height: 276px;
}
.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 898px; /*width of content DIVs within dark_green*/
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}