* {
	margin: 0;
}
html, body {
	height: 100%;
}
body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #07324f;
	color: #3a2b20;
	margin: 0 auto;
	padding: 0;
	height: 100%;
}

a:link, a:visited, a:hover, a:active { text-decoration: underline; color: #108fbf; }
h1, h2, h3, h4, p, span, div { padding: 0; margin: 0; }
h1, h3 { padding-bottom: 8px; }
h2 { padding-bottom: 0px; }
h1 { font-size: 16px; color: #005b8b; font-weight: bold; }
h2 { font-size: 12px; color: #545454; font-weight: bold; }
h3 { font-size: 12px; color: #005b8b; font-weight: bold; }
h4 { font-size: 13px; color: #545454; font-weight: bold; }
p { line-height: 16px; padding-bottom: 16px;}
img {border-style: none;
    border-color: inherit;
    border-width: 0px;
}
ul, ol { padding-bottom: 15px; padding-left: 40px; }
li { padding-bottom: 5px; }

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -142px; /* the bottom margin is the negative value of the footer's height */

}

* html #wrapper {
	height: 100%;
	}

#container_home {
	position: relative;
	margin: 0 auto;
	width: 895px;

	min-height: 100%;
}

h3.red {
	color: #ff0000;
}

#display {
	position: relative;
	width: 895px;
	padding-top: 0px;
}

#header {
	position: relative;
	width: 895px;
	background-image: url(../images/header_bg.gif);
	background-repeat: repeat-x;
	height: 107px;
	float: left;
	display:block;
}
#header img.logo {
	margin-left: 9px;
	margin-top: 42px;
}
#secondaryImg {
	position: absolute;
	right: 12px;
	top: 0px;
	float: left;
	text-align: right;
	width: 500px;
	margin-top: 9px;
}

#secondaryNav {
	float: right;
	text-align: right;
	margin-right: -7px;
	margin-top: 9px;
}

#secondaryNav a {
	float: left;
	width: 120px;
	height: 28px;
	padding: 2px 5px 0px 5px;
	text-align: center;
	font-size: 10px;
	margin-left: 10px;

	line-height: 11px;
	background-image: url(../images/btn_bg.gif);
	background-repeat: no-repeat;
	color: #07324f;
	text-decoration: none;
	text-transform: uppercase;
	font-weight:bold;
}

#secondaryNav a:hover {
	color: #108fbf;
}

#secondaryNav a.firstLink {
	padding-top: 7px;
	height: 23px;
}

.selected { text-decoration: underline; color: #fff; }




/* BEGIN Main Navigation CSS /////////////////////////////////////////////////////////////////////////*/
#navigation {
	clear: both;
	float:none;
	height: 26px;
	background-color: #005b8c;
	background-image: url(../images/nav_bg.gif);
	background-repeat: repeat-x;
	color:#FFFFFF;
	width:895px;
	border-bottom: 2px solid #fff;
	border-top: 2px solid #fff;
	padding-top: 0px;
	margin-top: 0px;
	text-align: center;

}

#navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	z-index: 1000;
}

#navigation ul li a:hover {
	color: #6eb5ce;
}

#navigation ul li {
	float: left;
	height: 21px;
	margin: 0px 0px 0px 0px;
	padding: 5px 2px 0px 0px;
	text-align: center;
	background-image:url(../images/nav_divider.gif);
	background-repeat: no-repeat;
	background-position: right;
}

/* Defines the size of each navigation element */
#navigation ul #nav_services, #navigation ul #nav_services .main_link, #navigation ul #nav_services li {
	width: 130px;
}

#navigation ul #nav_locations, #navigation ul #nav_locations .main_link, #navigation ul #nav_locations li {
	width: 190px;
}

#navigation ul #nav_treatment, #navigation ul #nav_treatment .main_link, #navigation ul #nav_treatment li {
	width: 180px;
}

#navigation ul #nav_careers, #navigation ul #nav_careers .main_link, #navigation ul #nav_careers li {
	width: 106px;
}

#navigation ul #nav_about, #navigation ul #nav_about .main_link, #navigation ul #nav_about li {
	width: 156px;
}

#navigation ul #nav_contact, #navigation ul #nav_contact .main_link {
	width: 116px;
	/* Removes the background image of the navigation separator */
	background: none;
}

/* Sets the link tag of each main navigation element to block so that the active area of the link spans the entire navigation element */
#navigation ul li .main_link {
	display: block;
}

/* top level nav */
#navigation ul li, #navigation ul li a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	display: block;
	list-style-type: none;
}

#navigation ul li a.selectedTopNav2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #6eb5ce;
	text-decoration: none;
	display: block;
}

#navigation ul li a {
	padding-bottom: 6px;
}


#navigation ul li ul {
	display: none;
	position: absolute;
	margin: 0px 0px 0px -3px;
	padding: 0px 10px 2px 0px;
}

#navigation ul #nav_services ul{
	margin: 0px 0px 0px 0px;
}

#navigation ul #nav_treatment ul{
	margin: 0px 0px 0px 0px;
}

#navigation ul #nav_locations ul{
	margin: 0px 0px 0px 0px;
}

#navigation ul #nav_careers ul{
	margin: 0px 0px 0px 0px;
}

#navigation ul #nav_about ul{
	margin: 0px 0px 0px 0px;
}

#navigation ul #nav_contact ul {
	margin: 0px 0px 0px -3px;
	padding: 0px 0px 10px 0px;
}

#navigation ul li:hover .main_link, #navigation ul li.over .main_link, #navigation ul li .main_selected {
	color: #6eb5ce;
}

#navigation ul li:hover, #navigation ul li.over, #navigation ul li ul li:hover, #navigation ul li ul li.over {
	color: #6eb5ce;
	cursor: pointer;
}

/* sets the secondary navigation elements to block when the parent navigation is rolled over */
#navigation ul li:hover ul, #navigation ul li.over ul {
	display: block;
}

#navigation ul li ul{margin-top: -10px;}

#navigation ul li ul li {
	float: none;
	background-image: none;
	background-color: #c7e3eb;
	color: #005b8c;
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 0px 4px;
	width: 150px;
	height: auto;
	text-align: left;
	border-bottom: solid 1px #60a7cf;
	border-right: solid 1px #60a7cf;
	border-left: solid 1px #60a7cf;
}

#navigation ul #nav_contact ul li{
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 5px 4px;
	width: 151px;
	height: auto;
	text-align: left;
}

#navigation ul li ul li:hover, #navigation ul li ul li.over {
	background-color: #fff;
	color: #6eb5ce;
}

#navigation ul li ul li a {
	color: #013f62;
	text-decoration: none;
	text-transform: none;
	font-size: 12px;
}

#navigation ul li ul li a:hover {
	color: #6eb5ce;
}

#navigation ul li ul li:hover a, #navigation ul li ul li.over a {
	color: #6eb5ce;
}

/* END Main Navigation CSS /////////////////////////////////////////////////////////////////////////*/

#flashArea {
	clear: both;
	float:none;
	height: 215px;
	width:895px;
	background-color: #fff;
}
#contentArea {
	clear: both;
	float: none;
	background-color: #FFFFFF;
	color: #231f20;
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 20px;
	width: 855px;
	qheight: 300px;
	border-top: 2px solid #fff;
}

#left_txt {
	float: left;
}

#ads_area {
	width: 350px;
	float: right;
	height:502px;
}

#ads_area #ad_1 {
	padding-right: 8px;
	padding-left:10px;
}

#ads_area #ad_3 {
	padding-top: 24px;
}


#innerContent {
	color: #231f20;
	width: 895px;
	background-color: #fff;
	background-image: url(../images/subNav_bg.gif);
	background-repeat: repeat-y;
}
#innerContent #rightContent {
	display: block;
	float: left;
	width: 696px;
}
#breadcrumbs {
	padding: 5px;
	height: 17px;
	float: left;
}
#mainImg {
	float: right;
}
#resources {
	float: right;
	width: 200px;
	margin-left: 15px;
	margin-bottom: 10px;
	clear: right;
}
#resources h2 {
	background-color: #0087bc;
	border-bottom: 2px solid #fff;
	padding: 7px 2px 7px 7px;
	color: #FFF;
}
#resources p {
	padding: 10px 5px 10px 10px;
	line-height: 20px;
	background-color: #6eb5ce;
	color: #FFF;
}

#resources p a {
	color: #fff;
}

#resources2 {
	float: right;
	width: 200px;
	margin-left: 15px;
	margin-bottom: 10px;
	clear: right;
}
#resources2 h2 {
	background-color: #0087bc;
	border-bottom: 2px solid #fff;
	padding: 7px 2px 7px 7px;
	color: #FFF;
}
#resources2 p {
	padding: 10px 5px 10px 10px;
	line-height: 20px;
	background-color: #6eb5ce;
	color: #FFF;
}

#resources2 p a {
	color: #fff;
}

img.floatRight {
	float:right;
}

#right_txtbox {
	float: right;
	width: 180px;
	padding: 10px 10px 10px 10px;
	clear: right;
	background-color: #6eb5ce;
	color: #fff;
	margin-bottom: 10px;
	margin-left: 15px;
}

#right_txtbox2 {
	float: right;
	width: 180px;
	padding: 10px 10px 10px 10px;
	background-color: #6eb5ce;
	color: #fff;
	margin-bottom: 10px;
}

.right_image {
	text-align: center;
	background-color: #6eb5ce;
	padding: 10px;
}
#results {
	width: 180px;
	padding: 18px 10px 0px 10px;
	border: solid 2px #d2e0e1;
	text-align: center;
	float: left;
}

#no_response p {
	width: 300px;
	height: 100px;
	padding: 0px;
	float: left;
}


#results_img {
	width: 332px;
	float: right;
}

#results_img_noresponse {
	width: 332px;
	float: right;
}

#results_img_helpresponse {
	width: 332px;
	float: left;
	clear: both;
}

.lg_results {
	font-size: 16px;
	font-weight: bold;
}

.hide {
	display: none;
}

.show {
	display: block;
}

.print_hide {
	display: block;
}

.print_show {
	display: none;
}

#submit, #reset {
	float: left;
	clear: none;
	margin-right: 15px;
}

#copyArea {
	color: #231f20;
	background: #fff;
	padding: 10px 10px 20px 20px;
	float: left;
	width: 666px;
	min-height: 400px;
}

#copyArea img.floatLeft {
	float: left;
	margin: 10px;
}


img.leftPadding {
	float: left;
	margin-right: 10px;
}

#copyArea .jobLocTopClass, #copyArea .jobTypeTopClass, #copyArea .jobTitleTopClass, #copyArea .jobNumberTopClass {
    border: solid 1px #95B3B8;
    background-color: #95B3B8;
    padding: 3px;
    color: #FFF;
    font-weight: bold;
    float: left;
}

#copyArea .jobListing {
	border: solid 1px #95B3B8;
}

#copyArea .jobLocClass, #copyArea .jobTypeClass, #copyArea .jobTitleClass, #copyArea .jobNumberClass {
    border: solid 1px #95B3B8;
    border-top: none;
    padding: 3px;
    float: left;
    height: 30px;
}

#copyArea .jobLocClass, #copyArea .jobLocTopClass { width: 120px; }
#copyArea .jobTypeClass, #copyArea .jobTypeTopClass { border-left: none; width: 150px; }
#copyArea .jobTitleClass, #copyArea .jobTitleTopClass { border-left: none; width: 270px; }
#copyArea .jobNumberClass, #copyArea .jobNumberTopClass { border-left: none; width: 80px; }

#copyArea .jobDescClass span strong {
    display: block;
    width: 120px;
    float: left;
}

#footer {
	padding-bottom: 10px;
	padding-top: 10px;
	color: #FFFFFF;
	font-size: 11px;
	position: relative;
	text-align: right;
	width: 895px;
	background-color: #07324f;
	vertical-align: bottom;
}
.push {
	padding-bottom: 30px;
	clear: both;
}
#footer a {
	color: #FFFFFF;
	font-size: 11px;
	font-weight:bold;
	text-decoration: none;
	border-right: 1px solid #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	font-weight:normal;
}

#footer a:hover { text-decoration: underline; }

#footer a.lastLinkFooter {
	border-right: 0;
}
.clearFloat {
	clear:both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
}
div#subNavParent { float: left; }

div#subNavButton {
	display: none;
	qborder-top: 5px solid #FFF;
	qmargin-top: 15px;
	padding-top: 20px;
	text-align: center;
}

div.subNav {
	display: none;
	width: 194px;
	border-right: 2px solid #fff;
	font-size: 11px;
	font-weight: bold;
	height: 100%;
	background-color: #6eb5ce;
}

div.subNav .sectionHeader {
	background-color: #93c8da;
	background-image: url(../images/subNav_sectionHeader_bg.gif);
	background-repeat: repeat-x;
	border-bottom: 2px solid #fff;
	padding: 7px 2px 7px 7px;
}

div.subNav .sectionHeader a:link, div.subNav .sectionHeader a:visited { color: #231f20; text-decoration: none; }

div.subNav .sectionHeader a:hover, div.subNav .sectionHeader a:active { text-decoration: underline; }

div.subNav ul {
    margin: 0px;
    padding: 0px;
	list-style-type: none;
}

div.subNav li.subNavItem {
	background-color: #6eb5ce;
	padding: 5px 2px 5px 20px;
	list-style: none;
	list-style-type: none;
}

div.subNav li.subNavItemSelected {
	background-color: #f4f3f3;
	padding: 5px 2px 5px 20px;
	list-style: none;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

div.subNav li.subNavItem a:link, div.subNav li.subNavItem a:visited, div.subNav li.subNavItemSelected a:link, div.subNav li.subNavItemSelected a:visited { color: #231f20; text-decoration: none; }

div.subNav li.subNavItem a:hover, div.subNav li.subNavItem a:active, div.subNav li.subNavItemSelected a:hover, div.subNav li.subNavItemSelected a:active { text-decoration: underline; }

div#pushNav { float: left; width:196px; display:block; }

div#popup {
background:#fff;
margin:0px;
padding:7px;
width:170px;
}

div#detailstyle {
	background:#ffffff;
	margin:0px;
	padding:30px;
	list-style-type: none;
	font-size: 16px;
	height:325px;
	width:300px;
}

/*Begin - Added for Virtual Tours */
#map {
	float: left;
	margin-left: 0px;
}

#maplp {
	float: left;
	margin-left: 20px;
}

#mapdatalp {
	float: left;
}

#mapdata {
	float: right;
	padding-right:130px;
}

#mapdatacarbon {
	float: right;
	padding-right:165px;
}

#mapdataspring {
	float: right;
	padding-right:150px;
}

#mapdataaurora {
	float: right;
	padding-right:150px;
}

#mapdatawestside {
	float: right;
	padding-right:105px;
}

#mapdatacasey {
	float: right;
	padding-right:80px;
}

#mapdatakedzie {
	float: right;
	padding-right:106px;
}
#mapdatalake {
	float: right;
	padding-right:101px;
}

#virttour {
	float: left;
	width: 550px;
	height: 500px;
	font-size:11px;
}

#virtadd {
	width: 230px;
	float: left;
	padding-top:10px;
}

#virtdirect {
	width: 200px;
	float: left;
	font-size:12px;
	font-weight:bold;
	padding-top:10px;
}
/*End - Added for Virtual Tours */

.floatLeft {
	float: left;
}
.clearLeft {
	clear: left;
}
.vertCenter {
	padding-top: 40px;
}
span.title {
	margin-left: 6px;
}
input.rb {
	margin: 0px 8px 15px 8px;
	float: left;
}
label.rbLabel {
	margin-left: 5px;
	float: left;

	padding-bottom: 10px;
}

label.rbLabel_short {
	margin-left: 5px;
	float: left;
	width: 360px;
	padding-bottom: 10px;
}

label.rbLabel_short2 {
	margin-left: 5px;
	float: left;
	width: 360px;
	padding-bottom: 10px;
}
div.floatLeftCopy {
	float: left;
	width: 275px;
}
.spacing {
	margin-top: 10px;
}
label.contactLabel {
	float: left;
	width: 100px;
	padding: 9px 0px 0px 0px;
}
input.contactField {
	float: left;
	margin: 7px 0px 7px 0px;
}
.redFont {
	color: #990000;
}
ol.steps li {
	margin-left: 40px;
}
.faq_hide {
	display: none;

}

.faq_show {
	display: block;
	margin-bottom: 10px;
}
.faq_show p {
	margin: 8px 0px 0px 20px;
	padding-bottom: 0px;
}

.redErr {
    color: #C00;
    font-size: 11px;
}

.screen_header {

}

.print_header {
	display: none;
}
.clearLeft {
	clear: left;
}

#DRUG-REHAB1 {
	height: 140px;
}

#REHAB-PROFESSIONAL {
	height: 140px;
}

#CAREERS {
	height: 140px;
}

#CONTACT {
	height: 140px;
}

#REHAB-TREAT {
	height: 140px;
}

#REHAB-SERVICES {
	height: 150px;
}
.indent {
	margin-left: 30px;
}
.indent p {
	margin-top: -7px;
}
.centeredLink {
	text-align: center;
	margin-top: -15px;
}
img.centered {
	text-align: center;
}
.clearfloat {
	clear: both;
}
.testimonialList li {
	margin-bottom: 10px;
}

p.quote {
	font-family: "Times New Roman", "Times", serif;
	font-weight: bold;
	font-style: italic;
	font-size: 18px;
	qcolor: #0072B1;
	color: #8bcbd4;
	text-align: center;
	line-height: 1em;
	margin-top: 10px;
}
.resultsCopy {
	font-size: 13px;
	font-weight: bold;
	color: #005b8b;
}

#resources #testimonialForm
{
	background: #FFF url(../images/testimonial_form_bg.jpg) no-repeat;
	padding: 15px 18px;
	margin: 0;
	height: 365px;
	font-size: 11px;
	color: #FFF;
}

	#resources #testimonialForm h2
	{
		background-color: transparent;
		border: 0;
		font-size: 16px;
		padding: 0 0 5px 0;
		margin: 0;
		color: #FFF;
	}

	#resources #testimonialForm p
	{
		background-color: transparent;
		padding: 0;
		margin: 0 0 8px 0;
		color: #FFF;
		line-height: 12px;
	}

	#resources #testimonialForm label { color: #FFF; }

	#resources #testimonialForm label.contactLabel
	{
		float: left;
		width: 90px;
		padding: 9px 0px 0px 0px;
	}

	#resources #testimonialForm input.contactField,
	#resources #testimonialForm textarea.contactField
	{
		background-color: #FFF;
		border: 1px solid #6EB5CE;
		width: 170px;
		float: left;
		margin: 7px 0px 0px 0px;
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
	}

	#resources #testimonialForm input.contactFieldClient
	{
		background-color: #FFF;
		border: 1px solid #6EB5CE;
		width: 48px;
		position: absolute;
		left: 230px;
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
	}

	#resources #testimonialForm input.inputRadio
	{
		float: left;
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
		display: block;
		height: 10px;
	}

	#resources #testimonialForm div.inputRadioSpacer
	{
		padding-top: 10px;
	}

	#resources #testimonialForm div.inputRadioSpacer label
	{
		padding-top: 0;
		padding-bottom: 5px;
	}

	#resources #testimonialForm input.submitTestimonial
	{
		cursor: pointer;
		width: 80px;
		border: none;
		color: #FFF;
		margin: 10px 0 0 100px;
		padding: 0;
		background-color: #07324F;
		text-align: center;
		font-size: 11px;
	}

	#resources #testimonialForm .thank_you
	{
		display: block;
		text-align: center;
		font-size: 14px !important;
		font-weight: bold;
		float: none;
		padding-top: 10px;
	}

.rf_error { color: #F44 !important; }

#resourcesLinks{ list-style-type: none; margin: 0; padding: 0;}
#resourcesLinks li{float: left;}

#resourcesList{ list-style-type: none; margin: 0; padding: 0;}

.marginRight10{margin-right: 10px;}
.marginTop20{margin-top: 20px;}
.marginBottom15{margin-bottom: 15px;}

legend{ font-size: 12px; color: #545454; font-weight: bold; padding: 0 10px;}
#relatedResourcesFieldset{border: 1px solid #D4D4D4; padding: 15px; width: 180px;}
#relatedResourcesList{ list-style-type: square; margin: 0 0 0 10px; padding: 0 0 0 10px; color: #545454;}

.blockLink:link{background: #EEEEEE; color: #545454; padding: 10px; display: block;}
.blockLink:visited{background: #EEEEEE; color: #545454; padding: 10px; display: block;}
.blockLink:hover{background: #005b8b; color: #ffffff; padding: 10px; display: block;}
.blockLink:active{background: #EEEEEE; color: #545454; padding: 10px; display: block;}

.clear{clear: both;}
