/* Information -------------------------------------

Version: 0.3.3






/* =Reset  
----------------------------------------------------*/
html, body, h1, h2, h3, h4, h5, h6, form, fieldset, p, table, button {
	background: transparent;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;	
}
html {
	*overflow-x: hidden; /* IE7 */
}
body {
	background-color: #000;
	color: #414141;
	font: 12px arial,helvetica,sans-serif;
	line-height: 1;
	margin: 0 auto;
	overflow-x: hidden;
	-webkit-text-size-adjust: none; 
}
ul, ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
:focus {
	outline: 0;
}
fieldset, img, iframe {
	border: 0;
	vertical-align: bottom;
}
a {
	color: #f30;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #f30;
	outline: 0;
}


/* =Links  
----------------------------------------------------*/
a.loadContent, a.content {
	text-decoration: none;
}








/* =Home : Hero Images  
----------------------------------------------------*/
#heroWrap {		
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
#heroItems {
	position: relative;
}
#heroItems li {
	float: left;
	height: 100%;
	position: relative;
	overflow: hidden;
}
#heroItems a.loadContent, #heroItems, a.content {
	color: #fff;
}
#heroItems img {
	display: none;
	position: relative;
	top: 50%;
}
#heroItems li:first-child img {
	/* Win Chrome Needs These Set */
	height: 675px;
	margin-top: -337px;
	width: 1200px;
}
.info {
	border: 1px solid #fff;
	border-width: 1px 0;
	display: block;

	font-weight: 700;
	height: 199px;
	left: 50%;
	line-height: 1;
	margin: -129px 0 0 -102px;
	padding: 30px 0;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 205px;
	-webkit-text-stroke: 1px transparent;
}
.info span {
	display: block;
	margin: 0 -200%;
	*zoom: 1; /* IE7 */
}
.info .quote {
	font-size: 36px;
}
.info .name {
	font-size: 32px;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.info .fact {
	font-size: 18px;
}
.info .icon {

	cursor: pointer;
	height: 64px;
	margin: 25px auto;
	text-indent: -999.9em;
	width: 64px;
}
.info .teaser {
	border: 1px solid #fff;
	font-size: 20px;
	height: 17px;
	margin: 35px auto;
	padding: 14px 0;
}
.info .nameQuote {
	letter-spacing: 0\9;
}

