html, body { /* container helps divs expand 100% height*/
	height: 100%;
	min-height: 100%;
	max-height: 100%; 
}
body {
	/*background-color: #ffffff;*/
	background-image: url(../images/pageBackground.gif);
	background-repeat: repeat-x;
	background-position: top;
	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%;
}

a:link {
	color: #0097BE;
	text-decoration: underline;
}
a:visited {
	color: #0097BE;
	text-decoration: underline;
}
a:hover {
	color: #59C8EB;
	text-decoration: none;
	border-bottom: none;
}
a:active {
	color: #0097BE;
	text-decoration: underline;
}

h1 {
	/*color: #258E95;*/
	color: #F1037F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	line-height: 24px;
	font-weight: bold;
	padding: 0px 40px 0px 0px;
	display: inline;
	
}
h2 {
	color: #859234;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	padding: 0px;
	margin: 5px 0px 5px 0px;
	
}
h3 {
	font-size: 13px;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 0px 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: 860px !important;
  	width /**/:862px;
	height: 100%;
	border: 0px;
	text-align: left;/* fixes center aling issue from body align center */
	background-image: url(../images/wrapperBackground.gif);
	background-repeat: repeat-y;
	background-position: top;
}
#header {
	width: 100%;
	height: 70px;
	background-image: url(../images/ClydeHeader.jpg);
}
a:link #header, a:visited #header, a:hover #header, a:active #header{
	border-bottom: 0px;
	border: 0px;
	text-decoration: none;
}


#graphicHeader {
width:806px;
height: 150px;
margin-right: 20px;
margin-left: 25px;
background-image: url(../images/graphicHeader_BG.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

#testimonials #header, #home #header, #clinics #header {
	width: 100%;
	background-image: url(../images/temp_header2.jpg);
}
#lessons #header, #membership #header, #links #header {
	width: 100%;
	background-image: url(../images/temp_header3.jpg);
}
	
#navigationRailWrapper {
	width: 260px;
	float: left;
	height: 100% !important;
	/*background-color: #ffffff;*/
	overflow: hidden;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-left: 0px;
	/*margin-top: 23px;*/
}
#navigationContent {
	margin: 8px 20px 0px 45px;
	width: 195px;
	height: 100%;  /* container helps divs expand 100% height*/
}

#navigationContent ul {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	list-style-type: none;
}
#navigationContent li {
	padding: 6px 0px 6px 0px;
	margin: 0px;
	border-top: 1px solid #d3d3d3;
	background-image: url(../images/nav_BG.gif);
	background-repeat: repeat-x;
	background-position: top;
	color: #333333;
}
.arrow {
color: #F1037F;
}


#navigationContent ul a:link, #navigationContent ul a:visited, #navigationContent ul a:active, {
	color: #333333;
	text-decoration: none;
	border-bottom: none;
}
#navigationContent ul a:hover {
	color: #cccccc;
	text-decoration: none;
	/*background-image: url(../images/hightlightLi.gif);
	background-repeat: repeat-y;
	background-position: top;*/
	border-bottom: none;
	
	
}
#navigationContent li .active a{
	color: #cccccc;
}

.active .arrow {
color: #cccccc;
}


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

#navigationContent ul a {
	color: #333333;
	text-decoration: none;
	display: block;
	border-bottom: none;
}

#contentWrapper {
	float: left;
	height: auto;
	/*background-color: #ffffff;*/
	width: 565px;
	margin-right: 20px;
	/*background-image: url(../images/content_topFade.gif);
	background-repeat: repeat-x;	*/
}

#contentBody {
	margin: 0px 20px 0px 0px;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #333333;
	text-indent: 0px;
}

p {
	margin-bottom: 20px;
}
.imageBox {
	float: right;
	width: 200px;
	text-align: center;
	margin-bottom: 15px;
	margin-left: 15px;
}
img.imageBox {
border: 1px solid #cccccc;
}
.coachBox {
	float: right;
	width: 120px;
	text-align: center;
	margin-bottom: 15px;
	margin-top: 0px;
	padding-top: 0px;
}
table.coachBox img {
	border: double #84892B;
}

#quoteBox {
	padding: 0px 30px 30px 30px;
	font-size: 15px;
	line-height: 23px;
	background-image: url(../images/quote_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: top;	
}
.bottomQuote {
	background-image: url(../images/quote_right.gif);
	background-repeat: no-repeat;
	background-position: right 5px;
	padding-bottom: 20px;
}

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


.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;
}
.quote {
	font-size: 12px;
	line-height: 19px;
	color: #666666;
	margin-top: 20px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.quoteBox {
margin-top: 45px;
}

#membershipBox {
display: block;
overflow: hidden;
margin-top: 40px;
width: 530px;
}
.membershipItem {
	width: 250px;
	margin: 0px 10px 10px 0px;
	float: left;
}
.membershipItem img {
	margin-left: 80px;
}
.normalText {
	font-weight: normal;
}


div.fadeLine {
 margin-top: 25px;
}
.formField {
background-color: #f5f5f5; 
font-family: Arial, Helvetica, sans-serif;
font-size: 12px; 
color: #333333;
border: 1px solid #CCCCCC; 
height: 20px; 
margin-bottom: 3px; 
margin-top: 2px; 
}
.formText {
background-color: #f5f5f5; 
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
color: #333333;
border: 1px solid #CCCCCC; 
margin-bottom: 3px; 
margin-top: 2px; 
}
.formButton {
background-color: #F1037F;
font-size: 12px; 
font-weight: bold;
color: #FFFFFF; 
margin-bottom: 3px; 
margin-top: 2px; 
}
.required {
color: #C41200;
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
}
.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: #cccccc;
	text-decoration: none;
}
.formIcon {
	background-image:url(../images/form_icon.gif);
	background-position:left top;
	padding-left: 15px;
	background-repeat: no-repeat;
}
