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

/* HTML5 -------------------------------------------------------------- */
/* -------------------------------------------------------------------- */

header, nav, section, footer {
	display: block;
}



/* Structure ---------------------------------------------------------- */
/* -------------------------------------------------------------------- */

html {
	background: #004b6c;
}
body {
	margin: 0;
	padding: 0;
	font-size: 15px;
	line-height: 30px;
	font-family: Calibri, Arial, serif;
	color: #444;
}
#container {
	background: #fff;
	width: 960px;
	margin: 0 auto;
	-webkit-box-shadow: 0 0 30px rgba(0,0,0,.5);
	-moz-box-shadow: 0 0 30px rgba(0,0,0,.5);
	-ms-box-shadow: 0 0 30px rgba(0,0,0,.5);
	-o-box-shadow: 0 0 30px rgba(0,0,0,.5);
	box-shadow: 0 0 30px rgba(0,0,0,.5);
}
header {
	background: url(../images/bg-header2.jpg) no-repeat;
	height: 120px;
	position: relative;
}
#mainNav {
	background: url(../images/bg-nav2.jpg) repeat-x;
	height: 60px;
	border-top: 2px solid #000;
	border-bottom: 8px solid #000;
}
#main-content {
	width: 900px;
	padding: 30px;
}
	#main-content:after {
		content: "";
		display: block;
		clear: both;
	}
section {
	float: left;
	width: 280px;
	margin: 0 0 0 14px;
	padding: 0 0 0 15px;
	border-left: 1px solid #444;
}
	section:first-of-type {
		margin: 0;
		padding: 0;
		border: none;
		clear: left;
	}
	#intro {
		float: left;
		width: 280px;
	}
.quoteForm-section {
	float: none;
	width: 100%;
	margin: 0;
	padding: 0;
	border-left: none;
}
footer {
	background:  #018fbf;
	background: -webkit-linear-gradient(top, #018fbf, #46cdd9);
	background: -moz-linear-gradient(top, #018fbf, #46cdd9);
	background: -ms-linear-gradient(top, #018fbf, #46cdd9);
	background: -o-linear-gradient(top, #018fbf, #46cdd9);
	background: linear-gradient(top, #018fbf, #46cdd9);
	height: 180px;
	color: #fff;
	text-align: center;
}
	footer nav {
		padding: 30px 0 0 0;
	}
	#copyright {
		margin: 15px 0 0 0;
	}



/* Headings ----------------------------------------------------------- */
/* -------------------------------------------------------------------- */

h1, h2 {
	color: #000;
	margin: 0 0 15px 0;
}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 24px;
	margin: 0 0 15px 0;
}
h4, h3 {
	font-weight: normal;
	margin: 0;
}



/* Paragraphs --------------------------------------------------------- */
/* -------------------------------------------------------------------- */

p {
	max-width: 450px;
	margin: 15px 0;
}



/* Images ------------------------------------------------------------- */
/* -------------------------------------------------------------------- */

img {
	float: right;
	clear: right;
	width: 420px;
	height: 300px;
	margin: 0 0 30px 0;
}
table img,
.quoteForm img {
	float: none;
	width: auto;
	height: auto;
	margin: 0;
}
#phone {
	float: none;
	clear: none;
	width: auto;
	height: auto;
	position: absolute;
	right: 30px;
	bottom: 30px;
	margin: 0;
}
#hero {
	clear: none;
	float: left;
	width: 590px;
	height: 300px;
	margin: 0 30px 30px 0;
	background: none;
}



/* Links -------------------------------------------------------------- */
/* -------------------------------------------------------------------- */

a {
	text-decoration: none;
	color: #fff;
}
p a, li a {
	color: #018fbf;
	text-decoration: underline;
	font-weight: bold;
}
	p a:hover, li a:hover {
		color: #46cdd9;
	}
#logo {
	display: block;
	line-height: 65px;
	font-size: 60px;
	position: absolute;
	bottom: 15px;
	left: 30px;
	text-shadow: -1px -1px 0px #000;
}
#mainNav a {
	display: block;
	float: left;
	width: 136px;
	height: 60px;
	margin: -1px 0 0 0;
	line-height: 60px;
	text-align: center;
	border-top: 1px solid #00ffff;
	border-bottom: 1px solid #029;
	border-left: 1px solid #004;
	text-shadow: -1px -1px 0 #000;
	font-weight: bold;	
}
	#mainNav a:first-of-type {
		border-left: none;
	}
	#mainNav a:hover {
		background: url(../images/bg-nav-hover.jpg) repeat-x;
	}
	#mainNav a:active {
		background: #079;
	}
	.current {
		background: #fff;
		border-top: none !important;
		border-right: none !important;
		border-bottom: none !important;
		padding: 2px 0 7px 0;
		color: #000;
		text-shadow: none !important;
	}
		.current:hover {
			background: #fff !important;
		}
footer a {
	display: inline-block;
	padding: 0 7px;
	border-left: 1px solid #fff;
	line-height: 15px;
}
	footer a:first-of-type {
		border: none;
	}
	footer a:hover {
		text-decoration: underline;
	}



/* Lists -------------------------------------------------------------- */
/* -------------------------------------------------------------------- */

ul {
	margin: 15px 0;
	padding: 0;
	list-style-position: inside;
}



/* Tables ------------------------------------------------------------- */
/* -------------------------------------------------------------------- */

table {
	margin: 15px 0;
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
	background: #fff;
}
#quote, #quote table {
	border: none;
}
table table {
	margin: 0;
}
td {
	padding: 0 7px;
}
#quote td {
	padding: 7px 0;
	border-top: 1px solid #eee;
}
table table td {
	padding: 0;
	border: none;
}
tr:hover td {
	background: #eee;
}



/* Misc. Content ------------------------------------------------------ */
/* -------------------------------------------------------------------- */

strong, b {
	color: #000;
}



/* Media Queries ------------------------------------------------------ */
/* -------------------------------------------------------------------- */

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

#container {
	width: 100%;
}
header {
	text-align: center;
}
#mainNav {
	height: auto;
	background: #079;
}
	#mainNav:after {
		content: "";
		display: block;
		clear: both;
	}
#mainNav a {
	display: block;
	float: left;
	width: 33.333%;
	height: 30px;
	margin: -1px 0 0 0;
	line-height: 30px;
	text-align: center;
	border: none;
	text-shadow: -1px -1px 0 #000;
	font-weight: bold;	
}
	.current {
		background: #fff;
		border-top: none !important;
		border-right: none !important;
		border-bottom: none !important;
		padding: 0;
		color: #000;
		text-shadow: none !important;
	}
		.current:hover {
			background: #fff !important;
		}
		
#main-content {
	width: 100%;
	padding: 0;
}
	#main-content:after {
		content: "";
		display: block;
		clear: both;
	}
#intro, section {
	float: none;
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
}
p {
	max-width: 100%;
}
img {
	float: none;
}
#hero {
	clear: none;
	float: none;
	width: 100%;
	height: 100%;
	margin: 0 0 30px 0;
}
#phone {
	height: auto;
	position: static;
	margin: 30px 0 0 0;
}
#logo {
	display: block;
	line-height: 33px;
	font-size: 30px;
	position: static;
	text-shadow: -1px -1px 0px #000;
}
#copyright {
	margin: 30px 0 0 0;
}

/* Video -------------------------------------------------------------- */
/* -------------------------------------------------------------------- */

.video-container {
    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%;
}
	
}