@charset "UTF-8";
/* CSS Document */

body {
	margin: 10px 0px 0px 0px;
	text-align: center;
	min-width: 920px;
	background-color: #FFFFFF;
}
#wrapper {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}
#MastheadContainer {
	float: left;
	width: 900px;
	height:43px; 
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
}
#TopLogoContainer {
	float: left;
	width: 415px;
	height:40px; 
	margin: 0 0 7px 0;
	padding: 0 0 0 0;
}
#TopNavContainer {
	float: right;
	width: 445px;
	height: 18px; 
	margin: 0 10px 7px 0;
	padding: 22px 0 0 0;
}
/*Typography*/
.BodyCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
.BodyCopyHomeColor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CC0000;
}
.BodyCopyMission-StaementColor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #B0550A;
}
.BodyCopyCoachesColor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #255CA5;
}
.BodyCopyPapersColor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #5F2D76;
}
.BodyCopyTestimonialsColor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3868AA;
}
.BodyCopyContactColor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CC0000;
}
/*serarate link colors for each section*/
.BodyCopy a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CC0000;
	text-decoration: none;
}
#home .BodyCopy a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	text-decoration: none;
}
#mission-statement .BodyCopy a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #B0550A;
}
#coaches .BodyCopy a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #255CA5;
}
#papers .BodyCopy a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #5F2D76;
}
#testimonials .BodyCopy a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #3868AA;
}
#contact .BodyCopy a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #CC0000;
}
#home .BodyCopy a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CC0000;
	text-decoration: none;
}
#mission-statement .BodyCopy a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #B0550A;
}
#coaches .BodyCopy a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #255CA5;
}
#papers .BodyCopy a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #5F2D76;
}
#testimonials .BodyCopy a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #3868AA;
}
#contact .BodyCopy a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #CC0000;
}
#home .BodyCopy a:hover {
	text-decoration: underline;
	color: #CC0000;
}
#mission-statement .BodyCopy a:hover {
	text-decoration: underline;
	color: #B0550A;
}
#coaches .BodyCopy a:hover {
	text-decoration: underline;
	color: #255CA5;
}
#papers .BodyCopy a:hover {
	text-decoration: underline;
	color: #5F2D76;
}
#testimonials .BodyCopy a:hover {
	text-decoration: underline;
	color: #3868AA;
}
#contact .BodyCopy a:hover {
	text-decoration: underline;
	color: #CC0000;
}
#home .BodyCopy a:active {
	text-decoration: underline;
	color: #CC0000;
}
#mission-statement .BodyCopy a:active {
	text-decoration: underline;
	color: #B0550A;
}
#coaches .BodyCopy a:active {
	text-decoration: underline;
	color: #255CA5;
}
#papers .BodyCopy a:active{
	text-decoration: underline;
	color: #5F2D76;
}
#testimonials .BodyCopy a:active {
	text-decoration: underline;
	color: #3868AA;
}
#contact .BodyCopy a:active {
	text-decoration: underline;
	color: #CC0000;
}
/*navigation Copy*/
.NavigationCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

a.NavigationCopy:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
a.NavigationCopy:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
/*Sepearate colors for navigation on sepearte sections*/
#home a.NavigationCopy:hover {
	text-decoration: none;
	color: #CC0000;
}
#mission-statement a.NavigationCopy:hover {
	text-decoration: none;
	color: #B0550A;
}
#coaches a.NavigationCopy:hover {
	text-decoration: none;
	color: #255CA5;
}
#papers a.NavigationCopy:hover {
	text-decoration: none;
	color: #5F2D76;
}
#testimonials a.NavigationCopy:hover {
	text-decoration: none;
	color: #3868AA;
}
#contact a.NavigationCopy:hover {
	text-decoration: none;
	color: #CC0000;
}
#home a.NavigationCopy:active {
	text-decoration: none;
	color: #CC0000;
}
#mission-statement a.NavigationCopy:active {
	text-decoration: none;
	color: #B0550A;
}
#coaches a.NavigationCopy:active {
	text-decoration: none;
	color: #255CA5;
}
#papers a.NavigationCopy:active {
	text-decoration: none;
	color: #5F2D76;
}
#testimonials a.NavigationCopy:active {
	text-decoration: none;
	color: #3868AA;
}
#contact a.NavigationCopy:active {
	text-decoration: none;
	color: #CC0000;
}
.NavigationCopyOn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC0000;
}
#home a.NavigationCopyOn:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	cursor: default;
	color: #CC0000;
}
#mission-statement a.NavigationCopyOn:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	cursor: default;
	color: #B0550A;
}
#coaches a.NavigationCopyOn:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	cursor: default;
	color: #255CA5;
}
#papers a.NavigationCopyOn:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	cursor: default;
	color: #5F2D76;
}
#testimonials a.NavigationCopyOn:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	cursor: default;
	color: #3868AA;
}
#contact a.NavigationCopyOn:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	cursor: default;
	color: #CC0000;
}
#home a.NavigationCopyOn:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC0000;
	text-decoration: none;
}
#mission-statement a.NavigationCopyOn:visited  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #B0550A;
}
#coaches a.NavigationCopyOn:visited  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #255CA5;
}
#papers a.NavigationCopyOn:visited  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #5F2D76;
}
#testimonials a.NavigationCopyOn:visited  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #3868AA;
}
#contact a.NavigationCopyOn:visited  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #CC0000;
}
#home a.NavigationCopyOn:hover {
	text-decoration: none;
	color: #CC0000;
	cursor: default;
}
#mission-statement a.NavigationCopyOn:hover  {
	cursor: default;
	text-decoration: none;
	color: #B0550A;
}
#coaches a.NavigationCopyOn:hover  {
	cursor: default;
	text-decoration: none;
	color: #255CA5;
}
#papers a.NavigationCopyOn:hover  {
	cursor: default;
	text-decoration: none;
	color: #5F2D76;
}
#testimonials a.NavigationCopyOn:hover  {
	cursor: default;
	text-decoration: none;
	color: #3868AA;
}
#contact a.NavigationCopyOn:hover  {
	cursor: default;
	text-decoration: none;
	color: #CC0000;
}
#home a.NavigationCopyOn:active {
	text-decoration: none;
	color: #CC0000;
}
#mission-statement a.NavigationCopyOn:active   {
	text-decoration: none;
	color: #B0550A;
}
#coaches a.NavigationCopyOn:active   {
	text-decoration: none;
	color: #255CA5;
}
#papers a.NavigationCopyOn:active  {
	text-decoration: none;
	color: #5F2D76;
}
#testimonials a.NavigationCopyOn:active  {
	text-decoration: none;
	color: #3868AA;
}
#contact a.NavigationCopyOn:active  {
	text-decoration: none;
	color: #CC0000;
}
h1 {
	margin: 0px 0px 0px 0px
}
h2 {
	margin: 0px 0px 0px 0px
}
.PageHeadline {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #333333;
	letter-spacing: 1px;	
}
#home .PageHeadline {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #333333;
	letter-spacing: 1px;	
}

.HomePageHeadlineRed {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #CC0000;
	letter-spacing: 1px;	
}
#mission-statement .PageHeadline  {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 25px;
	letter-spacing: 1px;
	color: #B0550A;
}
#coaches .PageHeadline  {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 25px;
	letter-spacing: 1px;
	color: #255CA5;
}
#papers .PageHeadline  {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 25px;
	letter-spacing: 1px;
	color: #5F2D76;
}
#testimonials .PageHeadline  {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 25px;
	letter-spacing: 1px;
	color: #3868AA;
}
#contact .PageHeadline  {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 25px;
	letter-spacing: 1px;
	color: #CC0000;
}
/*top row - different for each section of site */
#HomePageTopRow {
	float: left;
	width: 792px; /* width adjusted so images below it line up */
	height: auto;
	margin: 0 0 8px 0;
	padding: 23px 53px 23px 53px;
	border: 1px solid #666666;
}
#ContactTopRow {
	float: left;
	width: 792px; /* width adjusted so images below it line up */
	height: auto;
	margin: 0 0 8px 0;
	padding: 23px 53px 23px 53px;
	border: 1px solid #666666;
	background-image:url(../contact-us/images/background-image.jpg);
	background-position: right;
	background-repeat: no-repeat;
}
#InteriorPagesCopyBox {
	float: left;
	width: 792px; /* width adjusted so images below it line up */
	height: auto;
	margin: 0 0 8px 0;
	padding: 23px 53px 23px 53px;
	border: 1px solid #666666;
}
/*Interior pages top rows */

#MissionStatementTopRow {
	float: left;
	width: 852px; /* width adjusted so images below it line up */
	height: 40px;
	margin: 0 0 8px 0;
	padding: 100px 23px 10px 23px;
	border: 1px solid #666666;
	background-image:url(../mission-statement/images/mission-top.jpg);
	background-repeat: no-repeat;
}
#CoachesTopRow {
	float: left;
	width: 852px; /* width adjusted so images below it line up */
	height: 40px;
	margin: 0 0 8px 0;
	padding: 100px 23px 10px 23px;
	border: 1px solid #666666;
	background-image:url(../coaches/images/coaches-top.jpg);
	background-repeat: no-repeat;
}
#PapersTopRow {
	float: left;
	width: 852px; /* width adjusted so images below it line up */
	height: 40px;
	margin: 0 0 8px 0;
	padding: 100px 23px 10px 23px;
	border: 1px solid #666666;
	background-image:url(../papers/images/papers-top.jpg);
	background-repeat: no-repeat;
}
#TestimonialsTopRow {
	float: left;
	width: 852px; /* width adjusted so images below it line up */
	height: 40px;
	margin: 0 0 8px 0;
	padding: 100px 23px 10px 23px;
	border: 1px solid #666666;
	background-image:url(../testimonials/images/testimonials-top.jpg);
	background-repeat: no-repeat;
}
#MissionStatementImageReflection { /*CHECK IF USING */
	float: left;
	width: 221px;
	height: 150px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

/* Bottom Images Home page*/
#HomePageBottomRowImages {
	float: left;
	width: 221px;
	height: 277px;
	margin: 0 5px 5px 0;
	padding: 0 0 0 0;
}
#HomePageBottomRowImagesRight { 
	float: left;
	width: 222px;
	height: 277px;
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
}
#HomePageReflections {
	float: left;
	width: 221px;
	height: 126px;
	margin: 0 5px 0 0;
	padding: 0 0 0 0;
}
#HomePageReflectionRight { 
	float: left;
	width: 222px;
	height: 126px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
/*Inside pages bottom images*/
#InteriorPagesBottomRowImages {
	float: left;
	width: 221px;
	height: 135px;
	margin: 0 5px 5px 0;
	padding: 0 0 0 0;
}
#IneriorPagesBottomRowImagesRight { 
	float: left;
	width: 222px;
	height: 135px;
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
}
#InteriorPagesBottomRowImagesReflections {
	float: left;
	width: 221px;
	height: 63px;
	margin: 0 5px 0 0;
	padding: 0 0 0 0;
}
#InteriorPagesBottomRowImagesReflectionRight { 
	float: left;
	width: 222px;
	height: 63px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#CoachesImagesInitial {
	float: left;
	width: 83px;
	height: 85px;
	margin: 0 20px 0 0;
	padding: 0 0 0 0;
}
#CoachesTextInitial {
	float: left;
	width: 703px;
	margin: 0 0 0 0;
	padding: 0 0 0 20px;
}
#CoachesImageTextContainer {
	width: 792px;
	height: 85px;
	margin: 20px 0 8px 0;
	padding: 0 0 0 0;
}
/*removes blue border on image link */
img {  
	border-style: none;
}

