body 
{
	margin: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	background-color: #01245c;
}
#wrapperHeader 
{
	width:100%;
	height: 83px;
	background: url('../img/solar_banner.jpg');
	background-repeat: no-repeat;
}
#wrapperHead1 
{
	width:357px;
	height: 81px;
	float: left;
	background: url('../img/header1.png');
}
#wrapperHead2 
{
	width:450px;
	height: 81px;
	float: right;
	background: url('../img/header2.png');
}
#navBar {
	position:absolute;
	top:80px;
	left:0px;
	width:100%;
	height:34px;
	background:transparent url(images/menu-back.jpg) repeat-x scroll center center;
	border-left:1px solid #044A8F;
	line-height:20px
	border-top: 1px solid #01245C;
	z-index:100;
}
.active {
	background-color: #01245C;
}
.navbtn {
	padding:10px 20px;
	color:#cccccc;
	font-weight:bold;
	border-right: 1px solid #01245C;
	float: left;
	font-size: 12px;
	display: inline;
	cursor:pointer;
}
#accordion 
{
	position: absolute;
	top: 116px;
	left:0px;
	width:300px;
	// height: 600px;
	margin-left: 6px;
}
#wrapperMap 
{
	position: absolute;
	top: 116px;
	left:314px;
	width:1200px;
	height: 900px;
	border:2px solid #cccccc;
	margin-right: 3px;
}

#nav-content {
	width:300px;
	height:600px;
	background-color:#ffffff;
	float:left;
}
h2 {
	font-weight:bold;
	font-variant: small-caps;
	font-size: 12px;
	font-family: verdana;
	color: #000066;
}
a:link {
	font-size:11px;
	text-decoration: none;
}
a:hover {
	font-size:11px;
	text-decoration: underline;
}
