@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;
}

/*#content h4{
	text-align: right;
	}*/

#content ul{
	list-style-type: none;
	}
	
#content ol li{
	list-style-type: none;
	margin-left: 20px;
	}

#content img {
	float:left;
	border: 1px solid black;
	margin: 0px 20px 10px 0px;
}

#pic1{
	float:left;
	width:100%;
	padding:5px;
	}
	
#pic2{
	float:left;
	width:100%;
	padding:5px;
	}
	
#pic3{
	float:left;
	width:100%;
	padding:5px;
	}
	
#pic4{
	float:left;
	width:100%;
	padding:5px;
	}
#bottom_caption p{
	float:left;
	font-size: 13px;
	

}

.clearhack{
	color: #DAD0C4;
}

.floatright{
	float: right;
	width: 85px;
	margin: 20px 20px 20px 20px;
}

.floatleft{
	float: left;
	width: 85px;
	margin: 20px 20px 20px 20px;
}


#content #name{
	float: left;
	width: 25%;
	display:inline;
	background-color:#DAD0C4;
	}

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

#content #location{
	width: 25%;
	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: 10px;
	}

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

.clearfix:after {  
     content: ".";  
     display: block;  
     height: 0;  
     clear: both;  
     visibility: hidden;  
}
