body {
	margin: 0;
	padding: 0;
	background: #c6d6a9;
	font: normal small Arial, Helvetica, sans-serif;
	color: #000000;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #4c667d;
}

h2 {
	font-size: 22px;
}

h3 {
	margin-bottom: 1em;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: .9em;
	font-weight: bold;
}

p, blockquote, ul, ol {
	margin-top: 0;
}

blockquote {
	line-height: 1.6em;
}

a {
	text-decoration: underline;
	color: #66aa33;
}

a:hover {
	text-decoration: none;
	color: #66CC00;
}

img {
	border: 0px;
}

label {
	color: #666666;
	display: block;
	font-size: .9em;
}

label span {
	color: #3399ee;
	font-size: .8em;
}

input, textarea, select {
	background: white url('../images/form_inputtext.gif') repeat-x 0 0;
	border: 1px solid #999999;
	color: #666666;
	font: .9em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	padding: 2px;
}

/* Wrapper */

#wrapper {
	width: 810px;
	margin: -20px auto 0 auto;
	padding: 0 20px;
	background: url(../images/bg.gif) repeat-y top left;
}

/* top */

.dotline {
	clear: both;
	width: 100%;
	height: 2px;
	background: url(../images/dot.gif) repeat-x top left;
	overflow:hidden;
}

#menu {
	width: 810px;
	padding: 60px 0 10px 0;
}

.active {
	border: 1px #999 solid;
}

#menu a {
	float: right;
	display: block;
	padding: 4px 5px;
	margin: 0 25px 5px 0;
	color: #999999;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: none;
	color: #666666;
}

#banner {
	width: 790px;
	height: 160px;
	padding: 10px;
	margin-bottom: 10px;
}

/* Content */

#content {
	float: left;
	line-height: 1.6em;
	width: 810px;
}

#posts {
	float: left;
	width: 810px;
}

/* Footer */

#footer {
	clear: both;
	width: 860px;
	padding: 20px 0 10px 0;
	margin: 0 -25px;
	background: #c6d6a9 url(../images/foot.gif) no-repeat top center;
	font-size: .75em;
	color: #666666;
	text-align: center;
}

#footer a {
	text-decoration: none;
}

/* Forms */

#contactform table td {
	padding: 0 10px 4px 0;
}

#name, #subject {
	width: 300px;
}

#email, #phone, #hear, #followup {
	width: 220px;
}

#message {
	width: 780px;
	height: 140px;
}

.comment {
	border: 2px solid #eeeeee;
	padding: 5px;
	margin-bottom: .8em;
}

.comment p {
	margin: 0;
}

.commentmeta {
	font-size: .8em;
}

.commentmeta a {
	font-size: 1.5em;
	text-decoration: none;
}

.reply {
	text-align: right;
}