@charset "utf-8";
/* Custom Styles for Secondary Page */

/*
#containerbox {
	background: transparent url(/global/images/SecondaryPageBackgrounds/recitation.jpg) no-repeat scroll left top;
}
*/

#containerbox {
	background-image: none;
	background-color: transparent;
	position: relative;
}
#backgroundHolder {
	background: transparent url(/global/images/SecondaryPageBackgrounds/recitation.jpg) no-repeat scroll left top;
	position: absolute;
	top: 0;
	left: 0;
	height: 160px;
	width: 950px;
}
h1, #contactinfo, #subhead, #contentarea {
	position: relative;
	z-index: 1;
}
#sidemenu {
	position: relative;
	z-index: 2;
}
#sidemenu ul li ul {
	left: 200px;
}
#contactinfo {
	min-height: 80px;
}






.clearboth{
	clear:both;
}

.below{
	margin-top:30%;
}

.smallcaps{
	font-variant:small-caps;
}

.biggerfont{
	font-size:20px;
}

.bold{
	font-weight:bold;
}

.underline{
	text-decoration:underline;
}

.italic{
	font-style:italic;
}

/*contacts.asp*/
#contactstable{
	font-size:13px;
}

#contactstable ul{
	list-style:none;
}

#contactstable li{
	border-style:solid;
	border-width:thin;
	border-color:#999999;
	padding-left:8px;
	padding-right:8px;
	padding-top:6px;
	padding-bottom:6px;
}

#contactstable ul#col1{
	float:left;
	text-align:center;
}

#contactstable ul#col2{
	float:left;
	margin-left:0%;
	text-align:center;
}

#contactstable ul#col3{
	float:left;
	margin-left:0%;
}

#contactstable ul#col4{
	float:left;
	margin-left:0%;
}

#contactstable li.row1{
	background-color:#660066;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	height:40px;
}

/*resusage.asp*/
#approvalfacilities{
}

#approvalfacilities ul#col1{
	float:left;
	width:50%;
	margin-left:0%;
}

#approvalfacilities ul#col2{
	float:left;
	width:50%;
	margin-left:0%;
}

#approvalfacilities ul{
	list-style:none;
}

#approvalfacilities li{
	border-style:solid;
	border-width:thin;
	border-color:#777777;
	padding-left:8px;
	padding-right:8px;
	padding-top:6px;
	padding-bottom:6px;
	height:84px;
}

/*spacepolicy.asp*/
ul#spaceallocationpurpose{
	list-style:none;
}
