@charset "UTF-8";

/*-------------------------------------------------------------------
Home Page Style Sheet (for version 4 browsers)
version: 1.1
author: Matt Mendrala
email: mendrala@mac.comm
website: http://www.8020web.com/
-------------------------------------------------------------------*/

@import url(global.css);

/*-------------------------------------------------------------------
	Navigation
-------------------------------------------------------------------*/

#nav_about_us {

	color: white!important;
}

/*-------------------------------------------------------------------
	Members Area
-------------------------------------------------------------------*/

#members_area {

	position: relative;
	
	display: block;
	
	border: 10px solid #EED27F;
	border-top: none;
	
	background: white;
}

#members_area h2 {
	
	width: 100%;
	
	padding: .5em 0;
	margin: 0;
	
	font-size: 0.75em;
	
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	
	color: white;
	background-color: black;	
}

#members_area ul {
	
	display: block;
	
	list-style: none;
	
	height: auto;

	margin: 0;
	padding: 10px 0;
	
	border: 1px solid black;
}

#members_area li {
	
	display: block;
	
	width: 100%;
	height: auto;

	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	
	text-align: center;
}

#members_area img {

	/*width: 100px;*/
	height: 80px;
}

#members_area a {
	
	display: block;
	
	width: 100%;
	
	font-size:12px;
	
	margin: 0;
	margin-top: 10px;
}