/*
   business.css
   Living Fuels
   
   Created by George Crockford on 2009-06-05.
   Copyright 2009 flowmedia. All rights reserved.
*/

body.business .content h1 {
	font-size: 21px;
	color: #64810d;
	margin: 0 0 18px;
}

body.business .content h2 {
	font-size: 21px;
	color: #412e11;
	margin: 0 0 18px;
}

body.business .content h3 {
	font-size: 14px;
	color: #64810d;
	margin: 0 5px 18px;
	float: left;
}

body.business .content p {
	color: #333;
	margin: 0 0 18px;
	line-height: 18px;
	font-size: 14px;
}

body.business .content p strong {
	color: #64810d;
}

body.business .content p.address {
	float: left;
	width: 500px;
}

body.business a {
	color: #64810d;
}

body.business a:hover {
	color: #45b8cc;
	text-decoration: none;
}

body.business .content {
	float: left; 
	width: 640px;
	padding: 30px 30px 20px;
	border-right: 1px solid #efefef;
	voice-family: "\"}\""; 
  voice-family:inherit;
	width: 579px;
}

body.business .side {
	float: left;
	width: 320px;
	margin: 0 0 20px 0;
}

body.business .side h1 {
	margin: 20px 30px 18px;
	font-size: 16px;
	color: #412e11;
}

body.business .side p {
	margin: 0 30px 18px;
	font-size: 12px;
	line-height: 18px;
	color: #666;
}

body.business .side form {
	margin: 0 0 0 30px;
}

body.business .side form .field label {
	float: left;
	clear: left;
	width: 131px;
	font-size: 14px;
	color: #666;
	padding: 0;
	margin: 0;
}

body.business .side form .field input, 
body.business .side form .field textarea {
	width: 250px;
	float: left;
	margin: 0 0 10px;
	padding: 4px;
	border: 1px solid #ddd;
}

body.business .side form .field textarea {
	height: 80px;
}

body.business .side form .field select {
	float: left;
	margin: 0 0 10px;
}

body.business .side form p.button {
	float: left;
	clear: left;
	margin: 10px 0;
}