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

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image: url(images/background.jpg);
	background-repeat:repeat-x;
	
}

a{
	text-decoration:none;
}

.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;
}

.green_bar{
	display:block;
	background-color:#fffca1;
	width:375px;
	height:7px;
	margin-left:188px;
}

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

.middle{
	background-color:#e1d9cb;
	width:800px;
}

	.left_col{
		float:left;
		width:192px;
		font-size:12px;
		background-image:url(images/home_side_image.jpg);
		background-position:right;
		background-repeat:no-repeat;
		height:368px;
	}
		.obgyn{
			width:227px;
			text-align:right;
			margin:5px 16px 0 0;
			font-size:18px;
		}
		
	.mid_col{
		float:left;
		border-right:solid 7px #fffca1;
	}
	.right_col{
		float:left;
	}
.blue_bar{
	height:40px;
	width:800px;
	background-image:url(images/home_bottom_bar.jpg);
	background-repeat:repeat-x;
}
.blue_bar img{
	margin-left:189px;
}

.footer{
	padding-top:12px;
	text-align:center;
	width:800px;
}
	div.footer li{
		color:#4e6485;
		display:inline;
	}
	div.footer a{
		color:#4e6485;
	}
	.location{
		float:left;
		margin:0 10px;
	}
.supportgroup a{
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
/*	font-style:italic;
	font-weight: bold; */
	text-align: center;
/*	color: #674c43; 
	 color: #57749d; */
	 color: #6F86A8;
	
}