@charset "UTF-8";
/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

td {
	padding:5px 0px;
}

h2 {
	color:#dd7e17;
}

/** background images for sections - start **/
.home {
	background:url(../images/background-home.jpg) no-repeat;
}

.home-fr {
	background:url(../images/background-home-fr.jpg) no-repeat;
}

.about_us {
	background:url(../images/background-about_us.jpg) no-repeat;
}

.outpatient_services {
	background:url(../images/background-outpatient_services.jpg) no-repeat;
}

.assessments_and_consultations {
	background:url(../images/background-assessments_and_consultations.jpg) no-repeat;
}

.treatment_residences {
	background:url(../images/background-treatment_residences.jpg) no-repeat;
}

.crisis_services {
	background:url(../images/background-crisis_services.jpg) no-repeat;
}

.sleep_centre {
	background:url(../images/background-sleep_centre.jpg) no-repeat;
}

.research {
	background:url(../images/background-research.jpg) no-repeat;
}

.careers {
	background:url(../images/background-careers.jpg) no-repeat;
}

.testimonials {
	background:url(../images/background-testimonials.jpg) no-repeat;
}

/** background images for sections - end **/
.img-gallery {
	margin:0px 10px 10px 0px;
}

.link-grey a {
	color:#000;
	text-decoration:none;
}

.link-grey a:hover {
	color:#dd7e17;
}

.nav-list {
	margin-left:-40px;
	list-style:none;
}

.nav-item a {
	margin-left:20px;
	display:block;
	padding:10px 5px;
	color:#FFF;
	text-decoration:none;
}

.nav-item.selected a,
.nav-item a:hover {
	color:#4e4c53;
	font-weight:bold;
}

.nav-item.selected {
	background:url(../images/list-image.gif) 0px 9px no-repeat;
}

.subnav-item {
	margin-bottom:10px;
}

.subnav-item a {
	font-weight:bold;
	color:#c77526;
	text-decoration:none;
}

.subnav-item.selected {
		background:none;
}

.subnav-item.selected a,
.subnav-item a:hover {
	color:#999;
}

.text-gold {
	color:#dd7e17;
}

#content {
	padding:0 35px;
	float:left;
}

#copy {
	min-height:390px;
	width:475px;
	clear:both;
}

#copy a {
	text-decoration:none;
	font-weight:bold;
	color:#000;
}

#footer {
	width:620px;
	margin: 20px 0px 0px -160px;
	padding-left:20px;
	float:left;
}

#links-global {
	margin-top:20px;
	float:right;
}

#links-footer {
	margin-bottom:10px;
	color:#dd7e17;
	text-transform:capitalize;
}

#links-footer a {
	color:#dd7e17;
	text-decoration:none;
}

#nav {
	width:160px;
	min-height:350px;
	background-color:#e28f36;
	float:left;
}

#nav-sub {
	width:180px;
	min-height:190px;
	margin-right:20px;
	float:right;
	clear:right;
}

#sidebar {
	width:270px;
	height:700px;
	float:left;
}

#wrapper {
	margin:-8px auto;
	overflow:hidden;
	width:980px;
}

/* _IE6/ *IE7 fixes */
#content {
	_padding:0 25px;
	*padding:0 25px;
}

#copy {
	_height:390px;
}

#footer {
	_position:relative;
}

#nav {
	_padding:30px 0 0 40px;
	*padding:10px 0 10px 40px;
	_width:125px;
	*width:125px;
}

#nav-sub {
	_margin-right:-20px;
	_padding-left:120px;
	_height:190px;
}

.nav-item a { 
	_padding-bottom:0px;
}

