﻿/* CSS Document */

/*Mass Reset*/

* { 

	padding: 0; 

	margin: 0; 

	}

html {
	padding: 0;
	margin: 0;
	color: #0097A0;
}

body { 

	padding: 0; 

	margin: 0; 

	}

h1, h2, h3, h4, h5, h6, p { 

	margin: 0; 

	padding: 0; 

	}

pre, blockquote, form, label, ul, ol, li, dl, fieldset { 	

	margin: 0; padding: 0; 

	}

fieldset { 	

	padding: 10px; 

	}

/*End Mass Reset*/





body	{

	background-color:#fff;

	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;

	color:#000;

	font-size:14px;

	line-height:18px;

	background-image:url(../images/bkgd-page.gif);

	background-position:center top;

	background-repeat:no-repeat;

	}

a:link {
	color: #30CF4E;
	text-decoration: underline;
}

a:visited {

	color:#fff;

	text-decoration:none;

	}

a:hover {

	color:#F0E13B;

	text-decoration:underline;

	}

a:active {

	color:#F0E13B;

	text-decoration:underline;

	}



#frame {

	width:884px;

	height:720px;

	margin:0 auto;

	background-image:url(../images/bkgd-frame.gif);

	background-position:center top;

	background-repeat:repeat-y;

	}

#top {

	height:208px;

	width:884px;

	background-image:url(../images/bkgd-topTEMP.jpg); /*this will need to change on every page for unique photos*/

	background-position:center top;

	background-repeat:no-repeat;

	}

#top ul.nav {

	color:#fff;

	font-weight:bold;

	text-align:left;

	padding-top:60px;

	margin-left:145px;

	}

#top ul.nav li {

	list-style-type:none;

	display:inline;

	float:left;

	margin-right:13px;

	}

#top img.logo {

	margin-top:-53px;

	}

	

#left {

	width:223px;

	height:487px;

	background-image:url(../images/bkgd-leftAbout.jpg); /*this will need to change in each section for unique color-coded bkgds*/

	background-position:center bottom;

	background-repeat:no-repeat;

	float:left;

	margin-left:28px;

	_margin-left:14px;

	text-align:center;

	}	

#left img {

	margin-left:21px;

	margin-bottom:63px;

	}

#left ul {

	font-weight:bold;

	margin-left:20px;

	line-height:24px;

	}

#left ul li {

	list-style-type:none;

	}

#left.about a:link {

	color:#F08B47;

	text-decoration:none;

	}

#left.about a:visited {

	color:#F08B47;

	text-decoration:none;

	}

#left.about a:hover {

	color:#0097A0;

	text-decoration:underline;

	}

#left.about a:active {

	color:#0097A0;

	text-decoration:underline;

	}



#left.programs a:link {

	color:#0097A0;

	text-decoration:none;

	}

#left.programs a:visited {

	color:#0097A0;

	text-decoration:none;

	}

#left.programs a:hover {

	color:#F08B47;

	text-decoration:underline;

	}

#left.programs a:active {

	color:#F08B47;

	text-decoration:underline;

	}

	

#left.locations a:link {
	color:#30CF4E;
	text-decoration:none;
	}
#left.locations a:visited {
	color:#30CF4E;
	text-decoration:none;
	}
#left.locations a:hover {
	color:#F0E13B;
	text-decoration:underline;
	}
#left.locations a:active {
	color:#F0E13B;
	text-decoration:underline;
	}

	

#left.contact a:link {

	color:#F0E13B;

	text-decoration:none;

	}

#left.contact a:visited {

	color:#F0E13B;

	text-decoration:none;

	}

#left.contact a:hover {

	color:#30CF4E;

	text-decoration:underline;

	}

#left.contact a:active {

	color:#30CF4E;

	text-decoration:underline;

	}		

	

#right {

	width:608px;

	float:left;

	margin-bottom:20px;

	}	

#photos {

	height:166px;

	width:608px;

	background-image:url(../images/bkgd-photosTEMP.jpg); /*this will need to change on every page for unique photos*/

	background-position:center bottom;

	background-repeat:no-repeat;

	}

#photos img {	

	float:left;

	margin-left:6px;

	}

#right h1 {

	font-size:20px;

	line-height:24px;

	margin-top:11px;

	margin-left:12px;

	}

#right h1.about {

	color:#0097A0;

	}

#right h1.programs {

	color:#F08B47;

	}

#right h1.locations {

	color:#F0E13B;

	}

#right h1.contact {

	color:#30CF4E;

	}

#right h2 {

	font-size:14px;

	line-height:18px;

	margin-top:11px;

	margin-left:12px;

	font-style:italic;

	}

#right h2.about {

	color:#F08B47;

	}

#right h2.programs {

	color:#0097A0;

	}

#right h2.locations {

	color:#30CF4E;

	}

#right h2.contact {

	color:#F0E13B;

	}

#right p {

	margin-top:16px;

	margin-left:12px;

	margin-right:20px;

	}

#right address {

	margin-top:16px;

	margin-left:12px;

	margin-right:20px;

	font-style:normal;

	}

#right ul {

	margin-left:40px;

	line-height:24px;

	margin-right:20px;

	}

#right li {

	list-style-type:disc;

	margin-top:16px;

	}

#right ul.faq {

	margin-left:12px;

	margin-right:20px;

	}

#right ul.faq li {

	list-style-type:none;

	}

#right ul.nested {

	margin-left:60px; 

	margin-right:20px;

	}

#right ul.nested li {

	list-style-type:disc; 

	margin-top:5px;

	}

#right a.programs:link {
	color:#0097A0;
	text-decoration:none;
	}

#right a.programs:visited {
	color:#0097A0;
	text-decoration:none;
	}

#right a.programs:hover {
	color:#F08B47;
	text-decoration:underline;
	}

#right a.programs:active {
	color:#F08B47;
	text-decoration:underline;
	}
	
#right a.locations:link {
	color:#30CF4E;
	text-decoration:none;
	}

#right a.locations:visited {
	color:#30CF4E;
	text-decoration:none;
	}

#right a.locations:hover {
	color:#F0E13B;
	text-decoration:underline;
	}

#right a.locations:active {
	color:#F0E13B;
	text-decoration:underline;
	}

.testimonial {
	font-weight:bold;
	font-style:italic;
	color:#0097A0;
	}

.iniCap {

	color:#F08B47;

	font-size:24px;

	font-weight:bold;

	float:left;

	font-size:40px;

	line-height:35px;

	padding-right:4px;

	}

.iniCapA {

	color:#0097A0;

	font-size:24px;

	font-weight:bold;

	float:left;

	font-size:40px;

	line-height:35px;

	padding-right:4px;

	padding-left:2px;

	}

#footer {

	clear:both;

	margin:50px;

	margin-top:0;

	}

#footer.about {

	border-bottom:1px solid #0097A0;

	}

#footer.programs {

	border-bottom:1px solid #F08B47;

	}

#footer.locations {

	border-bottom:1px solid #F0E13B;

	}

#footer.contact {

	border-bottom:1px solid #30CF4E;

	}

table {

	width:500px;

	margin-left:50px;

	margin-top:25px;

	}	

	

td {

	padding:5px;

	vertical-align:top;

	text-align:center;

	}

th {

	color: #0097A0;

	padding:4px;

	border:2px solid #0097A0;

	text-align:center;

	font-size:16px;

	font-weight:bold;

	}



label.one{

	float:left;

	width:220px;

	padding:4px;

	border:1px solid #ccc;

	font-weight:normal;

	text-align:right;

	color:#0097A0;

	font-size:13px;

	}

label.two {

	float:left;

	width:220px;

	padding:4px;

	border:1px solid #ccc;

	font-weight:normal;

	text-align:right;

	color:#F08B47;

	font-size:13px;

	}





input {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #6d6d5d;

	font-weight: normal;

}



textarea {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #6d6d5d;

	font-weight: normal;

}



option {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #6d6d5d;

	font-weight: normal;

}



optgroup {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #6d6d5d;

	font-weight: bold;

}



select {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #6d6d5d;

	font-weight: normal;

}