html {
	background-color: #2f4c0b;			
	height: 100%;		
	background-image: -moz-radial-gradient(30px 30px 45deg, circle cover, #80aa4c 0%, #2f4c0b 100%);
	background-image: -webkit-gradient(radial, -250 -225, 1000, 100 44, 40, from(#2f4c0b), to(#517426));
}

body {
	padding: 20px 0;			
	background-image: -moz-radial-gradient(30px 30px 45deg, circle cover, #80aa4c 0%, #2f4c0b 100%);
	background-image: -webkit-gradient(radial, -250 -225, 1000, 100 44, 40, from(#2f4c0b), to(#80aa4c));
	/* background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#517426), to(#2f4c0b)); */
}

.container_24 {
	background: #fff url('../images/leftNavBg.jpg') top left no-repeat;
	background-position: 5px 311px;
	border-bottom: #fff 5px solid;
	box-shadow: 10px 10px 5px #1e3304;
	-webkit-box-shadow: 0px 0px 5px #1e3304;
	-moz-box-shadow: 0px 0px 5px #1e3304;			
}

#contentHeader {
	height: 160px;
	background: #eee url('../images/contentHeaderBg.png') top left repeat;
	margin: 5px 0 0 0;
}

#contentHeader h1 {
	font: 48px ArcherMediumRegular, georgia, times, serif;
	padding: 100px 0 0 10px;
	color: #fff;
	float: left;
}

#contentHeader img {
	float: right;
	display: block;
}

#contentCaption {
	background-color: #e2f0be;
	margin: 0 0 10px 0;
	color: #2e4b0a;
}

#contentCaption h2,
#contentCaption p {
	padding: 15px 15px 25px 15px;
}

#contentCaption h2 {
	margin: 0;
	padding-bottom: 0;
	font-family: Georgia, times, serif;
	font-size: 18px;
}

#contentCaption p {
	font-family: 'Helvetica Neue', Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
}

#contentCaption p em {
	font-style: italic;
	font-family: Georgia, times, serif;
	font-weight: bold;
}

#contentLeft, 
#contentRight {
	background-color: #fff;
	color: #2e4b0a;
}

#contentLeft h3,
#contentRight h3 {
	margin: 10px 0;
	padding-bottom: 0;
	font-family: Georgia, times, serif;
	font-size: 18px;
	padding: 0 10px;
}

#contentLeft p,
#contentRight p {
	font-family: 'Helvetica Neue', Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	padding: 5px 10px 10px 10px;
}

#contentLeft p em,
#contentRight p em {
	font-style: italic;
	font-family: Georgia, times, serif;
	font-weight: bold;
}

blockquote {
	background-color: #e2f0be;
	display: block;
	padding: 25px;
	background-image: -moz-linear-gradient(100% 100% 90deg, #bad96b, #e2f0be);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e2f0be), to(#bad96b));
}

p.block {

}

blockquote cite {
	display: block;
	text-align: right;
	font-style: italic;
	font-family: Georgia, times, serif;
	font-weight: bold;
}

#navigation_column {

}

.header_logo {
	margin-top: 5px;
	display: block;
}

#footer {
	margin: 40px 0 0 0;
	padding: 20px 0;
	background-color: #eef4df;
	font-size: 11px;
	font-family: 'Helvetica Neue', Arial, sans-serif;
	color: #2e4b0a;
	border-left: #fff 5px solid;
}

#footer p {
	padding: 0 15px;
}

/* Styles for Menu Items */
ul#navigation {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 233px; /* Width of Menu Items */
	border-bottom: 1px solid #b5c680;
	}

ul#navigation li a {
	display: block;
	font: normal 14px ArcherMediumRegular, georgia, times, serif;
	text-decoration: none;
	color: #fff;
	background: #2f4c0b; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #b5c680; /* IE6 Bug */
	border-width: 1px 0 0 0;
}

ul#navigation li a:hover {
	color: #2f4c0b;
	background: #b5c680;
}

ul#navigation li a.On {
	font-family: ArcherMediumItalic;
	color: #2f4c0b;
	background: #b5c680;
}

.leftnav_photo {
	display: block;
	margin: 20px auto;
	border-left: #fff 1px solid;
	box-shadow: 10px 10px 5px #4c6130;
	-webkit-box-shadow: 0px 0px 5px #4c6130;
	-moz-box-shadow: 0px 0px 5px #4c6130;
}

#caption p {
	font-family: 'Helvetica Neue', Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	padding: 10px 15px;
	background-color: #e2f0be;
	margin: 0 16px;
	box-shadow: 10px 10px 5px #4c6130;
	-webkit-box-shadow: 0px 0px 5px #4c6130;
	-moz-box-shadow: 0px 0px 5px #4c6130;
}

ul#navigation_footer {
	padding: 0 10px;
}

ul#navigation_footer li {
	display: inline;
	padding: 0 5px;
	border-right: #ccc 1px solid;
}

ul#navigation_footer li.copyright {
	border: 0;
	padding-right: 20px
}

ul#navigation_footer li a {
	color: #2e4b0a;
	text-decoration: none;
}

ul#navigation_footer li a:hover {
	text-decoration: underline;
}

ul.list {
	padding-left: 10px;
	font: normal 16px ArcherMediumRegular, georgia, times, serif;
}

ul.list li {
	padding: 3px 0;
}

.programs img {
	margin: 0 0 15px 10px;
	border: #fff 3px solid;
	box-shadow: 10px 10px 3px #666;
	-webkit-box-shadow: 0px 0px 3px #666;
	-moz-box-shadow: 0px 0px 3px #666;
}

.programs h3 {

}

.programs table {
	width: 100%;
	margin-bottom: 15px;
	color: #333;
	border-top: #4e7d13 1px solid;
}

.programs table tr td {
	border-bottom: #eee 1px solid;
}

.programs table tr {
	background-color: #ebf6ce;
}

.programs table tr.odd {
	background-color: #bdd77c;
}

.programs table tr td.price {
	text-align: right;
	color: #000;
	font-weight: bold;
	font-size: 14px;
	font-family: 'Helvetica Neue', Arial, sans-serif;
	padding: 0 10px;
}

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

.testimonial hr {
	display: block;
	clear: left;
	margin: 15px 0;
	width: 98%;
}

#facebook_share {
	margin: 10px 0;
	text-align: center;
}
