﻿/* SET SHARED STYLES */
body { margin: 0; }
p { line-height: 1.5em; }
p em, table.priceChart th
{
	color: #57A438;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	line-height: 1.5em;
}

/* SET LINK STYLES */
a:link { color: #039; }
a:visited { color: #039; }
a:hover { color: #039; }
a:active { color: #999; }

/* SET FONT STYLES */
body, td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background-color: #fff;
}

.header
{
	font-size: 18px;
	font-weight: bold;
	padding: 5px;
	color: #57A438;
}

.staff
{
	font-size: 16px;
	font-weight: bold;
	padding: 3px;
	color: #57A438;
}

.content
{
	width: 480px;
	padding: 6px;
	margin-left: 10px;
}

.staffForm td
{
	padding: 10px;
}

/* SET MASTHEAD STYLES */
td.mainNav { height: 72px; }
td.mainNav ul { list-style-type: none; }
td.mainNav li { display: inline; padding: 4px 0px 4px 8px; }

/* SET ACCENT BAR STYLES */
div.topGrnAccentBar
{
	width: 740px;
	padding: 8px 0;
	background-color: #66bb44;
	border-bottom: solid 1px #fff;
	background-image: url(../images/shared/grnLayeredBk.gif);
}
div.topGrnAccentBar a
{
	color: #fff;
	font-weight: bold;
	padding-left: 20px;
	background-color: transparent;
}
div.topOliveAccentBar { width: 740px; height: 20px; background-color: #999999; border-bottom: solid 1px #fff; }
div.bottomOliveAccentBar { width: 740px; height: 20px; background-color: #999999; border-top: solid 1px #fff; }
div.bottomGrnAccentBar
{
	width: 720px;
	background-color: #66bb44;
	border-top: solid 1px #fff;
	background-image: url(../images/shared/grnLayeredBk.gif);
	background-repeat: repeat-y;
	padding: 10px 0px 10px 20px;
}
div.bottomGrnAccentBar td, .bottomGrnAccentBar td a
{
	color: #fff;
	line-height: 1.2em;
	background-color: transparent;
}

/* SET HOMEPAGE STYLES */
td.mainPhotoColumn
{
	width: 330px;
	background-image: url(../images/shared/oliveLayeredBk.gif);
	background-repeat: repeat-y;
}
td.secondaryPhotoColumn
{
	width: 270px;
	background-image: url(../images/shared/oliveLayeredBk.gif);
	background-repeat: repeat-y;
}
ul.homeLinks
{
	font-size: 13px;
	font-weight: bold;
	line-height: 1.5em;
	padding-left: 15px;
	color: #999999;
	margin-bottom: 40px;
}

/* SET TEMPLATE STYLES */
td.secondaryPhotoColumnAlt
{
	width: 170px;
	background-image: url(../images/shared/oliveLayeredBk.gif);
	background-repeat: repeat-y;
}

/* SET TESTIMONIAL STYLES */
div.testimonial p
{
	margin-bottom: 10px;
	line-height: 1.7em;
}
p.testimonialName
{
	font-style: italic;
	font-weight: normal;
	font-size: 14px;
	color: #57A438;
	border-bottom: solid 1px #999999;
	padding-bottom: 20px;
}

/* SET CONTENT STYLES */
ul.bulletList
{

	font-size: 14px;
	margin: 20px 0px;
}
ul.bulletList em
{
	color: #57A438;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	line-height: 1.5em;
}
ul.bulletList ul li
{
	width: 86%;
	list-style-type: none;
	margin: 10px 0px;
}
ul.bulletList ul li p, ul.bulletList li p { color: #000; font-size: 11px; }

/* SET PRICE CHART STYLES */
div.chartHead
{
	text-align: center;
/*	margin-left: 100px; */
	width: 458px;
	margin-top: 50px;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	background-color: #57A438;
	border: solid 1px #4E8E35;
}
table.priceChart
{
	width: 460px;
}
table.priceChart th { border: solid 1px #999999; padding: 3px 0px; }
table.priceChart td { padding: 6px; text-align: center; border: solid 1px #999999; }
table.priceChart td.columnHead { color: #57A438; font-weight: bold; }
table.priceChart td.rowHead { text-align: left; width: 100px; font-weight: bold; }
table.priceChart td.pickUp em
{
	color: #57A438;
	font-style: normal;
}
.member { background-color: #f3f3ed; }

/* SET ENROLLMENT FORM STYLES */

.formHeader
{
	font-weight: bold;
	padding: 15px;
	font-size: large;
	
}

table.enrollmentForm
{
	padding: 2px;
}

table.enrollmentForm td { width: 120px; text-align: right; }
table.enrollmentForm td textarea{ text-align: left; }

table.enrollmentForm input, textarea {background-color:#ded;}

.submitbutton
{
	background-color:#66bb44;
	color: white;
	border:1px solid; 
	border-color: #696 #363 #363 #696; 
	margin-left: 400px;
	height: 30px;
	width: 140px;
}

/* SET FOOTER STYLES */
div.footer { padding: 10px 20px; color: #999; }

