/*//---------------------------------------------*/
/*// Name: Classic - Theme Style Sheet			 */
/*// Specification: CSS 2.1						 */
/*//											 */
/*//---------------------------------------------*/

/*//---------------------------------------------*/
/*// BOS Grid Layout Styles						 */
/*//---------------------------------------------*/

.bos-grid-container { clear: both; }

.bos-grid-content, .bodyContents { padding-top: 0.4em; padding-right: 0.3em; padding-bottom: 0.4em; padding-left: 0.3em; }

.bos-grid-quad-2col-tl > * > * > .bos-grid-content, .bos-grid-quad-2col-tr > * > * > .bos-grid-content, .bos-grid-quad-2col-bl > * > * > .bos-grid-content, .bos-grid-quad-2col-br > * > * > .bos-grid-content { padding: 0; /* prevents double padding on these nested grids */ }

.bos-grid-quad-2col-tl .bos-grid-r, .bos-grid-quad-2col-tr .bos-grid-l, .bos-grid-quad-2col-bl .bos-grid-r, .bos-grid-quad-2col-br .bos-grid-l { float: left; width: 33%; /* 38 & 62 would be golden ratio*/ }

.bos-grid-quad-2col-tl .bos-grid-l, .bos-grid-quad-2col-tr .bos-grid-r, .bos-grid-quad-2col-bl .bos-grid-l, .bos-grid-quad-2col-br .bos-grid-r { float: left; width: 67%; /* 38 & 62 would be golden ratio*/ }

.bos-grid-2col .bos-grid-l, .bos-grid-2col .bos-grid-r { float: left; width: 50%; }

/* assuming 960px total, a column width of 320px would be more accurate */ .bos-grid-3col .bos-grid-l, .bos-grid-3col .bos-grid-r { float: left; width: 33%; }

/* assuming 960px total, a column width of 320px would be more accurate */ .bos-grid-3col .bos-grid-c { float: left; width: 34%; }

.bos-grid-2col-r .bos-grid-l, .bos-grid-2col-l .bos-grid-r { float: left; width: 33%; /* 38 & 62 would be golden ratio*/ }

.bos-grid-2col-r .bos-grid-r, .bos-grid-2col-l .bos-grid-l { float: left; width: 67%; /* 38 & 62 would be golden ratio*/ }

.bos-grid-home .bos-grid-l { float: left; width: 65%; padding-right: 5%; }

.bos-grid-home .bos-grid-r { float: left; width: 30%; }

.bos-grid-quad .bos-grid-tl, .bos-grid-quad .bos-grid-tr, .bos-grid-quad .bos-grid-bl, .bos-grid-quad .bos-grid-br { float: left; width: 50%; }

/*//---------------------------------------------*/
/*// Common Layout Styles						 */
/*//---------------------------------------------*/

/* modern clearfix */

.bos-group:before, .bos-group:after, .cf:before, .cf:after { content:''; display:table; } .bos-group:after, .cf:after { clear:both; } .bos-group, .cf { zoom:1; /* For IE 6/7 (trigger hasLayout) */ }

.bos-content:before, .bos-site-content:before, .bos-grid-container:before, .bos-grid-container-t:before, .bos-grid-container-b:before, .bos-grid-region:before, .bos-grid-content:before, .bos-content:after, .bos-site-content:after, .bos-grid-container:after, .bos-grid-container-t:after, .bos-grid-container-b:after, .bos-grid-region:after, .bos-grid-content:after { content:''; display:table; }

.bos-content:after, .bos-site-content:after, .bos-grid-container:after, .bos-grid-container-t:after, .bos-grid-container-b:after, .bos-grid-region:after, .bos-grid-content:after { clear:both; }

.bos-content, .bos-site-content, .bos-grid-container, .bos-grid-container-t, .bos-grid-container-b, .bos-grid-region, .bos-grid-content { zoom:1; /* For IE 6/7 (trigger hasLayout) */ }

	/*//---------------------------------------------*/
	/*// Body & Content Settings					 */
	/*//---------------------------------------------*/

		html {
			overflow-y: scroll;
		}

		body {
			background-color: #005B9A;
			color: #212121;
			font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
			font-size: 0.9em;
			margin: 0;
			padding: 0;
		}

		#bos-site-container {
			margin-right: auto;
			margin-left: auto;
			min-width: 980px; /* prevent background from disappearing on small windows during horizontal scrolling */
		}

		#bos-site {
			background-color: #ffffff;
		}

		#bos-site-head {
			background-color: #005B9A;
			background-image: url('../images/gradient-ffffff-400-100-0.png');
			background-position: left top;
			background-repeat: repeat-x;
		}

	/*//---------------------------------------------*/
	/*// Header Settings							 */
	/*//---------------------------------------------*/

		#bos-header {
			margin-right: auto;
			margin-left: auto;
			width: 960px;
			padding-right: 10px;
			padding-left: 10px;
		}

		#bos-header .bos-content {
			padding: 10px 0;
		}

		a#logo {
			display: block;
			float: left;
			height: 61px;
			width: 231px;
		}

		#header-right {
			float: right;
			height: 41px;
			line-height: 21px;
			margin: 0 0 10px;
			text-align: right;
		}

		#header-right a {
			font-weight: bold;
			color: #003458;
			text-decoration: none;
		}

		#bos-buttons-container {
		}

		#bos-buttons {
			margin-right: auto;
			margin-left: auto;
			width: 960px;
			padding: 10px;
		}

		#bos-buttons .review-btn {
			height: 32px;
			line-height: 32px;
		}

	/*//---------------------------------------------*/
	/*// Navigation Settings						 */
	/*//---------------------------------------------*/

		#bos-global-nav-container {
			background-color: #005B9A;
			background-image: url('../images/gradient-000000-50-0-50.png');
			background-position: left bottom;
			background-repeat: repeat-x;
			border-top: solid 1px #212121;
			border-bottom: solid 1px #212121;
			-moz-box-shadow: 2px 2px 10px #000;
			-webkit-box-shadow: 2px 2px 10px #000;
			filter:progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135,strength=4);
			box-shadow: 2px 2px 10px #000;
		}

		#bos-global-nav {
			margin-right: auto;
			margin-left: auto;
			width: 960px;
			padding-right: 10px;
			padding-left: 10px;
		}

		#bos-global-nav .bos-content {
			padding: 0 0 0 80px;
		}

		.bos-top-nav ul {
			list-style-type: none;
			margin: 0;
			padding: 0;
		}

		.bos-top-nav li {
			float: left;
			height: 3em;
			line-height: 3em;
		}

		.bos-top-nav li a {
			border-right: 1px solid #20275B;
			color: #fff;
			display: block;
			font-weight: bold;
			height: 3em;
			line-height: 3em;
			padding-right: 13px;
			padding-left: 13px;
			text-align: center;
			text-decoration: none;
		}

		.bos-top-nav li.bos-last a{
			padding-left: 8px;
			padding-right: 8px;
		}

		.bos-top-nav li.bos-first {
			border-left: 1px solid #20275B;
		}

		.bos-top-nav li a:hover {
			background-color: #005B9A;
			background-image: url('../images/body-bg.png');
			text-shadow: 0.1em 0.07em 0 #000;
		}

		/* 2nd level */

		.bos-top-nav li ul {
			background-color: #dddddd;
			border-right: none;
			border-left: none;
			-moz-box-shadow: 1px 1px 10px #000;
			-webkit-box-shadow: 1px 1px 10px #000;
			filter:progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135,strength=2);
			box-shadow: 1px 1px 10px #000;
			left: -999em;
			position: absolute;
		}

		.bos-top-nav li ul li {
			border-top: 1px solid #eeeeee;
			border-right: none;
			border-bottom: 1px solid #cccccc;
			border-left: none;
			float: none;
			height: auto;
			line-height: normal;
		}

		.bos-top-nav li ul li a {
			font-size: .9em;
			height: auto;
			line-height: normal;
			padding-top: 0.4em;
			padding-bottom: 0.4em;
			text-align: left;
		}

		.bos-top-nav li:hover ul {
			left: auto;
		}

	/*//---------------------------------------------*/
	/*// Content Settings							 */
	/*//---------------------------------------------*/

		#bos-content {
			margin-right: auto;
			margin-left: auto;
			width: 960px;
			padding-right: 10px;
			padding-left: 10px;
		}

		#bos-content .bos-content {
			line-height: 1.5em;
			padding-top: 20px;
			padding-bottom: 20px;
			min-height: 400px;
		}

		.blueBackground {
			background: #005e96;
			color: #ffffff;
			height: 295px;
			padding: 10px 0
		}

		.extraSpace {
			padding: 0;
			margin-top: 0;
			margin-right: 15px;
			margin-left: 25px;
		}

		.extraSpace li {
			padding: 10px 0 5px 0;
		}

	/*//---------------------------------------------*/
	/*// Footer Settings							 */
	/*//---------------------------------------------*/

		#bos-footer-container {
			background-color: #005B9A;
			background-image: url('../images/gradient-000000-50-0-50.png');
			background-position: left bottom;
			background-repeat: repeat-x;
			border-top: solid 1px #212121;
			border-bottom: solid 1px #212121;
			-moz-box-shadow: 1px 1px 10px #000;
			-webkit-box-shadow: 1px 1px 10px #000;
			filter:progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135,strength=2);
			box-shadow: 1px 1px 10px #000;
		}

		#bos-footer {
			margin-right: auto;
			margin-left: auto;
			width: 960px;
		}

		#bos-footer .bos-content {
			font-size: 0.9em;
			padding: 5px 0;
		}

		#bos-footer ul {
			list-style-type: none;
			margin: 0;
			padding: 0;
			text-align: center;
		}

		#bos-footer li {
			display: inline;
		}

		#bos-footer li a {
			color: #fff;
			margin-right: 10px;
			text-decoration: none;
		}

		#bos-footer li a:hover {
			background-color: #005B9A;
			background-image: url('../images/body-bg.png');
			text-shadow: 0.1em 0.07em 0 #000;
		}

		#bos-copyright-container {
			background-color: #005B9A;
		}

		#bos-copyright {
			margin-right: auto;
			margin-left: auto;
			width: 960px;
		}

		#bos-copyright .bos-content {
			color: #fff;
			font-size: 0.8em;
			overflow: hidden;
			padding: 10px 5px;
		}

		#bos-copyright a {color: #fff;}

/*//---------------------------------------------*/
/*// Page Content Styles						 */
/*//---------------------------------------------*/

	/*//---------------------------------------------*/
	/*// Title Settings								 */
	/*//---------------------------------------------*/

		#bos-main-heading {
			padding-right: 10px;
			padding-left: 10px;

		}

		h1 {
			color: #20275B;
			font-size: 1.5em;
			font-weight: bold;
			margin-top: 0;
			margin-bottom: 0.8em;
		}
		h1 span {color: #005B9A;}

		h2 {
			color: #008642;
			font-size: 1.4em;
			font-weight: bold;
			margin-top: 0;
			margin-bottom: 0.8em;
		}

		h3 {
			color: #005B9A;
			font-size: 1.1em;
			font-weight: bold;
			margin-top: 0;
			margin-bottom: 0.8em;
		}

		h4, h5, h6 {
			font-size: 1.1em;
			font-weight: bold;
			margin-top: 0;
			margin-bottom: 0.8em;
		}

	/*//---------------------------------------------*/
	/*// Text Settings								 */
	/*//---------------------------------------------*/

		p, ul, ol {
			margin-bottom: 1em;
		}

		.phone-number, .gc-cs-link {
			color: #008642 !important;
			font-size: 20px;
			font-weight: bold;
			float: right;
		}

	/*//---------------------------------------------*/
	/*// Link Settings								 */
	/*//---------------------------------------------*/

		a {
			color: #005B9A;
			text-decoration: underline;
		}

		a:hover {
			color: #005B26;
			text-decoration: none;
		}

	/*//---------------------------------------------*/
	/*// Image Settings								 */
	/*//---------------------------------------------*/

		.imgBorder {
			border: 1px solid #999;
			padding: 2px;
		}

		.imgmr {
			margin: 0 10px 5px 0;
		}

	/*//---------------------------------------------*/
	/*// Form Settings								 */
	/*//---------------------------------------------*/

	table.mainTableBorder {border: none;}

	.form-container label {
		display: inline-block;
	}

	input#zip {
		width: 180px;
	}

	input#zip2{
		width: 180px;
		margin: 0;
	}

	#address-form input#zip{
		width: 100px;
	}

	.form-input #ccexpire-month,
	.form-input #ccexpire-year{
		width: auto;
	}

	.mainTableBorder input[type="text"] {
		width: auto;
	}

	.home-form input.name,
	.home-form input.email {
		width: 200px;
	}

	.c2abtn {
		background-color: #F25800;
		background-image: url('/resources/template/images/gradient-000000-50-0-50.png');
		background-position: left bottom;
		background-repeat: repeat-x;
	}

	#quotePopup {
		position: absolute;
		z-index: 1000;
		background-color: #F25800;
		background-image: url('../images/gradient-000000-50-0-50.png');
		background-position: left bottom;
		background-repeat: repeat-x;
		border: 3px solid #ff0000;
		color: #ffffff;
		padding: 1em;
		width: 250px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		margin-top: 3em;
		margin-left: 650px;
		box-shadow: -10px 10px 20px #000000;
		display: none;
	}

	.quotec2a {
		background-color: #F25800;
		background-image: url('../images/gradient-000000-200-0-50.png');
		background-position: left bottom;
		background-repeat: repeat-x;
		border: 3px solid #ff0000;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		color: #ffffff;
		height: 270px;
		padding: 30px 10px 10px 10px;
		filter:progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135,strength=2);
		box-shadow: 2px 2px 5px #000000, inset 0 0 15px rgba(0,0,0,0.7);
		text-align: center;
	}

	.quotec2a-btn {
		display: inline-block;
		background-color: #009900;
		background-image: -moz-linear-gradient(#00ff00, #009900);
		background-repeat: repeat-x;
		border-color: #000000;
		border-style: solid;
		-moz-border-radius: 5px 5px 5px 5px;
		-webkit-border-radius: 5px 5px 5px 5px;
		border-radius: 5px 5px 5px 5px;
		border-width: 1px;
		filter:progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135,strength=2);
		box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
		color: #FFFFFF;
		font-size: 120%;
		padding: 5px;
		font-weight: bold;
		margin: 0 auto 0 auto;
		cursor: pointer;
	}



	/*//---------------------------------------------*/
	/*// Other Settings								 */
	/*//---------------------------------------------*/

	img.online-discount{
		position: absolute;
		right: 10px;
		top: 10px;
		z-index: 200;
		border: none;
		}

	div.why-global{
		width: 140px;
		float: right;
		background-color: #1da851;
		color: #fff;
		}

	.why-global ul{
		font-size: 12px;
		margin: -22px 0 -15px 17px;
		line-height: 1.2em;
		padding: 0;
		z-index: 10;
		position: relative;
		}

	.why-global ul li{
		margin-bottom: 3px;
		}

		.floatRight {
			float: right;
			margin: 10px 0 0 5px;
		}

		.floatLeft {
			float: left;
			margin: 0 5px 0 0;
		}

	.why-global a {
		color: #fff000;
	}

	div.cta{
		position: absolute;
		z-index: 600;
		left: 0px;
		top: 0px;
		width: 220px;
		height: 180px;
		background: #F25800;
		background-color: rgba(242,88, 0, .95);
		padding: 10px;
		color: #fff;
		box-shadow: inset 0 0 10px #000;
		}

	div.cta a{
		font-weight: bold;
		color: #fff;
		color: #003458;
		text-decoration: none;
		font-size: 105%;
		}

	.cta hr{
		width: 60%;
		border: 0;
	    height: 1px;
    	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    	background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    	background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    	margin: 0 auto;
		}

	a.schedule{
		padding-top: 20px;
		}

	p.contact a{
		font-weight: bold;
		color: #fff;
		color: #003458;
		text-decoration: none;
		}

		.hours {
			float: right;
		}

		.review-table {
			width: 100%;
			text-align: center;
		}

		.review-table td {
			width: 33%;
		}

		.review-table img {
			width: 200px;
		}


		.review-btn {
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0) );
	background:-moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
	background-color:#3d94f6;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-left-radius:5px;
	text-indent:0px;
	border:1px solid #337fed;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:43px;
	line-height:43px;
	padding: 0 5px 0 5px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #1570cd;
}
	.review-btn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6) );
	background:-moz-linear-gradient( center top, #1e62d0 5%, #3d94f6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6');
	background-color:#1e62d0;
	color: #fff;
}

	.review-btn:active {
	position:relative;
	top:1px;
}

		.payment-btn {
			float: right;
		}

		.reviews-btn {
			float: left;
		}

		.social-media {
			position: absolute;
			width: 200px;
			margin-left: 430px;
		}

		.homeVideo {
			float: right;
			margin-bottom: 10px;
			border: 1px solid #000;
			background-color: #A6C5DB;
			color: #000;
		}
		
		.bos-blog-media {float: right;}

	.w55 {
		width: 55%;
	}

	.w45 {
		width: 45%;
	}