@charset "utf-8";
/* CSS Document */
body
	{
		margin:auto;
		text-align:center;
		
	}

#header2
	{
		margin:auto;
		width:800px;
		height:208px;
	}
.menu_nav
	{
		margin:auto;
		width:800px;
		height:41px;
		float:left;
	}

.menu_nav a:visited
	{ 
	margin-top:0px;
	}
	
#image_banner
	{
		width:800px;
		height:167px;
	}
#banner
	{
		display:block;
		background-image:url(../images/banner_01.jpg);
		background-repeat:no-repeat;
		width:217;
		height:41;
		float:left;
		
	}

	
#about
	{
		display:block;
		background:url(../images/default1_02.jpg);
		background-repeat:no-repeat;
		width:118;
		height:41;
		float:left;
		vertical-align:top
		
	}

#about:hover
	{
		background-position:0 -41;
		}
	
#about Span
	{
		display:none;
		
	}
	
#search
	{
		display:block;
		background-image:url(../images/default1_03.jpg);
		background-repeat:no-repeat;
		width:138;
		height:41;
		float:left;
		
	}
#search:hover
	{
		background-position:0 -41;
		}

#search span
	{
		display:none;
	}
	
#relocation
	{
		display:block;
		background-image:url(../images/default1_04.jpg);
		background-repeat:no-repeat;
		width:107;
		height:41;
		float:left;
		}
		
#relocation:hover
	{
		background-position:0 -41;
		}


#relocation span
	{
		display:none;
	}
		
#resources
	{
		display:block;
		background-image:url(../images/default1_05.jpg);
		background-repeat:no-repeat;
		width:101;
		height:41;
		float:left;
		}
#resources:hover
	{
		background-position:0 -41;
		}	

#resources span
	{
		display:none;
		}
		
#testimonial
	{
		display:block;
		background-image:url(../images/default1_06.jpg);
		background-repeat:no-repeat;
		width:119;
		height:41;
		float:left;
		}
	
#testimonial:hover
	{
		background-position:0 -41;
		}

#testimonial span
	{
		display:none;
		}

.home_btn
	{
		background-image:url(../images/home_btn.gif);
		background-repeat:no-repeat;
		width:57px;
		height:18px;
		position:relative;
		float:left;
		left:600px;
		bottom:37px;
	}
.home_btn a:visited
	{
		margin-top:0px;
	}
.home_btn span
	{
		display:none;
	}

.contact_btn
	{
		background-image:url(../images/contact_btn.gif);
		background-repeat:no-repeat;
		width:76px;
		height:14px;
		position:relative;
		float:left;
		left:615px;
		bottom:35px;

	}

.contact_btn a:visited
	{
		margin-top:0px;
	}
	
.contact_btn span
	{
		display:none;
	}
