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

h2 {
	font-size:40px;
	font-family: 'Maven Pro', sans-serif;
	color:#FFF;
	margin-bottom:5px;
	font-weight:400;
}

a.rollover {
	display: block;
	width: 146px;
	height: 31px;
	text-decoration: none;
	background:url(../images/index/learn_more.png);
	margin-top:15px;
	}

a.rollover:hover {
	background-position: -146px 0;
	}

.displace {
	position: absolute;
	left: -5000px;
	}
	

#icon-block {
	width:100%;
	background:#000;
	height:205px;
}

#icon-wrapper {
	width:960px;
	margin:auto;
}

#icon-container {
	float:left;
	width:600px;
}

#icon-container ul {
	margin-top:59px;
	list-style:none;
}

#icon-container li {
	float:left;
	width:78px;
	margin-right:39px;
}

.learn-more {
	float:right;
	background:url(../images/index/learn_moreBG.gif) no-repeat;
	width:342px;
	height:137px;
	margin-top:33px;
}

.learn-more-copy {
	width:177px;
	margin:31px auto 0 auto;
	font-family: 'Droid Serif', serif;
	font-size:20px;
	text-align:center;
}

.learn-more-copy a {
	color:#00b5ad;
}

.learn-more-copy a:hover {
	color:#FFF;
}

.copy-block {
	background:#FFF;
	width:100%;
	padding:35px 0 25px 0;
}

.copy-wrapper {
	width:960px;
	margin:auto;
}

.copy {
	float:left;
	width:552px;
	font-family: 'Maven Pro', sans-serif;
	line-height:21px;
	font-weight:400;
	font-size:14px;
}

.copy h1 {
	font-size:30px;
	font-weight:normal;
}

.copy p {
	margin-top:15px;
}


#quotes-container {
	width:343px;
	float:right;
}

#quotes-container h3 {
	font-family: 'Droid Serif', serif;
	font-size:20px;
	margin-bottom:6px;
}

.bar {
	background:url(../images/index/bar.gif) repeat-x;
	height:1px;
	width:343px;
	margin-bottom:15px;
}
	

#quotes{
	font-size:18px;
	color:#79b7b4;
	width:343px;
	margin:0px auto 0 auto;
	line-height:20px;
	font-style:italic;
}


#author{
	float:right;
	text-align:right;
	font-size:18px;
	color:#79b7b4;
}

#bbb {
	width:182px;
	float:left;
	margin:50px 0 0 150px;
}
	

	