body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
	margin: 0; padding: 0; border: 0; color: white;
}

body {
	/* background-color: #939598;			/* light-gray */
	/* background-color: #808285;	/* medium-gray */
	background-color: #6D6E71;		/* dark-gray */
}

#container {
	background: url('/images/headerbar.png') top repeat-x;
}

#header {
	width: 860px; height: 150px; margin: 0 auto;
}
	#header h1 a {
		display: block; width: 200px; height: 150px; float: left; position: relative;
		background: url('/images/logo.png') top; text-indent: -9999px;
	}

	#header ul#nav {
		float: right; list-style-type: none; margin: 0;
		padding-top: 40px;
	}
		#header ul#nav li {
			float: left;
			display: inline-block;
			text-align: center;
		}
			#header ul#nav li a {
				font: 32px arial, helvetica, sans-serif;
				width: 72px;
				height: 32px;
				color: white;
				padding: 25px;
				text-align: center;
				text-decoration: none;
				text-transform: lowercase;
			}
			#header ul#nav li a:link, #header ul#nav li a.link {
				color: white;
			}
			#header ul#nav li a:visited, #header ul#nav li a.visited {
				color: #F7941E;	/* Orange */
			}
			#header ul#nav li a:hover, #header ul#nav li a.hover {
				color: #FFF200; /* light-yellow */
			}
			#header ul#nav li a:active, #header ul#nav li a.active {
				color: #46C18E;	/* Teal */
				background: url('/images/bird.png') no-repeat center bottom;
			}
		
#featured {
	height: 400px; margin: auto; overflow: hidden; text-align: center;
}
	#featured-pics {
		width: 860px; height: 376px; margin: 0 auto;
		}
	#featured-pics img {
		width: 860px; height: 376px; margin: 0 0 19px 0;
		}
	#featured .featured-nav {
		width: 960px; margin: 0 auto; position: relative;
	}
		#featured .featured-nav p a {
			position: absolute; top: 200px; display: block; width: 44px; height: 44px; 
			text-indent: -9999px; z-index: 20; display: none;
		}
			#featured .featured-nav p a.prev {
				background: url('/images/feature-arrows.png') 0 -44px; left: 0;
			}
			#featured .featured-nav p a.next {
				background: url('/images/feature-arrows.png') 0 0; right: 0;
			}
				#featured .featured-nav p a.prev:hover {
					background: url('/images/feature-arrows.png') 0 -132px; 
				}
				#featured .featured-nav p a.next:hover {
					background: url('/images/feature-arrows.png') 0 -88px;
				}

#content {
	width: 860px; margin: 0 auto 0 auto;
	font-family: arial, helvetica, sans-serif;
	color: white;
}
	#content #main {
		width: 500px; float: left;
	}
	#content h2.intro {
		font-size: 36px; font-weight: bold; height: 96px; margin: 0 0 0 0; line-height: 42px;
	}
	#content h2, .home #content h3 {
		font-size: 20px; font-weight: normal; line-height: 28px;
		margin: 0 0 30px 20px;
	}
	#content p {
		font-size: 16px; line-height: 24px;
		margin: 0 0 30px 0; clear: both;
	}
		#content p a {
			color: #2E3192; text-decoration: none; font-weight: bold;
		}
		#content p a:link {
			color: #2E3192;	/* Dk Blue2 */
		}
		#content p a:visited {
			color: #9954A4;	/* Dk Magenta */
		}
		#content p a:hover {
		 	color: #F9ED32;	/* dirty-yellow */
		}
		#content p a:active {
			color: #FFF200;	/* light-yellow */
		}
		#content p a.button {
			display: block; width: 282px; height: 35px; padding: 15px 0 0 30px;
			background: url('/images/button_Orange.png') no-repeat left top;
		}
		#content p.longtext {
			font-size: 14px;
		}
		#content p.available {
			padding: 5px; text-align: center; border-top: 1px solid #00ADDC; border-bottom: 1px solid #00ADDC;
		}
		
	
#footer {
	width: 860px; margin: 0 auto; padding: 24px 0 60px 0;
	background: url('/images/footer-line.jpg') center top no-repeat;
	font-family: arial, helvetica, sans-serif; font-size: 13px;
}
	#footer p.copyright {
		float: left; color: #2E3192;	/* Dk Blue2 */
	}
	

a { outline: none; }
.clear:after { content: ""; display: block; clear: both; }
.clear { zoom: 1; }
