#content h2 {
	color: #434343;
	text-transform: uppercase;
}
#content h3 {
	color: #25a8de;
	font: bold 18px 'Lucida Grande', sans-serif;
}
.pane.gallery {
	width: 100%;
	padding: 0px 20px 10px 15px;
}
.gallery img.large {
	padding: 5px;
	border: 1px solid #2e799d;
	background: #fff;
	margin-top: 14px;
}
.gallery ul {
margin: 12px 10px 0px 0px;
  position: relative;
	width: 415px;
	display: inline;
	float: left
/*	float: right; 
	overflow: hidden; */
}
.vcard H2 {
margin: 0px;
}
pane.gallery {
margin: 0px;
}
	.gallery li {
		position: relative;
		width: 81px;
		height: 81px;
		padding: 4px;
		border: solid 1px #2e799d;
		margin: 12px 10px 0px 0px;
		background: #fff;
		float: left;
		list-style-type: none;
	}
	
	.gallery li img {
		cursor: pointer;
	}
#description p {
font-size: 1.2em;
line-height: 1.5em;
color: #505050;
margin-bottom: 9px;
}
#description h3, #stats h3, #companies h3 {
line-height: 1em;
font-size: 1.3em;
color: #404040;
font-weight: bold;
margin: 20px 0px 0px 0px;
color: #11608f;
}	

dl.stats {
	padding-bottom: 1em;
	overflow: hidden;
}
.stats dt {
	position: relative;
	padding-right: .4em;
	font-weight: bold;
	float: left;
	clear: left;
	color: #505050;
	font-size: 12px;
	margin-top: 2px;
}
.stats dd {
font-size: 12px;
color: #333;
margin-top: 2px;
}
#awards {
	clear: both;
}
#awards li {
	font-style: italic;
	list-style-type: none;
}
#companies {
	position: relative;
	padding: 5px 15px;
/*	border: 1px solid #e5e5e5; */
	margin-right: 10px;
	margin-left: 15px;
	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 'Verdana', 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 */
	
