/*
   LAYOUT STYLES
*/

body {
   background-color:#008799;
}

#main_container {
	width:990px;
	text-align:left;
	background: url('/assets/images/home/home_main_bg.gif') repeat-y scroll top center;
	background-color: white;
}
#main_container { display: inline-block; }
#main_container:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

#home_header {
	width:990px;
	height:203px;
	background: url('/assets/images/home/home_header_bg.jpg') repeat-y scroll top center;
	text-align:left;
}

#doctor_names {
	float:left;
	width:429px;
	margin-left:408px;
	margin-top:32px;
	color:#64603f;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	line-height:15px;
}

#address {
	float:left;
	margin-top:13px;
	color:#4c4c4a;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	line-height:12px;
}

#address .title {
	color:#64603f;
	font-size:10.5px;
	font-weight:bold;
	line-height:22px;
}

#eMailers {
	margin-top:50px;
	font-size:11px;
}

#left_col {
	width:213px;
	overflow:auto;
	float:left;
	background: url('/assets/images/home/home_left_col_bg.jpg') no-repeat scroll top center;
}

#left_col_content {
	width:177px;
	margin-left:17px;
	margin-top:16px;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	letter-spacing:0.5px;
}
#tag_line {
	font-size:13px;
	line-height:13px;
	font-weight:bold;
	font-style:italic;
}
#tag_line .tm {
	font-size:7px;
	vertical-align:text-top;
}

#middle_col {
	width:560px;
	margin-left:24px;
	margin-top:16px;
	float:left;
	overflow:auto;
}

#right_col {
	width:154px;
	margin-left:39px;
	margin-top:16px;
	float:left;
	overflow:auto;
}
