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

html {
	background: #000;
}
body {
	margin: 0px;
	padding: 0px;
}
#outer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 800px;
	margin: 0 auto;
	display: block;
	color: #fff;
	border: 1px solid #ffa00d;
	border-top: none;
}

/* Header */
#header {
	background: url(../images/bg-header.jpg) no-repeat;
	height: 260px;
	text-align: center;
}
	h1 {
		margin: 0px;
		position: relative;
		top: 137px;
	}
		#header a {
			color: #fff;
			text-decoration: none;
			font-size: 44pt;
			font-weight: normal;
			font-family: "Trajan Pro", "Garamond Premr Pro", serif;
		}

/* Main Navigation */
#menu {
	background: url(../images/bg-menu.jpg) no-repeat;
	height: 23px;
}
#menu:after {
	content: "";
	display: block;
	clear: both;
}
	#menu ul {
		margin: 0px;
		padding: 0px;
		list-style-type: none;
		position: relative;
		top: 2px;
		left: 4px;
	}
		.menu-link {
			display: inline;
			float: left;
			border-right: 1px solid #fff;
			padding: 0px 7px;
		}
			.menu-link a {
				color: #fff;
				text-decoration: none;
			}
			.menu-link a:hover {
				color: #44ebfd;
			}
			#last {
				border: none;
			}

/* Main Body */
#main {
	background: url(../images/bg-body.jpg) repeat-y;
	padding-top: 40px;
}
#main:after {
	content: "";
	display: block;
	clear: both;
}
	#content-container {
		background: #000;
		float: left;
		width: 475px;
		padding: 6px 0px;
		margin-left: 25px;
	}
	
		/* Main Content */
		#content {
			width: 425px;
			border: 1px solid #fff;
			margin: 0 auto;
			padding: 19px;
			font-size: 11pt;
			line-height: 1.5em;
			color: #ddd;
		}
			h2 {
				color: #fff;
				font-weight: normal;
			}
			h3 {
				color: #fff;
				font-weight: normal;
			}
			#content a {
				color: #11b8da;
				text-decoration: none;
			}
			#content a:hover {
				color: #44ebfd;
			}
			strong {
				color: #fff;
			}
			.floated-pic {
				margin: 10px;
			}
			.price-list {
				border: 1px solid #fff;
			}
				.price-list td {
					border: 1px solid #fff;
					padding: 5px;
				}
			img {
				max-width: 100%;
			}
			.video-container {
				margin: 0 0 2em 0;
			    position: relative;
			    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%;
			}
			table {
				background: #000;
			}

	/* Sidebar with Phone Number */
	#sidebar {
		background: #000;
		float: left;
		height: 417px;
		width: 238px;
		margin-left: 25px;
		padding: 6px;
	}
		#sidebar-content {
			width: 237px;
			height: 415px;
			border: 1px solid #fff;
			margin: 0 auto;
			text-align: center;
			}
			#phone-hours {
				font-size: 11pt;
			}
			#get-a-quote {
				margin-top: -5px;
				font-size: 14pt;
			}
			#get-a-quote a {
				font-size: 14pt;
				color: #fff;
				text-decoration: underline;
			}
			#get-a-quote a:hover {
				color: #77ffff;
			}
	
/* Footer */
#footer {
	background: url(../images/bg-footer.jpg) no-repeat;
	height: 62px;
}

/* Sub Navigation */
#sub-nav {
	background: url(../images/bg-sub-nav.jpg) no-repeat;
	height: 24px;
}
	#sub-nav ul {
		display: table;
		margin: 0 auto;
		padding: 0px;
		list-style-type: none;
		position: relative;
		top: 3px;
		left: 10px;
	}
		.sub-nav-link {
			display: inline;
			float: left;
			border-right: 1px solid #fff;
			padding: 0px 5px;
			font-size: 11px;
		}
			.sub-nav-link a {
				color: #fff;
				text-decoration: none;
			}
			.sub-nav-link a:hover {
				color: #77ffff;
			}
			#sub-nav-last {
				border: none;
			}



@media screen and (max-width: 819px) {

#outer {
	width: 100%;
	border: none;
}

/* Header */
#header {
	background-position: top center;
	height: 196px;
	margin: -150px 0 0 0;
}
	h1 {
		top: 147px;
	}
		#header a {
			font-size: 30pt;
		}

/* Main Nav */
#menu {
	background: #000;
	height: auto;
	padding: 5px 0;
}
	#menu ul {
		top: 0;
		left: 0;
	}
		.menu-link {
			display: inline-block;
			width: 25%;
			float: left;
			border-right: none;
			padding: 5px 0;
		}
			.menu-link a {
				color: #fff;
				text-decoration: none;
			}
			.menu-link a:hover {
				color: #44ebfd;
			}
			#last {
				border: none;
			}

/* Main Body */
#main {
	padding-top: 20px;
}
	#content-container {
		float: none;
		width: 90%;
		padding: 0;
		margin: 0 auto;
	}

#content {
	width: 90%;
	border: none;
	margin: 0 auto;
	padding: 20px 0;
}

/* Sidebar with Phone Number */
	#sidebar {
		background: #000;
		float: none;
		height: auto;
		width: 90%;
		margin: 0 auto;
		padding: 0 0 20px 0;
	}
		#sidebar-content {
			width: 90%;
			height: auto;
			margin: 0 auto;
			}

/* Sub Navigation */
#sub-nav {
	background: #000;
	height: auto;
	padding: 5px 0;
}
	#sub-nav ul {
		top: 0;
		left: 0;
	}
		.sub-nav-link {
			display: inline-block;
			width: 25%;
			border-right: none;
			padding: 5px;
		}
			.sub-nav-link a {
				color: #fff;
				text-decoration: none;
			}
			.sub-nav-link a:hover {
				color: #77ffff;
			}
			#sub-nav-last {
				border: none;
			}

}



@media screen and (max-width: 499px) {

h1 {
	top: 160px;
}
#header a {
	font-size: 20px;
}

}