* {
	margin: 0;
	padding: 0;
}

a {
	background-color: #f7f2e7;
	color: #642;
	font-weight: bold;
}

.banner {
	background: #fff url(leftarrow2.jpg) left no-repeat;
	margin: 0;
	padding: 5px 0 5px 30px;
	text-align: left;
}

body {
	background: #f7f2e7 url(background.jpg);
	color: #642;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.3;
	text-align: center;
}

cite {
	display: block;
	font-weight: bold;
	margin: 0 0 20px 0;
	text-align: right;
}

.contents {
	background-color: #f7f2e7;
	color: #642;
	margin: 0 250px 0 0;
	padding: 20px 0 0 0;
	text-align: left;
}

.contents h1 {
	padding: 20px 0 10px 0;
}

.contents ul, .contents ol {
	margin: 10px 20px;
}

.contents li {
	margin: 0 0 10px 0;
}

.contents p {
	margin: 10px 0 0 0;
}

.ControlPanel {
	background-color: #fff;
	color: #000;
}

.ControlPanel a {
	background-color: #fff;
	color: #ca8;
	font-size: .7em;
}

.footer {
	background-color: #f7f2e7;
	clear: both;
	color: #642;
	padding: 70px 20px 20px 20px;
	text-align: center;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", serif;
	margin: 15px 0 10px 0;
	text-align: center;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	background-color: #f7f2e7;
	color: #642;
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1em;
}

hr {
	margin: 10px 0;
}

.image {
	background: #f7f2e7 url(rural-home-tech.jpg) center no-repeat;
	border: 4px #ca8 solid;
	height: 150px;
	margin: 5px 0 0 0;
	width: 725px;
}

img {
	background-color: #fff;
	border: 1px solid #ca8;
	margin: 5px;
	padding: 5px;
}

.feedback {
	border: 1px solid #ca8;
	padding: 10px;
}

.feedback legend {
	font-weight: bold;
	font-size: 1.3em;
	padding: 0 10px;
}

.feedback label {
	display: block;
	font-weight: bold;
	margin: 15px 0 0 0;
}

.feedback input {
	clear: right;
}

.feedback img {
	display: none;
}

.feedback textarea {
	width: 250px;
	height: 150px;
}

.logo {
	background: none;
	padding: 50px 0 25px 50px;
	margin: 0;
	text-align: left;
}

.logo a:link, .logo a:visited {
	background: transparent;
	color: #ca8;
	font-size: 1.5em;
	text-decoration: none;
}

.logo a:hover {
	background: transparent;
	color: #642;
}

.logo span {
	background: transparent;
	color: #642;
}

.subhead {
	font-size: .8em;
}

.page {
	position: relative;
	background: #f7f2e7 url(images/bgtop_02.gif) top repeat-x;
	margin: 0 auto;
	padding: 0 20px;
	width: 730px;
}

.quote {
	background: url(quote-left.gif) top left no-repeat;
	padding: 0 0 10px 40px;
}

.testimonials {
	font-size: 80%;
	position: absolute;
	right: 20px;
	top: 350px;
	width: 230px;
}

.testimonials h2 {
	padding: 10px 0;
}

.testimonials ol {
	margin: 10px 20px;
}

/* Root = Horizontal, Secondary = Vertical */
ul#houseMenuVStatic {
	border: 0 none;
	height: 24px;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 733px; /* for KHTML */
}

ul#houseMenuVStatic li {
	border: 0 none;
	display: inline;
	float: left; /* for Gecko */
	height: 24px;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 10000;
}

ul#houseMenuVStatic ul {
	border: 0 none;
	display: none;
	left: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 24px;
	width: 160px;
}

ul#houseMenuVStatic ul li {
	display: block !important;
	display: inline; /* for IE */
	float: none; /* for Gecko */
	margin: 0 0 -10px 0; /* these two lines */
	padding: 0 0 6px 0;  /* are a bit of an ie hack */
}

/* Root houseMenuVStatic */
ul#houseMenuVStatic a {
	background-color: #ca8;
	border-top: 1px solid #f7f2e7;
	border-right: 1px solid #f7f2e7;
	color: #fff;
	display: block;
	float: left; /* for IE */
	float: none !important; /* for Opera */
	font: bold 10px/22px Verdana, Arial, Helvetica, sans-serif;
	height: auto !important;
	height: 100%; /* for IE */
	text-decoration: none;
	width: 243px;
}

/* Root houseMenuVStatic Hover Persistence */
ul#houseMenuVStatic a:hover,
ul#houseMenuVStatic li:hover a,
ul#houseMenuVStatic li.iehover a {
	background: #642;
	color: #fff;
}

/* 2nd houseMenuVStatic */
ul#houseMenuVStatic li:hover li a,
ul#houseMenuVStatic li.iehover li a {
	background: #ca8;
	color: #fff;
	float: none;
}

/* 2nd houseMenuVStatic Hover Persistence */
ul#houseMenuVStatic li:hover li a:hover,
ul#houseMenuVStatic li:hover li:hover a,
ul#houseMenuVStatic li.iehover li a:hover,
ul#houseMenuVStatic li.iehover li.iehover a {
	background: #642;
	color: #fff;
}

/* 3rd houseMenuVStatic */
ul#houseMenuVStatic li:hover li:hover li a,
ul#houseMenuVStatic li.iehover li.iehover li a {
	background: #ca8;
	color: #fff;
}

/* 3rd houseMenuVStatic Hover Persistence */
ul#houseMenuVStatic li:hover li:hover li a:hover,
ul#houseMenuVStatic li:hover li:hover li:hover a,
ul#houseMenuVStatic li.iehover li.iehover li a:hover,
ul#houseMenuVStatic li.iehover li.iehover li.iehover a {
	background: #642;
	color: #fff;
}

/* 4th houseMenuVStatic */
ul#houseMenuVStatic li:hover li:hover li:hover li a,
ul#houseMenuVStatic li.iehover li.iehover li.iehover li a {
	background: #ca8;
	color: #fff;
}

/* 4th houseMenuVStatic Hover */
ul#houseMenuVStatic li:hover li:hover li:hover li a:hover,
ul#houseMenuVStatic li.iehover li.iehover li.iehover li a:hover {
	background: #ca8;
	color: #fff;
}

ul#houseMenuVStatic ul ul,
ul#houseMenuVStatic ul ul ul {
	display: none;
	left: 243px;
	position: absolute;
	top: 0;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#houseMenuVStatic li:hover ul ul,
ul#houseMenuVStatic li:hover ul ul ul,
ul#houseMenuVStatic li.iehover ul ul,
ul#houseMenuVStatic li.iehover ul ul ul {
	display: none;
}

ul#houseMenuVStatic li:hover ul,
ul#houseMenuVStatic ul li:hover ul,
ul#houseMenuVStatic ul ul li:hover ul,
ul#houseMenuVStatic li.iehover ul,
ul#houseMenuVStatic ul li.iehover ul,
ul#houseMenuVStatic ul ul li.iehover ul {
	display: block;
}

#houseMenuVstaticItem38 a {
	position: absolute;
	top: 0px;
	left: 0px;
}