/* Main Campus Specific CSS */

/* Creates the Shadow for a LARGE image*/
.wide-content-page div.shadow-border-large {
/*	float: left;*/
	display:block;
	width: 632px;
	position: relative;
	background: url('../img/big-shadow.gif') no-repeat bottom right;
	padding-right: 5px;
	padding-bottom: 5px;
	margin: 5px;	
}

/* Creates the Styled Border for the image*/
.wide-content-page div.image-border {
	position: relative;
	padding: -5px 5px 5px -5px;
	border: 1px solid #a9a9a9;
}

/* Handles the padding of the image*/
.wide-content-page div.image-border img {
	position: relative;
	border: 4px solid #FFFFFF;
}

#directions
{
	width: 630px;
	text-align: right;
}
