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


#main-logos {
	height: 1000px;
	width: 960px;
	background-color: #beb9b9;
	background-repeat: no-repeat;
	background-position: center 126px;
	background-image: url(../images/logos/logo_bckgrd.jpg);
}

.logoboxes {
	background-color: #bcb6b6;
	height: 205px;
	width: 205px;
	margin-left:5px;
	margin-bottom:5px;
	float:left;
}

.logoboxes img {
	opacity: 0.12;
	filter:alpha(opacity=12);
}

.logoboxes img:hover {
	opacity: 1;
	filter:alpha(opacity=100);
}

.logoboxes-two {
	background-color: #bcb6b6;
	height: 177px;
	width: 400px;
	margin-left:5px;
	margin-bottom:5px;
	float:left;
}

.logoboxes-two img {
	opacity: 0.12;
	filter:alpha(opacity=12);
}

.logoboxes-two img:hover {
	opacity: 1;
	filter:alpha(opacity=100);
}

.logoboxesreg {
	background-color: #bcb6b6;
	height: 205px;
	width: 195px;
	margin:5px 0px 0px 5px;
	padding-top:50px;
	padding-left:50px;
	float:left;
}

.logoboxes-tworeg {
	background-color: #bcb6b6;
	height: 127px;
	width: 350px;
	margin:5px 0px 0px 5px;
	padding-top:45px;
	padding-left:50px;
	float:left;
}

.webfrontboxes {
	background-color: #bcb6b6;
	height: 365px;
	width: 400px;
	margin-left:5px;
	margin-bottom:5px;
	float:left;
}

