@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #666666;
	background-image: url(images/background.jpg);
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	line-height: 1.5;
}
.oneColFixCtrHdr #container {
	max-width: 1200px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #63E1B3;
	text-align: justify; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	background-color: #63E1B3;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #63E1B3;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.floatleft {
	float: left;
	margin-right: 12px;
}
.floatright {
	float: right;
	margin-left: 12px;
}

.centretext {
	text-align: center;
}
.greendottedborder {
	text-align: center;
}
.redlink {
	color: #63E1B3;
	text-decoration: none;
	font-size:14px;
}
.redlink A:link {
color: #63E1B3;
text-decoration: none;
}

.redlink A:visited {
color: #E84C3D;
text-decoration: none;
}

.redlink A:hover {
color: #CC0000;
text-decoration: underline;
}
.blacklinks {
	color: #000;
	text-decoration: none;
}
.blacklinks A:link {
color: #000;
text-decoration: none;
}

.blacklinks A:visited {
color: #000;
text-decoration: none;
}

.blacklinks A:hover {
color: #CC0000;
text-decoration: underline;
}
#apDiv1 {
	position:relative;
	width:517px;
	height:30px;
	z-index:1;
	left: 358px;
	bottom: 56px;
}.redborder {
	border: 1px solid #F00;
}
.disclaimer {
	font-size: 10px;
	color: #E84C3D;
}
.navigation {
	font-weight: bold;
	font-size: 14px;
	color: #FFF;
	background-color: #63E1B3;
	text-align: right;
	position: relative;
	vertical-align: middle;
	padding-right: 15px;
	padding-bottom: 5px;
	right: 20px;
	width: 102%;
	text-decoration: none;
}
.navigation A:link {
	color: #FFF;
	text-decoration: none;
}

.navigation A:visited {
	color: #FFF;
	text-decoration: none;
}

.navigation A:hover {
	color: #000;
	text-decoration: none;
}
.toppadding14 {
	padding-top: 14px;
}
}.barkgreen {
	color: #4f7aa0;
}
img {
  width: auto ;
  max-width: 100% ;
  height: auto ;
}
#googlead {
	float: left;
	width: 336px;
	height: auto;
	padding-right: 8px;
}
.smallertext { font-size: 14px; }
.redtext { color: #F00; text-align: center; }
.greytext { text-align: center; color: #999; }
#prosone { font-weight:bold; color: #090; padding-left: 20px;}
#consone { font-weight:bold; color: #F00; padding-left: 20px;}
#prostwo { font-weight:bold; color: #090; padding-left: 20px;}
#constwo { font-weight:bold; color: #F00; padding-left: 20px;}
#prosthree { font-weight:bold; color: #090; padding-left: 20px;}
#consthree { font-weight:bold; color: #F00; padding-left: 20px;}
#prosfour { font-weight:bold; color: #090; padding-left: 20px;}
#consfour { font-weight:bold; color: #F00; padding-left: 20px;}
#prosfive { font-weight:bold; color: #090; padding-left: 20px;}
#consfive { font-weight:bold; color: #F00; padding-left: 20px;}
#quotatiscontact {background-color: #63E1B3; width: 100%;}
#thankyou { color: #F00; text-align: center;}
.thankyou { color: #F00; text-align: center;}

	/* below defines CSS rules for mobile screens of less than 480px */
      @media only screen and (max-width: 480px) {
           h1 { font-size: 18px; }
           h2 { font-size: 14px; }
           h3 { font-size: 12px; }
		   p {font-size: 11px;}
		   .navigation { font-size: 8px; }
		   #googlead { 
		   width: 250px;
		   }
         }
		 	/* below specifies responsive ad sizes for certain screen sizes */
.Responsive300x250 { width: 250px; height: 250px; }
@media(min-width: 500px) { .Responsive300x250 { width: 300px; height: 250px; } }
@media(min-width: 800px) { .Responsive300x250 { width: 336px; height: 280px; } }