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

.site-wrap {
	width:100%;
	height:100%;
	background:#fee3ea;
}

#obstetrics .site-wrap {
	background:#ffe7dd;
}

#gynecology .site-wrap {
	background:#fff6e2;
}

#eServices .site-wrap {
	background:#ecffed;
}

#contact .site-wrap {
	background:#e3f7ff;
}

#physicians .site-wrap {
	background:#ffe9f2;
}

.main-wrap {
	width:100%;
	height:100%;
	background:url(images/home_header_img.jpg) 0 -50px repeat-x;
}

#about_us .main-wrap,
#testimon .main-wrap {
	width:100%;
	height:100%;
	background:url(images/sub_header_img.jpg) 0 -25px repeat-x;
}

#physicians .main-wrap {
	width:100%;
	height:100%;
	background:url(images/sub_headerPh_img.jpg) 0 -25px repeat-x;
}

#contact .main-wrap {
	width:100%;
	height:100%;
	background:url(images/sub_headerContact_img.jpg) 0 -25px repeat-x;
}

#obstetrics .main-wrap {
	width:100%;
	height:100%;
	background:url(images/sub_headerOB_img.jpg) 0 -25px repeat-x;
}

#gynecology .main-wrap {
	width:100%;
	height:100%;
	background:url(images/sub_headerGyn_img.jpg) 0 -25px repeat-x;
}

#eServices .main-wrap {
	width:100%;
	height:100%;
	background:url(images/sub_headerE-ser_img.jpg) 0 -25px repeat-x;
}

.nav-wrap {
	margin:0px;
	padding:0px;
	width:100%;
	height:65px;
	background:url(images/top_menuBkg.png) top left repeat-x;
}

.header-line {
	width:100%;
	height:2px;
	background:#fff;
}

.content-bkg {
	height:100%;
	width:100%;
	background:url(images/content_spot.jpg) 30% 410px no-repeat;
}

#about_us .content-bkg,
#testimon .content-bkg {
	height:100%;
	width:100%;
	background:url(images/content_spot.jpg) 30% 295px no-repeat;
}

#obstetrics .content-bkg {
	height:100%;
	width:100%;
	background:url(images/content_spotOB.jpg) 30% 295px no-repeat;
}

#gynecology .content-bkg {
	height:100%;
	width:100%;
	background:url(images/content_spotGyn.jpg) 30% 295px no-repeat;
}

#eServices .content-bkg {
	height:100%;
	width:100%;
	background:url(images/content_spotE-ser.jpg) 30% 295px no-repeat;
}

#contact .content-bkg {
	height:100%;
	width:100%;
	background:url(images/content_spotContact.jpg) 30% 295px no-repeat;
}

#physicians .content-bkg {
	height:100%;
	width:100%;
	background:url(images/content_spotPh.jpg) 30% 295px no-repeat;
}

.outer-wrap {
	min-height:200px;
	width:900px;
	margin:0px auto;
}

.header-wrap {
	height:100%;
	width:100%;
	margin-top:25px;
	padding:0px;
}


.content {
	padding-top:20px;
	margin-top: 0px;
	margin-right: 80px;
	margin-bottom: 30px;
	margin-left: 100px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #F3819E;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F3819E;
	padding-bottom: 20px;
	background-image: url(images/contentLine.png);
	background-repeat: repeat-y;
	background-position: left top;
}

.footer-wrap {
	width:100%;
	height:100%;
	background:#0a0a0a;
	border-top:solid 1px #0a0a0a; 
}

.footer {
	width:100%;
	height:100px;
	margin-top:-9px;
	padding-top:15px;
	background:url(images/footer_img.png) top left repeat-x;
}

.bottomLeft-gr {
	width:100%;
	height:100%;
	background:url(images/bottom_left_gr.png) -25px bottom  no-repeat;
}

#eServices .bottomLeft-gr {
	background:url(images/bottom_left_grE-ser.png) -25px bottom  no-repeat;
}

#contact .bottomLeft-gr {
	background:url(images/bottom_left_contact.png) -25px bottom  no-repeat;
}

.bottomRight-gr {
	width:100%;
	height:100%;
	background:url(images/bottom_right_gr.png) right bottom no-repeat;
}
