@charset "utf-8";
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;
	background-color: #FFFFFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 95%;
	letter-spacing: 0.1em;
	word-spacing: 0.1em;
	line-height: 135%;
}
#boiler {
	border: thin dashed #16657C;
	padding-right: 8px;
}

#windchart {
	width: 100%;
}
#PVimage {
	margin-left: -140px;
}
#sidebar1 #sidecalc {
	background-color: #FFF;
	background-image: url(images/solarest.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: #000;
}
#sidebar1 #sidecalc p {
	color: #000;
}

#windchartleft {
	float: left;
	width: 20%;
}
#windchartright {
	float: right;
	width: 40%;
	text-align: center;
}


img {
	padding: 5px;
}
#windchart {
	width: 95%;
}
#windchartleft {
	float: left;
	width: 20%;
}
#windchartright {
	float: right;
	width: 40%;
	text-align: center;
}
#windchartmid {
	text-align: center;
}
#2solarpanels {
	padding: 3px;
	border: thin dashed #16657C;
	width: 60%;
}
#4velux {
	padding: 3px;
	width: 60%;
	border: thin dashed #16657C;
}
#mainContent #tubes {
	padding: 3px;
	border: thin dashed #16657C;
}

li {
	list-style-position: inside;
	text-align: left;
}

#container {
	width: 1024px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #16657C;
	border-left-color: #16657C;
} 
#header {
	height: 300px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(new/images/header1.jpg);
	background-repeat: no-repeat;
} 
#header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: medium;
	padding-top: 120px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	color: #12304C;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 230px;
	background-color: #16657C;
	text-align: justify;
	font-size: 14px;
	margin: 0px;
	padding-top: 40px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
}
#signup {
	background-color: #FFF;
}

#sidebar1 h3 {
	font-style: italic;
	text-align: center;
	color: #FFF;
}
#sidebar1 #homeside h4 {
	font-size: large;
	text-align: center;
	color: #000;
}

#italiclisthome {
	font-style: italic;
	padding-right: 20px;
	padding-left: 20px;
}

/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */

#mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 225px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 30px;
	text-align: justify;
} 
h2 {
	color: #10692D;
	line-height: 120%;
	text-align: center;
}

#footer {
	padding: 0 10px 0 20px;
	background-color: #6D94B6;
	text-align: center;
	font-weight: bold;
	font-size: medium;
	font-style: normal;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: groove;
	border-top-color: #3A5976;
	border-right-color: #3A5976;
	border-bottom-color: #3A5976;
	border-left-color: #3A5976;
} 
#sidebar1 #homeside {
	width: 90%;
	background-color: #FFF;
	border: medium dashed #63CBEF;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
a {
	color: #16657C;
	text-decoration: none;
}

a:hover {
	color: #16657C;
	text-decoration: underline;
}

#sidebar1 p {
	color: #FFF;
}
#sidebar1 #homeside p {
	color: #000;
	text-align: center;
}

#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 */
}
h1 {
	color: #10692D;
	line-height: 125%;
	text-align: center;
}

.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;
}
#outerwrapper {
	background-color: #66CC66;
	width: 1000px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-image: url(new/images/bggradient.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.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;
}
#windchartmid {
	float: right;
	width: 40%;
	text-align: center;
}
#windchartgraph {
	position: relative;
	left: -210px;
}



/*-------------------------------------------------/
 * @section		Base Style Extension
 */

ul.dropdown li a {
	display: block;
	padding: 7px 10px;
	text-decoration: none;
	color: #19657D;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 14.5px;
	text-transform: none;
	letter-spacing: 0em;
	word-spacing: 0em;
}


/*-------------------------------------------------/
 * @section		Base Style Override
 */

ul.dropdown li {
 padding: 0;
}


/*-------------------------------------------------/
 * @section		Base Style Reinitiate: post-override activities
 */

ul.dropdown li.dir {
 padding: 7px 20px 7px 10px;
}

ul.dropdown ul li.dir {
 padding-right: 15px;
}


/*-------------------------------------------------/
 * @section		Custom
 */

ul.dropdown ul a {
	width: 140px;
}

ul.dropdown ul a:hover {
	color: #1AAB4C;
	text-decoration: none;
}

ul.dropdown ul a.dir {
 width: 124px;
}
ul.dropdown li a:hover {
	display: block;
	padding: 7px 10px;
	text-decoration: none;
	color: #1AAB4C;
}


/**
 * Horizontal CSS Drop-Down Menu Module
 *
 * @file		dropdown.css
 * @package		Dropdown
 * @version		0.7.1
 * @type		Transitional
 * @stacks		597-599
 * @browsers	Windows: IE6+, Opera7+, Firefox1+
 *				Mac OS: Safari2+, Firefox2+
 *
 * @link		http://www.lwis.net/
 * @copyright	2006-2008 Live Web Institute. All Rights Reserved.
 *
 */

ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

ul.dropdown {
	position: relative;
	z-index: 597;
	float: left;
	padding-top: 110px;
	padding-left: 20px;
}

ul.dropdown li {
	float: left;
	line-height: 1em;
	vertical-align: middle;
	zoom: 1;
	background-color: #FFF;
	width: 120px;
	text-align: center;
}
#header #nav li ul #longer {
	width: 160px;
	text-align: left;
}


ul.dropdown li.hover,
ul.dropdown li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
}

ul.dropdown ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 598;
 width: 100%;
}

ul.dropdown ul li {
 float: none;
}

ul.dropdown ul ul {
 top: 1px;
 left: 99%;
}

ul.dropdown li:hover > ul {
 visibility: visible;
}





ul.dropdown li.rtl ul {
 top: 100%;
 right: 0;
 left: auto;
}

.dropdown-upward {
 margin-top: 400px !important;
}


ul.dropdown li.rtl ul ul {
 top: 1px;
 right: 99%;
 left: auto;
}
#classes {
	padding: 5px;
	float: left;
	width: 150px;
	border: thin double #16657C;
	margin-right: 5px;
}
