/* Green Colour : #414425 */

body {
	text-align:center;  /* for IE */
	font-family: Arial, serif;
	font-size: 13px;
	line-height:1.6em;
	background: url('../images/background.jpg') repeat-x #fff;
	margin:0;
	padding:0;
}
a {color:#000;text-decoration:underline;}
a:hover {color:#92F757;}
strong {font-weight:bold;}
img {
	border: 0;
}
blockquote {
	float:right;
	padding:10px;
	background: #D7EAB9;
	width:240px;
	font-size:12px;
	margin-bottom:10px;
}
form {
	margin: 0;
	padding: 10px;
	background:#D7EAB9;
}

label {
	width: 150px;
	text-align: right;
	float:left;
	padding-right: 15px;
	font-size:13px;
	font-weight:bold;
}
form p {padding:7px;}

input, textarea {width: 300px;}
input.empty {width: auto;}

#main_content h1, #content h1 {
	padding: 10px 0px;
}
h1 {font-size:28px;margin-bottom:10px;color:#603A17;font-family:Georgia;}
h2 {font-size:20px;margin-bottom:10px;color:#26AAE1;}
p {padding-bottom:8px;}

/* ID Styles */

#main {
}

.container {
	text-align: left;
	margin: 0 auto;
	width: 900px;
}

#header {
	height:120px;
}

.logo {
	position:relative;
	left:250px;
	top:10px;
}

#content {
	padding: 10px 20px 10px 20px;
	float:left;
	width: 600px;
}
#main_content {
	padding: 10px 20px 10px 20px;
	color:#000;
}

/* 3 bottom areas on the home page */
.section {
	margin-top:20px;
	margin-right:-30px;
	width:286px;
	padding:20px;
	display:block;
	float:left;
	color:#000;
}
#sidebar {
	width: 260px;
	padding:0;
	margin:0;
	float:right;
}
#sidebar .sideinside {background:#D7EAB9;padding:10px;}
#sidebar .leaf {position:relative;display:block;width:150px;height:81px;background: url('../images/side_leaf.jpg') bottom;float:right;}
#sidebar h1 {font-size:16px;font-weight:bold;}
#sidebar p {
	padding: 3px;
}

.container a{
	color:#603A17;
	text-decoration: underline;
	font-weight:bold;
}
#bottom {
	padding-top:10px;
	padding-bottom:30px;
}
#bottom p {
	color:#000;
}

#footer {
	clear:both;
	margin:0;
	font-size:12px;
	text-align:center;
	border-top:6px solid #DAECBC;
	padding-top:6px;
}
.image {
	display:block;
	padding:0px 0 10px 0px;
}
.testimonial {background: url('../images/quote.gif') 10px 0px #e7eef1 no-repeat;padding:30px 10px 10px 40px;margin-bottom:10px;}
.testimonial .name {font-style:italic;font-size:14px;text-align:right;}
ul {padding:0 0 10px 10px;}
li {
	padding:0 0 5px 14px;
	background: url('../images/arrow.gif') no-repeat 3px 6px;
}
table {border-collapse:collapse;}
table thead td{
	background:#fff;
	padding:0;
	border:1px solid #40703F;
	text-align:center;
}
td.red {
	background:#CC383A;
	color:#fff;
	text-align:right;
	font-weight:bold;
	padding-right:10px;
	border-top:1px solid #fff;
}
table tbody td {
	padding:5px;
	border:1px solid #40703F;
	width:220px;
	color:#000;
	background:#fff;
	text-align:center;
}
p.error {padding:5px;font-weight:bold;font-style:italic;text-decoration:underline;}
p.title {font-size:16px;color:#603A17;font-weight:bold;}