@charset "UTF-8";
body {
	margin-top: 40px;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
div.spacer { clear: both; }
div.spacer-padding {
	clear: both;
	height: 35px;
}
h1 {
	font-size: 17px;
	color: #999999;
}
.h1-small {
	font-size: 13px;
	color: #999999;
}
h2 {
	font-size: 17px;
	color: #FC7613;
}
h3 {
	font-size: 14px;
	color: #FC7215;
}
h4 {
	font-size: 11px;
	color: #FC7215;
	margin-bottom: 20px;
	letter-spacing: 1px;
}

h5 {
	font-size: 17px;
	color: #FC7613;
	width: 400px;
}
a {
	color: #777777;
}
a:hover {
	color: #FC7215;
}
.float-right {
	float: right;
}
img.padded {
	margin-bottom: 20px;
	margin-left: 20px;
	float: right;
}
body#about a.about, body#services a.services, body#projects a.projects, body#clients a.clients, body#greenliving a.greenliving, body#blog a.blog, body#contact a.contact {
	color: #FC7215;
}


#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	width: 10em;
}

#nav li { /* all list items */
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: orange;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}



#navigation, #navigation ul  {
	float: right;
	font-size: 13px;
	background-color: #FFFFFF;
	height: 40px;
}
#navigation li  {
	display: inline-block;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #777777;
	padding-left: 10px;
	text-align: center;
	float: left;
	width: auto;
}
#navigation a  {
	color: #777777;
	font-weight: lighter;
	letter-spacing: 1px;
	display: block;
	width: auto;
}
#navigation  a:hover {
	color: #FC7215;
}
#navigation  li#last {
	border-right-style: none;
	padding-right: 0px;
}
#navigation li ul {
	letter-spacing: 0px;
	position: absolute;
	width: auto;
	left: -999em;
}
#navigation li:hover ul, #navigation li.sfhover ul {
	left: auto;
}
#navigation li ul li {
	display: list-item;
	margin-right: 0px;
	border-style: none;
	clear: left;
	float: left;
}
.dropdown {
	line-height: 17px;
	padding-top: 7px;
	margin-left: -10px;
}
.dropdown-indent  {
	margin-left:-21px;
}
#div-pagewrap {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#div-header {
	width: 900px;
	height: 115px;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FC7215;
}
#div-home {
	padding: 15px;
	width: 730px;
	float: right;
	border: 1px solid #FC7215;
	margin-bottom: 25px;
	position: relative;
}
#logo {
	float: left;
	height: 60px;
	width: 190px;
}
#address {
	text-align: left;
	float: left;
	margin-top: 5px;
	font-size: 12px;
	color: #666666;
	margin-bottom: 40px;
}
#home-plus {
	position: absolute;
	top: -95px;
	right: 0px;
}
#home-address {
	text-align: right;
	float: right;
	margin-top: 20px;
	font-size: 12px;
	color: #666666;
}
#content {
	position: relative;
	width: 900px;
}
#content-services {
	float: right;
	width: 700px;
}
#content-services-description {
	margin-top: 15px;
	margin-bottom: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FC7215;
	border-bottom-color: #FC7215;
	font-size: 11px;
	line-height: 16px;
	color: #666666;
}
#content-about {
	float: right;
	width: 700px;
}
#content-about h1 {
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FC7613;
}
#content-about-description {
	font-size: 11px;
	line-height: 17px;
	color: #666666;
	float: left;
	width: 475px;
}
#content-company-description {
	font-size: 11px;
	line-height: 17px;
	color: #666666;
	float: left;
	width: 600px;
}
#content-company-description a {
	color: #666666;
}
#content-company-description a:hover {
	color: #FC7613;
}
#content-bio-description {
	font-size: 11px;
	line-height: 17px;
	color: #666666;
	float: left;
	width: 695px;
}
#content-clients {
	float: right;
	width: 700px;
}
#content-clients   h1 {
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FC7613;
}
#content-clients h3 {
	font-size: 13px;
}
#projects-column1 {
	float: left;
	width: 300px;
	padding-top: 12px;
}
#projects-column2 {
	float: right;
	width: 500px;
}
#service {
	float: left;
	width: 200px;
	margin-right: 33px;
	margin-bottom: 20px;
}
#service ul {
	color: #666666;
	list-style-type: circle;
	list-style-color: #3366FF;
	font-size: 11px;
	list-style-image: url(../images/bullet.png);
	padding-top: 10px;
	list-style-position: outside;
	line-height: 17px;
	margin-left: 12px;
}
#service-single {
	float: left;
	width: 450px;
	margin-right: 33px;
	margin-bottom: 20px;
}
#service-single ul {
	color: #666666;
	list-style-type: circle;
	list-style-color: #3366FF;
	font-size: 11px;
	list-style-image: url(../images/bullet.png);
	padding-top: 10px;
	list-style-position: outside;
	line-height: 17px;
	margin-left: 12px;
}
#service-logos {
	float: right;
	width: 120px;
	margin-bottom: 20px;
	margin-left: 33px;
}
ul#list-project-photos {
	font-size: 11px;
	color: #777777;
	float: right;
}
ul#list-project-photos li {
	display: inline;
	float: left;
	margin-left: 12px;
}
ul#thumb-project {
	float: left;
	height: 200px;
	width: 200px;
}
ul#thumb-project li {
	display: inline;
	margin-right: 10px;
	margin-bottom: 7px;
	float: left;
}
#thumb-project-pages {
	font-size: 11px;
	color: #666666;
	margin-top: 15px;
	margin-bottom: 15px;
	float: left;
	visibility: hidden;
}
#thumb-project-pages a {
	color: #FC7215;
}
#thumb-project-pages-c {
	font-size: 11px;
	color: #666666;
	margin-top: 15px;
	margin-bottom: 15px;
	float: left;
}
#thumb-project-pages-c  a {
	color: #FC7215;
}
#project-description-1 {
	font-size: 11px;
	line-height: 17px;
	color: #777777;
	width: 300px;
	float: left;
	margin-top: 15px;
}
#project-description-1  h2 {
	margin-bottom: 10px;
}
#project-description-1 h5 {
	margin-bottom: 10px;
}
#project-description-2 {
	font-size: 13px;
	line-height: 17px;
	color: #777777;
	width: 300px;
	float: left;
	margin-top: 30px;
}
#clients-column1 {
	float: left;
	width: 200px;
	margin-right: 33px;
}
#clients-column2 {
	float: left;
	width: 200px;
	margin-right: 33px;
}
#clients-column3 {
	float: right;
	width: 200px;
	margin-right: 33px;
}
#client-set {
	margin-bottom: 20px;
}
#client-set ul {
	color: #666666;
	list-style-type: circle;
	list-style-color: #3366FF;
	font-size: 11px;
	list-style-image: url(../images/bullet.png);
	padding-top: 10px;
	list-style-position: outside;
	line-height: 17px;
	margin-left: 12px;
}
.project-photos {
	float: right;
	margin-bottom: 25px;
	margin-right: 130px;
}
.home-type {
	font-size: 14px;
	color: #666666;
	text-align: justify;
}
.email {
	font-size: 12px;
	color: #666666;
	float: right;
}
.email a {
	color: #666666;
}
.contact-form {
	float: left;
	font-size: 11px;
	color: #777777;
	margin-top: 20px;
}
.contactform-left {
	height: auto;
	width: 100px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	vertical-align: top;
}
.contactform-right {
	height: auto;
	width: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	vertical-align: top;
}
.contact-field {
	width: 300px;
	font-size: 11px;
	background-color: #FFFFFF;
	border: 1px solid #FC7215;
	color: #333333;
}
.submit-btns {
	height: 22px;
	width: 80px;
	background-color: #FC7215;
	color: #333333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF9B00;
	border-right-color: #D76110;
	border-bottom-color: #D76110;
	border-left-color: #FF9B00;
}
