html, body { /* container helps divs expand 100% height*/
	height: 100%;
	min-height: 100%;
	max-height: 100%; 
}
body {
	background-color: #F6F7B1;
	background-image: url(../images/pgBckgrnd.gif);
	background-repeat: repeat-y;
	background-position: center;
	padding: 0px;
	margin: 0px;
	min-width: 760px;
	text-align: center; /* fixes IE wrapper div centering issue */
	height: 100%;  /* container helps divs expand 100% height*/
	min-height: 100%;
	max-height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%
}
  .clear {
    clear:both;
    height:1px;
    overflow:hidden;
  }

a:link {
	color: #218FC9;
}
a:visited {
	color: #0097BE;
}
a:hover {
	color: #218FC9;
	text-decoration: none;
	border-bottom: none;
}
a:active {
	color: #218FC9;
	text-decoration: none;
}
p {
margin-top: 3px;
margin-bottom: 5px;
}

h1 {
	color: #00448E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 24px;
	font-weight: bold;
	margin-bottom: 7px;
	padding-bottom: 0px;
	/*background-image: url(../images/h1_end.gif);
	background-repeat: no-repeat;
	background-position: right 5px;
	padding: 5px 40px 5px 0px;
	display: inline;*/
	
}
h2 {
	color: #00448E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	line-height: 22px;
	font-weight: bold;
	padding: 0px;
	margin: 15px 0px 0px 0px;
	
}
/*h3 {
	font-size: 13px;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}*/
h4 {
	color: #375839;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	padding: 0px;
	margin: 5px 0px 5px 0px;
}

ul {
	padding: 0px;
	margin: 0px 0px 0px 15px;
	list-style-type: square;
}
li {
	padding: 3px 0px 3px 0px;
	margin: 0px;
}


#wrapper {
	margin:0 auto;
	width: 900px !important;
  	width /**/:902px;
	height: 100%;
	text-align: left;/* fixes center aling issue from body align center */
}
#header {
	width: 100%;
	height: 125px;
	background-color: #E1ECDE;
	background-image: url(../images/header.jpg);
	border-bottom: 1px solid #FFFFFF;
	background-repeat: no-repeat;
}
#header a{
	border-bottom: none;
}
#taglineBoxWrapper {
	background-color: #719469;
	width: 100%;
	height: 31px;
	font-size: 15px;
	font-weight: bold;
	font-style:italic;
	color: #fff;
	border-bottom: 1px solid #fff;
	border-top: 4px solid #E0D489;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/taglineBox.gif);
	background-repeat: repeat-x;	
}
#tagline {
float: left;
width: 800px;
margin-top: 4px;
margin-left: 15px;
}
.kidsPhoto {
float: left;
}
.kidsPhoto img {
margin-right: 10px;
margin-bottom: 10px;
}
table.meetChildrenTable {
width: 650px;
}

table.meetChildrenTable td {
width: 50%;
}
table.meetChildrenTable p {
margin-right: 10px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 16px;
color: #333;
}


	
#navigationRailWrapper {
	width: 189px;
	float: left;
	height: 100% !important;
	/*background-image: url(../images/navBckgrnd.gif);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #E0D489;*/
	overflow: hidden;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#navigationContent {
	margin: 10px 15px 0px 15px;
	width: auto;
	height: 100%;  /* container helps divs expand 100% height*/
}

#navigationContent ul {
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	list-style-type: none;
}
#navigationContent li {
	padding: 6px 0px 6px 0px;
	margin: 0px;
	border-bottom: 1px solid #96AB94;
}
/*.lastLi {
	border-bottom: 1px solid #FFF;
}*/
#navigationContent {
	color: #68742A;
}
#navigationContent ul a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	border-bottom: none;
}
#navigationContent ul a:link, #navigationContent ul a:visited, #navigationContent ul a:active, {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: none;
}
#navigationContent ul a:hover {
	color: #FFE861;
	text-decoration: none;
	/*background-image: url(../images/hightlightLi.gif);*/
	background-repeat: repeat-y;
	background-position: top;
	border-bottom: none;
	
	
}
#navigationContent li .active a{
	color: #E0D489;
}


.active a {
	color: #E0D489 !important;
}

.introParagraph {
font-size: 14px;
line-height: 19px;
}


#contentWrapper {
	float: right;
	height: auto;
	background-color: #ffffff;
	width: 700px;
}
#contentWrapper img {
border: 5px solid #6699CE;
margin: 5px 5px 10px 0px;
}
blockquote {
	color: #333;
	margin-left: 15px;
	margin-right: 25px;
	background-image: url(.../images/quote.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
blockquote p {
	margin-left: 15px;
	padding-top: 8px;
} 

#contentBody {
	margin: 10px 20px 0px 15px;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; /* was 14px */
	line-height: 17px;
	color: #333;
}

.contentRule {
	border-bottom: 1px dashed #A9AD6A;
	padding-bottom: 5px;
	width: auto;

}
table.staffTable tr.noRule td  {
	border-bottom: 0px;
}
p {
	margin-bottom: 20px;
}
.logoBox {
	float: right;
	width: 200px;
	text-align: center;
	margin-bottom: 15px;
}


table.coachBox img {
	border: double #84892B;
}
table.staffTable, table.upcomingEventsTable {
color: #666666;
font-size: 12px; /* was 14px */
margin-top: 10px;
line-height: 20px;
}

table.upcomingEventsTable {
line-height: 25px;
}

table.staffTable h2 {
margin-top: 15px;
}
table.staffTable tr td, table.upcomingEventsTable tr td {
border-bottom: 1px solid #cccccc;
}
td.date {
width: 200px;
}


.bottomQuote {
	background-image: url(../images/quote_right.gif);
	background-repeat: no-repeat;
	background-position: right 5px;
	padding-bottom: 20px;
}

#footer {
	margin: 120px 20px 20px 20px;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #666666;
	text-align: center;
}
.footerRule {
	width: 520px;
}
.footerLine {
	width: auto;
	margin-top: 5px;
	border-top: 1px dashed #666666;
	
}

.fadeLine {
	border-top: 1px dashed #A9AD6A;
	padding: 8px 0px 10px 0px;
	width: auto;
	background-image: url(../images/fadeLine.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.fadeLinePrice {
	/*border-top: 1px solid #E4E4CB;*/
	padding: 5px 0px 10px 0px;
	width: auto;
	/*background-image: url(../images/fadeLine.gif);*/
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 5px;
}

.normalText {
	font-weight: normal;
}
.coachTable {
margin: 3px 0px 10px 0px;
font-size: 12px;
width: 515px;
}


div.fadeLine {
 margin-top: 25px;
}
.formField {
background-color: #f5f5f5; 
font-family: verdana; 
font-size: 12px; 
color: #333;
border: 1px solid #CCCCCC; 
height: 20px; 
margin-bottom: 3px; 
margin-top: 2px; 
}
.formText {
background-color: #f5f5f5; 
font-family: verdana; 
font-size: 12px; 
color: #333;
border: 1px solid #CCCCCC; 
margin-bottom: 3px; 
margin-top: 2px; 
}
.formButton {
background-color: #375839;
font-size: 12px; 
font-weight: bold;
color: #FFFFFF;
margin-bottom: 3px; 
margin-top: 2px; 
}
.required {
color: #C41200;
}
.subText {
font-size: 11px;
}
.sig {
	font-size: 10px;
	line-height: 12px;
}
.threeTable {
	width: 33%
}

.lftRailLink {
padding-top: 5px;
}

.formIcon a {
	font-size: 11px;
	margin-top: 15px;
	font-family: verdana; 
	color: #FFFFFF;
}
.formIcon a:link {
	color: #0097BE;
	text-decoration: none;
	border-bottom: 1px dotted #0097BE;

}
.formIcon a:visited {
	color: #0097BE;
	text-decoration: none;
	border-bottom: 1px dotted #0097BE;


}
.formIcon a:hover {
	color: #59C8EB;
	text-decoration: none;
	border-bottom: none;


}
.formIcon a:active {
	color: #0097BE;
	text-decoration: none;
}
.formIcon {
	background-image:url(../images/form_icon.gif);
	background-position:left top;
	padding-left: 15px;
	background-repeat: no-repeat;
}