@charset "utf-8";
/* CSS Document */
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}
font-family: helvetica, sans-serif;
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}
body {
	background: #FFFAE5;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	
}

.container {
	position: relative;
	margin: 0 auto;
	width: 94%;
	max-width: 1100px;
	font-family: helvetica, sans-serif;
}
.content {
	position: relative;
	padding-top: 200px; margin:auto;
}
.content p {
	margin-bottom: 10px;
}
.footer {
	position: relative;
	margin: 0 auto;
	width: 94%;
	max-width: 1100px;
	font-size:medium; font-style:italic;
}
.clearfloat { /* placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear: both;}
#header {
	z-index: 2;
	position: fixed;
	width: 100%;
	height: 170px;
	/*line-height: 60px;*/
	background: #FFFFFF;
	color: #000 ;
}
#header h1 {
	top: 0px;
	margin: 0px;
	text-transform: uppercase;
	font-size: 1.2em;
}
.logo img {
	width: 100%;
	height: auto;
}
.logo {
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: top center;
}
#nav {
	position: absolute;
	/*right: 0;*/
	top: auto;
	/*height: 40px;*/
	background: #000080; 
	width:100%;
	color: #FFFFFF; font-weight:bold;
}
#nav ul li {
	float: left;
	list-style: none;
}
#nav ul li a {
	display: block;
	color: #FFFFFF; height: 20px;
	text-decoration: none;
	padding: 0 10px;border-radius:5px;
}
#nav ul li a:hover {
	display: block;
	color: #FFFFFF; top: auto;background:#1486C7;height: 20px;
	text-decoration: none;
	padding: 0 10px;border-radius:5px;
}
.gold
{ color:#FFFFFF; background-color:#4BAA21; font-weight:bold; font-size:18px;}
.clearfloat { /* placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear: both;
}
.fnt75 {font-size: 75%;}


@media (max-width: 599px) {
#header .container {
	width: 100%;
}
#header h1 {
	padding-left: 3%;
}
#nav {
	width: 100%;
	/*top: 140px;*/
}
#nav:before {
	 content: '\2630';
	display: block;
	position: absolute;
	right: 3%;
/*	top: -50px;
	line-height: 40px;
	font-size: 1.2em;*/
	cursor: pointer;
}
#nav ul {
	background: #000080;
	width: 100%;
	margin: 0px;
}
#nav ul li {
	float: none;
}
#nav ul li a {
	padding: 5px 3%;
	line-height: 20px;
	border-top: 1px solid #333;
	border-radius:5px;
}
}

