html {
	height: 101%;
}

body {
	background-color: #CEDAEC;
	font-family: 'Arimo', arial, sans-serif;
	font-size: 16px;
//	line-height: 1.4em;
		height: 100%;
}

#header {
	background-image: url("../images/header_background_full.gif");
	background-position: top center;
	background-repeat: no-repeat;
	height: 184px;
}

#header_logo {
	margin: -150px auto 0 auto;
	width: 300px;
	height: 300px;
	position: relative;
	z-index: 99;
}

#container {
	width: 960px;
	margin: -150px auto 0 auto;
	background-color: #0069AA;
}

#topnav {
	background-color: white;
	height: 27px;
	font-size: 14px;
}

#topnav ul {
	list-style: none;
}

#topnav ul li{
	display: inline;
}

#topnav ul#topnav_left li a{
	text-decoration: none;
	color: #0069AA;
	width: 100px;
	text-align:center;
	float: left;
	padding: 6px 0 7px 0;
}

#topnav ul#topnav_right li a{
	text-decoration: none;
	color: #0069AA;
	width: 100px;
	text-align: center;
	float: right;
	padding: 6px 0 7px 0;
}

#topnav ul#topnav_right li a:hover {
	background-color: #0069AA;
	color: white;
}

#topnav ul#topnav_left li a:hover {
	background-color: #0069AA;
	color: white;
}

#topnav ul#topnav_left {
	float: left;
	width: 450px;
	text-align: left;
}

#topnav ul#topnav_right {
	float: right;
	width: 450px;
	text-align: right;
}

#content {
	padding: 0 30px;
	margin-top: 130px;
	line-height: 1.6em;
	color: white;
}

#content a {
	color: white;
}

#content a:hover {
	text-decoration: underline;
}

#news {
	padding-bottom: 50px;
	background-color: white;
	color: #0069AA;
	padding: 10px;
	margin-bottom: 50px;
	margin-top: 10px;
	line-height: 1.1em;
}

#news a {
	color: #0069AA;
}

.newsleft {
	float: left;
	width: 430px;
}

.newsright {
	float: right;
	padding-top: 20px;
	width: 450px;
}


#lowtechsolutions {
	margin-bottom: 50px;
	
}

p.description {
	margin-bottom: 40px;
}

#imagebar .imagebar {
	padding-right: 7px;
}

#footer {
	color: white;
	text-align: center;
	margin-top: 150px;
	padding-bottom: 10px;
	font-size: .8em;
	width: 100%;
}

#footer p {
	margin-bottom: 10px;
}

#footer a {
	color: white;
	text-decoration: none;
}

#emenlogo {
	vertical-align: text-top;
}

h1 {
	font-family: 'Lobster', sans-serif;
	color: white;
	font-size: 5em;
	text-align: center;
	line-height: 1.6em;
}

h2 {
	font-family: 'Arimo', arial, sans-serif;
	color: white;
	font-size: 2em;
	text-align: center;
	line-height: 1.6em;
	margin-top: 40px;
	margin-bottom: 5px;
	font-weight: bold;
}

h3 {
	font-family: 'Arimo', arial, sans-serif;
	color: white;
	font-size: 1.4em;
	line-height: 1.4em;
	font-weight: bold;
	margin-top: 30px;
}

#news h3 {
	color: #0069AA;
	padding-bottom: 10px;
}

h4 {
	font-family: 'Arimo', arial, sans-serif;
	color: white;
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: bold;
	margin-top: 10px;
}

#news h4 {
	color: #0069AA;
	padding-bottom: 10px;
}

h5 {
	font-family: 'Arimo', arial, sans-serif;
	color: white;
	font-size: 1.1em;
	line-height: 1.4em;
	font-style: italic;
	margin-top: 5px;
}

p {
	margin-bottom: 20px;
}

.bold {
	font-weight: bold;
}
.centertext {
	text-align: center;
}



#formmessage p {
	margin-bottom: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}


#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #CEDAEC;
}

form#contactform #submitbtn {
	display: block;
	margin-left: 115px;
	width: 100px;
	padding-right: 0;
	text-align: center;
}


label {
	float: left;
	text-align: left;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
}

#content iframe {
	background-color: white;
	margin-top: 50px;
}

