/*

	CLEVELAND CLINIC - FLORIDA
	---------------------------

	@file 		department_landing.css
	@version 	1.0.0b
	@date 		2009-06-25 16:05:25 -0400 (Thu, 25 Jun 2009)
	@author 	Jacob Wadenpfuhl <jwadenpfuhl@bridgelinesw.com>

	Copyright (c) 2009 Bridgeline Software <http://bridgelinesw.com>

*/
/*************************************
*  SECTION SPECIFIC TABS
*************************************/
#section-tabs-container .tab-sections-content .services_list_container {
	float:left;
	margin:0 100px 1.5em 0;
	width:150px;
}
/*#section-tabs-container .tab-sections-content ul {
	margin:0;
}*/
#main-content #tab-2 div ul {
	float: left; 
	margin: 2em 2em 0 0;
	width: 42%;
}
#main-content #section-tabs-container #tab-2 div ul li {
	margin-bottom: 1em; 
	background: none;
} 
#main-content #tab-2 li h3 {font-size: 1.2em;}
.doctors {
	background: #fff url(/PublishingImages/Florida/Site/tab_bg_doctors.jpg) no-repeat !important;
	background-position: 1px bottom !important;
	min-height: 175px;
}
#section-tabs-container .doctors div
{ margin-left: 43%;}


/* IE7 min-height fix for doctors' tab */

*:first-child+html #main-content div.doctors {min-height: 175px;}

/* IE6 min-height fakery for the doctors tab */
* html .doctors {height: 175px;}

#main-content #tab-3 {
background: url(/PublishingImages/Florida/Site/learn_more_bg.gif) repeat-y 0 0;
}
#main-content #tab-3.no-bg {background-image: none;}
.column_1 {
	float: left;
	width: 60%;
}
.column_2 {
	float: right; 
	padding: 2em; 
	width: 25%;
}

