
body {
		font-family: Helvetica, Arial, sans-serif;
		background-color:#419639;
		margin:0px;
		padding:0px;
		height:100%;
	}
	
a {outline:none}
	
h1 {
		font-size: 22px;
		margin:0;
	}
	
h2 {
		font-size: 14px;
		margin:0px;
	}

	
header, section, footer, aside, nav, article, hgroup {
	display:block;
	}
	#container{
		min-height:100%;
		position:relative;
	}
	
	#bwrapper{
		padding-bottom:150px;
	}

	#wrapper {
		border: 1px solid #455868;
		width: 100%;
		margin:20px auto;
		background-color:#303037;
	}
	
	img[usemap] {
		border: none;
		height: auto;
		max-width: 100%;
		width: auto;
	}
	
	#main_header {
		width:auto;
		background-color:#000000;
		border-bottom:1px solid #455868;
		padding: 0px 25px 0px 25px;
		}
	
	#main_section {
		background-color:#39393d;
		float:left;
		width:640px;
		margin:20px; /* 720 width */
		padding:20px;
		color:#fff;
		}
		
	.featuredimage{
		margin-bottom:15px;
 		height: auto;
		max-width: 100%;
		width: auto;
	}
	#top-content {   
      margin: 0 auto;
      width: 1024px;
      color: #ffffff;   
   }
   		
	#sidebar{
		background-color:#455868;
		float:left;
		width: 220px;
		margin: 20px 0px;
		padding: 20px;
		color:#fff;
	}
	
	#subfooter{
		clear:both;
	}
	
	#logobox {
		display:inline-block;
		padding:15px 0px 0px 0px;
		}
		
	#pterodactyl {
		position:absolute;
		z-index:3;
		bottom: 25px;
		right: 25px;
	}
	
	#setupevents {
		position:absolute;
		z-index:3;
		bottom: 25px;
		left: 25px;
	}
	
	#main_footer{
		position:absolute;
      margin: 0 auto;
		bottom:0px;
		width: 1024px;
		border-top:1px solid #fffff;
		background-color:#000000;
	}
   
	#footer{
		position:absolute;
      height: 50px;
		border-top:1px solid #fffff;
		background-color:#000000;
	}   
   
	#f{
		display:inline-block;
	}
	
	.imgfix
 	{
		border: none;
		height: auto;
		max-width: 100%;
		width: auto;
	}
	
	#factbox {
		position:absolute;
		top:10px;
		right:20px;
		color:#fff;
		font-size:13px;
		}
	
	#factbox h4 {
		color:#77c4ee;
		}
	#factbox li {
		font-size:12px;
	}
   

div#footer2 {
	width: 940px;
	margin: 0 auto;
	padding: 0px 0px 0;
}

div#footer-low {
	background: #005695 url(../img/footer/footer-texture.png) repeat-x;
	width: 940px;
	margin: 30px auto 0;
	padding: 0px 30px 0;
}

div#id-social {
	height: 27px;
	padding-bottom: 20px;
	border-bottom: 1px solid #3368b5;
	color: #b1c4d2;
	font-size: 10px;
	margin-bottom: 20px;
}

div#copyright {
	float: left;
	width: 380px;
}

div#copyright2 {
	float: left;
	width: 930px;
}

div#copyright p {
	margin-top: -5px;
}
div#copyright a {
	background: url(../img/nav/main-nav-back1.png) no-repeat;
}



div#social {
	float: right;
	width: 530px;
}

div#social p {
	float: right;
}

div#sitemap {
	margin-bottom: 10px;
}

div.sitemap-block {
	float: left;
	margin-right: 30px;
}

div#sitemap ul {
	list-style-type: none;
}

div#sitemap h6 {
	color: #d1aa0f;
	font-size: 18px;
	margin-bottom: 0px;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
}

div#sitemap a {
	color: #b1c4d2;
	font-size: 10px;
	text-decoration: none;
}

div#sitemap a:hover {
	color: #fff;
}


   
	
@media screen and (max-width: 900px) {
	#factbox {	display:none;	}}
		

	
/* ///////////// nav //////////////// */
.nav {
	margin: 10px 0;
   display: inline-block;
   vertical-align: top;
   padding: 20px 0px 0px 0px;
}
.nav ul {
	margin: 0;
	padding: 0;
}
.nav li {
	margin: 0 5px 10px 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	*display:inline; /* ie7 */
}
.nav a {
	padding: 3px 12px;
	text-decoration: none;
	color: #fff;
	line-height: 100%;
}
.nav a:hover {
	color: #1eb153;
}
.nav .current a {
	background: #455868;
	color: #fff;
	border-radius: 5px;
}

/* right nav */
.nav.right ul {
	text-align: right;
}

/* center nav */
.nav.center ul {
	text-align: center;
}

@media screen and (max-width: 919px) {
	.nav {
		position: relative;
		min-height: 40px;
	}	
	.nav ul {
		width: 180px;
		padding: 5px 0;
		position: absolute;
		top: 0;
		left: 0;
		border: solid 1px #1eb153;
		background: #3a3a3c url(../images/icon-menu.png) no-repeat 10px 11px;
		border-radius: 5px;
		box-shadow: 0 1px 2px rgba(0,0,0,.3);
	}
	.nav li {
		display: none; /* hide all <li> items */
		margin: 0;
	}
	.nav .current {
		display: block; /* show only current <li> item */
	}
	.nav a {
		display: block;
		padding: 5px 5px 5px 32px;
		text-align: left;
	}
	.nav .current a {
		background: none;
		color: #fff;
	}

	/* on nav hover */
	.nav ul:hover {
		background-image: none;
	}
	.nav ul:hover li {
		display: block;
		margin: 0 0 5px;
	}
	.nav ul:hover .current {
		background: url(../images/icon-check.png) no-repeat 10px 7px;
	}

	/* right nav */
	.nav.right ul {
		left: auto;
		right: 0;
	}

	/* center nav */
	.nav.center ul {
		left: 50%;
		margin-left: -90px;
	}
	
}	
