@charset "UTF-8";
/* CSS Document */
body {
	font-size: 13px;
	color: #000;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}
.clearflt {
	height: 0;
	clear: both;
}
h1, h2, h3, h4, h5 {
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 1.2em;
	margin-bottom: -1em;
}
h2 {
	font-size: 1.1em;	
}
h3, h4, h5 {
	font-size: 1em;	
	letter-spacing: normal;
}
img.sidebarlogo {
	margin: 8px 0;	
}
img.sponsorlist {
	margin-left: -40px;	
}
* html img.sponsorlist {
	margin-right: -40px;
	margin-bottom: -24px;
	float: right;
}
a {
	text-decoration: none;
	color: #85132E;
}
a:hover {
	text-decoration: underline;	
}
.gallery {
	float: left;
	position: relative;
	width: 140px;
	height: 140px;
	margin: 0 10px 10px 0;
}
.gallery img {
	border: none;	
}

#wrap {
	width: 900px;
	position: absolute;
	left: 50%;
	margin-left: -450px;
	margin-top: 16px;
	height: auto;
}
#header {
	height: 100px;	
	background-image: url(/nayec/_assets/inner_logo.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin-bottom: 10px;
}
#extranav {
	float: right;
	width: auto;
}
#extranav a {
	color: #000;
	text-decoration: none;
	letter-spacing: 1px;
}
#extranav a:hover {
	color: #85132e;	
}
#contentwrap {
	height: auto;
	background-image: url(/nayec/_assets/inner_bkg.jpg);
	background-repeat: repeat-y;
	background-position: top right;
}
#sidebar  {
	width: 210px;
	height: auto;
	float: left;
	margin-right: 10px;
}
#content {
	width: 600px;
	padding: 20px 40px 80px 40px;
	float: right;
	height: auto;
	line-height: 1.8;
}
#content ul {
	margin-top: -1em;	
}
.sponsors {
	width: 680px;
	margin: 20px -40px 0 -40px;
}
#campicons {
	height: 64px;
	width: 900px;
	background-image: url(/nayec/_assets/camping_icons.gif);
	background-position: 110px 12px;
	background-repeat: no-repeat;
}
#footer {
	height: 30px;	
}

#navcontainer {
	position: absolute;
	width: 690px;
	top: 84px;
	left: 210px;
	text-align: right;
}


#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	float: right;
}

#nav a {
	display: block;
	width: 96px;
	padding:0;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
}
#nav a:hover {
	color: #cc3300;
}

#nav li { /* all list items */
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
	list-style-type: none;
	background-color: #79822A;
	text-align: center;
	margin-right: 1px;
	padding: 3px 0;
}
#nav li:hover, #nav li.sfhover {
	background-color: #e1e2c8;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

.contactform label, .contactform input, .contactform select, .contactform textarea, .contactform file {
	display: block;
	font-size: 12px;
	float: left;
	width: 21em;
	margin: 5px 0;
	padding: 2px;
	border: 1px solid #79822a;
	}
* html .contactform textarea {
}
input.hidden {
	height: 1px;
	width: 1px;
	border: none;
	background-color: #eff3de;
}
.contactform select {
	width: 21.5em;
}
.contactform .checkbox {
	width: auto;
}
.contactform label {
	color: #000;
	text-align: right;
	width:15em;
	margin-right: 5px;
	font-size: 12px;
	border: none;
}
* html .contactform label.editoralign {
	margin-right: 2px;
}
.contactform input.button {
	width: auto;
	padding: 3px 8px;
	color: #fff;
	background-color: #a4ae70;
	margin-bottom: 18px;
}
.contactform br {
	clear:both;
}
.contactform input.xsmall, .contactform select.xsmall {
	width: 3em;
}
.contactform input.small, .contactform select.small {
	width: 6em;
}
.contactform textarea {
	font-family:Arial, Helvetica, sans-serif;
}
