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

body {
	margin: 25px 0px 0px 0px;
	padding: 0px;
}
#outer {
	width: 800px;
	margin: 0 auto;
	display: block;
	font-family: "Times New Roman", Times, serif;
}
#header {
	height: 175px;
	border-bottom: 1px solid #000;
	position: relative;
}
	#logo {
		border: none;
		margin: 0;
		position: absolute;
		top: 0;
		left: 0;
	}
	
	/* Main Navigation */
	#menu ul {
		margin: 0px;
		padding: 0px;
		float: right;
		list-style-type: none;
		font-size: 12pt;
		position: relative;
		z-index: 10;
	}
		.menu-link {
			display: inline;
			float: left;
			margin-left: 25px;
			height: 25px;
			color: #000;
			text-decoration: none;
			overflow: hidden;
		}
			.menu-link a {
				color: #000;
				text-decoration: none;
			}
				/* Orange box beneath active link */
				.active-indicator {
					height: 120px;
					background: #dd8d00;
					margin-top: 6px;
				}
			.menu-link:hover {
				border-bottom: 1px solid #000;
			}
			#active {
				height: 140px;
			}
			#active:hover {
				border: none;
			}
			
/* Main Content */
#content {
	width: 475px;
	float: left;
	margin: 50px 50px 50px 25px;
	font-size: 10pt;
	color: #444;
}
	h2 {
		font-size: 16pt;
		font-weight: normal;
	}
	h4 {
		margin: 0px;
	}
	#content a {
		color: #c64601;
		text-decoration: none;
	}
	#content a:hover {
		color: #dd8d00;
	}
	
	/* Tables */
	table {
		width: 475px;
		background: #dd8d00;
	}
		td {
			background: #fff;
		}
	#facts-table {
		border: none;
		background: none;
	}
		#facts-table td {
			padding: 0px 5px 10px 0px;
			border: none;
			background: none;
		}
	#pricing-table {
		border: 1px solid #000;
	}
		#pricing-table td {
			padding: 5px;
			border: 1px solid #000;
		}
	#contact-info {
		background: none;
		border: none;
	}
		#contact-info td {
			padding: 0px;
			background: none;
			border: none;
		}
	
	/* Gallery */
	.gallery img {
		border: none;
		margin-right: 2px;
	}
	.gallery img:hover {
		filter:alpha(opacity=50);
		-moz-opacity:0.5;
		-khtml-opacity: 0.5;
		opacity: 0.5;
	}

.video-container {
	position: relative;
	margin: 2em 0;
	padding-bottom: 56.25%;
	padding-top: 30px; height: 0; overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
	
	
/* Sidebar */
#sidebar {
	width: 250px;
	height: 450px;
	background: url(images/sidebar.gif) no-repeat;
	float: left;
	margin: 50px 0px;
}

/* Footer and Sub Navigation */
#footer {
	clear: both;
	border-top: 1px solid #000;
	padding-top: 10px;
	font-size: 9pt;
	height: 100px;
	text-align: center;
}
	#footer ul {
		margin: 0 0 25px 0;
		padding: 0px;
		list-style-type: none;
	}
		#footer ul li {
			display: inline;
			float: none;
		}
			.footer-link {
				color: #000;
				text-decoration: none;
				margin-right: 15px;
			}
			.footer-link:hover {
				text-decoration: underline;
			}





@media screen and (max-width: 51em) {

#outer {
	width: 100%;
}
#content {
	width: 90%;
	float: none;
	margin: 100px auto 50px auto;
}
#menu ul {
	width: 100%;
	float: none;
	position: absolute;
	top: 75px;
	text-align: center;
}
#menu ul:after {
	content: "";
	display: block;
	clear: both;
}
	.menu-link {
		display: block;
		width: 33.333%;
		float: left;
		margin-left: 0;
		padding: 5px 0;
		height: auto;
	}
	.menu-link:hover {
		border: none;
	}
	#active {
		height: auto;
	}
#header {
	height: 75px;
	border-bottom: 1px solid #000;
	position: relative;
}
	#logo {
		width: 90px;
		top: -20px;
	}
img {
	max-width: 100%;
	height: auto;
}
table {
	width: 100%;
}
#sidebar {
	background-position: bottom;
	height: 75px;
	float: none;
	margin: 0;
	position: absolute;
	top: 0;
	right: 0;
}

}