@charset "utf-8";
/* CSS Document */

html, body {
	width:100%;
	height:100%;
	/*background:#222222;*/
	background:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#222222;
	}
.colorban {
	background:url(images/colorbanner.jpg) center;
	height:6px;
	display:none;
	}
.header {
/*	background:url(images/headerbg.jpg) center;*/
	height:135px;
	}
.header .holder {
	width:980px;
	margin:0 auto;
	}
.logo a {
	display:block;
	width:174px;
	height:135px; 
	background:url(images/headerlogo.png) center center no-repeat;
	}
.logo a span {
	display:none;
	}
.content {
	background:#fff;
	}
.content .holder {
	width:960px;
	margin:0 auto;
	}
.folio {
	width:223px;
	float:left;
	margin:0 22px 50px 0;
	}
.folio img {
	margin-bottom:16px;
	}
.folio h2 {
	font-size:12px;
	margin-bottom:5px;
	color:#436274;
	}
.folio h2 img {
	margin:0;
	vertical-align:middle;
	margin:-5px 5px 0 0;
	}
.folio p {
	font-size:10px;
	line-height:16px;
	}
.last {
	margin-right:0;
	}
.clear {
	clear:both;
	}
