/*-------------------------------------------------------------------------------------------
/ content-pane
-------------------------------------------------------------------------------------------*/
#content-pane{
	padding: 0px 5px;
	margin-bottom:2px;
}
	#content-pane p{
		font-size: 16px;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-style:italic;
	}
		#content-pane p.signature{
			font-size: 11px;
			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
			font-style:normal;
			text-align:right;
		}
	#rotatingContent{
		height: 350px;
		position: relative;
		clear: both;
	}
		#rotatingContent div.pane{
			height: 350px;
			width: 929px;
		}
			#passion{
				background:url(/images/home/content-pane/passion.png) no-repeat right;
			}
				#passion .quote-container{
					width: 380px;	
					position: absolute;
					top: 70px;
					left: 50px;
				}
			#hope{
				background:url(/images/home/content-pane/hope.png) no-repeat right;
			}
				#hope .quote-container{
					width: 380px;	
					position: absolute;
					top: 220px;
					left: 50px;
				}
			#expert{
				background:url(/images/home/content-pane/expert.png) no-repeat right;
			}
				#expert .quote-container{
					width: 390px;	
					position: absolute;
					top: 220px;
					left: 50px;
				}

/*-------------------------------------------------------------------------------------------
/ subnav
-------------------------------------------------------------------------------------------*/
#subnav{
	font-size: 16px;
	color: #999;
	font-family:Georgia, "Times New Roman", Times, serif;
	position:absolute;
	z-index: 100;
}
	#subnav ul{
		list-style: none;
		margin-left: 35px;
	}
		#subnav ul li{
			float: left;
			border-left: 1px solid #999;
			padding: 0px 8px;
		}
			#subnav ul li:first-child{
				border-left:none;
			}
			#subnav ul li a{
				color: #999;
			}

/*-------------------------------------------------------------------------------------------
/ threeBucket
-------------------------------------------------------------------------------------------*/
#threeBucket{
	background:url(/images/home/three-bucket-bg.png) center top no-repeat;
	height: 190px;
}
	#aboutBucket{
		float: left;
		height: 190px;
		width: 195px;
		padding: 5px 10px;
	}
		#aboutBucket h4{
			color: #fb56a2;
			font-size: 14px;
			font-family:Georgia, "Times New Roman", Times, serif;
		}
		#aboutBucket h5{
			color: #666;
			font-size: 12px;
			text-transform:uppercase;
			font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
			margin: 5px 0px;
		}
		#aboutBucket p{
			color: #999;
			margin: 5px 0px;
			font-style:italic;
		}
			#aboutBucket p#hours{
				margin-left: 10px;
				font-style:normal;
			}
	#breastSurgetExpertsBucket{
		float: left;
		height: 190px;
		width: 307px;
		padding: 5px 10px;
	}
		#breastSurgetExpertsBucket h4{
			color: white;
			font-size: 14px;
		}
		#breastSurgetExpertsBucket h5{
			color: #666;
			font-weight:normal;
		}
			#breastSurgetExpertsBucket h5 span{
				font-size: 10px;
			}
		#breastSurgetExpertsBucket p{
			color: #666;
		}
			#breastSurgetExpertsBucket p a{
				color: #666;
			}
	#newsBucket{
		height: 190px;
		padding: 5px 10px;
		float: left;
		width: 370px; /*ie issue*/
	}
		#newsBucket h4{
			color: #333;
			font-size: 14px;
		}
		#newsBucket h5{
			font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
			color: #999;
		}
		#newsBucket h6{
			font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
			color: black;
			font-size: 12px;
			height: 20px;
			background:url(/images/template/icons/rss.png) no-repeat 347px 2px transparent;
			text-decoration: underline;
		}
		#newsBucket ul{
			list-style: none;
			height: 70px;
			overflow-y: auto;
			padding-left: 0px;
		}
			#newsBucket ul li{
				color: #666;
				margin: 5px 0px;
			}
				#newsBucket ul li a{
					color: #666;
				}
				#newsBucket ul li a.header{
					color: black;
					font-size: 1.1em;
				}
