* { margin: 0; padding: 0; outline: 0 }

body {
	background: #BEC2B1 url(../images/bg.gif) repeat-x;
	font: 12px/170% 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	color: #6B6B6B; 
	text-align: center;	
}

a, a:visited {	
	color: #79A325;
	background: inherit;
	text-decoration: none;
}

a:hover {
	color: #73471B;
	background: inherit;
	text-decoration: underline;
}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-weight: Bold; 	
	padding: 10px;		
	color: #444;	
}

h1 {
	font-size: 2.9em;		
}

h2 {
	font-size: 2.5em;
	color: #88AC0B;
}

h3 {
	font-size: 1.6em;
	font-weight: normal;	
	padding: 16px 10px 4px 10px;	
}

p { 
	padding: 12px 10px;	
}

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;	
}

ul { 
	list-style: none; 
}

dl { padding: 10px; 
	margin: 0; 
}

dt {
  font-weight: bold;
  color: #79A62E;
}

dd {
  padding-left: 25px; 
}

img {
	background: #FAFAFA;
   border: 1px solid #E4E4E4;
	padding: 8px;
}

img.float-right {
  	margin: 5px 0px 10px 10px;  
}

img.float-left {
  	margin: 5px 10px 10px 0px;
}

blockquote {
	margin: 15px 10px;
 	padding: 5px 7px 5px 40px;  	
   font-weight: normal;
	font-size: 17px;
	line-height: 1.6em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, serif;		
	color: #80614D;	
	border: 1px solid #EEE8E1; 
	background: #FAF7F5 url(/images/quote.gif) no-repeat 15px 15px;
}

form {
	margin: 20px 10px; 
	padding: 15px 25px 25px 20px; 
	border: 1px solid #EEE8E1; 
	background: #FAF7F5;
}
form p {
	border-bottom: 1px solid #ECE5DD;
	padding: 12px 0 5px 0;	margin: 0;	
	color: #9D6D37;
}
label {
	font-weight: bold;
	color: #A7743B;
}
input, select, textarea {
	margin: 5px 0;
	padding: 5px;
	color: #6A6969;
	border-width: 1px;
	border-style: solid;
  	border-color: #d4d4d4 #ebebeb #ebebeb #d4d4d4; 
}
option { 
	padding-right: 0.5em; 
} 

#name, #email, #message, #website{
	width: 455px;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #fff;
	background: #A6CD56;
	border-width: 1px;
  	border-style: solid;
  	border-color: #C4DE8F #8DB836 #8DB836 #C4DE8F;
}

#wrap {
	position: relative;
	width: 952px;
	background: #FFF url(../images/wrap.gif) repeat-y center top;
	margin: 0px auto 30px auto;
	text-align: left;	
}

#content {
	clear: both;	
	float: left;	
	width: 952px;						
	padding: 25px 0 30px 0; 	
}

#header {
	position: relative;
	width: 952px;
	height: 245px;
	background: #8AB84B url(../images/header.jpg) no-repeat;	
	color: #fff;	
	padding: 0;	
	margin: 0;	
}

#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 66px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	letter-spacing: -5px;
	text-decoration: none;
	color: #332616;
	top: 75px; left: 55px;	
}

#header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 15px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	color: #322815;
	letter-spacing: -0.5px;
	top: 148px; left: 150px;		
}

 #top-menu {
 	position: absolute;
	margin: 0;
	padding: 30px 15px 8px 15px;
	background: #74A838 url(../images/top-menu.gif) repeat-x;
	font-family: 'Trebuchet MS', Arial, Sans-serif;
	color: #FFF;
	top: 0;	right: 70px
 }

 #top-menu p { 	
	margin: 0; padding: 0;	
 }

 #top-menu a {
 	font-weight: bold;
	color: #fff;
 }

#nav {
	clear: both;	
	padding: 0;	margin: 0;
	width: 952px;
	height: 50px;
	background: #988060 url(../images/nav.gif) no-repeat;		
}

#nav ul {
	float: left;	
	list-style: none;	
	margin: 5px 0 0 0;
	height: 45px;
	padding: 0 0 0 40px;					
}

#nav ul li {
	float: left;
	margin: 0; padding: 0 0 0 10px;		
}

#nav ul li a {
	float: left;
	margin: 0;
	padding: 0 15px 0 5px;
	color: #90906a;
	font: bold 15px/45px 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
	text-decoration: none;		
}

#nav ul li a:hover, 
#nav ul li a:active {
	color: #4b3d2c;	
}

#nav ul li#current {
	background: transparent url(../images/left-tab.gif) no-repeat;	
}

#nav ul li#current a {	
	color: #4B3D2C;
	background: transparent url(../images/right-tab.gif) no-repeat right top;	
}

#main {
	float: left;
	width: 870px;
	padding: 0; margin: 0 0 0 40px;
	display: inline;	
}

#main h2 {
	font: bold 2.9em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	color: #51432F; 
	padding: 10px 0 5px 5px; 	
	margin-left: 5px;		
	letter-spacing: -2px;
	border-bottom: 1px solid #E4F2C8; 	
}

#main h2 a {
	color: #51432f;
	text-decoration: none;		
}

#main ul li {
	list-style-image: url(/images/bullet.gif);
}

#sidebar {
	float: right;
	width: 285px;
	padding: 0; 
	margin: 0 45px 0 0;
	display: inline;	
}

#sidebar h3 {
	color: #51432F; 
	font: bold 1.9em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	text-transform: none;
	letter-spacing: -0.5px;
	padding: 5px 0 5px 7px; 
	margin: 10px 0 5px 10px; 	
	border-bottom: 1px solid #E4F2C8;	
}

#footer {
	clear: both;
	width: 952px;
	margin: 0;
	padding: 25px 0 25px 0;
	background: #BEC2B1 url(../images/footer-bottom.gif) no-repeat left top;			
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-size: 0.95em;
	color: #777;	
	text-align: center;	
	letter-spacing: .2px;
}

#footer p {
	padding:10px 0;
}

#footer a:hover { 
	color: #555; 
	border-bottom: 1px dotted #555;
	text-decoration: none;
}

.post-footer {
	padding: 8px 10px;
	margin: 15px 10px 10px 10px;	
	color: #977C57;
	border: 1px solid #EEE8E1; 
	background: #FAF7F5;
}
.post-footer .date{ 
	margin: 0 10px 0 5px;	
	padding: 7px;
	background: #FAF7F5 url(/images/clock.gif) no-repeat 0 2px;
	padding-left: 30px;
}
.post-footer a.comments { 
	margin: 0 10px 0 5px;	
	padding: 7px 5px;
	background: #FAF7F5 url(/images/comments.gif) no-repeat 0 2px;
	padding-left: 30px;
	color: #977C57;
}
.post-footer a.readmore { 
	margin: 0 10px 0 5px;	
	padding: 7px 5px;
	background: #FAF7F5 url(/images/doc.gif) no-repeat 0 2px;
	padding-left: 30px;
	color: #977C57;
}
.post-footer a.edit { 
	margin: 0 10px 0 5px;	
	padding: 7px 5px;
	background: #FAF7F5 url(/images/edit-doc.gif) no-repeat 0 2px;
	padding-left: 30px;
	color: #977C57;
}

.post-info { font-size: .95em; padding: 0 10px; margin-left: 2px; color: #A98D76; }
.post-info a, .post-info a:visited { color: #333; }

.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

.no-border { border: none; }
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}

.contentWrap {
	width: 800px;
	margin: 0 auto;
}
.infoBalloonContent {
	padding: 0px 25px 0 25px;
	font-size:20px;
	font-style:italic;
	color:#000000;
}
.successBalloon {
	width: 146px;
	height: 126px;
	margin: -170px 0 0 570px;
	position:relative;
}
.errorBalloon {
	width: 146px;
	height: 126px;
	margin: -170px 0 0 570px;
	position:relative;
}
.resultText {
	padding: 30px 10px 0 6px;
	margin: -130px 0 0 570px;
	width: 146px;
	height: 126px;
	color: #ffffff;
	text-align:center;
	position: absolute;
}
.mailWrap {
	margin: 0px 0 0 30px;
	font-size:20px;
	color:#000000;
}
.newsletterInput {
	border: #555555 solid 1px;
	padding: 4px;
	color: #000000;
	font-size:16px;
	width: 200px;
}
.newsletterButton {
	font-size:16px;
	margin: 5px 0 0 300px;
}
.contactWrap {
	margin: 20px auto 0 auto;
	text-align:center;
	color: #fff;
	line-height: 24px;
}
.contactWrap A:link, .contactWrap A:visited, .contactWrap A:active{
	color: #000000;
	text-decoration: none;
	background-color:#fff;
	padding: 4px;
}
.contactWrap A:hover {
	text-decoration: underline;
}

