@charset "utf-8";
/* CSS Document */



#headerWrapper{
	width:950px;
	height:100%;
	margin:0 auto;

}


#home{
	background-image:url(images/home.jpg);
	height:35px;
	width:140px;
	float:left;
}

#home:hover{
	background-position:0 -35px;
}


#aboutUs{
	background-image:url(images/aboutus.jpg);
	height:35px;
	width:140px;
	float:left;
}

#aboutUs:hover{
	background-position:0 -35px;
}


#careers{
	background-image:url(images/employment.jpg);
	height:35px;
	width:140px;
	float:left;
}

#careers:hover{
	background-position:0 -35px;
}


#contact{
	background-image:url(images/contact.jpg);
	height:35px;
	width:140px;
	float:left;
}

#contact:hover{
	background-position:0 -35px;
}

#return{
	background-image:url(images/return.jpg);
	height:35px;
	width:140px;
	float:left;
}

#return:hover{
	background-position:0 -35px;
}


#blogbutton{
	background-image:url(images/blog.jpg);
	height:35px;
	width:140px;
	float:left;
}

#blogbutton:hover{
	background-position:0 -35px;
}





#social{
	background-image:url(images/social.jpg);
	height:35px;
	width:108px;
	float:right;
	margin-right:2px;
}



