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

div.yellowburst {
	background-color:#FFFFFF;
	padding-left: 35px;
	padding-top: 10px;
	background-image: url(images/greengreaterthan.jpg);
	background-repeat: no-repeat;
	background-position: 10px 7px;
	margin-bottom: 20px;
	margin-right: 15px;
	margin-top: 0px;
	}
div.yellowburst h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#000000;
	font-weight:normal;
	margin: 0px;
	}
.red {
	color:#FF0000;
	}
#contact {
	margin-left:15px;
	}
#contact p {
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color:#000000;
	padding: 10px 0px 0px 30px;
	}
#contact h2 {
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color:#FF0000;
	margin:0px;
	}
#contact a {
	color: #000000;
	text-decoration: none;
	}
#contact a:visited {
	color: #000000;
	text-decoration: none;
	}
#contact a:hover {
	color: #000000;
	text-decoration: underline;
	}
#contact a:visited {
	color: #000000;
	text-decoration: none;
	}
div.contactinfo {
	float:left;	
	margin-right: 30px;
	}
div.contactinfomiddle {
	float:left;
	margin: 20px 30px 0px 0px;
}
div.contactinforight {
	float:left;
	margin:20px 0px 0px 0px;
	}



/* buzz factor form style */
.required {
	font-size: .75em;
	color: #2a2a2a;
	}
	
.morerequired {
	font-size: .80em;
	color: #ff0000;
	}
input[type="text"], textarea {
	margin-bottom: 15px;
	margin-top:2px;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	}
input.request {
	border-bottom: 2px solid #333;
	border-right: 2px solid #333;
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	background-color: #CBF434;
	}
input:hover.request{
	border-bottom: 2px solid #999;
	border-right: 2px solid #99;
	border-top: 2px solid #333;
	border-left: 2px solid #333;
	}

input:focus {
	background-color: #CBF434;
	}
input[type="text"].kw, textarea.kw {margin-bottom: 5px;}

select {
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	}
select:focus {
	background-color: #CBF434;
	}

div#background {
	background-color: #e8e8e8;
	padding: 15px;
	margin-right: 15px;
	margin-bottom: 20px;
	border: 1px solid #CBF434;
	}
	}