@charset "utf-8";
/* CSS Document */
/* MWDSLS CSS MASTER SHEET
Created: 5/30/2009
Author: Chrystle Poss*/

/*Declares properties for all text on page*/
body {
	font-family:Gill Sans, Gill Sans MT;
	font-size: 14px;
	color:#666666;
	text-align:center;
}

/*Declares layout properties for entire page*/
html, body {
	margin: 0;
	padding: 0;
	background:#FBF8E7;
}
/*Declares master page layout settings*/
#page-container {
	width: 890px;
	margin:auto;
	border-style:solid;
 	border-width:2px;
	border-color:#666666;
	background:#CCCCCC;
	}
/*This section fixes the Firefox bug that puts dotted borders around links*/	
a:active
{outline: none;	}

a:focus
{-moz-outline-style: none;}
	
/*Declares properties for navigation bar*/
#main-nav {
	background:#CCCCCC;
	height:35px;
	border-bottom:1px solid #666666;	
	padding: 7px 30px 0 0;
	text-align:center;
	font-size:14px;
	line-height:20px;
	word-spacing:-1px;	
	}
/*Declares properties for navigation bar links*/	
#main-nav a:link, #main-nav a:visited{
	text-align:center;
	color:#666666;
	text-decoration:none;
	padding: 0 5px 0 5px;	
	}
/*Declares properties for navigation bar links when hovered over*/	
#main-nav a:active, #main-nav a:hover{
	color:#FFF;
	text-decoration:underline;
	}	
ul, li, a{
		display: inline;
		}

/*Declares properties for the main image*/
#header {
	height: 230px;
	border-bottom:1px solid #999999;
	position:relative;
}

/*Declares properties for the left sidebar*/
#sidebar-a {
	background:#CCCCCC;
	float: left;
	width:272px;
	text-align:center;
	clear:both;
	list-style:none; 	
}
/*Declares properties for the left sidebar links*/
#sidebar-a a:link, #sidebar-a a:visited{
	text-align:center;
	color:#666666;
	text-decoration:none;
	font-weight:800;
	padding:7px 0 7px 0;
	font-size:14px;
	}
	
#sidebar-a a {
display: block;
text-decoration:none;
font-weight:800;
border-bottom:thin solid #666666;
}
#sidebar-a a:hover
{
position: relative;
top: 1px;
left: 1px;
text-decoration:none;
font-weight:800;
color:#3366AA;
} 
/*Declares properties for the upcoming events section*/
#events {
	background:#FFF;
	width:90%;
	text-align:center;
	font-size:16px;
	font-weight:bold; 
	border-style:solid;
	border-width:1px;
	border-color:#999999;
	margin:20px 0 0 15px;
	}
/*Declares properties for the quick links section*/	
	#news {
	background:#FFF;
	width:90%;
	text-align:center;
	font-size:16px;
	border-style:solid;
	border-width:1px;
 	border-color:#999999;
	margin:20px 0 0 15px;
}

/*Declares properties for the main content area on the index page, subpage styles are below*/
#maincontent {
	margin-left:275px;
	background:#FFFFFF;
	padding:5px 20px 15px 10px;
	text-align:left;
	border-left:1px solid #999999;
}

/*Declares properties for the icons at the bottom*/
#icons {
	clear:both;
	background:#FFF;
	border-top:1px solid #999999;
	padding:0 0 0 0;
}
#icons a {
text-decoration:none;

}
#icons a:hover
{
position: relative;
top: 1px;
left: 1px;
} 

/*Declares properties for the footer*/ 
#footer {
	clear: top;
	background:#CCCCCC;
	height: 50px;
	text-align:center;
	font-weight:bold;
	border-top:1px solid #999999;
	
}

/*Declares subpage styles only*/

/*Declares properties for the left sidebar*/
#left-nav {
	background:#FFF;
	width:90%;
	font-size:16px;
	font-weight:bold;
	margin:15px 0 15px 17px;
	padding:-20 0 0 0;
	border-style:solid;
	border-width:1px;
	border-color:#999999;
	}
/*Declares list styles in the left navigation bar*/
#left{	
	list-style:none; 
	padding:0;
	}	

/*Declares properties for the main content area on the subpages*/
#sidebar-c {
margin-left:280px;
background:#FFFFFF;
padding:5px 15px 10px 15px;
min-height:670px;
text-align:left;
margin-top:-15px;
}

/*Declares properties for the links in the main content area*/
#sidebar-c a:link{
list-style:none; 
display: inline;
font-size:14px;
color:#3366AA;
font-weight:bold;

}

#sidebar-c a:visited {
	text-decoration:none;
	color:#3366AA;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
} 
#sidebar-c a {
display: inline;
}

#sidebar-c a:hover{
color:#3366AA;
font-size:16px;
font-weight:bold;
text-decoration:underline;

} 

/*Properties for Board of Trustees Page*/

ul#gallery {
margin:0 auto;
padding:0;
list-style-type:none;
width:95%;
background:#FFFFFF;
display:block;

}
ul#gallery li {
float: left;
margin:5px;
}
ul#gallery li p {
text-align: center;
margin:5px 0;
}
