#content h2 {
	color: #434343;
	text-transform: uppercase;
}
#content h3 {
	color: #25a8de;
	font: bold 18px 'Lucida Grande', sans-serif;
}
.pane.gallery {
	width: 588px;
	padding: 25px 20px 25px;
}
.gallery img.large {
	padding: 5px;
	border: 1px solid #999;
	background: #fff;
}
.gallery ul {
	position: relative;
	width: 206px;
	float: right;
	overflow: hidden;
}
	.gallery li {
		position: relative;
		width: 81px;
		height: 81px;
		padding: 5px;
		border: solid 1px #999;
		margin: 0 5px 10px;
		background: #fff;
		float: left;
		list-style-type: none;
	}
	
	.gallery li img {
		cursor: pointer;
	}
	
dl.stats {
	padding-bottom: 1em;
	overflow: hidden;
}
.stats dt {
	position: relative;
	padding-right: .4em;
	font-weight: bold;
	float: left;
	clear: left;
}
.stats dd {
}
#awards {
	clear: both;
}
#awards li {
	font-style: italic;
	list-style-type: none;
}
#companies {
	position: relative;
	padding: 20px 15px;
	border: 1px solid #e5e5e5;
	margin-right: 10px;
	color: #434343;
	background: #fff;
	clear: left;
}
	#companies ul {
		position: relative;
		padding: 25px 0 0;
		overflow: hidden;
	}
	#companies li {
		position: relative;
		width: 198px;
		height: 50px;
		font: italic 11px 'Lucida Grande', sans-serif;
		list-style-type: none;
		float: left;
		margin-bottom: 20px;
	}
	#companies ul:after {
	  content: "."; 
	  display: block; 
	  height: 0; 
	  clear: both; 
	  visibility: hidden;
	}
	#companies ul {display: inline-block;}
	/* Hides from IE-mac \*/
	* html #companies ul {height: 1%;}
	#companies ul {display: block;}
	/* End hide from IE-mac */
	
