@charset "utf-8";
/* Simple fluid media

   Note: Fluid media requires that you remove the media's height and width attributes from the HTML

   http://www.alistapart.com/articles/fluid-images/ 

*/

img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */

.ie6 img {
	width: 100%;
}
/*

	Dreamweaver Fluid Grid Properties

	----------------------------------

	dw-num-cols-mobile:		5;

	dw-num-cols-tablet:		8;

	dw-num-cols-desktop:	22;

	dw-gutter-percentage:	25;

	

	Inspiration from "Responsive Web Design" by Ethan Marcotte 

	http://www.alistapart.com/articles/responsive-web-design

	

	and Golden Grid System by Joni Korpi

	http://goldengridsystem.com/

*/



/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 96%;
	padding-left: 5px;
	padding-right: 5px;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#header2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #FFF;
}
#formcontent {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #FFF;
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #4E5869;
	text-align: center;
	color: #FFF;
	font-size: 20px;
}
#thankyoucontent {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #FFF;
}
#thankyoucontent2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #FFF;
}
#taptocallforafreequote {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	position: sticky;
	top: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #FFF;
	font-weight: bold;
	background-color: #F90;
	text-align: center;
	padding-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 10px;
}
a:link {
	color: #000;
}
a:visited {
	color: #000000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
#content3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-size: 18px;
	text-align: center;
}
#h1tag {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-size: 18px;
	color: #075DAA;
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	font-style: normal;
}
#formcomplete {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #777576;
}
#h2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-size: 22px;
	color: #F00;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 10px;
	font-weight: bold;
}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 97.5%;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#header2 {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	background-color: #FFF;
}
#formcontent {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	background-color: #FFF;
}
#footer {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	background-color: #4E5869;
	text-align: center;
	color: #FFF;
}
#thankyoucontent {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	background-color: #FFF;
}
#thankyoucontent2 {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	background-color: #FFF;
}
#taptocallforafreequote {
	clear: both;
	float: left;
	width: 100%;
	display: block;
}
a:link {
	color: #000;
}
a:visited {
	color: #000000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
#content3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#h1tag {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#formcomplete {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#h2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 99.0909%;
	max-width: 1232px;
	
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#header2 {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	background-color: #FFF;
}
#formcontent {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	background-color: #FFF;
}
#footer {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	background-color: #4E5869;
	text-align: center;
	color: #FFF;
}
#thankyoucontent {
	clear: both;
	float: left;
	
	width: 100%;
	display: block;
	background-color: #FFF;
}
#thankyoucontent2 {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	background-color: #FFF;
}
#taptocallforafreequote {
	clear: both;
	float: left;
	display: block;
	width: 100%;
}
.thankyoucontent2 {
	text-align: center;
}
.footer {
	text-align: center;
}
a:link {
	color: #000;
}
a:visited {
	color: #000000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
#content3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#h1tag {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#formcomplete {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#h2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}
