* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a img {
	border: none;
}

a {
	outline: none;
}

#container {
	width: 995px;
	margin: 10px auto 0px auto;
}

#header {
	width: inherit;
	height: 120px;
	z-index: 100;
	position: relative;
}

#hero {
	display: block;
	width: inherit;
	height: 264px;
	background: url(../images/hero_background.png) repeat-x #fff;
	margin-top: -60px;
	padding-top: 6px;
	z-index: 10;
	position: relative;
}

#hero img {
	margin-top: 6px;
}

#intro {
	width: inherit;
	height: 80px;
}

#intro p {
	font-size: 16px;
	color: #000;
	text-align: center;
	padding: 0px 40px;
	margin-top: 20px;
}

#boxes {
	display: block;
	width: inherit;
	height: 216px;
	background: url(../images/text_background.png) no-repeat #fff;
}

#box1,
#box2,
#box3 {
	display: block;
	width: 331px;
	height: 170px;
	float: left;
	margin-top: 10px;
}

#box1 {
	padding-left: 20px;
	padding-top: 20px;
	width: 311px;
	height: 150px;
}

#box2 {
	padding-top: 20px;
	height: 150px;
	text-align: center;
}

#box3 {
	padding-right: 20px;
	padding-top: 20px;
	width: 311px;
	height: 150px;
}

.box h1 {
	color: #fff;
	font-size: 20px;
	margin-bottom: 5px;
}

.box p {
	color: #000;
	font-size: 14px;
}

.box a,
.box a:visited {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

#subfooter {
	width: inherit;
	height: 100px;
	text-align: center;
}

#footer {
	width: inherit;
	height: 100px;
	text-align: center;
}

#footer p {
	font-size: 14px;
}

#footer p.info {
	margin-bottom: 15px;
}

#footer a,
#footer a:visited {
	color: #000;
	text-decoration: underline;
}


/* Clearfix */
/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


