body {
  text-align: center;
  background: url(../images/bg.gif) #FFF;
  margin: 20px 0px;
  font-family: arial, tahoma, verdana, sans-serif;
  font-size: 0.8em;
  color: #000;
  }

#container {
  margin: 0 auto;
  width: 750px;
  background: white;
  text-align: left;
  border: 1px solid #666;
  }

#header {
	width: 750px;
	background: #FFF;
	}
#headerImg {
	width: 750px;
	height: 125px;
	}
#headerTxt {
	height: 20px;
	text-align: center;
	line-height: 20px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	}
#content {
	width: 690px;
	margin: 20px 30px; 20px 30px;
	}
#footer {
	width: 690px;
	margin: 40px 30px 20px 30px;
	border-top: 1px dotted #666;
	padding-top: 20px;
	text-align: center;
	}

/* *** GUARANTEE STYLES *** */
#guarantee {
	width: 520px;
	padding: 30px;
	margin-left: 40px;
	}
#guarantee p {margin: 0 30px; text-align: center; font-weight: bold}
.guaranteeGreen {clear: both; margin: 10px 0}



/* *** TEXT STYLE *** */
h1 {font-size: 1.8em; color: red; text-align: center}
h2 {font-size: 1.8em; color: red; text-align: left; margin-top: 1.8em}
h3 {font-size: 1.4em; text-align: left;}

p {font-size: 1em; line-height: 1.4em;}
a:link {color: blue; text-decoration: underline;}
a:hover {text-decoration: none;}
a:visited {color: purple; text-decoration: underline;}
.services li {margin-bottom: 1.4em}

/* *** GRAPHICS STYLES *** */
img {border: 0px;}
.proceed {margin-left: 220px; margin-top: 30px; margin-bottom: 30px;}
.checkmarkGreen {position: relative; align:baseline; top:10px; margin-right: 10px;}

/* *** FORM STYLES *** */
#formWrapper {position:absolute; width:220px; padding:5px;display:none;border:1px solid #cc0000;background:#ffffff;}
#formTestimonial {padding:8px; border:1px solid #000;background:#3190A6;color:#ffffff;text-align:left;}

#quoteForm {border: 1px dotted #bfbd88; background-color: #fffdd2; padding: 20px;}
.formItem {width: 280px; margin-bottom: 5px;}
.proceedForm {margin-left: 180px; margin-top: 10px; margin-bottom: 10px;}
.error, .warn { color: red; font-weight: normal; font-style: italic; font-size: 11px;}

/* *** TESTIMONIALS *** */
#testimonials {background: #3190a6; width: 520px; margin-left: 80px;}
#testimonials p {margin-left: 40px; margin-right: 40px; font-family: arial, tahoma, verdana, sans-serif; font-size: 1.2em; line-height: 1.2em; color: #FFF}
.testimonialBreak {height: 1px; border-top: 1px solid #FFF; clear: both; margin: 0 20px;}

.required,textarea {
	width:210px;
	font-weight:bold;
}


