@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: #030;
	background-color: #666666;
	background-image: url(images/background.jpg);
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
}
.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 {
	border: 3px double;
	color: #63E1B3;
}
.redlink {
	color: #63E1B3;
	text-decoration: none;
}
.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: #030;
	text-decoration: none;
}
.blacklinks A:link {
	color: #030;
	text-decoration: none;
	font-weight: normal;
}

.blacklinks A:visited {
color: #030;
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;
}
.redtext {
	color: #F00;
}
.underline {
	text-decoration: underline;
	color: blue;
}
.boldlink a:link {
	color: #030;
    text-decoration: none;
}
.boldlink a:visited {
	color: #030;
    text-decoration: none;
}
img {
  width: auto ;
  max-width: 100% ;
  height: auto ;
}
#ratedpeople {
	height: 250px;
	padding-right: 8px;
}
#rated {
	float: right;
	max-height: 340px;
	max-width: 300px;
	padding-left: 8px;
	border: 3px double;
	color: #63E1B3;
}
#ratedtext {
	width: auto;
	text-align: center;
	color: #F00;
	padding-bottom: 0;
	padding-top: 0;
}
#bark {
	float: right;
	height: 300px;
	max-width: 300px;
	padding-left: 8px;
	border: 3px double;
	color: #63E1B3;
}
#barktext {
	height: 30px;
	width: auto;
	text-align: center;
	color: #F00;
	padding-bottom: 10px;
}
#barkform {
	bottom: 0;
}
ul {
	padding-top: 15px;
	padding-bottom: 25px;
}
#googlead {
	float: right;
	width: 300px;
	height: auto;
	padding-left: 12px;
	padding-top: 20px;
	padding-bottom: 5px;
}
#advert {
	float: left;
	width: 336px;
	height: auto;
	padding-right: 12px;
	padding-bottom: 5px;
}
#ESTIMATES {
	text-align: center;
	margin: auto;
}
#footerad {
	margin: auto;
	text-align: center;
	height: 100px !important;
	padding-top: 5px;
	padding-bottom: 15px;
}
.bold {
	font-weight: bold;
}
	/* 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; }
		   #advert { width: 250px; }
		   #footerad { height: 260px !important; }
         }
		 	/* 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; } }