@charset "utf-8";
/*
Title:      
Author:     
Updated:    
Notes:	    
*/

#sliver{}
	#sliver .content{
	background:url(../images/sliver_index.jpg) no-repeat;
	color:#fff;
	height:359px;
	padding:0 0 0 80px;
	}
	#sliver .content h2{display:none;}
	#sliver .content h3{
	margin:0;
	padding:110px 0 0 0;
	width:450px;
	font-size:16px;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	}
	#sliver .content p{
	margin:10px 0 15px 0;
	width:450px;
	line-height:140%;
	}
	#sliver .content a{
	color:#FFF
	}
	#findDoctor{
	background:url(../images/bg_form.gif) no-repeat;
	width:262px;
	height:97px;
	padding:17px 0 0 110px;
	}
		#findDoctor form{
		padding:0;
		margin:0;
		}
		#findButton{
		margin:0 0 10px 0;
		_margin:0 0 7px 0;
		}
		#findInput{
		background:url(../images/bg_form_input.gif) no-repeat;
		width:138px;
		height:27px;
		border:0;
		text-align:center;
		padding:5px 0 0 0;
		}
		
#main{
background:url(../images/bg_main.jpg) repeat-y;
width:980px;
color:#666;
padding:0 0 20px 0;
}
	#leftCol{
	width:552px;
	float:left;
	margin:20px 0 0 30px;
	_margin:20px 0 0 15px;
	}
		#leftCol .content{
		background:url(../images/bg_content_mid.jpg) repeat-y;
		margin:0 0 20px 0;
		height:1%;
		}
			#leftCol .content .inner{background:url(../images/bg_content_top.jpg) no-repeat;}
			#leftCol .content .inner2{
			background:url(../images/bg_content_bot.jpg) bottom no-repeat;
			padding:15px 6px 15px 1px;
			}
		
	#rightCol{
	width:344px;
	float:right;
	margin:20px 30px 0 0;
	_margin:20px 15px 0 0;
	}
		#rightCol .content{
		background:url(../images/bg_content2_mid.jpg) repeat-y;
		height:1%;
		}
			#rightCol .content .inner{background:url(../images/bg_content2_top.jpg) no-repeat;}
			#rightCol .content .inner2{
			background:url(../images/bg_content2_bot.jpg) bottom no-repeat;
			padding:15px 6px 15px 1px;
			}
			
	.img{
	border:1px solid #d2cedd;
	padding:0 5px 5px 5px;
	margin:0 15px 10px 10px;
	_margin:0 15px 5px 5px;
	float:right;
	}
		.img span{
		margin:5px 0 0 0;
		display:block;
		color:#999;
		padding:0;
		font-size:10px;
		}
		.img img{margin:5px 0 0 0;}
		
	.row{
	clear:both;
	width:75%;
	margin:0 auto;
	padding:0 0 15px 0;
	}
		.rowL{
		float:left;
		width:48%;
		}
		.rowR{
		float:right;
		width:48%;
		}
		.row a{font-weight:bold;}
		
