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

<!--
/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
  background-color: #edf1b7;
  color: #505652;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 14px;
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: center; /* Centers the page content container in IE 5 browsers. */
  text-decoration: none;
}
h1 {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 14px;
  text-decoration: none;
  float:right;
}
h2 {
  color: #505652;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 22px;
  text-decoration: none;
  padding-top:10px;
}

h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  float:right;
  text-align:right;
  color: #fff;
}
.h3title {
  color: #505652;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  text-align:left;
}
h4 {
  color: #505652;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  text-decoration: none;
  padding-top:10px;
}
a,  a:link {
  text-decoration: none;
  color:#a77a62;
}
a:hover {
  text-decoration: underline;
}

/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
  background-color: #d0e6b8;
  border: solid 8px #FFFFFF; /* Sets the border properties for an element using shorthand notation */
  margin: 7px auto 7px auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 872px;
}
#outerWrapper #header {
  background-color: #d0e6b8;
  font-size: 18px;
  font-weight: bold;
  height: 150px;
  line-height: 15px;
  margin: 10px 10px 0px 10px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 10px 10px 0px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  background-image:url(../_images/header862x147px.jpg);
  background-repeat:no-repeat;
  background-position:center;
}
#outerWrapper #header #text{
float:right;
}
#outerWrapper #contentWrapper {
  border-style: none; /* Sets the border style properties for an element using shorthand notation */
  margin: 0px 10px 0px 10px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  overflow: hidden;
  background-image:url(../_images/contentBG.gif);
  background-repeat:repeat-y;
}
#outerWrapper #contentWrapper #leftColumn1 {
  float: left;
  padding: 0px 7px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 186px;
}
#outerWrapper #contentWrapper #leftColumn1 a{
	padding-left: 8px;
	padding-top:13px;
	background-color: #adc9b6;
	display: block;
	height: 27px;
	border-bottom:4px solid #d0e6b8;
	cursor:pointer;
	color:#505652;
	text-decoration: none;
}

#outerWrapper #contentWrapper #leftColumn1 a:hover{
	background-color:#7e8f83;
	color:#fff;
}

#outerWrapper #contentWrapper #leftColumn1 ul{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 186px;
}

body#rising 	#outerWrapper #contentWrapper #leftColumn1 a#risingLink, 
body#condense 	#outerWrapper #contentWrapper #leftColumn1 a#condenseLink, 
body#woodWorm 	#outerWrapper #contentWrapper #leftColumn1 a#woodwormLink, 
body#wetRot 	#outerWrapper #contentWrapper #leftColumn1 a#wetRotLink, 
body#cavity 	#outerWrapper #contentWrapper #leftColumn1 a#cavityLink, 
body#below	 	#outerWrapper #contentWrapper #leftColumn1 a#belowLink, 
body#lateral 	#outerWrapper #contentWrapper #leftColumn1 a#laterialLink, 
body#dryRot 	#outerWrapper #contentWrapper #leftColumn1 a#dryRotLink, 
body#lintel 	#outerWrapper #contentWrapper #leftColumn1 a#lintelLink, 
body#timber 	#outerWrapper #contentWrapper #leftColumn1 a#timberLink, 
body#plaster 	#outerWrapper #contentWrapper #leftColumn1 a#plasterLink,
body#money 	#outerWrapper #contentWrapper #leftColumn1 a#moneyLink,
body#dampdecay 	#outerWrapper #contentWrapper #leftColumn1 a#dampdecayLink,
body#freezteq 	#outerWrapper #contentWrapper #leftColumn1 a#freezteqLink,
body#insured 	#outerWrapper #contentWrapper #leftColumn1 a#insuredLink,
body#mobile 	#outerWrapper #contentWrapper #leftColumn1 a#mobileLink,
body#property 	#outerWrapper #contentWrapper #leftColumn1 a#propertyLink, 
body#crack	 	#outerWrapper #contentWrapper #leftColumn1 a#crackLink {	
	background-color:#7e8f83;
	color:#fff;

}

/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
  background-color: #e6f2da;
  margin: 0 0 0 196px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 4px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
#outerWrapper #contentWrapper #content #topNav{
	background-color:#7e8f83;
	margin-left:-10px;
	margin-top: -10px;
	padding-top:20px;
	padding-left:10px;
	padding-bottom: 6px;
	display:block;
	width:656px;
	height:20px;
	text-decoration: none;
	font-size: 14px;
	color: #fff;
	cursor:pointer;
}
#outerWrapper #contentWrapper #content #topNav a{
	color: #FFF;
}
#outerWrapper #contentWrapper #content #topNav a:hover{
	color: #505652;
	text-decoration:none;
}
body#home 				#outerWrapper #contentWrapper #content #topNav a#homeLink,
body#services 			#outerWrapper #contentWrapper #content #topNav a#servciesLink,
body#guarantees 		#outerWrapper #contentWrapper #content #topNav a#guaranteesLink,
body#affiliations 		#outerWrapper #contentWrapper #content #topNav a#affiliationsLink,
body#testimonials 		#outerWrapper #contentWrapper #content #topNav a#testimonialsLink,
body#contact 			#outerWrapper #contentWrapper #content #topNav a#contactLink {
	color: #505652;
	text-decoration:none;
}
#outerWrapper #contentWrapper #content label {
	float:left;
	line-height:16px;
	margin-right:20px;
	width:160px;
}	

#outerWrapper #footer {
  background-color: #7e8f83;
  height: 22px;
  margin: 7px 10px 10px 10px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 17px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  font-size: 16px;
  color: #fff;
  text-align:center;
}
.date {
  color: #606060;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  line-height: 12px;
}
-->