@charset "utf-8";
/* CSS Document */

html{
	padding: 0;
	margin-top: 10px;
}

body{
	margin-top: 10px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-attachment: fixed;
	background-repeat: repeat;
	background-color: #84AD94;
	/*background-image: url(../images/MCSbg.jpg);*/
	/*Remember the ../ for images */
}

#main-wrap{
	width: 70%;
	margin: 10px auto;
	line-height:130%;
	max-width: 830px;
}
	
#header{
	width: 100%;
	text-align: center;
}

#list-nav ul { 
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
	display: inline;

}
	 
#list-nav ul li a { 
	text-decoration: none; 
	padding: .2em 1em;
	color: #fff;
	}
	
#list-nav ul li a:hover {
	color: #fff;
	background-color: #84AD94;
}
	 
#list-nav ul li { 
	display: inline;	
}

#content{
	margin-top: 20px;
	/*padding: 25px;*/
	background-color: #DAD0C4;
	width: 830px;
}

#staff-image img{
		margin:5px;
		float:right;	
	}

#content img {
	float:left;
	}

#content ul{
	list-style-type: none;
	}

#content #contentTitle{
	padding: 25px;
	}

#content #name{
	float: left;
	clear: left;
	width: 34%;
	display:inline;
	background-color:#DAD0C4;
		}
		
#content h4{
		text-align: center;
}


#content #position{
	width: 33%;
	float: left;
	background-color:#DAD0C4;
	}

#content #location{
	width: 33%;
	float: left;
	background-color:#DAD0C4;
	}
	
#content #title{
	width: 25%;
	float: left;
	background-color: #DAD0C4;
}

#principal_img{
			
		
	}
	
#principal_img img {
		margin: 15px;
		border: 1px solid black;	
	
	}
	
* html li a{
	width: 130px; 
	w\idth: 100px;
}

#footer{
	width:100%;
	margin-top: 10px;
	clear: both;
	background-color: #295A42;
	font-size: 10px;		
}

#footer_image img{
		float:right;
		margin:10px;
		
}

#footer_image p{
		font-size: 13px;
		float:right;
		position: relative;
		top: 15px;
		padding: 10px;
}
#footer p{
	margin: 15px;
	}

#clustr-map img{
		margin:5px;
		float:right;
		}