@charset "utf-8";
/* CSS Document */

/* Overrides */

* {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}

/* Basic Layour */

body {
	background:url(../images/bg.gif) repeat-x #07a248;
	font-size:0.875em;
	line-height:160%;
}

#main_container {
	margin:0 auto;
	width:908px;
}

/* Typography */

h1, h2, h3, h4, h5, h6 {
	color:#1D5030;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom:10px;
}

#content {
	color:#333;
}

h1 {
	font-size:140%;
	line-height:140%;
}

h2 {
	font-size:120%;
}

h3 {
	font-size:100%;
}

p, address {
	font-size:85%;
	margin-bottom:10px;
}

address {
font-style:normal;
}

a {
	color:#1D5030;
}

/* Header */

#header {
	margin-top:46px;
}

#logo {
	float:left;
}

#phone_number {
	float:right;
	text-align:right;
	color:#fff;
	font-size:125%;
	margin-top:10px;
	line-height:150%;
}

/* Body */

#body_container {
	margin-top:42px;
	float:left;
	display:block;
	width:908px;
}

/* Navigation */

#navigation {
	background:url(../images/nav_back.gif) #287344;
	width:232px;
	margin-top:18px;
	float:left;
}

#navigation ul {
	background:url(../images/nav_top.gif) no-repeat top;
	width:232px;
	padding-top:20px;
}

#navigation li {
	list-style:none;
	font-size:80%;
}

#navigation li#nav_bottom {
	background:url(../images/nav_bottom.gif) no-repeat bottom;
	padding-bottom:40px;
}

#navigation a {
	color:#D9E1D7;
	text-decoration:none;
	display:block;
	border-top:1px solid #1A482C;
	padding:4px 0 4px 11px;
	margin-left:4px;
}

#navigation #nav_bottom a {
	border-bottom:1px solid #1A482C;
}

#navigation a:hover {
	color:#fff;
	background:#1D5030;
	padding-left:11px;
}

#navigation a.active {
	color:#fff;
	background:#1D5030;
	padding-left:11px;
}

#navigation span {
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:150%;
	margin-bottom:-5px;
}

/* Content */

#content_container {
	background:url(../images/content_back.gif);
	width:675px;
	float:left;
	display:block;
}

#content_top {
	background:url(../images/content_top.gif) no-repeat top;
	width:675px;
	float:left;
}

#content_bottom {
	background:url(../images/content_bottom.gif) no-repeat bottom;
	width:675px;
	float:left;
}

#content {
	width:429px;
	float:left;
	padding:20px 0 20px 15px;
}

#content blockquote p {
	background:url(../images/body_quote.gif) no-repeat top left;
	padding:3px 0 0 5px;
	margin-top:20px;
	font-size:100%;
}

#content cite {
	display:block;
	font-weight:bold;
	text-align:right;
	margin-top:5px;
}

/* Sidebar */

#sidebar {
	width:212px;
	float:left;
	display:block;
	margin:10px 0 10px 10px;
}

#sidebar h2 {
	background:url(../images/right_box_top.gif) no-repeat top;
	padding:9px 9px 0 9px;
	font-weight:normal;
}

/* Contact */

#right_contact {
	background:url(../images/right_box_bottom.gif) no-repeat bottom #C5D2C1;
	margin-bottom:10px;
}

#right_contact p{
	padding:0 10px;
}

fieldset {
	border:none;
	padding:0 9px 9px 9px;
}

.input192 {
	width:187px;
	min-height:18px;
	border:1px solid #1D5030;
	padding-left:5px;
	padding-top:4px;
	margin-bottom:5px;
	font-size:85%;
}

.textarea192 {
	width:187px;
	min-height:100px;
	border:1px solid #1D5030;
	padding-left:5px;
	padding-top:4px;
	font-size:90%;
}

.contact_button {
	border: none;
    background: url('../images/send_button.gif') no-repeat top left;
	width:70px;
	height:25px;
	text-indent:-9999px;
	margin-top:5px;
}

.contact_button:hover{
	cursor:pointer;
	background-position:0 -25px;
}

.contact_button_2 {
	border: none;
    background: url('../images/send_button2.gif') no-repeat top left;
	width:160px;
	height:25px;
	text-indent:-9999px;
	margin-top:5px;
}

.contact_button_2:hover{
	cursor:pointer;
	background-position:0 -25px;
}

/* Testimonials */

#right_testimonials {
	background:url(../images/right_box_bottom.gif) no-repeat bottom #C5D2C1;
	cursor:pointer;
}

#right_testimonials blockquote p {
	background:url(../images/quote.gif) no-repeat top left;
	padding:5px;
	color:#1D5030;
	font-size:80%;
	line-height:140%;
	margin:0 9px 0 9px;
	padding-bottom:9px;
}

#right_testimonials blockquote p cite {
	font-weight:bold;
	font-style:normal;
	display:block;
	text-align:right;
	margin-top:5px;
}

/* Footer */

#footer {
	float:right;
	display:block;
	width:675px;
	color:#fff;
	margin:10px 0;
}

#footer p {
	float:left;
	font-size:80%;
}

#footer ul {
	float:right;
	font-size:80%;
}

#footer li {
	list-style:none;
	float:left;
}

#footer ul li a {
	border-right:1px solid #fff;
	padding:0 4px;
}

#footer a {
	color:#fff;
}

#footer a:hover {
	text-decoration:none;
}

#footer a.last {
	border-right:none;
	padding-right:0;
}

/* Page specific */

.large_map_link {
	font-size:80%;
	margin-bottom:10px;
	display:block;
}