@charset "UTF-8";
.nav ul li {
	border-bottom-style: none;
	display: block;
	list-style-type: none;
	text-align: center;
	width: 150px;
	letter-spacing: 1px;
}
.nav ul li.heading {
	font: lighter 16px "Times New Roman", Times, serif;
	color: #E6B82E;
	border-bottom: 1px solid #FFF;
	margin-bottom: 24px;
}
.container .nav ul .words a, .container .nav ul .press a, .container .nav ul .contact a {
	background: url(none);
}
.nav ul li a, .nav ul li a:link, .nav ul li a:visited {
	border-bottom-style: none;
	display: block;
	color: #D8D8D8;
	text-decoration: none;
	font: normal 14px Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	background: url(../images/bullet.jpg) no-repeat 50% 28px;
	padding-bottom: 24px;
}
.nav ul li a:hover, .nav ul li a:active, .nav ul li a:focus {
	color: #37A49F;
	text-decoration: none;
}
.footer  {
	text-align: right;
}
.footer a, .footer a:link, .footer a:visited, .footer a span, .footer a:link span, .footer a:visited span {
	color: #CCC;
	font: 10px Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.footer a:hover, .footer a:active, .footer a:focus, .footer a:hover span, .footer a:active span, .footer a:focus span {
	color: #FFF;
	text-decoration: underline;
}
.footer a span {
	color: #999999;
}
