@charset "utf-8";
/* CSS Document */

/*************************************************** TEXT FORMATTING ***************************************************/
#content a {
	color: #4493a6;
	font-weight: bold;
	font-size: 14px;
	text-decoration: underline;
}

#content a:hover, #content a:visited  {
	color: #bfbfbf;
	text-decoration: underline;
}

h1 {
	font-family: Trebuchet MS, Helvetica, Verdana, Arial, sans-serif;
	font-size: 18px;
	color: #4493a6;
	line-height: 200%;
	border: 1px;
	border-bottom-color: #4493a6;
	border-bottom-style: solid;
	margin-bottom: 15px;
	text-indent: -5000px;
}

h1.contact {
	width: 665px;
	height: 26px;
	background-image: url(../images/pgtitles_contact.gif);
	background-repeat: no-repeat;
}

h1.homepg {
	text-indent: 0px;
}

h1.programs {
	width: 665px;
	height: 26px;
	background-image: url(../images/pgtitles_programs.gif);
	background-repeat: no-repeat;
}

h1.gallery {
	width: 665px;
	height: 26px;
	background-image: url(../images/pgtitles_gallery.gif);
	background-repeat: no-repeat;
}

h1.testimonials {
	width: 665px;
	height: 26px;
	background-image: url(../images/pgtitles_testimonials.gif);
	background-repeat: no-repeat;
}

h2 {
	font-family: Trebuchet MS, Helvetica, Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #58a9a0;
	margin-bottom: 10px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
.citation {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	margin-bottom: 15px;
}

.credits {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 15px;
}

#content ul {
	margin-left: 10px;
	margin-top: 3px;
	padding-left: 1em;
	margin-bottom: 5px;
	line-height: 150%;
	/*text-indent: -1em;*/
}

#content li {
	list-style-type: none;
	list-style-image: url(../images/bullet.gif);
	list-style-position: outside;
	padding-right: 5px;
}

#pgtext {
	margin-bottom: 10px;
	display: block;
}

#smalltext {
	font-size: 10px;
	color: #000000;
	text-align: center;
	margin-bottom: 10px;
}


/*************************************************** NAVIGATION FORMATTING ***************************************************/
#navlinks #contact {
	width: 193px;
	height: 30px;
	text-indent: -5000px;
	margin-bottom: 15px;
	background-image: url(../images/nav/contact-off.gif);
}

#navlinks #contacton {
	width: 193px;
	height: 30px;
	text-indent: -5000px;	
	margin-bottom: 15px;
	background-image: url(../images/nav/contact-on.gif);
}

#navlinks #contact:hover {	
	margin-bottom: 15px;
	background-image: url(../images/nav/contact-on.gif);
}

#navlinks #gallerynav {
	width: 193px;
	height: 30px;
	text-indent: -5000px;
	margin-bottom: 15px;
	background-image: url(../images/nav/tip-gallery-off.gif);
	clear: both;
}

#navlinks #galleryon {
	width: 193px;
	height: 30px;
	text-indent: -5000px;	
	margin-bottom: 15px;
	background-image: url(../images/nav/tip-gallery-on.gif);
}

#navlinks #gallerynav:hover {	
	margin-bottom: 15px;
	background-image: url(../images/nav/tip-gallery-on.gif);
	clear: both;
}

#navlinks #home {
	width: 193px;
	height: 30px;
	text-indent: -5000px;
	margin-bottom: 15px;
	background-image: url(../images/nav/home-off.gif);
}

#navlinks #homeon {
	width: 193px;
	height: 30px;
	text-indent: -5000px;	
	margin-bottom: 15px;
	background-image: url(../images/nav/home-on.gif);
}

#navlinks #home:hover {	
	margin-bottom: 15px;
	background-image: url(../images/nav/home-on.gif);
}

#navlinks #programs {
	width: 193px;
	height: 30px;
	text-indent: -5000px;
	margin-bottom: 15px;
	background-image: url(../images/nav/our-programs-off.gif);
}

#navlinks #programson {
	width: 193px;
	height: 30px;
	text-indent: -5000px;	
	margin-bottom: 15px;
	background-image: url(../images/nav/our-programs-on.gif);
}

#navlinks #programs:hover {	
	margin-bottom: 15px;
	background-image: url(../images/nav/our-programs-on.gif);
}

#navlinks #testimonials {
	width: 193px;
	height: 30px;
	text-indent: -5000px;
	margin-bottom: 15px;
	background-image: url(../images/nav/testimonials-off.gif);
}

#navlinks #testimonialson {
	width: 193px;
	height: 30px;
	text-indent: -5000px;	
	margin-bottom: 15px;
	background-image: url(../images/nav/testimonials-on.gif);
}

#navlinks #testimonials:hover {	
	margin-bottom: 15px;
	background-image: url(../images/nav/testimonials-on.gif);
}

/*************************************************** FORM FORMATTING ***************************************************/
#error {
	font-size: 11px;
	color: #ff0000;
}
