@charset "UTF-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
}
html {
	height:100%;
	padding:0px;
	margin:0px;
}
body {
	height:100%;
	background:#dff6fd;
	padding:0px;
	margin:0px;
	font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:18px;
	height:100%;
	/* REPLACE THIS LATER
	overflow:hidden; */
}
img { border:none; outline:none; }
a { outline:none; }
#main_holder {
	height:600px;
	float:left;
	position:absolute;
	bottom:10px;
	width:100%;
	/* background:url(../images/clouds.png) no-repeat; */
}
#page_container {
	/* modify the left margin in ie7.css if this is changed */
	/* change the width and height of face_holder when changed */
	width:5400px;
	float:left;
	height:100%;
	margin-top:-30px;
}
.page {
	/* reflect changes in box_holder */
	height:100%;
	width:900px;
	float:left;
	margin-top:-10px;
	/*
	position:relative;
	*/
}
#face_holder {
	float:left;
	display:inline;
	width:5400px;
	height:450px;
	margin-top:-451px;
	/*
	height:100%;
	*/
}
.box_holder {
	height:40%;
	width:100%;
	float:left;
}
a.int_page {
	margin-right:20px;
	font-size:.8em;
}
.facebox {
	width:760px;
	height:100%;
	margin:0px auto;
	/*background:#FFFFFF;
	border:1px solid #b9ced4;*/
}
.view_page {
	width:90%;
	padding-left:10%;
	padding-top:40px;
	height:0px;
	margin:0px auto;
}
#clouds {
	height:100%;
	width:2424px;
	background:url(../images/clouds.png) bottom left repeat-x;
}
#cloud_container {
	/* modify the left margin in ie7.css if this is changed */
	position:absolute;
	width:100%;
	height:294px;
	bottom:100px;
	overflow:hidden;
}
/* ASSIGN BACKGROUND IMAGES*/
#news {
	background:url(../images/news_bg.gif) no-repeat bottom center;
}
#about {
	background:url(../images/about_bg.gif) no-repeat bottom center;
}
#contact {
	background:url(../images/contact_bg.gif) no-repeat bottom center;
}
#thehartlandwindproject {
	background:url(../images/project_bg.gif) no-repeat bottom center;
}
#aboutwindenergy {
	background:url(../images/energy_bg.gif) no-repeat bottom center;
}

#landscape_container {
	display:inine;
	height:182px;
	width:10700px;
	float:left;
	margin-top:-182px;
}
.landscape {
	display:inline;
	background:url(../images/landscape.png) bottom left;
	width:1800px;
	height:182px;
	float:left;
}
#top {
	top:0px;
	left:0px;
	height:30px;
	padding-top:10px;
	/*
	padding-left:3%;
	padding-right:3%;
	width:94%;
	*/
	padding-left:35px;
	padding-right:35px;
	width:8030px;
	background-color:#6CA7C1;
	color:#EEF2F3;
	text-transform:uppercase;
	font-size:14px;
	position:absolute;
}
#top a {
	color:#F8EF73;
	text-decoration:none;
	outline:none;
}
#top a:hover {
	border-bottom:2px dotted #F8EF73;
}
#bottom {
	bottom:0px;
	left:0px;
	color:#56BB66;
	background:#EDECE6;
	border-top:#3A9CB2 2px solid;
	height:35px;
	padding-top:5px;
	/*
	width:100%;
	*/
	width:8100px;
	position:absolute;
	text-transform:uppercase;
}
#bottom_over {
	height:40px;
	background:#EDECE6;
	width:100%;
	left:0px;
	bottom:0px;
	position:absolute;
	background:url(../images/hartland_logo_bottom.gif) #EDECE6 center top no-repeat;
}

#bottom a {
	font-size:15px;
	text-decoration:none;
	color:#56BB66;
	outline:none;
}
#home_logo {
	float:left;
	height:100%;
	width:781px;
	background:url(../images/hartland_logo_top2.png) bottom right no-repeat;
}
#home_spacer {
	float:left;
	height:100%;
	width:119px;
	background:url(../images/landscape.png) bottom right repeat-x;
}
/* HEADLINES */
h1 {
	font-size: 50px;
	text-transform:uppercase;
	color:#F8EF73;
	font-weight:bold;
	margin:0px;
	padding:0px;
}
h3 {
	font-size:25px;
	text-transform:uppercase;
	color:#77C47C;
	font-weight:bold;
	letter-spacing:1px;
	}
h3 a {
	text-decoration:none;
	color:#77C47C;
	}
h3 a:hover {
	color:#68AA69;
	}
	
/* BOTTOM LINK STYLING */

.link_holder {
	margin-left:10px;
	margin-right:10px;
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	}
.left {
	float:left;
	background:url(../images/left.gif) left center no-repeat;
	width:9px;
	height:30px;
	margin-left:10px;
}
.center {
	float:left;
	background:url(../images/center.gif) center repeat-x;
	height:24px;
	padding-left:3px;
	padding-right:3px;
	padding-top:6px;
}

.right {
	float:left;
	background:url(../images/right.gif) right center no-repeat;
	width:9px;
	height:30px;
}
.left_t {
	float:left;
	background:url(../images/left_t.gif) left center no-repeat;
	width:9px;
	height:30px;
}
.center_t {
	float:left;
	background:url(../images/center_t.gif) center repeat-x;
	height:24px;
	padding-left:3px;
	padding-right:3px;
	padding-top:6px;
}

.right_t {
	float:left;
	background:url(../images/right_t.gif) right center no-repeat;
	width:9px;
	height:30px;
}

#main_links {
	width:100%;
	position:absolute;
	top:150px;
	text-transform:uppercase;
	color:#56BB66;
	z-index:1;
}

#main_links a {
	font-size:15px;
	text-decoration:none;
	color:#56BB66;
	display:inline;
}

/* CONTACT FORM STYLING */

#contact_text {
	width:180px;
	float:left;
	padding-right:30px;
}
#contact_text p {
	margin-top:0px;
	padding-top:0px;
	font-size:13px;
	text-align:left;
}
#contact_form {
	float:left;
	border-left: 1px dotted #b4dcee;
	padding-left:30px;
}
input {
	margin-top:4px;
	padding:4px;
	border:1px solid #b4dcee;
	background:#effaff;
	font-size: .75em;
	width:400px;
	color:#5ebd6e;
	outline:none;
}
textarea { 
	width:400px;
	margin-top:4px;
	margin-bottom:2px;
	padding:4px;
	border:1px solid #b4dcee;
	background:#effaff;
	font-size:.75em;
	color:#5ebd6e;
	outline:none;
	height:6em;
	letter-spacing:1px;
	font-family: Arial, Verdana, sans-serif;
}
.error_holder {
	margin-left:10%;
}
input.submit_button { float:right; margin-top:4px; color: #6ca7c1; background:#fbf7c5; border:none; padding-top:6px; padding-bottom:6px; cursor: pointer; font-size: .8em; width:45px; text-align:center; outline:none; }

label.error {
	font-size:.75em;
	padding-top:2px;
}
.text_container a {
	color:#6CA7C1;
	letter-spacing:1px;
	text-decoration:none;
	border-bottom:1px dotted #F8EF73;
	margin-top:0px;
	padding-top:0px;
	display:inline;
}
a.active {
	font-size:.8em;
	margin-right:20px;
	border-bottom: 1px dotted #6CA7C1;
}
#message p {
	text-align:center;
}
span.read-more {
	font-size:.85em;
}