@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-family: inherit;
}
body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	background-color:#CCC;
	color:#374048;
}
h1, h2, h3, h4, h5 {
	font-family : Calibri, Palatino, "Times New Roman" serif;
	color:#005480;
}
h1 {
	font-size:23px;
	margin-bottom:16px;
}
h2, h3, h4, h5 {
	font-size:16px;
	margin:8px 0px;
}
hr {
	margin-left:10px;
	margin-top:-4px;
}
#index hr {
	margin-right:10px;
	color:#005480;
}
#admissions hr {
	margin-right:10px;
}
#about hr {
	margin-right:10px;
}
#testimonials hr {
	margin-right:10px;
}
#index h1 {
	font-style:normal;
}
#outer_wrapper {
	margin:5px auto 0px auto;
	width:900px;
	background-color:#FFF;
}
#header {
	float:left;
	height:268px;
	width:900px;
}
#content_wrapper {
	float:left;
	width:900px;
	min-height:400px;
	margin-bottom:10px;
}
#left_panel {
	float:left;
	width:135px;
	/*height:200px;*/
	margin:10px 15px 0px 15px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:lowercase;
	font-variant:small-caps;/*border-bottom:#333 dotted 1px;*/
}
#left_panel img {
	margin-top:75px;
}
#center_panel {
	float:left;
	min-height:400px;
	width:453px;
	padding:10px 15px 0px 15px;
	_padding:10px 5px 0px 5px;
	background-color:#FFF;
	border-left:#333 dotted 1px;
	border-right:#333 dotted 1px;
}
#center_panel p {
	margin:15px 0px;
	line-height:21px;
}
#center_panel a {
	color:#00F;
}
#center_panel a {
	color:#005480;
}
#center_panel a:link, a:visited {
	text-decoration:none;
}
#center_panel a:hover, a:active {
	text-decoration:underline;
}
#right_panel {
	width:230px;
	float:right;
	margin-right:19px;
	_margin-right:0px;
	font-family : Calibri, Palatino, "Times New Roman" serif;
	font-size:12px;
	font-style:italic;
	color:#333;
}
#right_panel p {
	margin:5px 10px 5px 10px;
	color:#233B2D;
}
#right_panel .index_quote {
	color:#4FA6DE;
}
#right_panel h1 {
	font-size:14px;
	margin:10px 0px 0px 10px;
	padding:0px;
	font-style:normal;
	color:#000;
}
#right_panel img {
	margin-bottom:5px;
}
#right_panel_top {
	width:250px;
}
#right_panel img {
	margin-bottom:3px;
}
#footer {
	width:900px;
	height:15px;
	margin:5px 0px;
	background-color:#6E8878;
	padding:3px 0px 0px 0px;
	text-align:center;
	color:#FFF;
	font-size:10px;
}
.clear_divs {
	clear:both;
}
/* site wide link styles ************************************************/
#index ul li#hme a, #about ul li#abt a, #care_program ul li#tmt a, #testimonials ul li#tst a, #contact ul li#cct a {
	color: #FFF;
	background-color:#8BAEA2;
}
a {
	color:#333;
}
/* end site wide link styles ************************************************/

/* top level navbar stuff *********************************************/
#nav_bg {
	float:left;
	width:900px;
	margin:3px auto;
	background-color:#6E8878;
}
#nav {
	margin:0px auto;
	width:502px;
	height:20px;
}
#nav ul {
	font-size:14px;
	color: #FFF;
	line-height: 20px;
	text-transform:lowercase;
	font-variant:small-caps;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
}
#nav ul li {
	list-style-type: none;
	display:inline;
	margin:0px;
	padding:0px;
}
#nav ul li a {
	text-decoration: none;
	padding:2px 8px 2px 8px;
	border-left:solid 1px #FFF;
	color: #FFF;
}
#nav ul li + li +li + li + li a {
	border-right:solid 1px #FFF;
}
#nav ul li a:link, a:visited {
}
#nav ul li a:hover, a:active {
	background-color:#8BAEA2;
}
/* end top level navbar stuff *******************************************/

/* side nav link styles ************************************************/
#left_panel a {
	color: #333;
}
#left_panel ul {
	font-size:12px;
	color: #333;
	margin-left:5px;
	border-bottom:#333 dotted 1px;
}
#left_panel li {
	list-style-type: none;
	display: block;
	margin:0px 0px 10px 0px;
}
#left_panel li a {
	text-decoration: none;
	padding: 0px;
	color:#233B2D;
}
#left_panel li a:visited, a:active {
 	color: #000;
}
#left_panel li a:hover {
	color: #000;
}
#left_panel ul ul {
	font-size:11px;
	margin:8px 0px 5px 25px;
	text-transform:capitalize;
	font-variant:normal;
	border-bottom:none;
	list-style-type:none;
}
#left_panel ul li + ul li {
	/*	margin-left:25px
	list-style-type:none;*/
}
#admissions ul li#adm a {
	color: #000;
}
#care_program ul li#dsc a {
	color: #000;
}
#program_components ul li#pmc a {
	color: #000;
}
/* end side nav link styles ************************************************/

/* index page specific styles ****************/
#index h1 {
	display:inline;
}
#index #center_panel {
/*padding-top:15px;	*/
}
#index p + p {
	margin-top:15px;
}
/* about page specific styles ****************/
#about p + p {
	margin-top:5px;
}
/* admissions page specific styles ****************/
/* link styles ********************************/
#admissions ul li#adm a {
	color: #000;
}
#admissions #left_panel {
	height:200px;
}
#admissions #center_panel ul {
	padding-left:15px;
	margin:15px 0px 15px 5px;
	font-weight:bold;
	color:#005480;
	font-size:11px;
}
#admissions #center_panel ul li {
	margin:5px 0px;
}
#admissions #center_panel img {
	margin:10px auto;
}
/* care_program page specific styles ****************/
#care_program #right_panel a {
	color:#000;
}
#care_program #center_panel ul {
	margin:10px 0px 10px 15px;
	font-weight:bold;
	font-size:11px;
}
#care_program #center_panel ul li {
	color:#005480;
	margin-bottom:5px;
}
#care_program #center_panel h6 {
	margin-top:-15px;
	font-size:16px;
}
/* care_program_components page specific styles *******/

#care_program_components p {
	margin:15px 0px;
}
/* sober_house page specific styles ****************/
#sober_house ul li#rar a {
	color: #000;
}
#sober_house #center_panel ul {
	margin-left:35px;
	list-style-type:disc;
}
/* testimonials page specific styles ****************/
#testimonials #center_panel p {
	font-style:italic;
	margin-bottom:10px;
}
/* team page specific styles ****************/
/* link styles ********************************/
#team ul li#stf a {
	color: #000;
}
#team p {
	font-style:normal;
}
#team h1 {
	font-style:normal;
}
#team h2 {
	font-style:normal;
	font-size:23px;
}
#team .name {
	font-family : Calibri, Palatino, "Times New Roman" serif;
	font-size:18px;
	/*font-weight:bold;*/
	margin-top:15px;
	color:#000;
}
#team .name a {
	color:#000;
}
#team .name a:link, a:visited {
	text-decoration:none;
}
#team .name a:hover, a:active {
	text-decoration:underline;
}
#team .title {
	color:#005480;
	font-size:14px;
	font-weight:bold;
	margin-top:-10px;
}
#team .name2 {
	font-family : Calibri, Palatino, "Times New Roman" serif;
	font-size:14px;
	/*font-weight:bold;*/
	margin-top:15px;
	color:#000;
}
#team .title2 {
	font-family : Calibri, Palatino, "Times New Roman" serif;
	font-size:14px;
	/*font-weight:bold;*/
	margin-top:15px;
	color:#000;
}
#team #right_panel p {
	margin-top:5px;
}
#team #right_panel p + p {
	margin-bottom:10px;
}
#team table {
	margin-top:-5px;
	margin-bottom:10px;	
}
/* program_components page specific styles ****************/
/* link styles ********************************/
/*#program_components ul li#tmt a {
	color: #000;
}*/
/*#program_components #center_panel {
	width:675px;
}*/
#program_components #center_panel p {
	margin:5px 0px;
	line-height:18px;
}
.treatment_prog_grp_txt {
	float:left;
	width:400px;
}
.treatment_prog_grp_txt h1 {
	margin:0px;
	padding:0px;
}
.treatment_prog_grp img {
	width:250px;
	height:185px;
	float:right;
}
/* schedules page specific styles ****************/

#schedules_inner {
	margin:15px auto;
	width:355px;
	height:200px;
}
/* contact page specific styles ****************/
.form_field_75px {
	width:75px;
	height:17px;
	background-color:#FFF;
}
.form_field_100px {
	width:100px;
	height:17px;
	background-color:#FFF;
}
.form_field_200px {
	width:200px;
	height:17px;
	background-color:#FFF;
}
.form_field_235px {
	width:235px;
	height:17px;
	background-color:#FFF;
}
.form_field_255px {
	width:250px;
	height:17px;
	background-color:#FFF;
}
.form_field_265px {
	width:270px;
	height:17px;
	background-color:#FFF;
}
#contact textarea {
	width:405px;
	height:100px;
	background-color:#FFF;
	color:#000;
}
#contact table {
	margin-top:10px;
}
.error {
	color:red;
	font-size:12px;
	margin-left:10px;
	font-weight:bold;
}
#contact fieldset {
	margin-bottom:10px;
	border-bottom:1px solid #930;
	background-color:#eec;
}
#contact legend {
	padding-left:10px;
	font-size:1.2em;
	font-weight:bold;
	letter-spacing:.5em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	color:#000;
}
#contact legend legend {
	padding-left:10px;
	font-size:1.2em;
	font-weight:bold;
	letter-spacing:.5em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	color:#460;
	background-color:#FFF;
}
#contact fieldset fieldset {
	margin-top:10px;
	border-bottom:none;
}
#contact fieldset fieldset legend {
	font-size:1em;
	font-weight:bold;
	letter-spacing:.4em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
	background-color:#FFF;
}
#contact form ol {
	padding:20px;
}
#contact fieldset fieldset ol {
	margin-top:-10px;
}
#contact form p {
	margin:10px;
	font-size:.8em;
}
#contact form li {
	list-style-type:none;
	padding-bottom:2px;
	margin-bottom:4px;
}
#contact label {
	display:block;
	width:160px;
	float:left;
	font-weight:bold;
}
#contact .txtfield_label label {
	display:block;
	width:150px;
	height:18px;
	float:left;
	font-weight:bold;
	line-height:18px;
}
#contact span.label {
	font-weight:bold;
}
#contact #right_panel p {
	margin-top:-5px;
}
#contact #right_panel a {
	font-style:normal;
	margin:0px 0px 10px 0px;
	padding:0px;
	color:#005480;
}
#contact p {
	font-style:normal;
}
#contact h1 {
	font-style:normal;
}
/*End Form Styles*/
/***********************************************************************/

/* resources page *************************************/
#resources_inner {
	margin-top:20px;
}
#resources_inner h2 > h2 {
	margin-top:24px;
}
#resources #left_col {
	float:left;
	_float:none;
	width:210px;
	margin-right:10px;
	_margin:0px auto;
}
#resources #right_col {
	float:right;
	_float:none;
	width:210px;
	_margin:0px auto;
}
#resources_inner ul {
	width:210px;
	padding-left:15px;
}
#resources_inner ul + ul {
	margin-top:15px;
}
#resources_inner ul li {
	list-style-image:url(../images/rsrcs_bullet.jpg);
	_list-style-image:none;
	font-size:13px;
	font-weight:bold;
	margin-left:0px;
}
#resources_inner ul li + li {
	list-style-image:none;
	list-style-type:none;
	margin-left:-5px;
}
#resources_inner ul li > ul li {
	list-style-type:none;
	list-style-image:none;
	font-size:11px;
	margin-left:-8px;
	font-weight:normal;
}
/* end resources page *************************************/


/* tuition_and_fees page ***********************************/
#tuition_fees #center_panel ul {
	padding-left:15px;
	margin:0px 0px 10px 5px;
	font-weight:bold;
	color:#005480;
	font-size:11px;
}
/* family_program page **********************************/

#family_program #center_panel ul {
	padding-left:15px;
	margin:0px 0px 10px 5px;
	font-weight:bold;
	color:#005480;
	font-size:11px;
}
