*  {
padding:0;
margin:0;
}

body {
	color: #333;
	background-color: #CCC;
	/*background-color: #CCFFFF;*/
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: inline;
}
.backtopp {
	font-size: 10px;
}

h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-style: italic;
	color: #0094DE;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
}

h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: italic;
	position: relative;
	padding-bottom: 4px;
}
h5 {
	font-size: 12px;
}





#top-photo {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#container-outer {
	width: 980px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	background-color: #FFF;
	padding: 10px;
}
.leftcolumn {
	float: left;
}

.newscolumn {
	padding: 8px 10px;
}


.newsheader {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	background-color: #0294DD;
	padding-top: 10.5px;
	padding-right: 8px;
	padding-bottom: 10.5px;
	padding-left: 8px;
	border: 1px solid #ffffff;
	margin: 2px 0 0 0;
}
.newsitem {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 1.2em;
	border-bottom: 1px #ffffff solid;
	padding: 10px 0;
	text-align: justify;
}

.newsitem a {
	font-weight: bold;
}

.newsitem a:link {
	color: #333;
}

.newsitem a:visited {
	color: #333;
}

.newsitem a:hover {
	color: #0066CF;
}

#rightcolumn {
	float: right;
	width: 720px;
	margin: 0;
}

.menu{
	width: 100%; /* The menu should be the entire width of it's surrounding object, in this case the whole page */
	background-color: #FFF;
	margin-top: 15px;
} /* dark grey bg */


.menu ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 980px;
	background-color: #FFF;
}


.menu ul li{
	display: inline;} /* Makes the link all appear in one line, rather than on top of each other */

.menu ul li a{
	float: left;
	text-decoration: none; /* removes the underline from the menu text */
	color: #fff; /* text color of the menu */
	padding: 10.5px 25px; /* 10.5px of padding to the right and left of the link and 11px to the top and bottom */
	margin: 0 1px 0 0;
	background-color: #999;
	border: 1px solid #ccc;
}


.menu ul li a:visited{ /* This bit just makes sure the text color doesn't change once you've visited a link */
	color: #fff;
	text-decoration: none;}

.menu ul li a:hover, .menu ul li .current{
	color: #333;
	background-color:#FCFDEE;
} /* change the background color of the list item when you hover over it */



#maincontent {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	position: relative;
}
#maincontent a {
	color:#0094de;
	font-weight:normal;
}




#maincontent a:link {
	color:#0094de;
	
}
#maincontent a:visited {
	color:#0094de;
	
}
#maincontent a:hover {
	color:#000;
	text-decoration:underline;
	
}
#maincontent .contentitem ul li   {
	text-align: justify;
}
#green-building {
	position: relative;
	height: 227px;
	width: 350px;
	float: left;
	margin-right: 10px;
	background-color: #FFF;
	z-index: 1;
}
#green-building-1 {
	position: absolute;
	z-index: 50;
}
#green-building-2 {
	position: absolute;
	z-index: 150;
}
#green-building-3 {
	position: absolute;
	z-index: 50;
}
.widget {
	margin: 0 0 8px 8px;
	padding: 8px;
	/* [disabled]float: right; */
	border: 1px solid #CCC;
	width: 292px;
}
.rightpanel {
	float: right;
	width: 326px;
}

.contentitem {
	background-color: #FFF;
	/*border: 1px solid #CCC;*/
	padding: 15px 0px 0 0;
	margin: 10px 0;
	position: relative;
}
.contentitem p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #333;
	padding: 0 0 10px 0;
}

.contentitem img {
	/* [disabled]float: left; */
	/* [disabled]padding: 0 8px 0 0; */

}
.contentitem ul {
	padding: 0 0 15px 15px;
	margin: 0 0 0 15px;
}
.contentitem ul li {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	list-style-type: disc;
	line-height: 1.3;
}
.morebutton {
	float: left;
	height: 54px;
	width: 145px;
	border: 1px solid #666;
	padding: 12px 8px 8px 53px;
	background-repeat: no-repeat;
}


.contactinfo {
	line-height: 1.8em;
	text-align: center;
	padding: 10px 0 0 0;
	color: #333;
}
.contactinfo  a{
	
	color: #333;
}
.contactinfo a:link{
	color: #333;
}
.contactinfo a:visited{
	
	color: #333;
}
.contactinfo a:hover{
	color: #0094DE;
}
.innersection {
	background-color: #FCFDEE;
	border: 1px solid #666;
	padding: 10px;
	margin: 0 0 15px 0;
}
#NAHB {
	position: absolute;
	height: 152px;
	width: 382px;
	background-color: #FCFDEE;
	visibility: hidden;
	left: 1px;
	top: 100px;
	border: 1px solid #000;
	padding: 8px;
}
#HERS {
	position: absolute;
	height: 102px;
	width: 339px;
	background-color: #FCFDEE;
	visibility: hidden;
	left: 362px;
	top: 241px;
	border: 1px solid #000;
	padding: 8px;
}

#CGB {
	position: absolute;
	height: 147px;
	width: 385px;
	background-color: #FCFDEE;
	visibility: hidden;
	left: 1px;
	top: 100px;
	border: 1px solid #000;
	padding: 8px;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}


p.padbottom {padding-bottom:30px;}
h2.padbottom {padding-bottom:15px;}
h3.padbottom {
	padding-bottom:10px;
}




.clearboth {
	clear: both;
	height: 1px;
}
#footer {
	margin-top: 8px;

}
#footer p {
	font-size: 10px;
	padding-bottom: 8px;
}

#footer .footertitle {
	font-size: 12px;
	font-weight: bold;
}
#footer p a {
	color: #0294DD;
}
#footer p a:link {
	color: #0294DD;
}
#footer p a:hover {
	color: #333333;
}
#footer p a:visited {
	color: #0294DD;
}
.blue {
	color: #0094DE;
}
