@charset "utf-8";
/* CSS Document Setup */

.boxHome{	
	width:800px;
	height:581px;
	margin-left: auto;
    margin-right: auto;
	background:url(images/Design/HomePage/web_bkg.jpg) no-repeat;
	background-position:bottom;

	}

.logoHome { /*logo*/
		background:url(images/Design/HomePage/home_page_sprite.png) no-repeat; 
		background-position:-25px -25px;
	    position: relative;
		float:left; 
		height: 135px;
		width: 220px;
		overflow:hidden;	
		z-index:1;
	}

.searchNav { 
		top:15px !important;		
	}
.SearchTextBox{
	top:-1px !important;		
}	
		
.navHome{
	/*background:url(images/Design/HomePage/home_page_sprite.png) no-repeat; 
		background-position:-36px -320px;*/
		position:relative;
		clear:left;
		margin-left: auto;
		margin-right: auto;
		top:58px;
		height: 211px;
		width: 660px;
		overflow:hidden;	
		z-index:2;
		text-align:center;
}	
	
	.communityHome{
		background:url(images/Design/HomePage/home_page_sprite.png) no-repeat; 
		background-position:-72px -353px;
		position:relative;
		float:left;
		height: 211px;
		width: 168px;
		overflow:hidden;	
	}
	.membersHome{
		background:url(images/Design/HomePage/home_page_sprite.png) no-repeat; 
		background-position:-240px -353px;
		position:relative;
		float:left;
		height: 211px;
		width: 329px;
		overflow:hidden;	}
	
	.providersHome{
			background:url(images/Design/HomePage/home_page_sprite.png) no-repeat; 
		background-position:-569px -353px;
		position:relative;
		float:left;
		height: 211px;
		width: 160px;
		overflow:hidden;	}
	
.footerHome {
	background:url(images/Design/HomePage/home_page_sprite.png) no-repeat;
	background-position: 0px -302px; /*Footer image*/
	width:800px;
	height:19px;
	margin-left: auto;
    margin-right: auto;
	position: relative;
	top:0px;
	clear: both;
	z-index:130;
/*	text-align:center;*/
}
.FooterTextHome {
	color: #3B242A; /*dark purple*/
	letter-spacing: normal;
	margin-left:27px
}
	.FooterTextHome a{
		text-decoration:none;
		color: #3B242A; /*dark purple*/
	}

.copyrightHome{
	color:#3B242A;
	vertical-align:bottom;
	font-size:7pt;
	text-align:left;	
}
