/* CSS Document */

* { 
	margin: 0px;
	padding: 0px;
}

body { 
	background-color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 80%;
}
.site { 
	width: 960px;
	margin: 0px auto;
}
#header { 
	height: 83px;
}
#header img { 
	display: block;
	margin: 17px 70px;
}
#page { 
	border-top: 1px solid #d6d6d6;
	background-image: url(../images/bg_gradient.gif);
	background-position: top left;
	background-repeat: repeat-x;
}
#hero { 
	background-image: url(../images/bg_hero.png);
	background-position: top center;
	background-repeat: no-repeat;
	min-height: 303px;
	color: #fff;
	padding: 55px 150px;
}
#hero.cexp { 
	background-image: url(../images/bg_hero_cexp.png);
	padding: 55px 140px 55px 140px;
}
#hero h1 { 
	font-size: 30px;
	margin-top: 0.25em;
	margin-bottom: 2px;
}
#hero h2 { 
	font-size: 24px;
	font-weight: normal;
}
#hero.cexp h2 { 
	margin-top: 0.5em;
	margin-bottom: 1em;
}
#hero p { 
	margin-top: 1.125em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
#hero a { 
	color: #fff;
	text-decoration: underline;
}
#hero a:hover { 
	text-decoration: none;
}