@charset "utf-8";
/* WEST HILLS MAIN CSS */
/* -- TAG CLASSES -- */
h3 {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 20px;
}
h4 {
	margin-left: 10px;
}
img
{  border-style: none;
}
/* -- CLASSES -- */
.video_right {
	float: right;
	height: 318px;
	width: 422px;
	margin-top: 20px;
}
.list_left {
	float: left;
	width: 300px;
	margin-top: 0px;
}
.list_right {
	float: left;
	width: 225px;
	margin-top: 0px;
}
.inline {
	list-style-type: square;
	margin: 0px;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
	list-style-position: outside;
}

.programs {
	list-style-type: square;
	font-weight: bold;
}
.sm_vert_1 {
	background-image: url(../images/sm_vert_1.jpg);
	background-repeat: no-repeat;
	text-align: center;
	float: left;
	height: 150px;
	width: 2px;
}
.img_center {
	text-align: center;
	margin-top: 1px;
	margin-bottom: 2px;
}

.mid_section_text {
	margin-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.west_add {
	font-size: 85%;
	text-align: center;
}
.padding_10px {
	padding: 10px;
}
.padding_left_right_10px {
	padding-right: 10px;
	padding-left: 10px;
}

/* -- LINK STYLE 2 -- */
.link2 a:link {
	color: #666;
	}
.link2 a:visited {
	color: #666;
	}
.link2 a:hover {
	text-decoration: underline;
	color: #333;
	}
.link2 a:active {
	text-decoration: underline;
	color: #666;
	}
/* End link style 2 */	
/* Picture Float Classes */
.pic_right {
	float: right;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.pic_left {
	float: left;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
/* end picture float classes */
.name_right {
	text-align: right;
	margin-top: -15px;
	padding-right: 15px;
	font-style: italic;
	font-weight: bold;
}
.news_headline {
	font-size: 110%;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 10px;
}
.news_pic {
	background-color: #06F;
	float: left;
	height: 250px;
	width: 400px;
	border: 1px solid #999;
}

.news_story {
	font-size: 85%;
	float: right;
	width: 505px;
}
.question {
	padding-left: 10px;
	font-weight: bold;
	color: #333;
}
.answer {
	color: #00F;
	padding-left: 20px;
	padding-bottom: 15px;
}
.whh_add {
	margin-bottom: -10px;
}
.maintext {
	font-size: 85%;
	padding-right: 10px;
	padding-left: 10px;
}


.list_text {
	font-size: 85%;
}
.OL {
	font-size: 75%;
}
/* Global Div IDs */

/* Body */
body {
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFF;
}
/* Sitemap */
#sitemap {
	font-size: 75%;
	margin-right: auto;
	margin-left: auto;
	width: 950px;
	text-align: right;
	margin-bottom: -20px;
	margin-top: 10px;
}
#site_link {
	padding-right: 10px;
}


/* Logo Section */	
#logo {
	height: 100px;
	width: 950px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/logo_bg.jpg);
	background-repeat: no-repeat;
}

#logo_left {
	float: left;
	height: auto;
	width: 450px;
	font-size: 75%;
}
#logo_right {
	float: right;
	height: auto;
	width: 450px;
	font-size: 70%;
	color: #FFF;
	text-align: right;
	padding-right: 10px;
}

/* Navigation Bar Section*/
#top_nav {
	height: auto;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #03F;
	color: #FFF;
	text-align: left;
	font-size: 90%;
}

#nav {
	height: 30px;
	background-color: #03F;
	padding: 0px;
}
/* Container Section*/
#container  {
	width: 59.375em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
/* Header Section */
#header  {
	background: #ffffff;
	height: 185px;
	width: 950px;
} 
/* Main Content Section */
#mainContent  {
	background: #FFFFFF;
	padding-top: 0;
	padding-bottom: 0;
}
/* Lower Section */
#lower_section {
	text-align: center;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666;
	color: #666;
	margin-top: 15px;
	padding-top: 10px;
}
#bottom_nav {
	font-size: 85%;
	margin-bottom: 10px;
}
#copyright {
	font-size: 80%;
	margin-bottom: 15px;
}
#pim {
	font-size: 65%;
}
/* Footer Section */
#footer  {
	height: 25px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
/* End Global */

/* Home Page Ids*/
#top_section_home {
	width: 950px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#intro {
	width: 950px;
	font-size: 85%;
	color: #333;
}
#testimonials {
	font-size: 85%;
	text-align: center;
	float: right;
	width: 422px;
}
#news {
	height: 340px;
	width: 910px;
	font-size: 85%;
	color: #333;
	background-image: none;
	background-repeat: no-repeat;
	margin-left: 20px;
	clear: both;
	padding-top: 15px;
}
#news_text {
	float: left;
	width: 235px;
	margin-right: 10px;
}

/* Mid Section */
#mid_section {
	width: 950px;
	height: 210px;
	margin-top: 10px;
	margin-bottom: 15px;
	font-size: 80%;
	color: #333;
}

#mid_left {
	float: left;
	height: 150px;
	width: 315px;
}

#mid_center {
	float: left;
	height: 150px;
	width: 315px;
}
#mid_right {
	float: right;
	height: 150px;
	width: 315px;
}
#insurance {
	font-size: 95%;
	text-align: center;
	color: #00F;
	margin-top: -50px;
}


#jcaho {
	font-size: 85%;
}

/* About Us IDs */

/* Top Section CSS is for all pages but the home page */
#top_section {
	width: 950px;
	margin-top: 15px;
	margin-bottom: 15px;
}


#mission {
	font-size: 85%;
}
#testimonial_section {
	font-size: 85%;
}
#test_left {
	font-size: 85%;
	float: left;
	width: 470px;
}
#test_right {
	font-size: 85%;
	float: right;
	width: 470px;
}
#community_partners {
	font-size: 85%;
	clear: both;
}
#new_improvements {
	font-size: 85%;
}
/* Facility Page IDs */
#virt_tour {
	font-size: 85%;
}
/*Programs Page IDs */
#acute_inpatient {
	font-size: 85%;
	width: auto;
}

#adult {
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #999;
}
#adult_chem {
	font-size: 85%;
	width: auto;
}
#news_main {
	margin-right: 15px;
	margin-left: 15px;
}
#faq_ans {
	font-size: 85%;
}

/* Video Page IDs */
#video {
	text-align: center;
	margin-top: 10px;
	height: 600px;
	width: 950px;
}

/* Contact Page IDs */
#contact_wrapper {
	height: 285px;
	width: 950px;
}
#westhills {
	float: left;
	height: 275px;
	width: 525px;
	font-size: 85%;
}
#add_west_hills {
	padding-right: 25px;
	padding-left: 25px;
}

#googlemap {
	float: right;
	height: 275px;
	width: 400px;
}

/* Form Information */
#form_area {
	font-size: 85%;
	text-align: left;
	width: auto;
	margin-left: 175px;
}
#contactform {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 85%;
	width: 600px;
}

/* Bio Page Information */
.bio_text {
	float: right;
	width: 725px;
	clear: right;
}
.pic_left_leader {
	float: left;
	width: 180px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-align: center;
}

.break {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
.bg_ed {
	font-weight: bolder;
	margin-top: 0px;
	margin-bottom: 5px;
}
.name_title {
	text-align: center;
	font-weight: bolder;
	margin-top: 5px;
	margin-bottom: 0px;
}

blockquote {
	font-weight: bold;
	font-style: italic;
	color: #069;
	margin-top: -10px;
}
.bio_info {
	margin-top: 0px;
	margin-bottom: 5px;
}
