﻿/* Page */
/* ****************************************************************************************************** */
#page {
	width: 750px;
	margin: 0 auto;
	text-align: left;
}
#page a {
	text-decoration: none;
	color: #3366CC;
	text-indent: 0px;
}
#page ul {
	padding: 0em 0em 0.5em 0em;
	margin: 0px;
	list-style-position: inside;
	list-style-type: none;
	text-indent: 0px;
}
#page ul li a:visited {
	margin: -5px;
}
/* ****************************************************************************************************** */

/* Header */
/* ****************************************************************************************************** */
#header {
	background-position: left center;
	background-image: url( Images/Thermostat.png );
	background-repeat: no-repeat;
	height: 170px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px 5px 5px 5px;
	position: relative;
	text-align: right;
}

#header a {
	
}
/* ****************************************************************************************************** */

/* Navigation, Top */
/* ****************************************************************************************************** */
#nav-top {
	width: 100%;
	background-image: url(Images/black_glass.png);
	vertical-align: middle;
}

#nav-top a {
	display: block;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 3px;
	line-height: 2.0em;
	color: #FFF;
	font-size: small;
}

#nav-top a:hover {
	border: 0px solid #000000;
	background-image: url(Images/grey_glass.png);
	color: #000;
}
/* ****************************************************************************************************** */

/* Trackbar */
/* ****************************************************************************************************** */
#trackbar {
	height: 14px;
	padding: 5px 5px 5px 10px;
	font-size: 0.8em;
	margin-bottom: 2px;
	color: #000;
	background-image: url(Images/grey_glass.png)
}

#trackbar a {
	text-decoration: none;
	color: #000;
}
/* ****************************************************************************************************** */

/* Content */
/* ****************************************************************************************************** */
#content {
	font-size: medium;
	background-color: #F2F5FE;
	position: absolute;
}
/* ****************************************************************************************************** */

/* Wide Content */
/* ****************************************************************************************************** */
#content-wide {
	width: 740px;
	float: left;
	padding: 5px;
}
/* ****************************************************************************************************** */

/* 2-Part Main Content */
/* ****************************************************************************************************** */
#content-left {
	width: 370px;
	float: left;
	padding: 5px;
}
/* ****************************************************************************************************** */

/* 2-Part Secondary Content */
/* ****************************************************************************************************** */
#content-right {
	width: 365px;
	float: right;
	padding: 5px 5px 5px 0px;
}
/* ****************************************************************************************************** */

/* 2-Thirds Main Content */
/* ****************************************************************************************************** */
#content-main {
	width: 470px;
	float: left;
	padding: 5px;
}
/* ****************************************************************************************************** */

/* 2-Part Secondary Content */
/* ****************************************************************************************************** */
#content-secondary {
	width: 265px;
	float: left;
	padding: 5px 5px 5px 0px;
}
/* ****************************************************************************************************** */

/* Footer */
/* ****************************************************************************************************** */
#footer {
	clear: both;
	height: 95px;
	padding: 5px;
	color: #666;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
}
/* ****************************************************************************************************** */
