/********************************************************
OUTREACH
********************************************************/
/********************************************************
OVERRIDES & PRECLEAR
********************************************************/
* {
	margin:0;
	padding:0;
	font-size:13px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
}
p { margin-bottom:10px;}
ul, ol { 
	padding:10px 0px 10px 20px;
}
li {
	padding:0px 0px 5px 0px;
	list-style:none;
}
img {border:0px;}

h1 {
	font-family:Georgia, Geneva, Arial, sans-serif;
	font-size:18px;
	color:#FFFFFF;
	font-style:italic;
}

a {
	color:#f4946e;
	text-decoration:underline;
	font-weight:bold;
}
a:hover {color:#ff7e4a;}

textarea, input { color:#000000;}



/********************************************************
STRUCTURAL
********************************************************/
#wrapper {
	width:800px;
	margin:0px auto;
}

#header {
	float:left;
	width:800px;
	height:125px;
}

#leftnav { /*96*/
	float:left;
	width:96px;
	padding-top:60px;
}

#mainbody { /*674*/
	float:left;
	width:580px;
	background-color:#000000;
	padding:30px 47px 30px 47px;
	
	min-height:400px;
	height:auto !important;
 	height:400px;
}


#mainbody ul { padding-right:30px;}
#mainbody li { padding-bottom:10px;}



/********************************************************
SECTION TAGS
********************************************************/
/*******************************
LEFT NAV
********************************/
#leftnav ul {list-style:none;}
#leftnav li { padding:5px 0px 0px 0px;}
#leftnav a {
	font-size:11px;
	color:#515151;
	text-decoration:none;
}
#leftnav a:hover { color:#000000;}

/*******************************
HOMEPAGE
********************************/
#homebox_holder {
	float:left;
	clear:both;
	width:inherit;
	padding:35px 0px 20px 0px;
}
.homebox_left, .homebox_right /*161 image height*/{
	width:267px;
	height:161px;
	border:2px solid #FFFFFF;
	padding:6px;
	text-align:center;
}
.homebox_left { float:left;}
.homebox_right {float:right;}

.homebox_left h1 { padding-top:38px;}
.homebox_right h1 { padding-top:25px;}

.homebox_left a, .homebox_right a {
	text-decoration:none;
	font-size:16px;
}
.homebox_left a {color:#87bcaa;}
.homebox_left a:hover {color:#b6fde5;}
.homebox_right a {color:#b79dca;}
.homebox_right a:hover {color:#e7c6ff;}


/*******************************
COUNSELORS
********************************/
.counselor_row { 
	float:left;
	clear:both;
	width:580px;
	padding-bottom:10px;
}
.conselor_image { 
	float:left;
	width:100px;
	padding-right:10px;
	padding-top:3px;
}
.conselor_copy { 
	float:left;
	width:470px;
}

/*******************************
BANNERS
********************************/
#facts_banner, #treatment_banner, #blue_banner {
	float:left;
	width:570px;
	margin-bottom:20px;
}
#facts_banner { background-color:#87bcaa;padding-right:10px }
#treatment_banner {	background-color:#b79dca;padding-left:10px;text-align:right;}

#blue_banner { width:560px;background-color:#95b4d6;padding:0px 10px; }
#blue_banner p {color:#515151;padding-bottom:15px;padding-top:5px;}

/*******************************
MINIFOOTER
********************************/
#minifooter {
	float:left;
	width:inherit;
	margin-top:15px;
}


/*******************************
BODY ADDON
********************************/
.bg_blue, .bg_green, .bg_violet {
	background-repeat:repeat-x;
}
.bg_blue { 
	background-image:url("../images/site/bg_blue.jpg");
	background-color:#95b4d6;
}
.bg_green { 
	background-image:url("../images/site/bg_green.jpg");
	background-color:#87bcaa;
}
.bg_violet { 
	background-image:url("../images/site/bg_violet.jpg");
	background-color:#b79dca;
}


/********************************************************
GENERAL USAGE TAGS
********************************************************/
/*******************************
IMAGES
********************************/
.image_left, .image_right {
	display:inline;
}
.image_left {
	float:left;
	padding:0px 10px 0px 0px;
}
.image_right { 
	float:right;
	padding:0px 0px 0px 10px;
}
.image_center {
    display: block;
    margin-left: auto;
    margin-right: auto 
}



/********************************************************
ADD-ON TAGS
********************************************************/
/*displays*/
.display_none {display:none; }
.display_block {display:block; }

/*text*/
.font_weight_bold {font-weight:bold;}

/*misc*/
.align_right { text-align:right; }
.align_center { text-align:center; }

/*colors*/
.orange { color:#f4946e; }
.blue { color:#95b4d6; }
.green {color:#87bcaa; }
.violet {color:#b79dca; }


.dotted_line { border-bottom:1px dotted #FFFFFF;margin-bottom:5px;padding-bottom:5px;}




