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

@font-face {
	font-family: 'ChunkFiveRegular';
	src: url('../fonts/Chunkfive-webfont.eot');
	src: local('☺'), url('../fonts/Chunkfive-webfont.woff') format('woff'), url('../fonts/Chunkfive-webfont.ttf') format('truetype'), url('../fonts/Chunkfive-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	background:#0f0f0f url(../images/background.jpg) top center no-repeat fixed;
}

a { color:#42484e; text-decoration:none; }
a:hover { text-decoration:underline; color:#667079; }

.splash { margin:150px 0 0 0; }

.gray { color:#3f3f3f; }
.blue { color:#4557a1; }
.floatleft { float:left; }
.floatright { float:right; }
.floatclear { clear:both; }

#top {
	background:url(../images/bg_top.png) top left repeat-x;
	height:62px;
}

#top .content { 
	width:980px;
	margin:0 auto;
	color:#42484e;
	font-size:112.5%;
	/*padding-top:10px;*/
}

#top .content .contact a {
	width:170px;
	height:54px;
	background:url(../images/contact.png) 0 0 no-repeat;
	float:right;
}

#top .content .contact a:hover {
	background:url(../images/contact.png) 0 -55px no-repeat;
}

#wrapper {
	width:970px;
	margin:0 auto;
	text-align:left;
}

.header { margin-top:51px; }

.section {
	padding-top:84px;
	min-height:232px;
	background:url(../images/divider.png) no-repeat top center;
}

.section .copy {
	width:800px;
	color:#42484e;
	font-family: 'Molengo', arial, serif;
	font-size:100%;
}

h2.fontface { 
	font: 140% 'ChunkFiveRegular', Arial, sans-serif;
	font-weight:normal;
	letter-spacing: 0;
	text-transform:uppercase;
	color:#667079; 
	margin:17px 0 5px; 
}

h2.fontface .client { color:#42484e; font-size:90%; }


#footer { 
	background-color:#000;
	height:140px;
	padding-top:20px;
	margin-top:50px;
	border-top:1px solid #222;
}

#footer .content { 
	width:970px;
	margin:0 auto;
	color:#42484e;
	font-size:90%;
	text-align:left;
}

