/* CSS Document */

/* LAYOUT */

body {
	margin: 0px;
	background-color: #336699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
}
a:link, a:visited {
	color: #0099FF;
	text-decoration: none;
}
a:hover, a:active {
	color: #0099FF;
	text-decoration: underline;
}
img {
	border: none;
}
#header {
	width: 746px;
	height: 65px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
}
.header1 {
	position: absolute;
	top: 0px;
	left: 0px;
	border: none;
}
.header2 {
	position: absolute;
	top: 0px;
	left: 225px;
}
.header3 {
	position: absolute;
	top: 0px;
	left: 521px;
}
#navigation {
	width: 746px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #FFFFFF;
	background-color: #666666;
}
#main {
	width: 666px;
	margin-left: auto;
	margin-right: auto;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 20px;
	background-color: #FFFFFF;
}
#footer {
	width: 716px;
	margin-left: auto;
	margin-right: auto;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	background-color: #ffffff;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 1px;
}
#search_home_box {
	width: 646px;
	padding: 10px;
	background-color: #d8dce7;
}
#home_box1 {
	width: 307px;
	float: left;
	margin-top: 35px;
}
#home_box2 {
	width: 307px;
	float: right;
	margin-top: 35px;
}
.thermo_box1 {
	width: 200px;
	float: left;
	margin-right: 33px;
}
.thermo_box2 {
	width: 200px;
	float: left;
}
hr {
	clear: both;
	width: 100%;
	height: 1px;
	color: #FFFFFF;
	border: none;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.float-left {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
}
.float-right {
	float: right;
	margin-left: 15px;
	margin-bottom: 5px;
}

/* NAVIGATION */

#navbar {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 30px;
}
#navbar li {
	float: left;
	height: 30px;
	margin: 0px;
	border-right: 2px solid #FFFFFF;
}
#navbar a:link, #navbar a:visited {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 7px;
	padding-right: 7px;
	background-color: #336699;
	white-space: nowrap;
}
#navbar a:hover, #navbar a:active {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 7px;
	padding-right: 7px;
	background-color: #0099FF;
	white-space: nowrap;
}
body#home a.home,
body#thermostats a.thermostats,
body#thermal_cutoffs a.thermal_cutoffs,
body#quote a.quote,
body#contact a.contact {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 7px;
	padding-right: 7px;
	background-color: #0099FF;
	white-space: nowrap;
}
#search_box {
	float: right;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 30px;
	color: #ffffff;
}
.search_field {
	width: 100px; 
	height: 12px; 
	font-size: 9px;
	font-family: Verdana, Arial, sans-serif;
	color: #000000;
}
.search_field2 {
	width: 200px;  
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
	color: #000000;
}

/* TEXT */

p {
	margin: 0 0 1.5em;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #336699;
	margin-bottom: 15px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: normal;
	color: #666666;
	margin-bottom: 7px;
	margin-top: 25px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	color: #336699;
	margin-bottom: 5px;
}
h3 a:link, h3 a:visited {
	color: #336699;
	text-decoration: none;
}
h3 a:hover, h3 a:active {
	color: #336699;
	text-decoration: underline;
}
.body-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
}
.body-text a:link, .body-text a:visited {
	color: #0099FF;
	text-decoration: none;
}
.body-text a:hover, .body-text a:active {
	color: #0099FF;
	text-decoration: underline;
}
.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	color: #000000;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 10px;
}
.footer_text a:link, .footer_text a:visited {
	color: #0099FF;
	text-decoration: none;
}
.footer_text a:hover, .footer_text a:active {
	color: #0099FF;
	text-decoration: underline;
}
.search_body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #333333;
}
.search_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	color: #336699;
	margin-bottom: 7px;
	margin-top: 0px;
}

/* SEARCH FUNCTIONS */

.searchSubmit {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.search {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align:right;
}
.signup {
	background: url(../images/go-up.gif);
} 
button.signup {
	background-position: 0; 
	height: 22px;  
} 
a:hover button.signup {
	background-position: 0 0;
	background: url(../images/go-down.gif);
} 
.rollover a, button { 
	width: 20px; 
	padding: 0; 
	border: none; 
	cursor: pointer; 
	display: block; 
} 

/* TABLES */

.table {
	width: 666px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	text-align: left;
	border-collapse: collapse;
}
.table td {
	padding: 5px;
}
.head {
	color: #FFFFFF;
	font-weight: bold;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	border-bottom: 5px solid #FFFFFF;
}
.foot {
	font-style: italic;
	line-height: 18px;
	border-bottom: 20px solid #FFFFFF;
}

/* FORMS */

#form_table {
	width: 666px;
	border-collapse: collapse;
	border: none;
}
#form_table td {
	padding-top: 10px;
	padding-bottom: 10px;
}
#form_table2 {
	width: 650px;
	border-collapse: collapse;
	border: none;
}
.form_area {
	width: 300px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.form_area2 {
	width: 600px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.form_area3 {
	width: 130px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
#form_table label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #336699;
	line-height: 25px;
	margin-left: 4px;
}