@charset "utf-8";
/* CSS Document */

/* Generic Styles */

body {
	margin: 0; padding: 0;
	background: #19294a; color:#000000;
	background-image: url(../Images/web_background.png);
	background-position: center;
	background-repeat: repeat;
	font: small Verdana, Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
	color: #19294a;
}

a:hover {
	color: #c42132;
}

a img {
	border: 0;
}

p {
	margin: 0 0 1em;
}

hr {
	margin-left: 10px;
	margin-right: 30px;
	margin-bottom: 20px;
}

h3 {
	width: 300px;
	border-bottom: 1px solid #19294a;
	color: #19294a;
	margin-bottom: 5px;
}


/* Container Styles */

#container {
	width: 1024px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}



/* Header Styles */

#header {
	margin-bottom: 0;
	padding-bottom: 0;
}

#header img {
	margin: 0;
	padding: 0;
}

/* Main Navigation Styles */

#mainnav {
	padding-right: 18px;
	padding-left: 18px;
	padding-top: 8px;
	padding-bottom: 8px;
	background: #19294a; color: #FFFFFF;
	background-image: url(../Images/mainnav_back.png);
	background-repeat: repeat;
	margin-bottom: 10px;
	margin-top: 0px;
}

#mainnav li {
	display: inline;
	list-style: none;
	margin-right: 0.5em; padding-right: 0.75em;
	border-right: 1px solid #ffffff;
	font-weight: bold;

}

#mainnav li.last {
	border-right: 0;
}

#mainnav a {
	color: #FFFFFF;
}

#mainnav a:hover {
	color: #f4cc10;
}



/* Content */

#content {
	float: right;
	width: 730px;
	padding-bottom: 25px;
	padding-left: 5px;
	padding-right: 10px;
	margin-top: 0;
}

/* Local Navigation Styles */

#localnav {
	float: left;
	width: 250px;
	padding-bottom: 25px;
	margin-bottom: 15px;
	/*background-image: url(../Images/localnavback.png);
	background-repeat: repeat; */
}

#localnav1 {
            float: left;
            width: 250px;
			/*margin-left: 10px;*/
			margin-right: 20px;
}

#localnav div h3 {
	background: #19294a;
	font-size: 1em;
	margin: 0 -0.8em; padding: 5px;
	text-transform: lowercase;
	color: #FFF;
}

#localnav #chat {
	background-image: url(../Images/localnavback_chat.png);
	background-repeat: repeat; 
	
}

#localnav #leftbox {
	background: #d3d3d3;
	
}


/* Footer Styles */

#footer {
	clear: both;
	width: 1024px;
	background-image: url(../Images/footer_back.png);
	background-repeat: repeat;
	color: #FFFFFF;
	margin: 0 auto;
	text-align: center;
	padding-top: 16px;
	margin-top: 90px;
}

#footer a {
	text-decoration: none;
	color: #FFFFFF;
}

#footer a:hover {
	text-decoration: none;
	color: #f4cc10;
}


* {
	margin: 0;
}
 
html, body {
	height: 100%;
}

#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -3em;
}



/* EMBED */

#embed {
	margin: 0 0;
	padding: 0 0;
}

/* Listing Styles */

#playslideshow {
	position:relative;
	z-index: 1;
	margin-top: -50px;
	margin-right: -40px;

}

#overlay {
	position:relative;
	z-index: 3;
	margin-top: -350px;
	padding-left: 275px;
}

#listing {
	position:relative;
	z-index: 2;
	margin-right: -40px;

}

#pageturn {
	float: right;
	margin-right: 30px;
}

#pageturn a {
	text-decoration: underline;
	color: #19294a;
}

#pageturn a:hover {
	text-decoration: none;
	color: #c42132;
}

/* Main Image Listing */

#mainimage {
	position: relative;
	z-index: 1;
	margin-right: -10px;
	padding-bottom: 200px;
}

#attachments {
	margin-left: 8px;
	margin-right: 8px;
}

#back {
	position: relative;
	z-index: 2;
	margin-top: -40px;
	margin-left: 575px;

}

#back a {
	text-decoration: none;
	color: #ffffff;

}

#back a:hover {
	color: #f4cc10;
}

/* Main Content - Image Floats */

#joininfo {
	width: 640px;
	margin: 10px;
}

#join1 {
	float: right;
	margin-left: 10px;
}

#join {
	float: right;
	margin-left: 10px;
}

#pressrelease {
	float: left;
	margin-right: 10px;
}

/* News Styles */



.c {
	margin-bottom: 5px;
}

.c a {
	text-decoration: none;
	color: #ffffff;
}

.c a:hover {
	text-decoration: none;
	color: #f4cc10;
}

/* Staff Profile Styles */

#back2 {
	position: relative;
	z-index: 2;
	margin-top: -20px;
	margin-left: 575px;
}

#back2 a {
	text-decoration: none;
	color: #FFFFFF;
}

#back2 a:hover {
	color: #f4cc10;
}

p.staff {
	width: 650px;
	margin-left: 10px;
}

.testimonial {
	padding-right: 20px;
}

#definitions {
	margin-left: 10px;
	margin-right: 5px;
}


/* Site Map */

#sitemap {
	margin-top: 15px;
	font-size: 16px;
	margin-bottom: 15px;
}

#sitemap h2{
	margin-bottom: 10px;
}

ul.first {
	margin-left:50px;
}

ul.second {
	margin-left:50px;
}

ul.third {
	margin-left:50px;
	margin-bottom:10px;
}