body{
	font-family:verdana,helvetica,sans;
	font-size:13px;
	background-color:#121212;
	color:#565656;
}
img{
	border:  0px;
}
#gridContainer{
	background-color:#fff;
}
#menuArea{
	height:69px;
	overflow:hidden;*/
}

#navList{
}

#navList li{
	list-style-type:none;
	font-size:2em;
	display:inline;
}

#navList li a{
	background-image:url('../img/menuMap.png');
	background-repeat:no-repeat;
	display: block;
	float:left;
	height: 69px;
	text-indent:-10000px;
}

#navList li a.howNav {background-position:0px 0px; width:160px;}
#navList li a:hover.howNav {background-position:0px -74px; width:160px;}

#navList li a.whyNav {background-position:-160px 0px; width:322px;}
#navList li a:hover.whyNav {background-position:-160px -74px; width:322px;}

#navList li a.aboutNav {background-position:-482px 0px; width:138px;}
#navList li a:hover.aboutNav {background-position:-482px -74px; width:138px;}

#introArea{
margin-top:50px;
}
#contact{
	padding-left:20px;
}
#introArea p{
	padding-left:10px;	
}

#videoArea{
	margin-top:20px;
}

#footer{
	margin-top:20px;
	background-image:url(../img/footerTop.png);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#565656;
	padding-top:80px;
	min-height:150px;
	color:#f26122;
}
#footer li{
	
	list-style-type:none;
}
a, a:visited{
	color:#f26122;
	text-decoration:none;
}
#footer a:hover{
	color:#f26122;
	font-weight:bold;
}
#footer p{
	font-size:0.7em;
	text-align:center;
}
 #badges{
 	margin-top:50px;
 }
