/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(images/img01.gif) repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #6b6a5f;
}

h1, h2, h3 {
	color: #327F24;
}

h1, h2 {
	margin-bottom: 20px;
	font-weight: normal;
}

h1 {
	font-size: 197%;
}
.color1 {
	color: #51cc3a;
}
.color2 {
	color: #b0ad8c;
}


h2 {
	font-size: 152%;
}

h3 {
	font-size: 100%;
}

p, ul, ol {
	margin-bottom: 20px;
	line-height: 1.8em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	padding: 10px;
	padding-left: 3em;
	background: url(images/img08.gif) no-repeat 3px 3px;
	font-style: italic;
	background-color: #F7F7F4;
	}
blockquote p {
	margin: 0;
	}

a:link {
	color: #067600;
}

a:active {
	color: #ED5C0C;
}

a:visited {
	color: #067600;
}

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

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 10px 0;
}

img.right {
	float: right;
	margin: 0 0 10px 20px;
}
/* Menu */

#menu {
	width: 770px;
	height: 65px;
	margin: 0 auto;
	border-right: 1px solid #edebd5;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 109px;
	height: 45px;
	padding: 20px 0 0 0;
	border-left: 1px solid #edebd5;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	font-size: 144%;
	color: #BABABA;
}

#menu a:hover {
	background: #f4f3e5;
}

#menu .active a {
	background: #7ad568;
	color: #FFFFFF;
}

/*body ID navigational cues (Body IDs: home, about, services, products, location, links, contact)*/
body#home #menu ul li#tabHome a,
body#about #menu ul li#tabAbout a,
body#services #menu ul li#tabServices a,
body#products #menu ul li#tabProducts a,
body#location #menu ul li#tabLocation a,
body#links #menu ul li#tabLinks a,
body#contact #menu ul li#tabContact a {
 background: #7ad568;
 color: #fff;
 }

/* Header */

#header {
	width: 770px;
	height: 170px;
	margin: 0 auto;
}

#header h1 {
	float: left;
	width: 220px;
	height: 100px;
	margin: 0;
	padding: 96px 0 0 0;
	background: url(images/img02.jpg) no-repeat;
	text-align: center;
	font-size: 42px;
}

#header h2 {
	float: right;
	font-size: 19px;
	width: 525px;
	height: 86px;
	margin: 0;
	background: url(images/img03.jpg) no-repeat;
	padding: 117px 0 0 25px;
	text-align: left;
}

#header a {
	text-transform: lowercase;
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
	color: #fff;
}

/* Page */

#page {
	width: 770px;
	margin: 0 auto;
	padding: 20px 0;
}

/* Content */

#content {
	float: left;
	width: 550px;
	padding-top: 10px;
}

#content img {
	border: 4px solid #c1f5b8;
}
#content img.left_noborder {
  float: left;
	border: none;
	margin: 0 20px 10px 0;
}


.post {
	margin-bottom: 20px;
	padding: 0 20px;
}

.hr {
	border-bottom: 1px solid #EDEBD5;
}

/*services page */

body#services #page strong {
	color: #327F24;
	font-weight: bold;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 210px;
	padding: 5px;
	background: #EDEBD5;
}

#sidebar h2 {
	margin: 0;
	padding: 5px 15px;
	color: #FFFFFF;
}

#sidebar h3 {
	font-size: 85%;
	color: #FFFFFF;
}

#sidebar ul {
	margin: 0;
	padding: 15px;
	list-style: none;
}

#sidebar li {
 text-align: center;
 width: 160px;
 background-color: #b5b398;
 margin-bottom: 15px;
 margin-left: 10px;
}

#sidebar li p {
width: 150px;
text-align: center;
margin: 0;
padding: 0;
}

#sidebar img {
	padding-top: 5px;
}

#sidebar a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#sidebar a:hover {
	color: #444225;
}

.bluebox {
	background: url(images/img05.gif) repeat-y;
}

.bluebox h2 {
	background: url(images/img06.gif) repeat-y;
}
#updates p {
 margin: 4px 10px;
 line-height:normal;
}
#updates form {
 margin: 0;
 padding: 0;
}


/* Footer */

#footer {
	clear: both;
	height: 100px;
	padding: 25px 0;
	background: #f5f3ec url(images/img04.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer a {
	color: #666666;
}