﻿@charset "utf-8";

/* Default */

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	height: 100%;
}

body {
	background: #A5BB28 url(images/homepage_bg.jpg) repeat-x;
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 12px;
}

dl {
	margin-bottom: 1em;
}

ul {
	margin-bottom: 1em;
}

ol {
	margin-bottom: 1em;
}

p {
	margin-bottom: 1em;
}

/* Header */

#header {
	width: 900px;
	height: 150px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	width: 387px;
	height: 150px;
}

#logo h1 a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 1;
	text-indent: -9999em;
	background: url(images/page_bg_logo.jpg);
}

#logo h1 {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 1;
	text-indent: -9999em;
	background: url(images/page_bg_logo.jpg);
}

/* Menu */

#menu {
	float: left;
	width: 513px;
	height: 150px;
	background: url(images/page_bg_header_bg.jpg);
}

#menu ul {
	padding-top: 95px;
	list-style: none;
}

#menu li {
	float: left;
	height: 55px;
}

#menu a {
	float: left;
	height: 55px;
	text-indent: -9999em;
}

#menu1 {
	width: 102px;
	background: url(images/page_bg_menu1.jpg);
}

#menu2 {
	width: 102px;
	background: url(images/page_bg_menu2.jpg);
}

#menu3 {
	width: 101px;
	background: url(images/page_bg_menu3.jpg);
}

#menu4 {
	width: 102px;
	background: url(images/page_bg_menu4.jpg);
}

#menu5 {
	width: 106px;
	background: url(images/page_bg_menu5.jpg);
}

.active #menu1 {
	background-image: url(images/page_bg_menu1_hover.jpg);
}

#menu1:hover {
	background-image: url(images/page_bg_menu1_hover.jpg);
}

.active #menu2 {
	background-image: url(images/page_bg_menu2_hover.jpg);
}

#menu2:hover {
	background-image: url(images/page_bg_menu2_hover.jpg);
}

.active #menu3 {
	background-image: url(images/page_bg_menu3_hover.jpg);
}

#menu3:hover {
	background-image: url(images/page_bg_menu3_hover.jpg);
}

.active #menu4 {
	background-image: url(images/page_bg_menu4_hover.jpg);
}

#menu4:hover {
	background-image: url(images/page_bg_menu4_hover.jpg);
}

.active #menu5 {
	background-image: url(images/page_bg_menu5_hover.jpg);
}

#menu5:hover {
	background-image: url(images/page_bg_menu5_hover.jpg);
}

/* Content Wrapper */

#page {
	width: 900px;
	height: 750px;
	margin: 0 auto;
	background: url(images/page_bg.jpg);
}

#page2 {
	width: 900px;
	height: 750px;
	margin: 0 auto;
	background: url(images/green-homes_bg2.jpg);
}

/* Footer */

#footer {
	clear: both;
	width: 900px;
	height: 52px;
	background: #6A9422;
	color: #DDDD79;
}

/* Homepage Layout */

.home #logo h1 a {
	background-image: url(images/homepage_logo.jpg);
}

.home #logo h1 {
	background-image: url(images/homepage_logo.jpg);
}

.home #menu {
	background-image: url(images/homepage_header_bg.jpg);
}

.home #page {
}

.home #page .banner {
	width: 900px;
	height: 178px;
	background: url(images/slideshowbg.jpg) no-repeat top left;
}

.slideshow1 {
	padding: 0px;
	margin: 0px;
	width: 357px;
	height: 163px;
	float: left;
}
.slideshow2 {
	padding: 0px;
	margin: 0px;	
	width: 245px;
	height: 163px;
	float: left;
}
.slideshow3 {
	padding: 0px;
	margin: 0px;	
	width: 298px;
	height: 163px;
	float: left;
}

.home #page .pagetitle {
	float: left;
	width: 453px;
	height: 488px;
	background: url(images/homepage_02.jpg) no-repeat;
	text-indent: -9999em;
}

.home #page .content {
	float: right;
	width: 447px;
	padding-top: 125px;
	background: url(images/homepage_03.jpg) no-repeat;
}

.home #text-block1 {
	width: 447px;
	height: 363px;
	background: url(images/homepage_04.jpg) no-repeat;
	text-indent: -9999em;
}

.home #text-block2 {
	height: 52px;
	text-indent: -9999em;
	background: url(images/homepage_05.jpg) no-repeat;
}

/* Subpage Layout */

.subpage #page .pagetitle {
	float: left;
	width: 453px;
	height: 666px;
}

.subpage #text-block2 {
	height: 666px;
	text-indent: -9999em;
	background: url(images/what-we-done.jpg) no-repeat;
}

.subpage #text-block3 {
	height: 272px;
	padding: 20px 0 0 10px;
	font-size: 18px;
	color: #FFFFFF;
}

.subpage #page .content {
	float: right;
	width: 447px;
	height: 666px;
	background: url(images/subpage_03.jpg) no-repeat;
}

.subpage #text-block4 {
	padding: 70px 75px 0 85px;
	font-size: 14px;
}
.subpage #text-block4 a {
	color: #FF9933;
}


.subpage #text-block5 {
	height: 52px;
	text-indent: -9999em;
	background: url(images/subpage_04.jpg) no-repeat;
}

/* Contact Form */

#contact form {
}

#contact fieldset {
	padding: 10px;
	border: 1px solid #05DDD4;
}

#contact legend {
	color: #05DDD4;
}

#contact ul {
	list-style: none;
}

#contact li {
	margin-bottom: 5px;
}

#contact label {
	float: left;
	width: 165px;
	padding: 3px 0 0 0;
}

#contact .input-text {
	width: 230px;
	font: 13px Arial, Helvetica, sans-serif;
}

#contact .buttons {
	width: 400px;
	text-align: right;
}

#contact .input-button {
	width: 100px;
}

#contact .required {
	color: #0ADE72;
}

/* Box Style 1 */

.box-style1 {
	width: 560px;
	margin: 0 auto;
	padding: 35px;
	background: #0C0C0C url(images/contact_01.jpg) repeat-x;
	color: #fff;
}

.box-style1 h1 {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: normal;
	color: #05DDD4;
}


.bubble {
	background: url(images/bubble.png) no-repeat top left;
	width: 510px;
	height:380px;
}

.bubble p {
	padding: 45px;
	width: 420px;
	height: 270px;
	color: #fff;
	font-size: 13px;
	line-height: 16px;
	
}

/* Box Style 2 */

.box-style2 {
	width: 560px;
	margin: 0 auto;
	padding: 35px;
	background: #0C0C0C url(images/contact_01.jpg) repeat-x;
	color: #fff;
}

.box-style2 h1 {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: normal;
	color: #05DDD4;
}


.bubble2 {
	background: url(images/bubble-top-left.png) no-repeat top left;
	width: 510px;
	height:380px;
}

.bubble2 p {
	padding-left: 45px;
	padding-top: 80px;
	width: 420px;
	height: 270px;
	color: #fff;
	font-size: 13px;
	line-height: 16px;
	
}
