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


a:link { text-decoration: none; color:#FF0000 }
a:active { text-decoration: none; }
a:hover { text-decoration: underline; }
a:visited { text-decoration: none; color: #FF0000; }

body{
	font-family:"HelveticaNeue", Helvetica, Arial, sans-serif;
	color:#373332;
	font-size:72px;
	line-height:1.30em;
	letter-spacing:-.015em;
	font-weight:bold;
}


.container{
	position:relative;
	width:1000;
	float:left;
	letter-spacing:-.05em;

}

.divToggle
{
	color: #0099FF;
}


.moreInfoWrapper
{
	float: left;
	width: 940px;
	border: -40px;
	padding: 0px;
}


.moreInfo
{
	padding: .2px;
}



.divider{
float:left;
width:215px;
padding:0 20px 0 0;
}


