html {
	margin: 0;
	padding: 0;
	}

body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.5;
	font-family: arial, helvetica, sans-serif;
	}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  }

h1 {
  /* appx 30pt */
  font-size: 2.5em;
  line-height: 1.2;
  margin: 0 0 .6em;
  }


h2 {
  /* appx 24pt */
  font-size: 2em;
  line-height: 1.5;
  margin: .75em 0;
  }

h3 {
  /* appx 18pt */
  font-size: 1.5em;
  line-height: 2;
  margin: 1em 0;
  }


h4 {
  /* appx 14pt */
  font-size: 1.17em;
  line-height: 1.29;
  margin: 1.29em 0;
  font-variant: small-caps;
  }

h5 {
  /* appx 14pt */
  font-size: 1.17em;
  line-height: 1.29;
  margin: 1.29em 0;
  font-weight: bold;
  }

p, ul, dl, dt, ol {
  margin: 1.5em 0;
  padding: 0;
  }

li {
  margin: 0;
  padding: 0;
  }

dd {
  margin: 1.5em;
  padding: 0;
  }

#container {
	width: 80em; /* 960px */
	border-right: 1px solid #333333;
	background: #ffffff url(background.png) top left repeat-y;
	}

#banner {
	position: relative;
	height: 127px;
	overflow: hidden;
	background: #E4F4E0 url(banner.png) top left no-repeat;
	background-color: transparent;
	z-index: 2;
	}
	
#banner #logo {
	position: absolute;
	left: 3em;
	top: 27px;
	}

#banner img {
	border: none;
	}

#banner h1 {
	width: 501px;
	height: 53px;
	font-size: 1em;
	text-indent: -9999em;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 46px;
	right: 8em;
	background: transparent url(tag.png) top left no-repeat;
	}
		
#banner h2 {
	width: 64.1em; /* 1em wider than content to account for 1em of overlap of black box*/
	height: 7px;
	text-indent: -9999em;
	font-size: 1em;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 120px;
	right: 0;
	z-index: 2;	
	background: transparent url(shadow.png) top left repeat-x;
	}

#content { /* total width: 760px / 63.3333em; */
	width: 60.3333em; /* 724px */
	padding-left: 3em; /* 36px */
	float: right;
	position: relative;
	top: -7px;
	z-index: 1;	
	}
		
#content .col {
	z-index: 1;
	}
#content.two-col .main-col { /*total width: 412px / 34.3333em */
 	float: left;
	font-size: 1.16667em;
	width: 31.3333em; /* 376px */
	width: 26.8571em;
	padding-right: 3em; /* 36px */
	padding-right: 2.5714em;
	padding-top: 7px; /* to make up for shadow */
	}

#content .main-col li {
	margin-bottom: .75em;
	margin-left: 1em;
	}
		
#content.two-col .col2 {
	float: right;
	position: relative;
	width: 26em; /* 312px */
	background-color: #ffffff;
	}

#content.two-col .col2 h2 {
	text-align: center;
	color: #42A025;
	font-size: 1.75em;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 1.1;
	font-style: italic;
	font-weight: bold;
	}

#content.two-col .col2 h2 em {
	font-style: inherit;
	font-size: 1.425em;
	}

#content.two-col .col2 .fade-left {
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 100%;
	background: transparent url(fade-left.png) 0 0 repeat-y;
	}

#content strong {
	color: #42A025;
	}

#content h3 {
  font-size: 1.17em;
  line-height: 1.29;
  margin: 1.29em 0;
  color: #42A025;
  font-weight: bold;
  }
 
#content h4 {
	font-size: 1.17em;
	line-height: 1.29;
	margin: 1em 0 0em;
	color: #000000;
	font-variant: normal;
	}

#content a:link {
	color: #4a4a4a;
	}

#content a:visited {
	color: #999999;
	}

#content a:hover {
	color: #000000;
	}

#content img {
	border: none;
	}
#content .specials {
	background: #ffffff url(images/specials-top.png) top left no-repeat;
	position: relative;
	width: 180px;
	min-height: 58px;
	margin-top: 36px;
	padding: 10px 10px 28px 84px;
	z-index: 100;
	}
	
	#content .specials h2 {
		width: 116px;
		height: 115px;
		margin: 0;
		padding: 0;
		position: absolute;
		top: -39px;
		left: -48px;
		text-indent: -9999em;
		background: transparent url(images/internet-specials.png) top left no-repeat;
		z-index: 1;
		}
	
	#content .specials .special {
		font-size: 2em;
		line-height: 1.2;
		margin-bottom: .5em;
		z-index: -1
		}
		
		#content .specials .special a:link,
		#content .specials .special a:visited {
			color: #222222;
			text-decoration: none;
			}
			
		#content .specials .special a:hover {
			color: #F55C00;
			text-decoration: underline;
			}
	
	#content .specials .links {
		position: absolute;
		z-index: 0;
		bottom: 0;
		left: 0;
		padding-left: 84px;
		padding-right: 10px;
		width: 180px;
		height: 32px;
		background: transparent url(images/specials-bottom.png) bottom left no-repeat;
		}
		
		#content .specials .links a:link,
		#content .specials .links a:visited {
			color: #f55c00;
			text-decoration: none;
			}
			
		#content .specials .links a:hover {
			color: #61BB45;
			text-decoration: underline;
			}
		
		#content .specials .links #speciallink {
			position: absolute;
			top: 0;
			left: 0;
			}
			
		#content .specials .links #getaquotelink {
			position: absolute;
			top: 0;
			right: 10px;
			}

#content .callout {
	background: #E4F4E0 url(callout-bottom.png) bottom left no-repeat;
	width: 283px;
	}

#content .callout-inner {
	background: transparent url(callout-top.png) top left no-repeat;
	padding: 1em;
	}

#content .quote {
	background: #E5E5E5;
	color: #42A025;
	text-align: center;
	margin-top: 1em;
	font-style: italic;
	font-weight: bold;
	}

#content .quote .quote-inner {
	padding: 1em;
	}

#content .quote p {
	margin: 0 1em;
	}
	
#content .quote.bottom {
	clear: both;
	position: relative;
	left: -3em;
	margin-right: auto;
	margin-left: auto;
	width: 425px;
	background: #e5e5e5 url(quote-wide-bottom.png) bottom left no-repeat;
	}

#content .quote.bottom .quote-inner {
	background: transparent url(quote-wide-top.png) top left no-repeat;
	}

#content .quote.side {
	width: 270px;
	margin-right: auto;
	margin-left: auto;
	background: #e5e5e5 url(quote-narrow-bottom.png) bottom left no-repeat;
	}

#content .quote.side .quote-inner {
	background: transparent url(quote-narrow-top.png) top left no-repeat;
	}

#content .callout ul {
	margin: 0;
	font-size: .8571em;
	}

#content .callout li {
	margin-bottom: 0;
	}

#nav { /* total width: 200px / 16.6667em; */
	width: 13.6667em; /* 164px */
	padding-left: 2em; /* 24px */
	padding-right: 1em; /* 12px */
	float: left;
	background: #61BB45 url(background.png) top left repeat-y;
	color: #ffffff;
	z-index: 1;
	position: relative;
	top: -7px;
	padding-top: 7px;
	}
#nav .address {
	font-size: .8333em;
	}
	
#nav ul {
	font-size: 1.5em;
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1;
	font-weight: bold;
	font-style: italic;
	}

#nav ul#affiliates {
	font-size: 1em;
	}

#nav #getanestimate {
	margin: 1em -1em 0 -2em;
	padding: 1em 1em 1em 4em;
	background-color: #000000;
	color: #ffffff;
	font-size: 1.4em;
	text-align: center;
	}

#nav #getanestimate strong {
	font-size: 1.2em;
	}

#nav li {
	margin: 0;
	padding: .3333em 0 0 36px;
	}

#nav li.active {
	background: transparent url(glove.png) 0 12px no-repeat;
	}
		
#nav a:link,
#nav a:visited {
	color: #ffffff;
	text-decoration: none;
	}

#nav a:hover {
	color: #000000;
	text-decoration: none;
	}

#footer {
	width: 63.3333em;
	float: right;
	clear: both;
	text-align: center;
	}
		
#footer ul.values {
	font-size: 1.75em;
	color: #42A025;
	margin: 0;
	padding: 0 2em 0 0;
	}

#footer ul.values li {
	display: inline;
	padding: 0 0 0 2em;
	background: transparent url(dot.png) .8em center no-repeat;
	}

#footer ul.values li.first {
	background-image: none;
	}	
	
.clearfix:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
  }

.clearfix {
  display:inline-block;
  }

/* Hide from IE Mac \*/
.clearfix {
  display:block;
  }
 
/* End hide from IE Mac */

 .sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
}

.sIFR-replaced, .sIFR-ignore {
	visibility: visible !important;
}

.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.sIFR-active h2,
.sIFR-active .nav li {
      visibility: hidden;
      font-family: Verdana;
      line-height: 1em;
	  }

.sIFR-active h2 {
	font-size: 19px;
	}

.sIFR-active .nav li {
	font-size: 13px;
	}

.sIFR-active .nav#affiliates li {
	font-size: 12px;
	}