html {
	height: 100%;
}

body {
	background-color: #e6e6e6;
	margin: 20px 0 0 0;
	padding: 0 0 0 0;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
}

a {
	color: #cc0000;
}

a:hover {
	color: #ff0000;
}

a:visited {
	color: #ff0000;
}

#mainColumn {
	/*border: 1px solid #ff0000;*/
	width: 806px;
	margin: auto;
	position: relative;
	background: url(images/scroll.gif) no-repeat bottom right;
	height: 480px;
}

#quad1 {
	background-color: #ffcc00;
	width: 380px;
	height: 291px;
	margin: 0 10px 10px 0;
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
}

#quad1 h1 {
	background: url(images/header.jpg) no-repeat top left;
	width: 380px;
	height: 291px;
	text-indent: -5000px;
}

#quad2 {
	background-color: #ffffff;
	width: 310px;
	height: 221px;
	padding: 35px;
	display: block;
	position: absolute;
	top: 10px;
	left: 400px;
}

#quad2 h2 {
	background: url(images/tag_line.gif) no-repeat top left;
	width: 310px;
	height: 52px;
	text-indent: -5000px;
}

#quad2 p {
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
	margin-bottom: 13px;
}

#quad2 .numbers {
	font: 43px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ff9900;
}

#quad2 .dollarSign {
  font-size:60%;
  position:relative;
  bottom:0.5em;
}

#quad2 .numbersCaption {
	color: #ff9900;
	margin-left: 6px;
}

#quad2 .tellUs {
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#quad3 {
	background-color: #ff9900;
	width: 310px;
	height: 221px;
	margin: 0 10px 10px 0;
	padding: 35px;	
	display: block;
	position: absolute;
	top: 311px;
	left: 10px;
}

#quad3 p {
	font: 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ffffff;
}

#quad3 strong {
	font-weight: bold;
	color: #cc0000;
}

#quad4 {
	background-color: #ffcc00;
	width: 380px;
	height: 291px;
	display: block;
	position: absolute;
	top: 311px;
	left: 400px;
}

#quad4 ul {
	background: url(images/rebate_anim.gif) no-repeat top left;
	width: 380px;
	height: 234px;
	text-indent: -5000px;
}

#quad4 p {
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: center;
	width: 310px;
	margin-left: 35px;
}

#links {
	background-color: #ffffff;
	display: block;
	position: absolute;
	top: 612px;	
	left: 10px;
	width: 700px;
	padding: 12px 35px 12px 35px;	
}

#links p {
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
}

#footer {
	text-align: center;
	display: block;
	position: absolute;
	top: 663px;	
	width: 786px;
}

#footer p {
	margin-bottom: 4px;	
	clear: both;
}
