body {
	font: 12px/18px "Lucida Sans", Arial, sans-serif;
}

h1,h2,h3,h4,h5,p {
	line-height: 1.4em;
	margin-bottom: 10px;
	font-weight: normal;
}
h1, h2, h3, h4, h5 {

}
h1 { font-size: 24px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 { font-size: 12px; }
a {
	text-decoration: none;
	font-weight: bold;
}
.left {
	float: left;
	margin: 0 10px 10px 0;
}
.right {
	float: right;
	margin: 0 0 10px 10px;
}


#container {
	margin: 20px auto;
	width: 960px;
}

#header {
	background: transparent url(/media/images/header_bg.jpg) top left no-repeat;
	height: 150px;
	position: relative;
}
#header #logo a {
	position: absolute;
	display: block;
	top: 20px;
	left: 35px;
	width: 350px;
	height: 100px;
	text-indent: -10000px;
}
#nav {
	background-color: #010101;
	position: relative;
	height: 30px;
}
#nav_main {
	background-color: transparent;
}
#nav_main li a {
	border: none;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	padding: 0 .5em;
	background-color: #111;
	color: #FFF;
}

#nav_main li a:hover,
#nav_main li li.here a,
#nav_main li li.parent_here a,
#nav_main li li.parent_here li a:hover {
	background-color: #429b30;
}
#nav_main li li a,
#nav_main li li.here li a {
	background-color: #FFF;
	color: #111;
}



#nav_main ul {
	width: 800px;
}
#nav_main ul ul {
	width: 150px;
}
#nav_main ul li.parent_here li a {
	background-color: #FFF;
	color: #111;
}
#nav_main ul ul li {
	border: 1px solid #111;
	border-width: 0 1px 1px 1px;
}
#nav_main ul ul li a {
	font-size: 14px;
}






#nav_secondary {
	right: 10px;
	position: absolute;
	top: 0;
}
#nav_secondary li {
	display: inline;
}
#nav_secondary li a {
	display: inline-block;
	color: #FFF;
	line-height: 32px;
	padding: 0 0.5em;
}
#nav_secondary li a:hover,
#nav_secondary li.here a {
	color: #111;
	background-color: #FFF;
}

/*****
 * =Content
 *******************************/

#content {
	background: transparent url(/media/images/content_bg.jpg) top left repeat-x;
	min-height: 400px;
	margin-top: 30px;
	padding: 20px 20px;
}	


/*****
 * =Main
 *******************************/
#main {
	float: left;
	width: 580px;
	background-color: #FFF;
	border: 1px solid #000;
	padding: 20px;
	position: relative;
}
#main h3 {
	color: #429B30;
}

#main ul,
#main ol {
	margin-left: 20px;
}
#main ul li {
	list-style-type: disc;
}
#main ol li {
	list-style-type: decimal;
}

#main .row p {
	width: 140px;
	float: left;
	text-align: center;
}
#main .row p a {
	display: block;
}
#slides {
	min-height: 400px;
}
#slideshow_nav a {
	display: inline-block;
	padding: 5px 10px;
	margin-right: 5px;
	border: 1px solid #CCC;
	color: #429b30;
}
#slideshow_nav a.activeSlide {
	background-color: #DDD;
}
/*****
 * =Contact Page
 *******************************/
#contact_form {
	float: left;
	width: 250px;
}
#contact_form input,
#contact_form textarea {
	width: 200px;
	padding: 5px;
	border: 1px solid #999;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #EEE;
}
#contact_form input.submit {
	width: auto;
}
#map {
	float: right;
	width: 325px;
}
#map #google_map {
	width: 325px;
	height: 325px;

}
#slides {
	height: 389px;
	width: 580px;
	overflow: hidden;
}
#slideshow_nav {
	float: right;
}


/*****
 * =Sidebar
 *******************************/

#sidebar {
	width: 240px;
	float: right;
	background-color: #FFF;
	padding: 20px;
}
#sidebar h3 {
	background-color: #429b30;
	color: #FFF;
	padding: 5px 10px;
	margin: 0 -10px 20px -10px;
}

/*****
 * =Footer
 *******************************/

#footer {
	margin-top: 20px;
	border-top: 1px solid #52aa3e;
}
#footer p {
	text-align: center;
}