.imagecentered{
	text-align: center;
	margin-bottom: 1em;
}
	.imagecentered img{
		border: 1px solid #CCC;
	}
	
hr{
	border: none;
	border-bottom: 1px solid #E2E2E2;
}

.tinytext{
	font-size: .85em;
}

.channels{
	-moz-column-count: 3;
	-moz-column-gap: 1em;
	-webkit-column-count: 3;
	-webkit-column-gap: 20px;
}
	.channels, .channels li{
		padding: 0;
		margin: 0;
		list-style: none;
	}
	.channels li{
		position: relative;
		border: 1px solid #CCC;
		padding: .25em 1em .25em 2em;
	}
	.channels li span{
		position: absolute;
		left: 0; top: 0; bottom: 0;
		display: block;
		background: #333;
		color: #CCC;
		padding: .25em 0;
		width: 25px;
		text-align: center;
	}
	
.offcampushousing, .housingstaff{
	padding: 1.5em 0;
	border-top: 1px solid #E2E2E2;
}
	
.residencehall ul{
	padding: 0 0 1em 2em;
	margin: 0;
	list-style-image: url(images/greendot.gif);
}
	.residencehall li{
		padding: 0 2em 1em 0;
	}

.maplink{
	width: 140px;
}
.maplink, .resphoto{
	border: 1px solid #002B0F;
	-webkit-transition:border .25s ease;
	-moz-transition:border .25s ease;
	-o-transition:border .25s ease;
}
	a:hover .maplink, .resphoto:hover{
		border: 1px solid #ff6600;
		-webkit-transition:border .15s ease;
		-moz-transition:border .15s ease;
		-o-transition:border .15s ease;
	}
	
.resphoto{
	display: block;
	overflow: hidden;
	padding: 0;
	margin: 0 10px 10px 0;
	float: left;
}
	.resphoto, .resphoto img{
		width: 64px;
		height: 64px;
	}

#content .rightcolumn h3 { clear: both; }

.nopaddingtop{
	padding-top: 0; margin-top: 0;
}

#fancybox-close {
	position: absolute;
	top: -10px !important; 
	right: 10px !important; 
}

.splitpage{
	width: 350px;
	float: left;
	background: #FFF;
}
	.splitpage h3, .splitpage p{
		padding-left: 1.5em;
		padding-right: 2em;
	}
	.splitpageimage{
		width: 349px;
		overflow: hidden;
	}
		.splitpageimage .commons{
			margin-left: -120px;
		}
		.splitpageimage .commons2{
			margin-left: -200px;
		}
