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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #7e0e0e;
	font-size: 100%;
}

.twoColFx  #container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #DB582A;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../Images/Global/background1.gif);
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
} 
.twoColFx #footer {
	padding: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DB582A;
} 
#footer #footerLinks {
	text-align: center;
	font-size: 0.7em;
	font-weight: 600;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DB582A;
}
.twoColFx #footer img {
	border: none;	
	margin: 0px;
	padding: 0px;
}

.twoColFx #footer table {
	width: 100%;
	text-align: left;
	font-size: 0.6em;
	border: none;	
}
.twoColFx #footer td {
	padding-bottom: 3px;
	border: none;
	padding-left: 5px;
}
.twoColFx #footer th {
	padding-bottom: 3px;
	border: none;
	padding-left: 5px;
}

#footerLinks ul {
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 15px;

}
#footer li {
	display: inline;
	list-style-type: none;
}

.twoColFx #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 */
	text-align: center;
}
.twoColFx #header img {
	margin: 0px;
	padding: 0px;
}
.twoColFx #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 140px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-right: 5px;
}
#sidebar1 img {
	margin: 0px;
	padding-top: 20px;
	border: none;
}


#sidebar1 p {
	text-align: center;
}
#AddsDiv {
	padding: 3px;
	width: 158px;
	float: right;
	overflow: hidden;
	height: 210px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 10px;
}
#AddsDiv img {
	margin: 0px;
	padding: 0px;
}

#AddsEco {
	float: right;
	clear: right;
	width: 158px;
	margin-left: 10px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	text-align: left;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
#AddsEco p {
	padding-top: 3px;
	margin-top: 0px;
	padding-bottom: 10px;
	font-size: 0.7em;
}

.twoColFx #mainContent {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 150px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
} 


#mainContent .CaculatorForm {
	border: none;
	font-weight: 600;
}
#mainContent td {
	border: 1px solid #CCCCCC;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
}
#mainContent th {
	border: 1px solid #CCCCCC;
	padding: 3px;
}
#mainContent li {
	font-size: .7em;
	padding-bottom: 3px;
}
#mainContent li ul li {
	font-size: 1em;
	padding-bottom: 3px;
}

h1 {
	font-size: 1.1em;
	padding-top: 15px;
	margin: 0px;
	color: #821111;
}
h2 {
	font-size: 1em;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	color: #9F3A2E;
}
h3 {
	font-size: 0.9em;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
}
h4 {
	font-size: .8em;
}

p {
	font-size: 0.7em;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
ul  {
	margin-top: 5px;
}

img {
	margin: 10px;
	border: none;
}

a {
	border: none;
	text-decoration: none;
}



.BoldRedText {
	font-weight: 600;
	color: #FF0000;
}
.boldGreen {
	font-weight: 600;
	color: #009900;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.TableAqua {
	border-collapse: collapse;
	margin-top: 10px;
	margin-bottom: 15px;
	border: none;
}

.TableAquaSpry {
	border-collapse: collapse;
	margin-top: 10px;
	margin-bottom: 15px;
	font-size: .7em;
	border: none;
	width: 99%;
}
.TablePrice {
	width: 97%;
	border: none;	
	text-align: center;
	font-size: .7em;
	margin-top: 15px;
	margin-bottom: 10px;
}
.TablePrice caption {
	background-color: #E2E2E2;
}

.TableAquaSpry caption {
	font-size: 1.1em;
	font-weight: 600;
	padding-bottom: 5px;
	padding-top: 10px;
	background-color: #EEEEEE;
}

.CalculatorTable {
	text-align: left;
	font-size: 65%;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}
.SuppliesTable {
	text-align: center;
	font-size: 0.7em;
	width: 610px;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	vertical-align: middle;
	margin-top: 10px;
	margin-bottom: 10px;
}
.SuppliesTable img {
	margin: 2px;
}

.PSGTable {
	text-align: left;
	font-size: 0.7em;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	margin-top: 10px;
	margin-bottom: 10px;
}
.Table {
	width: 155px;
	text-align: left;
	font-size: 0.7em;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
}
#frmUpload table {
	border-collapse: collapse;
}
#frmUpload {
	border: 1px solid #7E0E0E;
	padding: 4px;
}


.Table  caption  {
	font-weight: 600;
	margin-top: 10px;
	padding-bottom: 5px;
	padding-top: 10px;
}
.CaculatorForm {
	float: right;
	width: 70%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.TableEcoOne {
	font-size: 0.7em;
	width: 99%;
	margin-top: 15px;
	border-collapse: collapse;
}
.TableGlowBoy {
	float: none;
	border-collapse: collapse;
	width: 325px;
	margin-left: 10px;
	font-size: 0.7em;
}
.TableGlowBoy  td {
	padding: 2px;
}
.TableGlowBoy caption {
	font-weight: 600;
	padding-bottom: 5px;
	font-size: .9em;
}

.OsburnTable {
	text-align: left;
	font-size: 0.7em;
	width: 365px;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	vertical-align: middle;
	margin-top: 10px;
	margin-bottom: 15px;
}

.OsburnPelletTable {
	text-align: left;
	font-size: 0.7em;
	width: 320px;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	vertical-align: middle;
	margin-top: 10px;
	margin-bottom: 15px;
}

.ShiftLeft {
	text-align: center;
	text-indent: -15px;
}

.AquaListDiv {
	float: right;
	width: 60%;
	margin: 0px;
	padding: 0px;
	display: block;
	position: relative;
	bottom: 5px;
}
.redarrow {
	padding-left: 5px;
	border: none;	
	margin: 0px;
}
.HthreeListDiv {
	float: right;
	width: 60%;
}

.reposQ {
	font-size: 1em;
	font-weight: bold;
	position: relative;
	bottom: 8px;
	width: 100%;
}
.SuppliesTable  caption {
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 3px;
}

.redQ {
	color: #FF0000;
	text-decoration: none;
}
.redQ  a {
	color: #FF0000;
	text-decoration: none;
}
.RedClicktoView {
	font-size: 60%;
	color: #CC0000;
	padding-left: 10px;
}
.fltRtOsburn {
	clear: right;
	float: right;
	width: 280px;
}
.fltrtMap {
	clear: right;
	float: right;
	width: 350px;
	height: 280px;
}
.fltrtMap #map_canvas p {
	padding-right: 25px;
	padding-left: 25px;
}


.h1Center {
	text-align: center;
	margin-bottom: 10px;
}
.TableAmazingHeat {
	text-align: left;
	font-size: 0.7em;
	width: 300px;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	vertical-align: middle;
	margin-top: 10px;
	margin-bottom: 15px;
	float: right;
	margin-left: 15px;
}
.fltrtClrRight {
	clear: both;
	float: right;
}
caption {
	font-size: 1.1em;
	font-weight: 600;
	padding-bottom: 5px;
}

.Heading {
	font-size: .8em;
	font-weight: 600;
	text-align: center;
}
.Heading img {
	margin: 0px;
	padding: 0px;
}
#RadiantFloorForm table {
	font-size: 0.7em;
	width: 600px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #F4F4F4;
	border: none;
	
}
#RadiantFloorForm td {
	border: none;
	
}
#RadiantFloorForm label {
	font-size: 1.1em;

}
#xterra {
	border: 1px solid #CCCCCC;
}
#xterra   td {
	margin: 0px;
	padding: 0px;
	border: none;
	width: 50px;
}
#xterra img {
	margin: 0px;
	padding: 0px;
}
#xterraDiv {
	margin-left: 55px;
}
.econoburnTable {
	width: 100%;
	border-collapse: collapse;
}
.econoburnTable th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .7em;
	background-color: #DDFFE3;
}
.tableCellCenter {
	text-align: center;
}

.econoburnTable td {
	font-size: 0.7em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}
.EmailImg {
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-bottom: 0px;
	padding-left: 0px;
	vertical-align: 10%;
	padding-right: 0px;
}

#frmNavigation {
	background-color: #F7ECE1;
	margin: 0px;
	width: 135px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
	padding-top: 4px;
	padding-bottom: 4px;
}
#frmNavigation #nav {
	width: 128px;
	font-size: 1em;
	margin-top: 4px;
	margin-bottom: 3px;
	margin-right: 0px;
	margin-left: 0px;
}
#frmNavigation p {
	font-size: .6em;
	margin: 0px;
	padding: 0px;
}
#frmNavigation #go_button {
	font-size: 1em;
	font-weight: 600;
}
ins {
	margin: 0px;
	padding: 0px;
}
.p_NoBottom {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.Center {
	text-align: center;
}
.AlignLeft {
	text-align: left;
}
.AlignRight {
	text-align: right;
}
.noscriptMenu {
	font-size: .7em;
	display: inline;
	list-style-type: none;
}
#EnduranceUl li {
	padding-bottom: 20px;
}
#PicturesTable {
	width: 610px;
	background-color: #F2F2F2;
}
#PicturesTable td {
	vertical-align: top;
	text-align: center;
	border: none;
}
#PicturesTable p {
	margin-bottom: 5px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	text-align: left;
	margin-left: 5px;
}
