html{
	height:100%;
}

body{
	height: 100%;
	margin: 0px 0px;
	padding: 0px 0px;
	font-family:  Geneva, Helvetica, sans-serif;
	font-size: 12pt;
}

body ul{
	list-style: none;
	display: inline-block;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

body ul li p{
	margin:0px auto;
	padding: 0px auto;
}
/*
* Corrects `block` display not defined in IE 8/9.
*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
	display: block;
}

/*
* Corrects `inline-block` display not defined in IE 8/9.
*/

audio,
canvas,
video {
	display: inline-block;
}

a:hover
{
text-decoration: none;
}

.image-solar{
	display: inline-block;
	/*width: 400px;
	height: auto;*/
}

.image-micro{
	display: inline-block;
	/*width: 400px;
	height: auto;*/
}

.container{
	width: 980px;
	margin: 0px auto;
}
/*Wrappers*/

#top{
	color: #ebebeb;
	font-size: 10px;
}

#top p{
	padding: 10px 0px;
}

#wrapper-f{	
	overflow:hidden;
	background: #3e3e3e;
	position: relative;
}

#wrapper-m{
	margin: auto;
	overflow:hidden;
	background: #b1b1b1;
}

/* For modern browsers */
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}

/*main styles*/
#header-bar{
	height:70px;
	padding: 0px 0px;
	border-bottom: 1px solid #b1b1b1;
	background: #fff;	
}

#logo h1{
	margin: 0px 0px;
	padding: 0px 20px;
	float:left;
	width:300px;
	text-align:center;
	height:70px;
	/*background: #6666FF;*/
}

#logo h1 a{
	padding: 0px 0px;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	line-height:70px;
	color: #3a6791;
}

#logo-font{
	font-family: Courier;
}

#navMenu {
	float:right;
	position: relative;
	width: 405px;
	height:70px;
	/*background:#2EFE2E;*/
}
#navMenu ul{
	float: right;
	height:70px;
	width: 404px;
	/*background:#2EFE2E;*/
}
#navMenu ul li{
	float: left;
	position: relative;
	padding:0px;
	margin:0px;
	width: 100px;
	height:70px;
	border-left: 1px solid #ebebeb;
}

#navMenu ul li a{
	display: block;
	text-decoration: none;
	text-align:center;
	padding: 0px 0px;
	/*background: #000;*/
	line-height:70px;
	color: #3a6791;
}
#navMenu ul li:hover a{
		display:block;
		color: #fff;
		background: #3a6791;
	}
#navMenu .active
{
	background-color: #4981B5;
	border-left-color: #4981B5;
}
#navMenu .active a{
	color: #fff;
}

#spacer {
	width: 215px;
	height: 70px;
	float: left;
	position: relative;
}

#main{
	clear:both;
	padding:15px 0px;
	background: #fff;
	color: #3e3e3e;
}
#main header h2{
	text-align: center;
	color: #182c3e;
	padding: 0px;
}

#main h2{
	padding-left: 50px;
	color: #182c3e;
}

#main p, h2{
	padding: 5px 50px;
	line-height: 25px;
}

#main ul{
	padding: 0px 0px;
	
}

#main ul p{
	padding: 0px 0px 5px 0px;
}

#media{
	height:350px;
}

#media ul{
	display: block;
	padding: 30px 50px;
	
}

#media ul li{
	float:left;
	position: relative;
	padding: 0px 5px;

}

#footer{
	background: #3e3e3e;
	overflow:visible;
	height: 50px;
}

#footer p{
	color: #ebebeb;	
	text-align: center;
	padding-top: 10px;
}

/*Contact CSS*/
#wrapper_contact{
	height:100%;
	background:#fff;
	overflow:hidden;
}

#contact{
	float:left;
	width: 450px;
	margin-right: 50px;
	margin-left: 50px;
	padding-bottom: 10px;

}
#contact header,h2{
	text-align: left;
}
#form{
	display: block;
	padding: 0px 50px;
}

#form input, textArea{
	vertical-align: top;
	margin: 5px 0px 5px 0px;
	padding: 5px 5px;
	border: 1px solid #dedede;
}

button{
	border-style: solid;
	border-width: 0px;
	margin: 10px 0px;
	padding: 10px;
	background: #4981B5;
	color: #FFF;
}
button:hover{
		color: #fff;
		background: #3a6791;
}

#row_style{
	padding: 5px 0px 5px 0px;
}

#map header,h2{
	text-align: left;
	margin:25px 0px;
	padding: 0px;
}
#map{
	float:right;
	position:relative;
	width: 400px;
}
#map_canvas {
	width: 400px;
	height: 400px;
}
.message{
	width: 300px;
	margin: 0px auto;
	padding: 50px 10px 10px 50px;
	text-align:center;
	/*background: #b1b1b1;	*/
}

/* Portfolio CSS*/
#box{
	float:left;
	position: relative;
	margin-right: 30px;
	height: 550px;
	width: 250px;
}

#box p{
	margin: 5px 5px 5px 5px;
	padding: 0px;
}

#box h3{
	text-align: center;
}

#row_wrap{
	width: 850px;
	margin: 30px 50px 10px 60px;
	background: #CC3232	;
}