/*
------------------------------------------------------------------------
	NETWORK PROVIDERS
------------------------------------------------------------------------
*/

#office365{
	height:50px;
	margin:0 auto;
	width:960px;
}
.img-box.office-access{
	background: url(../images/office-logos/office-access.gif) no-repeat 0 0;
	height:64px;
	width:64px;
	display:block;
}
.img-box.office-access:hover{ 
	background-position: 0 -64px;
}
.img-box.office-excel{
	background: url(../images/office-logos/office-excel.gif) no-repeat 0 0;
	height:64px;
	width:64px;
	display:block;
}
.img-box.office-excel:hover{ 
	background-position: 0 -64px;
}
.img-box.office-infopath{
	background: url(../images/office-logos/office-infopath.gif) no-repeat 0 0;
	height:64px;
	width:64px;
	display:block;
}
.img-box.office-infopath:hover{ 
	background-position: 0 -64px;
}
.img-box.office-onedrive{
	background: url(../images/office-logos/office-onedrive.gif) no-repeat 0 0;
	height:64px;
	width:64px;
	display:block;
}
.img-box.office-onedrive:hover{ 
	background-position: 0 -64px;
}
.img-box.office-onenote{
	background: url(../images/office-logos/office-onenote.gif) no-repeat 0 0;
	height:64px;
	width:64px;
	display:block;
}
.img-box.office-onenote:hover{ 
	background-position: 0 -64px;
}
.img-box.office-outlook{
	background: url(../images/office-logos/office-outlook.gif) no-repeat 0 0;
	height:64px;
	width:64px;
	display:block;
}
.img-box.office-outlook:hover{ 
	background-position: 0 -64px;
}
.img-box.office-powerpoint{
	background: url(../images/office-logos/office-powerpoint.gif) no-repeat 0 0;
	height:64px;
	width:64px;
	display:block;
}
.img-box.office-powerpoint:hover{ 
	background-position: 0 -64px;
}
.img-box.office-publisher{
	background: url(../images/office-logos/office-publisher.gif) no-repeat 0 0;
	height:64px;
	width:64px;
	display:block;
}
.img-box.office-publisher:hover{ 
	background-position: 0 -64px;
}
.img-box.office-skype{
	background: url(../images/office-logos/office-skype.gif) no-repeat 0 0;
	height:64px;
	width:64px;
	display:block;
}
.img-box.office-skype:hover{ 
	background-position: 0 -64px;
}
.img-box.office-word{
	background: url(../images/office-logos/office-word.gif) no-repeat 0 0;
	height:64px;
	width:64px;
	display:block;
}
.img-box.office-word:hover{ 
	background-position: 0 -64px;
}
