/*This cludge is needed to help with text resizing within a table. 

Must be included prior to the first body statement.*/
body, table, td, th {
	font-size: 100%;
}

body {
	background-image:  url(/images/subpage/bg.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	margin: 0px 0px 20px 0px;
}

body, table, td, th, div, blockquote, p, ul, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #333333;
	font-size: x-small;
	font-size/* */:/**/small;
	font-size: /**/small;
}

a:link, a:visited {
	color: #435089;
	text-decoration: underline;
	background-color: transparent;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #990000; 
}

a:active {
	color: #252B5F;
	text-decoration: none;
	background-color: #868AA6;
}


/* used for transparent images with links to eliminate any link effects */
.link-nobg {
	background-color: transparent;
}

a.link-nobg:hover, a.link-nobg:active {
	text-decoration: none;
	background-color: transparent;
	border: none;
}

h1, h2, h3, h4, h5, h6, th {
	font-family: Arial, Helvetica, sans-serif;
	background-color: transparent;
	color: #313E74;
}

h1 {
	font-size: 1.1em;
}

h2 {
	font-size: 1.1em;
}

h3 {
	font-size: 1.1em;
	color: #000000;
}


h4, h5, h6 {
	font-size: 1em;
	margin-bottom: 0px;
}

th {
	font-size: 1em;
	margin: 0px;
	font-weight: bold;
}

blockquote, p {
	line-height: 1.3em;
}

img {
	display: block;
	border: none;
}

ul li {
	list-style-image:  url(/images/subpage/bullet.jpg);
}

.attention {
	font-weight: bold;
	color: #FF0000;
	background-color: transparent;
}

.noBlock {
	display: inline;
}

.textAlignRight {
	text-align: right;
}

.textAlignLeft {
	text-align: left;
}

.textAlignCenter {
	text-align: center;
}

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}

.floatClearBoth {
	clear: both;
}

/*centers block level elements*/
.marginAuto {
	margin-left: auto;
	margin-right: auto;
}

img.marginAuto {
	text-align: center;
}

/* used for the top of page link */
.climbTop {
	text-align: right;
	clear: both;
}

.highlight {
	background-color: #FCFCFC;
	color: #474854;
	line-height: 1.4em;
	margin-left: 15%;
	margin-right: 15%;
	padding: 5px 10px;
	border: 1px dashed #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .9em;
	text-align: justify;
}

/* width used to help keep the tagline text from wrapping. 
height used to keep Moz happy.
Do not need height since the bg is all white. */
#header {
	width: 750px;
	/*height: 93px;*/
}

#header img {
 	float: left;
}

#header h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 18px;
	margin: 0px;
	padding: 11px 0px 0px 0px;
	white-space: nowrap;
	font-size: 13px;
	font-size/* */:/**/14px;
	font-size: /**/14px;
}

/* wrapper used to give the background image for 100% width 
Clear it for Moz. */
#navWrapper {
	background-color: #868AA6;
	border-top: 1px solid #FFFFFF;
	clear: both;
}
/* width= at least total width of all images in nav bar */
#navBar {
	width: 750px;
	margin: 0px;
	padding: 0px;
	background-color: #868AA6;
}

#navBar img {
	display: inline;
}

/* make as wide as the bg image */
#sideBar {
	float: left;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	border: 0px;
	clear: both;
	width: 173px; /* <content width + paddings + borders> */
	width/* */:/**/173px; /* <content width> */
	width: /**/173px; /* <content width> */
}

/*  Begin Content stuff -----------------*/

/* left margin = sideBar width (170) + 51px */
#justAContainer {
	margin: 20px 0px 0px 221px;
	background-color: transparent;
	width: 520px; /* <content width + paddings + borders> */
	width/* */:/**/520px; /* <content width> */
	width: /**/520px; /* <content width> */
}

h1.headerHighlight {
	background: #F1F1F1;
	padding: 5px 12px;
	border: 1px solid #868AA7;
}

#content {
	margin: 0px;
	padding: 0px 0px 0px 12px;
	background-color: transparent; 
}

#content p {
	line-height: 1.5em;
	margin-top: 0px;
}

#content h1 {
	color: #990000;
	font-size: larger;
}

#content h2 {
	margin-bottom: 0px;
	padding-bottom: 0px;
	/*font-size: 12px;*/
}

/* radiant heat page - contains the bulleted list */
#radiantBenefits {
	float: right;
	z-index: 100;
	background-image: url(/images/subpage/radiantheat/bg_radiantheat_benefits.jpg);
	background-repeat: no-repeat;
	margin: 0px 0px 10px 10px;
}

/* as wide as the image */
#forcedAirAndRadiant {
	float: left;
	margin: 0px 10px 10px 1px;
	padding: 10px 0px 10px 0px;
	width: 249px; /* <content width + paddings + borders> */
	width/* */:/**/229px; /* <content width> */
	width: /**/229px; /* <content width> */
}

#forcedAirAndRadiant p {
	font-size: smaller;
	text-align: justify;
	margin: 10px 0px 0px 0px;
}

a.currentLink,
a.currentLink:link,
a.currentLink:visited,
a.currentLink:hover,
a.currentLink:active {
	text-decoration: none;
	font-weight: bold;
	cursor: default;
	background-color: transparent;
	color: #435089;
}

/* contact table */
#contactTable {
	width: auto;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	border: none;
}
#contactTable th {
	vertical-align: top;
	text-align: right;
	border-collapse: collapse;
	border: none;
	border-right: 1px solid #435089;
	margin: 0px;
	padding: 4px 6px 10px 0px;
}
#contactTable td {
	vertical-align: top;
	text-align: left;
	border-collapse: collapse;
	border: none;
	margin: 0px;
	padding: 4px 0px 10px 6px;
}
/* -------------- End Contnet stuff  */




/*  Begin Footer -----------------*/

#feet {
	margin-top: 3.5em;
	padding: 10px 0px;
}

#feet * {
	font-size: .9em;
}


/* -------------- End Footer  */


caption {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	font-size/* */:/**/12px;
	font-size: /**/12px;
}
#logInTable {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}
#logInTable {
	margin-top: 30px;
}
#logInTable td {
	border-collapse: collapse;
	vertical-align: baseline;
	padding: 5px 5px 0px 0px;
}
#logInTable col.colOne {
	text-align: right;
	width: 10%;
}


/*  Begin Foms -----------------*/

/* used for form elements*/
form {
	margin: 0px;
}

select.select-type1 {
	background-color: #F1F1F1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
	font-size/* */:/**/11px;
	font-size: /**/11px;
}

.formField {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #232323;
	background-color: #FCFCFC;
	padding: 3px 4px 3px 3px;
	border-width: 1px;
	border-style: solid;
	border-top-color: #AEAEAE;
	border-right-color: #E1E1E1;
	border-bottom-color: #E1E1E1;
	border-left-color: #AEAEAE;
}

textarea.formField {
	padding: 5px;
}

.button {
	background-color: #FCFCFC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	border: 1px solid #999999;
	font-size: 10px;
	font-size/* */:/**/11px;
	font-size: /**/11px;
}
.buttonOver {
	background-color: #F5F5F5;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #999999;
	font-size: 10px;
	font-size/* */:/**/11px;
	font-size: /**/11px;
}
/*end of forms*/


/* -------------- End Foms */

