body {
	margin: 0px;
	background: #21394a;
	font-family: verdana,helvetica,arial,calibri,sans-serif;
}

h2 {
	color: #546787;
	background: url('/images/nav_bullet.gif') no-repeat left;
	padding-left: 15px;
	font-size: 15pt;
}

h3 {
	color: #546787;
	font-size: 12pt;
}

a {
	color: #5d6993;
}

a img {
	border: 0px;
}

#container {
	width: 965px;
	margin: 0 auto;
	background-color: #ffffff;
	padding: 2px 12px 0px 12px;
}

#header {
	width: 952px;
	height: 71px;
	border-top: 3px solid #d6dae3;
	text-indent: -2000em;
}

#header.index {
	background: #ffffff url('/images/header_front.jpg') no-repeat left;
}

#header.mission {
	background: #ffffff url('/images/header_mission.jpg') no-repeat left;
}

#header.adult_services {
	background: #ffffff url('/images/header_services.jpg') no-repeat left;
}

#header.child_services {
	background: #ffffff url('/images/header_child_services.jpg') no-repeat left;
}

#header.contact, #header.send {
	background: #ffffff url('/images/header_contact.jpg') no-repeat left;
}

#header.about {
	background: #ffffff url('/images/header_about.jpg') no-repeat left;
}

#header.faq {
	background: #ffffff url('/images/header_faq.jpg') no-repeat left;
}

#header.testimonials {
	background: #ffffff url('/images/header_tests.jpg') no-repeat top left;
}

#header.sub-page {
	background: #ffffff url('/images/header_sub.jpg') no-repeat left;
}


#banner {
	width: 687px;
	height: 208px;
}

#banner.index {
	background: #ffffff url('/images/banner_front.jpg') no-repeat right;
}

#banner.mission {
	background: #ffffff url('/images/banner_mission.jpg') no-repeat right;
}

#banner.about {
	background: #ffffff url('/images/banner_about.jpg') no-repeat right;
}

#banner.adult_services {
	background: #ffffff url('/images/banner_services.jpg') no-repeat right;
}

#banner.child_services {
	background: #ffffff url('/images/banner_child_services.jpg') no-repeat right;
}

#banner.contact, #banner.send {
	background: #ffffff url('/images/banner_contact.jpg') no-repeat right;
}

#banner.faq {
	background: #ffffff url('/images/banner_faq.jpg') no-repeat right;
}

#banner.testimonials {
	background: #ffffff url('/images/banner_tests.jpg') no-repeat right;
}


#banner.sub-page {
	background: #ffffff url('/images/temp.jpg') no-repeat right;
}

#sidebar {
	margin-top: 3px;
	width: 260px;
}

#sidebar a {
	color: black;
	text-decoration: none;
}

#contact-box a {
	text-decoration: underline;
}

#navigation {
	background: #ededcd url('/images/nav_bg.jpg') repeat-x;
	border-color: #959861;
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	text-align: right;
	font-size: 13pt;
	}

#navigation ul {
	list-style: none;
	margin: 0 0 0 5px;
}

#navigation li {
	background: url('/images/nav_bullet.gif') no-repeat right;
	border-bottom: 1px solid #959861;
	padding: 0px;
	margin-right: 5px;
	}
#navigation li a{
	padding: 5px 30px 5px 0px;
	display: block;
	}

#contact-box {
	background-color: #edeee1;
	padding: 10px 20px 10px 20px;
	font-size: 10pt;
	margin-top: 10px;
}

#main {
	float: right;
	width: 700px;
	font-size: 10pt;
}

#content {
	padding: 0px 20px 20px 10px;
}

#footer {
	clear: both;
	width: 941px;
	background-color: #546787;
	color: white;
	font-size: 10pt;
	text-align: right;
	padding: 5px 10px 5px 10px;
	margin-top: 10px;
}

#footer a {
	color: white;
}

#banner.temp {
	background: #ffffff url('/images/temp.jpg') no-repeat right;
}


#address {
	padding-left: 50px;
}

.label {
	text-align: right;
	font-weight: bold;
	vertical-align: top;
}

.question {
	font-weight: bold;
	font-size: 110%;
}

.question td, .answer td {
	vertical-align: top;
}

.underline {
	border-bottom: 1px solid #546787;
	width: 75%;
}

#message {
	width: 50%;
	margin: 20px;
	padding: 5px;
	font-weight: bold;
	border-style: solid;
	border-width: 2px;
	display: none;
}

#message.error {
	border-color: #ff0000;
	background-color: #ffd3b6;
	display: block;
}

#message.success {
	border-color: #0000ff;
	background-color: #b6d3ff;
	display: block;
}

img.portrait {
	border: 1px solid #000000;
	margin: 0px 10px 10px 0px;
}

.link-box {
	margin: 10px 10px 30px 10px;
}

.link-box img {
	margin: 5px;
}