/* Styles for pages in the About directory  */
/* contact us staff directory  */
.directory1 {width:250px; padding:4px;}
.directory2 {
	width:220px;
	padding:4px;
	text-align:right;
}
.directory3 {width:180px; padding:2px;}
.directory4 {width:220px; padding:2px;}
.directory3 h4 {margin:0;}


/* hours tables */
.hours1 {margin-top:10px; margin-bottom:10px; width:450px}
.hours1 td {padding:1px 4px;}


#thirtyMM {
	background-image:url(../images/logos/30MMTransparentLogo.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	height:100%
}


/* Contact Info */
#aboutContact1 {
	float:left;
	width:30%;
	margin:0px;
	padding:0px;
}	

#aboutContact2 {
	float:left;
	width:30%;
	margin-left:20px;
	padding:0px;
}	

#aboutContact3 {
	float:left;
	width:30%;
	margin-left:20px;
	padding:0px;
}	




/* Split Content Left and Right */
#aboutContentLeft {
	float:left;
	width:48%;
	margin:0px;
	padding:0px;

}

#aboutContentRight {
	float:left;
	width:48%;
	margin-left:20px;

}

/* Announcements Table*/
#spryregion1.announce table tr td {
	padding-bottom:10px;

}

#spryregion1.announce table tr th {
	padding-bottom:5px;

}

.headingBorder {
	border-bottom:1px solid #000;
	
}




/* New Materials List Page - Listing of all subjects */


#MaterialListWrapper {
	margin-left:2px;

}

#MaterialListWrapper h2 {
	margin-left:2px;
}

#MaterialListLeft table{
	border-collapse:collapse;
	width:90%;
}

#MaterialListLeft{
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right:20px;
	float: left;	
	position:relative;
	width:250px;
}

#MaterialListLeft tr td{
	padding: 5px 0px 5px 10px;
	height: 20px;
	width: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#MaterialListLeft a{
	text-decoration:none;

}

#MaterialListRight table{
	border-collapse:collapse;
	width:90%;
}

#MaterialListRight{
	padding: 0px;
	margin-top: 0px;
	margin-left:0px;
	float: left;
	position:relative;
	width:250px;
}

#MaterialListRight tr td{
	padding: 5px 0px 5px 10px;
	height: 20px;
	width: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;		
}

#MaterialListRight a{
	text-decoration:none;
	text-align: center;
	
}


/* New Materials Individual Subject Pages*/
.newitem  {
	margin-left:20px;
	margin-top:2px;
	margin-bottom:2px;
}

.rss{

	margin-left: 5px;
	margin-top:-12px;
	border: none;

}

.subject  {
	margin-top:20px;
	font-size: 1.1em;
	font-weight: bold;

}


