
#header, 
#nav, 
#banner, 
#ctas, 
#footer #links, 
#footer .info, 
#footer #logos, 
#footer .webfirm, 
#secondary, 
#cta, 
#featured-cta, 
.printhide, 
form { display: none; }

img.img-right {
	float: right;
	margin: 0 0 15px 15px;
}

img { border: 0; }

a { text-decoration: none; color: #111; }

body {
	font: 13px/18px Arial, Helvetica, sans-serif;
	color: #111;
}

h1 { font-size: 20px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }

#content, 
#footer, 
#featured, 
.item, 
#listing li {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #aaa;
}

#team-listing {
	list-style: none;
	margin: 30px 0 0 0;
	padding: 0;
}

#team-listing li {
	float: left;
	width: 200px;
	height: 350px;
}

#footer {
	clear: both;
}

/*
#listing {
	list-style: none;
	margin: 30px 0 0 0;
	padding: 0;
}

#listing ul {
	list-style: none;
	margin: 0;
}

#listing ul li {
	margin: 0;
	padding: 0;
	border: 0;
}
*/

#gallery-thumbs {
	margin: 0;
	padding: 0;
	list-style: none;
}

#gallery-thumbs li {
	float: left;
	margin: 10px;
}

#detail .info {
	clear: left;
}


/***************************
				BROCHURE
****************************/

#listing {
	list-style: none !important;
	margin-left: 0 !important;
	width: 95%;
}

#listing li.item, 
#detail {
	border: 3px solid #006ea6;
	box-shadow: 0px 0px 10px #ccc;
	-webkit-box-shadow: 0px 0px 10px #ccc;
	-moz-box-shadow: 0px 0px 10px #ccc;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: #fff;
	padding: 20px;
	margin-bottom: 35px;
}
#listing li.item {
	display: block;
	float: left;
	page-break-after: always
}
ul#listing li.item div.image {
	float: left;
	width: 50%;
}
ul#listing li.item div.info{
	float: left;
	width: 50%;
}
ul#listing li.item ul.stats{
	float: left;
	width: 95%;
}
ul#listing li.item ul.stats li { display: inline; page-break-inside: avoid;}