@charset "utf-8";

body  {
	font-family: Arial, Helvetica, "Verdana sans-serif";
	font-size: 12px;
	line-height: 22px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the 		
	#container selector */
	color: #808080;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	
}

a {
	color: #76ADAD;
	text-decoration: none;
}

a:hover {
	color: #508686;
}

img
{
border-style:none;
}




#container {
	width: 980px;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #ffffff;
	padding: 0 15px 30px 15px;
	margin-bottom: 40px;
	display: block;
	
} 

.sub_bold {
	font-weight: bold;
}

#search_bar {
	width: 980px;
	height: 25px;
	text-align: right;
	background-color: #ffffff;
	padding-top: 5px;
	float: left;
	
}

#search_bar ul {
	margin: 0;
	padding: 0;
	height: 10px;
	list-style: none;
	
}

#search_bar li {
	float: right;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}

#search_bar .need_help a {
	
	padding: 2px 8px 2px 8px;
	text-decoration: none;
	color: #516e6e;
	
}

#search_bar .sign_up a {
	
	padding: 2px 0px 2px 8px;
	text-decoration: none;
	color: #516e6e;
	
}

#search_bar .step_into a {
	
	padding: 2px 8px 2px 0px;
	font-weight: bold;
	text-decoration: none;
	color: #516e6e;
	
}

#search_bar li a:hover {
	color: #354e4e;
}

#search_bar li a.active {
	
	color: #354e4e;
}

#search_bar .search_bar_links {
	float: right;
	width: 250px;
	margin-top: 3px;
}

#search_bar .search_bar_inputs {
	float: right;
	width: 400px;
}

#search_bar input {
	margin-left: 10px;
	font-size: 12px;
	color: #666666
}

#search_bar button{
	float: right;
	font-size: 11px;
	margin-left: 4px;
	margin-top: 2px;
	margin-bottom: 2px;
	color: #4C6B6B;
}

#header {
	height: 115px;
	width: 980px;
	background-repeat: no-repeat;
	background-color: #ffffff;
	float: left;
	display: block;
	text-align: left;
} 

#header h1 {
	margin: 0; 
	padding: 10px 0; 
	
}


#nav {
	width: 980px;
	height: 27px;
	margin-bottom: 0px;
	background-color: #9AB8B8;
	padding: 5px 0px 2px 0px;
	clear: left;
	display: block;
}

#nav ul {
	padding: 0;
	height: 30px;
	list-style: none;
	margin: 0;
		
}

#nav li {
	float: left;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	width: auto;
	
}

#nav .home a {
	float: left;
	padding: 2px 12px 2px 12px;
	text-decoration: none;
	color: #ffffff;
	border-right: 1px solid #ffffff;
}

#nav  a {
	float: left;
	padding: 2px 12px 2px 12px;
	text-decoration: none;
	color: #ffffff;
	border-right: 1px solid #ffffff;
}


#nav li a:hover {
	color: #577A7A;
	
}

#nav li a.active {
	
	color: #577A7A;
	
}

#banner {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 980px;
	height: 330px;
	background-image:url(../images/home_banner.jpg);
	float: left;
}

#banner_text {
	padding: 20px 0px 20px 15px;
	width: 550px;
	line-height: 18px;
	
}

#banner_text h1 {
	margin-top: 0;
	margin-bottom: 10px;
	color: #6B5C4F;
	font-size: 24px;
	font-weight: normal;
	line-height: 20px;
	
}

#banner_text strong {
	
	color: #6B5C4F;
	font-size: 16px;
	font-weight: bold;
	
}

#banner_text a {
	color: #4C6B6B;
	font-size: 12px;
	text-decoration: underline;
	line-height: 14px;
		
}

#steps {
	width: 980px;
	float: left;
	display: block;
	line-height: 18px;
}

#steps a {
	color: #666666;
}

#steps h2 {
	margin-top: 4px;
	color: #ffffff;
	font-weight: normal;
}

#acknowledgement a, #expression a, #analysis a, #self_care a, #move_forward a {
	font-size: 14px;
	color: #76ADAD;

}

#acknowledgement {
	float: left;
	width: 170px;
	height: 270px;
	padding: 45px 10px 10px 10px;
	margin-right: 7px;
	background-image:url(../images/acknowledge.jpg);
	background-repeat: no-repeat;
	color: #776243;
	background-color: #E9E7E4;
}

#expression {
	float: left;
	width: 170px;
	height: 270px;
	padding: 45px 10px 10px 10px;
	margin-right: 7px;
	background-image:url(../images/expression.jpg);
	background-repeat: no-repeat;
	color: #7c8a7f;
	background-color: #EBEDEC;
}

#analysis {
	float: left;
	width: 170px;
	height: 270px;
	padding: 45px 10px 10px 10px;
	margin-right: 7px;
	background-image:url(../images/analysis.jpg);
	background-repeat: no-repeat;
	color: #9ab8a9;
	background-color: #F0F4F2;
}

#self_care {
	float: left;
	width: 170px;
	height: 270px;
	padding: 45px 10px 10px 10px;
	margin-right: 8px;
	background-image:url(../images/selfcare.jpg);
	background-repeat: no-repeat;
	color: #C4BF2C;
	background-color: #FAFAEA;
}

#move_forward {
	float: left;
	width: 170px;
	height: 270px;
	padding: 45px 10px 10px 10px;
	background-repeat: no-repeat;
	color: #B0CD3A;
	background-color: #F5F9E7;
	background-image: url(../images/forward.jpg);
	
	
}

#search_articles {
	width: 980px;
	float: left;
	display: block;
}

#directory {
	margin-top: 20px;
	width: 385px;
	height: 430px;
	background-color: #D6E2E2;
	float: left;
}

#directory_header {
	background-color: #ffffff;
	padding-bottom: 5px;
	padding-top: 5px;
}

#directory_header h2 {
	font-size: 22px;
	color: #6B5C4F;
	font-weight: normal;
	margin: 0 0 5px 0;
}

#search {
	padding: 15px;
	line-height: 18px;
	
}

#search h3 {
	margin: 0 0 5px 0;
	font-weight: normal;
	font-size: 20px;
}

#directory .search_city_list {
	float: left;
	padding: 15px;
	width: 25%;

}

.search_city_list a {
	
	color: #7CA0A0;

}



#articles {
	float: right;
	margin-top: 20px;
	margin-left: 10px;
	width: 584px;
	background-color: #F4F7F7;
	height: 430px;
	
}


#articles_header{
	background-color: #ffffff;
	padding-bottom: 5px;
	padding-top: 5px;
}

#articles_header h2 {
	font-size: 22px;
	color: #6B5C4F;
	font-weight: normal;
	margin: 0 0 5px 0;
}

div.article {
	width: 534px;
	border-bottom: 1px dotted #999999;
	margin-bottom: 10px;
	padding: 10px;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 18px;
}

div.article a.article_read_more {
	font-size: 12px;
	color: #7CA0A0;
}

div.article a.article_title {
	font-size: 18px;
	color: #7CA0A0;
}


.copyright {
	
	font-size: 11px;
	
}


#footer {
	width: 950px;
	border-top: 1px dotted #cccccc;
	background-color: #F4F9F6;
	padding: 15px;
	margin-top: 20px;
	float: left;

}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

/* headings and fonts */
.logo {
	visibility: hidden;
}


/* page content styles for public pages */
#page_content_container {
	width: 980px;
	float: left;
	display: block;
}

#page_content {
	width: 750px;
	display: block;
	margin-left: 200px;
	padding: 10px 0 10px 20px;
	border-left: 1px dotted #cccccc;
	font-size: 14px;
}

#page_content h1 {
	font-size: 28px;
	color: #666666;
	font-weight: normal;
	border-bottom: 1px dotted #cccccc;
	padding-bottom: 15px;
	margin: 10px 0 5px 0;
}

#page_content strong {
	font-size: 22px;
	color: #666666;
	font-weight: normal;
}

#page_column {
	float: left;
	width: 170px;
	padding: 50px 20px 10px 10px;
	margin: 0;
	
}

/* banner for recovery page */
#banner_recovery {
	margin-top: 10px;
	margin-bottom: 20px;
	width: 980px;
	height: 330px;
	background-image:url(../images/banner_recovery.jpg);
	float: left;
}

#banner_recovery_main {
	margin-top: 10px;
	margin-bottom: 20px;
	width: 980px;
	height: 330px;
	background-image:url(../images/banner_recovery_main.jpg);
	float: left;
}


/* banner for events page */
#banner_events {
	margin-top: 10px;
	margin-bottom: 20px;
	width: 980px;
	height: 330px;
	background-image:url(../images/banner_events.jpg);
	float: left;
}

/* banner for events page */
#banner_analyze {
	margin-top: 10px;
	margin-bottom: 20px;
	width: 980px;
	height: 330px;
	background-image:url(../images/banner_analyze.jpg);
	float: left;
}

/* banner for recovery page */
#banner_peer_support {
	margin-top: 10px;
	margin-bottom: 20px;
	width: 980px;
	height: 330px;
	background-image:url(../images/banner_peer.jpg);
	float: left;
}

#banner_article_main {
	margin-top: 10px;
	margin-bottom: 20px;
	width: 980px;
	height: 330px;
	background-image:url(../images/banner_articles1.jpg);
	float: left;
}

#banner_express {
	margin-top: 10px;
	margin-bottom: 20px;
	width: 980px;
	height: 330px;
	background-image:url(../images/banner_express.jpg);
	float: left;
}

#banner_forward {
	margin-top: 10px;
	margin-bottom: 20px;
	width: 980px;
	height: 330px;
	background-image:url(../images/banner_forward.jpg);
	float: left;
}


#banner_self_care {
	margin-top: 10px;
	margin-bottom: 20px;
	width: 980px;
	height: 330px;
	background-image:url(../images/banner_self.jpg);
	float: left;
}

#banner_contact {
	margin-top: 10px;
	margin-bottom: 20px;
	width: 980px;
	height: 330px;
	background-image:url(../images/banner_contact.jpg);
	float: left;
}

#banner_advertise {
	margin-top: 10px;
	margin-bottom: 20px;
	width: 980px;
	height: 330px;
	background-image:url(../images/banner_advertise.jpg);
	float: left;
}

#banner_about {
	margin-top: 10px;
	margin-bottom: 20px;
	width: 980px;
	height: 330px;
	background-image:url(../images/banner_about.jpg);
	float: left;
}

#banner_signup {
	margin-top: 10px;
	margin-bottom: 20px;
	width: 980px;
	height: 330px;
	background-image:url(../images/banner_signup.jpg);
	float: left;
}

#banner_terms {
	margin-top: 10px;
	margin-bottom: 20px;
	width: 980px;
	height: 330px;
	background-image:url(../images/banner_terms.jpg);
	float: left;
}

#banner_peer_support {
	margin-top: 10px;
	margin-bottom: 20px;
	width: 980px;
	height: 330px;
	background-image:url(../images/banner_pond.jpg);
	float: left;
}



/* public articles */
#articles_list li {
	margin: 0;
	font-size: 14px;
	list-style-type: none;
	padding: 4px 0 4px 10px;
	border-bottom: 1px dotted #A7A7A7;
	
}

#articles_list {
	padding: 0;
	margin: 0;
	width: 170px;
	
}


#articles_list a {
	
	text-decoration: none;
	color: #76ADAD;
	
}


#articles_list li a:hover {
	color: #508686;
}

#articles_list li a.active {
	
	color: #508686;
	
}

#articles_breadcrumb {
	font-size: 12px;
}

.articles_box {
	border: 1px dotted #cccccc;
	background-color: #E3F0EA;
	padding: 10px;
}

.arc {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}


/* recovery guide pages */

.step_acknowledge, .step_express, .step_analyze, .step_self_care, .step_move_forward {
	margin: 20px 0 0 0;
	font-size: 22px;
	list-style-type: none;
	padding: 4px 0 4px 10px;
	
}

.module {
	margin: 0 0 0 30px;
	font-size: 13px;
	list-style-type: none;
	padding: 0;
	
}

.steps {
	margin: 0 auto;
	padding: 0;
}


.step_acknowledge a {
	
	text-decoration: none;
	color: #6E5E4E;
	
}

.step_acknowledge a:hover {
	color: #504438;
}

.step_acknowledge a.active {
	
	color: #504438;
	
}


.step_express a {
	
	text-decoration: none;
	color: #7D8A80;
	
}

.step_express a:hover {
	color: #647067;
}

.step_express a.active {
	
	color: #647067;
	
}


.step_analyze a {
	
	text-decoration: none;
	color: #99B8A8;
	
}

.step_analyze a:hover {
	color: #7BA48E;
}

.step_analyze a.active {
	
	color: #7BA48E;
	
}


.step_self_care a {
	
	text-decoration: none;
	color: #E1DC76;
	
}

.step_self_care a:hover {
	color: #D7D24C;
}

.step_self_care a.active {
	
	color: #D7D24C;
	
}

.step_move_forward a {
	
	text-decoration: none;
	color: #C0D762;
	
}

.step_move_forward a:hover {
	color: #B0CD3A;
}

.step_move_forward a.active {
	
	color: #B0CD3A;
	
}






.module a {
	
	color: #76ADAD;
	
}

.step a:hover, .module a:hover {
	color: #5A9696;
}

.step_acknowledge a:hover {
	color: #508686;
}

.step_acknowledge a.active {
	
	color: #504438;
	
}


.step a.active, .module a.active {
	
	color: #666666;
	
}

.breadcrumb {
	padding: 2px 0 0 0;
	font-size: 12px;
	float: left;
	width: 750px;
}

.bubble_step {
	width: 710px;
	height: 560px;
	background-image: url(../images/bubbles_steps_01.jpg);
	padding: 20px;
	font-size: 13px;
	line-height: 19px;
}

.bubble_step_express {
	width: 710px;
	height: 560px;
	background-image: url(../images/bubbles_steps_express.jpg);
	padding: 20px;
	font-size: 13px;
	line-height: 19px;
}


.bubble_step_analyze {
	width: 710px;
	height: 560px;
	background-image: url(../images/bubbles_steps_analyze.jpg);
	padding: 20px;
	font-size: 13px;
	line-height: 19px;
}


.bubble_step_self {
	width: 710px;
	height: 560px;
	background-image: url(../images/bubbles_steps_self.jpg);
	padding: 20px;
	font-size: 13px;
	line-height: 19px;
}

.bubble_step_forward {
	width: 710px;
	height: 560px;
	background-image: url(../images/bubbles_steps_forward.jpg);
	padding: 20px;
	font-size: 13px;
	line-height: 19px;
}

