@charset "utf-8";
/* CSS Document */

#page {
	background-color:#000000;
	width: 1000px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	}
	
#header {
	background-color: #000000;
	height: 90px;
	text-align: center;
	padding-left: 0px;
	padding-right: 15px;
	}

#topmenu {
	width: 690px;
	float: left;
	}
	
#breadcrumb {
	margin-left: 10px;
	clear: both;
	padding: 0px;
	max-width: 620px;
	}
	
#banner {
	width:1000px;
	height:300px;
	background-color:#333333;
	color: #000000;
	
}

#container {
	width: 1000px;
	}
	
#main {
	width: 600px;
	float: left;
	padding: 20px;
	}
	
	#title {  /* for section title image */
		width: 600px;
		height: 310px;
		background-repeat: no-repeat;
		margin-bottom: 5px;
		}
		
#sidebar {
	width: 300px;
	background-color:#000000;
	float: right;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-left: 0px;
	padding-right: 40px;
	}
	
#expandouter {  /* div ID, for expandable boxes in staff directory and calendar*/
	width: 584px;
	background-color: #333333;
	min-height: 20px;
	margin: 0;
	margin-bottom: 5px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 5px;
	padding-bottom: 8px;
	}

	.expandinner {  /* div CLASS, for expandable boxes in staff directory and calendar */
		background-color: #000000;
		padding-right: 25px;
		padding-top: 20px;
		padding-bottom: 20px;
		min-height: 140px;
		}

	
#footer {
	width: 940px;
	margin-bottom: 15px;
	margin-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
	clear: both;
	}
	
#partner {  /* for partner links page */
	width: 250px;
	height: 120px;
	padding-left: 25px;
	}
	
.pub {  /* table class for Brochure and Newsletter thumbnails */
	width: 600px;
	}
	
	.pub tr {
		text-align:center;
		}
	
	.pub img {
		margin-bottom: 10px;
		border: 2px solid black;
		}
		
		.pub a:hover img {
			border: 2px solid white;
			}
	
#homeleft {
	background-color: #333333;
	padding-bottom: 5px;
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 8px;
	float: left;
	width: 600px;
	margin-bottom: 20px;
	}
	
#homeright {
	background-color: #333333;
	padding-bottom: 5px;
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 8px;
	float: right;
	width: 274px;
	margin-bottom: 20px;
	}

