@charset "UTF-8";
/* CSS Document */
body {
	font: 98% Helvetica, sans-serif;
	background: #fff;
	margin: 10px; /* 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: #283978;
}
a {
	color: #283978;
}
a:hover {
	color: #DD8026;	
}
img {
	border:0 none;	
}
li {
	padding-bottom: 20px;	
}
#container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fff;
	margin: 0 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. */
}
#header
{
	width: 1000px;
	height: 128px;
}
	#header a
	{
		display:block;
	}
		#logo {
			display:block;
			background-image: url(images/header_logo.jpg);
			width: 287px;
			height: 128px;
			float: left;
		}
		#contact {
			display:block;
			background-image: url(images/header_contact.jpg);
			width: 413px;
			height: 128px;
			float: right;
		}
	#header p
	{
		float: none;
		clear: both;
		position: absolute;
		top: -99999px;
		text-indent:-9999px;
		color: #fff;
	}
#nav
{
	position:relative; clear:both; float:none; *zoom:1;
	background:#fff;
}
#nav:after
{
	display:block; clear:both; float:none; content:".";
	height:0; visibility:hidden;
}
	#nav ul
	{
		list-style-type:none;
		padding:0; margin:0;
	}
		#nav li
		{
			float:left;
			height:49px; overflow:hidden;
			padding:0; margin:0;
		}
			#nav li a,
				#nav li a span
			{
				display:block;
				height:100%; overflow:hidden;
				cursor:pointer;
			}
			#nav li a.current,
				#nav li a.current span
			{
				cursor:default;
			}
				#nav li a span
				{
					background:transparent url(images/nav.jpg) no-repeat 0 0;
					text-indent:-9999px;
				}
				
		/* item 1 */
		#nav li.item-1
		{
			width:99px;
		}
				#nav li.item-1 a span
				{
					background-position:0 0;
				}
				#nav li.item-1 a.current span,
				#nav li.item-1 a:hover span
				{
					background-position:0 -49px;
				}
				
		/* item 2 */
		#nav li.item-2 a span
		{
			width:188px;
		}
				#nav li.item-2 a span
				{
					background-position:-99px 0;
				}
				#nav li.item-2 a.current span,
				#nav li.item-2 a:hover span
				{
					background-position:-99px -49px;
				}
			
		/* item 3 */
		#nav li.item-3
		{
			width:181px;
		}
				#nav li.item-3 a span
				{
					background-position:-287px 0;
				}
				#nav li.item-3 a.current span,
				#nav li.item-3 a:hover span
				{
					background-position:-287px -49px;
				}
		
		/* item 4 */
		#nav li.item-4
		{
			width:182px;
		}
				#nav li.item-4 a span
				{
					background-position:-468px 0;
				}
				#nav li.item-4 a.current span,
				#nav li.item-4 a:hover span
				{
					background-position:-468px -49px;
				}
			
		/* item 5 */
		#nav li.item-5
		{
			width:107px;
		}
				#nav li.item-5 a span
				{
					background-position:-650px 0;
				}
				#nav li.item-5 a.current span,
				#nav li.item-5 a:hover span
				{
					background-position:-650px -49px;
				}
		
		/* item 6 */
		#nav li.item-6
		{
			width:149px;
		}
				#nav li.item-6 a span
				{
					background-position:-757px 0;
				}
				#nav li.item-6 a.current span,
				#nav li.item-6 a:hover span
				{
					background-position:-757px -49px;
				}
		
		/* item 7 */
		#nav li.item-7
		{
			width:94px;
		}
				#nav li.item-7 a span
				{
					background-position:-906px 0;
				}
				#nav li.item-7 a.current span,
				#nav li.item-7 a:hover span
				{
					background-position:-906px -49px;
				}
		
#mainContent {
	padding: 5px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #fff;
	position: relative;
	/*height: 545px;*/
}
#titleBar {
	height: 50px;
	text-align: center;
}
#headerBar {
	background: transparent url(images/header_bar.jpg) no-repeat left top;
	width: 1000px;
	height: 50px;
	padding-top: 15px;
	overflow: hidden;
	font: normal 22px Helvetica, sans-serif;
	text-align: center;
	color: #fff;
}	
#content {
	padding: 0 20px 0 20px;	
}
#contentImageLeft {
	position: relative;
	float: left;
	padding: 0 20px 0 0;
}
#centeredImage {
	text-align: center;	
}
#home_main
{
	width:1000px; height:347px; overflow:hidden;
	background:transparent url(images/home_main.jpg) no-repeat left top;
	position: relative;
}
	#home_main p
	{
		text-indent:-9999px;
	}
	
/* Home Modules */
#home_modules
{
	position:relative; clear:both; float:none; *zoom:1;
	width: 1000px; height: 198px;
	padding: 5px 0;
	text-align:justify;
}
#home_modules:after
{
	display:block; clear:both; float:none; content:".";
	height:0; visibility:hidden;
}

	#home_modules ul
	{
		list-style-type:none;
		padding:0; margin:0;
	}
		#home_modules li
		{
			float:left;
			width:324px; height:198px;
			padding:0; margin:0 14px 0 0;
		}
		#home_modules li.last
		{
			margin-right:0;
		}
			#home_modules li a,
				#home_modules li a span
			{
				display:block;
				height:100%;
			}
				#home_modules li a span
				{
					background:transparent url(images/home_modules.jpg) no-repeat 0 0;
					text-indent:-9999px;
				}
				#home_modules li.item-1 a span
				{
					background-position:0 0;
				}
				#home_modules li.item-1 a:hover span
				{
					background-position:0 -198px;
				}
				#home_modules li.item-2 a span
				{
					background-position:-324px 0;
				}
				#home_modules li.item-2 a:hover span
				{
					background-position:-324px -198px;
				}
				#home_modules li.item-3 a span
				{
					background-position:-648px 0;
				}
				#home_modules li.item-3 a:hover span
				{
					background-position:-648px -198px;
				}
				
.paddingRight {
	padding-right: 14px; 
}
#footer {
	padding: 20px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 12px;
	text-align: center;
}
.navFooter, .navFooter_selected {
	font-size: 14px;
	font-weight: bold;
}
.navFooter_selected {
	color: #DD8026;
}
#doctors {
	width: 1000px;
	height:	350px;
}
#concept {
	width: 500px;
	height:	350px;
	float: right;
}
.orange {
	color: #DD8026;	
}
.green {
	color: #89c74c;
}

#ktla_div {
	background: url(images/home_ktla.jpg) no-repeat;
	position: absolute;
	top: 135px;
	width: 129px;
	height:37px;
	right: 20px;
}
#yelp_div {
	background: url(images/home_yelp.jpg) no-repeat;
	position: absolute;
	top: 185px;
	width: 129px;
	height:37px;
	right: 20px;
}