body
{
font-size:90%;
font-family:hoefler text;
background-size: cover;
background-repeat: no-repeat;
}

* {
  margin: 0;
}
ul
{
list-style-type:none;
margin:0;
padding:0;
overflow:hidden;
}
li
{
float:left;
}
a:link,a:visited
{
display:block;
color:#FFFFFF;
background-color:none;
text-align:center;
padding:15px;
text-decoration:none;
text-transform:lowercase;

}
a:hover,a:active,a:visited
{
background-color:none;
}
th {background-color:#ADD8E6;}

ul {list-style:none;}
ol {list-style:upper-roman;}

a:link {color:#25CFB0;}
a:hover {color:#25CFB0;}
a:visited {color:#25CFB0}
#subnav {
	font-family: 'Questrial', "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	width: 100%;
	float: left;
	margin: 0 auto;
	background-color:none}
#subnav ul {
	list-style: none;
	max-width: 61.2em;
	min-width: 25em;
	margin: 0 auto;
	padding: 0; 
	}
#subnav li {
	float: left; 
	}
#subnav li a {
	display: block;
	padding: 0px 20px;
	text-decoration: none;
	font-weight: none;
	font-size: 12px;}