/*
	medium grey: 	#626268
	dark Grey: 		#3E3D4D
*/

#nav-about {
	background-position: left bottom !important;
}

.content {
	background: url(/resources/images/layout/page-hr-1000-24.png) bottom center no-repeat;
	padding: 15px 0;
}

#orange-box {
	background: #FEA82F url(/resources/images/layout/page-orangebox.jpg) top left repeat-x;
	padding: 20px 0 0;
}

.outside-content {
	padding: 0px !important;
	background: url(/resources/images/layout/page-bowgrad-24.png) center 100px no-repeat !important;
}



.third {
	float: left;
	width: 310px;
	margin-right: 30px;
}

.third h2 {
	font-size: 28px !important;
	margin: 0px !important;
}

.third h3 {
	margin: 0px !important;
	font-size: 16px !important;
	color: white;
}

.third p {
	font-size: 12px;
	line-height: 22px;
	padding-top: 10px;
}

.last {
	width: 320px !important;
	margin-right: 0px;	
}

.content #page-bookmarks {
	padding-top: 4em;
	background-position: 0 80px !important;
}


.content .inline-box {
	margin-top: 12px;
}


#clients ul {
	margin: 0;
	padding: 0;
}
/*
#clients ul li {
	display: table;
	font-size: 1.2em;
	clear: both;
	margin: 0;
	list-style: none;
	margin-bottom: 20px;
}
*/
#clients ul li {
	display: block;
	float: left;
	padding: 0 24px 15px;
	list-style: none;
}

#clients ul li span {
	height: 60px;
	float: left;
	width: 200px;
	text-align: center;
	border: 1px solid #666;
	background: white none center center no-repeat;
}

#clients ul li div {
	display: table-cell;
	vertical-align: middle;
}

#clients ul li div h3 {
	line-height: 22px;
	display: inline;
}
