@charset "utf-8";
/* CSS Document */

body{
	color:#4e6485;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a{
	text-decoration:none;
}

h1{
	color:#674d41;
	font-size:20px;
	line-height:28px;
	margin-bottom:10px;
	font-weight:bold;
}

h2{
	color:#4e6485;
	font-weight:bold;
	font-size:16px;
	margin-bottom:8px;
	line-height: 20px;
	
}

h3{
	font-weight:bold;
}

strong{
	font-weight:bold;
}

.clear{
	clear:both;
}

.mainwrapper{
	margin:0 auto;
	width:800px;
}

.top{
	width:800px;
}

.top p{
	margin:5px 0 5px 0;
	font-size:19px;
	text-align:right;
	color:#6F86A8;
	font-style:italic;
}

.logo1{
	float:left;
	margin-left:25px;
}

.logo2{
	float:right;
}

.interior_banner{
	position:relative;
	top:56px;
	float:right;
}


.yellow_bar{
	display:block;
	background-color:#fffca1;
	width:775px;
	height:7px;
	margin-left:25px;
}

.top_nav_bar{
	display:block;
	width:800px;
	background-color:#7e95b8;
	height:25px;
}

.middle{
	width:800px;
	background: url(images/interior_side_image.jpg) repeat-y;
}

	.left_col{
		float:left;
		width:227px;
		font-size:12px;
	}
		.left_col p{
			margin-left:75px;
			padding:20px 16px 20px 0;
			text-align:right;
			font-size:16px;
			color:#674d41;
		}
		
		.obgyn{
			width:227px;
			text-align:right;
			margin:10px 16px 0 0;
			font-size:18px;
		}
		
		.left_col strong{
			font-weight:bold;
		}
		
	.mid_col{
		float:left;
		width:380px;
		padding:25px;
		line-height:1.3em;
	}
		.mid_col a{
			color:#4e6485;
			font-weight:bold;
		}
		
		.mid_col p{
			margin-bottom:20px;
			color:#4e6485;
		}
		
		.mid_col img{
			padding:10px;
		}
			
	.right_col{
		padding-top:20px;
		float:left;
		width:128px;
	}
	.right_col img{
		margin:10px 0;
	}
.blue_bar{
	height:41px;
	width:800px;
	background-color:#7e95b8;
	border-bottom:solid 5px #fffca1;
}

.footer{
	padding-top:12px;
	text-align:center;
	width:800px;
	padding-bottom:10px;
}
	div.footer li{
		color:#4e6485;
		display:inline;
	}
	div.footer a{
		color:#4e6485;
	}
	.location{
		float:left;
		margin:0 10px;
	}

.sitemap ul{
	list-style:none;
	line-height:120%;
}
.sitemap li{
	margin-left:30px;
}
.sitemap a{
	font-weight:normal;
}

.treatment ul{
	list-style:none;
	line-height:120%;
	font-weight:bold;
}

.treatment ul ul li{
	margin-left:30px;
}

.pullquote p{
	font-style:italic;
	margin-left:55px;
	width:150px;
	font-size:18px;
	text-align:center;
}

.testimonial{
	border-bottom:solid grey 1px;
	margin-bottom:20px;
}