body {
	background-image: url(/images/home_bg.gif);     
	background-repeat: repeat-x;
}
#splash {
	height: 347px;
	width:960px;
	clear:both;
}

div.quotes span{
  font-weight: bold;
}

#home_content_left {
	width:625px;
	float:left;
	text-align: left;
	padding-top: 40px;
}
#home_content_right {
	width:305px;
	float:right;
	text-align: left;
	padding-top: 70px;
	background-image: url(/images/contact_form.jpg);
	background-repeat: no-repeat;
	margin-top: 50px;
	min-height: 200px;
	margin-left: 20px;
}
form{
  margin:0; 
  padding:0;
}
#contact_form {
	float:left;
	width:460px;
	text-align: left;
	padding-left: 25px;
	margin-top: 40px;
}
.contactform {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#333333;
	width:300px;
	text-align: left;
}
.contactform textarea {
	padding:2px;
	border:1px solid #d2d1cf;
	width:150px;
	height:50px;
	font-size:14px;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #f0eee7;
}
.contactform label {
	min-width: 100px;
	float: left;
	padding: 5px;
	padding-left: 0px;
	margin-left: 25px;
}
.input-submit {
	margin-top:10px;
	margin-left: 130px;
	background-image: url(/images/submit_small.gif);
	width: 94px;
	height: 27px;
	background-repeat:no-repeat;
  border: none;
	cursor: pointer;
	background-color: transparent;
}
.input-submit:hover {
	margin-top:10px;
	margin-left: 130px;
	background-image: url(/images/submit_small_over.gif);
	width: 94px;
	height: 27px;
	background-repeat:no-repeat;
    border: none;
	cursor: pointer;
	background-color: transparent;
}
.input-textarea {
	padding:2px;
	border:1px solid #d2d1cf;
	width:150px;
	height:18px;
	font-size:14px;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #f0eee7;
}
.page a {
  text-decoration:underline;
  color:#84b73a;
}
.page a:hover {
  text-decoration:underline;
  color:#222222;
}
.intro {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
	font-style:italic;
}
table.two_columns td{
  text-align: justify;
  vertical-align: top;
  width: 48%;
  font-size: 16px;
	line-height: 20px;
}
table.two_columns td.spacer{
  width: 25px;
}