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

.thirdbox p, .halfbox p, .twothirdbox p {
	color: #555 ! important;
}

.boxrow h2, .thirdbox h2, .halfbox h2, .twothirdbox h2 {
	color: #444 ! important;
}

.boxrow h3, .thirdbox h3, .halfbox h3, .twothirdbox h3 {
	color: #444 ! important;
}

.boxrow p {
	margin-top: 0.7em;
	color: #202020;
}

.last {
	margin-right: 0;
}

.quote {
	font-family: Georgia, serif;
	color: #66798d;
	font-size: 1.05em;
	font-style: oblique;
	font-weight: lighter;
}

.quoteperson {
	color: #535e69;
	font-size: 1.2em;
	text-align: right;
	margin-top: 0.8em;
}

.quoteorg {
	color: #878c91;
	font-size: 0.9em;
	text-align: right;
	margin-top: -3px;
}

.featureclaim {
	color: #aaa;
	font-size: 0.9em;
	font-weight: 200;
	font-style: oblique;
}

.detailbox h2 {
	color: #999 ! important;
	font-size: 1.1em;
	margin-top: 0.9em;
}

.detailbox ul {
	line-height: 1.4em;
	margin: 0.8em;
	padding-left: 0.6em;
}

.detailbox ul li {
	color: #555;
	font-size: 0.85em;
	margin-bottom: 0.1em;
	list-style-position: outside;
	list-style-type: disc;
}

.checklistbox {
	display: inline-block;
	width: 100%;
	margin-top: 20px;
	margin-left: 30px;
	text-align: left;
}

input[type=text] {
	background-color: #fff;
	font-size: 1.1em;
	font-weight: normal;
	color: #555;
	margin: 2px 0px 0px 0px;
	padding: 8px 10px 8px 10px;
	border: 1px solid;
	border-color: #827C63;
	width: 380px;
}

textarea {
	background-color: #fff;
	font-size: 1.1em;
	font-weight: normal;
	color: #555;
	margin: 2px 0px 0px 0px;
	padding: 8px 10px 8px 10px;
	border: 1px solid;
	border-color: #827C63;
	width: 380px;
}

input[type=submit] {
	font-weight: normal;
	font-size: 1.1em;
	background:url(images/button-bg.png);
	padding:0px 20px;
	border:1px solid #847f64;
	height:45px;
	line-height:35px;
	color:#fff;
	display:inline-block;
	text-decoration:none;
}

input[type=submit]:hover {
	background:url(images/button-bg-hover.png);
	color:#fff;
}

.formcomment {
	color: #aaa; 
	font-size: 0.9em; 
	font-style: oblique;
	margin-left: 15px;
	padding: 10px 0px 0px 0px;
	vertical-align: top;
}
