body {
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
}
hr {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
}
.clear {
	clear:both;
}
/* HEADER STYLES */
#obgyn-header-bg {
	width: 100%;
	height: 172px;
	background-color: #1f1f1f;
}
#obgyn-header {
	width: 960px;
	height: 172px;
	margin-left: auto;
	margin-right: auto;
}
#obgyn-location {
	width:220px;
	float:left;
	text-align:left;
	font-family: 'Lato', sans-serif;
	color: #f3988b;
	font-size:18px;
	line-height:24px;
	font-weight:300;
	padding-top:94px;
}
#obgyn-location a:link {
	font-family: 'Lato', sans-serif;
	color: #f3988b;
	font-size:18px;
	line-height:24px;
	font-weight:300;
	padding-top:94px;
	text-decoration:none;
}
#obgyn-location a:active {
	font-family: 'Lato', sans-serif;
	color: #f3988b;
	font-size:18px;
	line-height:24px;
	font-weight:300;
	padding-top:94px;
	text-decoration:none;
}
#obgyn-location a:visited {
	font-family: 'Lato', sans-serif;
	color: #f3988b;
	font-size:18px;
	line-height:24px;
	font-weight:300;
	padding-top:94px;
	text-decoration:none;
}
#obgyn-location a:hover {
	font-family: 'Lato', sans-serif;
	color: #05a5ad;
	font-size:18px;
	line-height:24px;
	font-weight:300;
	padding-top:94px;
	text-decoration:none;
}
#obgyn-logo {
	width:500px;
	float:left;
	text-align:center;
	font-family: 'Lato', sans-serif;
	color: #f2c998;
	font-size:16px;
	line-height:32px;
	font-weight:300;
	padding-top:8px;
}
#obgyn-phone {
	width:206px;
	float:left;
	margin-left:34px;
	text-align:center;
	font-family: 'Lato', sans-serif;
	color: #f3988b;
	font-size:18px;
	line-height:24px;
	font-weight:300;
	padding-top:64px;
}
#obgyn-phone a:link {
	font-family: 'Lato', sans-serif;
	color: #f3988b;
	font-size:18px;
	line-height:24px;
	font-weight:300;
	padding-top:84px;
	text-decoration:none;
}
#obgyn-phone a:active {
	font-family: 'Lato', sans-serif;
	color: #f3988b;
	font-size:18px;
	line-height:24px;
	font-weight:300;
	padding-top:84px;
	text-decoration:none;
}
#obgyn-phone a:visited {
	font-family: 'Lato', sans-serif;
	color: #f3988b;
	font-size:18px;
	line-height:24px;
	font-weight:300;
	padding-top:84px;
	text-decoration:none;
}
#obgyn-phone a:hover {
	font-family: 'Lato', sans-serif;
	color: #05a5ad;
	font-size:18px;
	line-height:24px;
	font-weight:300;
	padding-top:84px;
	text-decoration:none;
}
#obgyn-phone .number {
	font-family: 'Lato', sans-serif;
	color: #f3988b;
	font-size:24px;
	line-height:30px;
	font-weight:500;
}
/* NAVIGATION STYLES */
#obgyn-navigation-bg {
	width: 100%;
	height: 42px;
	background-color: #1f1f1f;
	border-top: 1px #7f7f7f solid;
}
#obgyn-navigation {
	width: 960px;
	height: 42px;
	margin-left: auto;
	margin-right: auto;
}
/*-- DROP DOWN STYLES --*/
#navi .home {
	height: 42px;
}
.main_menu {
	height: 42px;
	line-height: 36px;
	position: relative;
	color: #fff;
	font-family: 'Lato', sans-serif;
	color: #c7c7c7;
	font-size: 18px;
	line-height: 42px;
	font-weight:300;
	text-decoration: none;
}
.main_menu {
	position: relative;
	z-index: 100;
}
.main_menu ul li a, .menu ul li a:visited {
	padding-right: 14px;
	padding-left: 14px;
	display: block;
	height: 42px;
	text-align: center;
	font-family: 'Lato', sans-serif;
	color: #c7c7c7;
	font-size: 18px;
	line-height: 42px;
	font-weight:300;
	text-decoration: none;
	overflow: hidden;
}
.main_menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.main_menu ul li {
	float: left;
	position: relative;
}
.main_menu ul li ul {
	display: none;
}
/* specific to non IE browsers */
.main_menu ul li:hover a {
	text-align: center;
	text-decoration: none;
	font-family: 'Lato', sans-serif;
	color: #1f1f1f;
	font-size: 18px;
	line-height: 42px;
	font-weight:300;
	text-decoration: none;
	background-color:#f3988b;
}
.main_menu ul li:hover ul {
	display: block;
	position: absolute;
	top: 40px;
	left: 0;
	background-color:#000;
}
.main_menu ul li:hover ul li ul {
	display: none;
}
.main_menu ul li:hover ul {
	font-family: 'Lato', sans-serif;
	color: #c7c7c7;
	font-size: 18px;
	line-height: 32px;
	font-weight:300;
	text-decoration: none;
}
.main_menu ul li:hover ul a {
	background: #1f1f1f;
	font-family: 'Lato', sans-serif;
	color: #c7c7c7;
	font-size: 16px;
	line-height: 32px;
	font-weight:300;
	text-decoration: none;
}
.main_menu ul li:hover ul li a {
	display: block;
	color:#FFF;
	width: 200px;
	height:34px;
	text-align: left !important;
	font-size: 16px;
	line-height: 32px;
	font-weight:300;
	border-bottom:solid 1px;
	border-bottom-color:#FFF;
	background-image: none !important;
}
.main_menu ul li:hover ul li a:hover {
	color: #1f1f1f;
	background: #f3988b !important;
}
.main_menu ul li:hover ul li:hover ul {
	display: block;
	position: absolute;
	left: 100px;
	top: 0;
}
/* HOME PAGE BANNER STYLES */
#obgyn-banner-bg {
	width: 100%;
	height: 478px;
	background-image: url(../images/BG-home-banner.jpg);
	background-repeat: no-repeat;
	background-position:center;
}
#obgyn-banner {
	width: 960px;
	height: 478px;
	margin-left: auto;
	margin-right: auto;
}
#banner-text {
	width:450px;
	height: 408px;
	margin-top:40px;
	float:left;
	font-family: 'Lato', sans-serif;
	color: #f3988b;
	font-size: 16px;
	line-height: 28px;
	font-weight:400;
	text-decoration: none;
}
#banner-text .large {
	font-family: 'Lato', sans-serif;
	color: #fff;
	font-size: 44px;
	line-height: 48px;
	font-weight:300;
	text-decoration: none;
}
#banner-image {
	width:270px;
	height:340px;
	float:left;
}
.fadein {
	position: relative;
	width: 270px;
	height: 340px;
	margin-left:180px;
	text-align:right;
	margin-top:85px;
}
.fadein img {
	position: absolute;
	left: 0;
	top: 0;
}

/* INTERIOR BANNER STYLES */
#obgyn-int-banner-bg {
	width: 100%;
	height: 84px;
	background-image:url(../images/BG-int-banner.jpg);
	background-repeat: no-repeat;
	background-position:center;
}
#obgyn-int-banner {
	width: 960px;
	height: 478px;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Lato', sans-serif;
	color: #fff;
	font-size: 48px;
	line-height: 80px;
	font-weight:300;
	text-decoration: none;
	text-align:left;
}

/* SERVICES AREA STYLES */
#obgyn-services-bg {
	width: 100%;
	background-color:#faedce;
	display:table;
}
#obgyn-services {
	width: 960px;
	margin-top:20px;
	display:table;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	font-family: 'Lato', sans-serif;
	color: #6b6b6b;
	font-size: 18px;
	line-height: 26px;
	font-weight:300;
	text-decoration: none;
}
#obgyn-services .title {
	margin:0 0 0 0px;
	padding:0 0 0 0px;
	font-family: 'Lato', sans-serif;
	color: #f36787;
	font-size: 30px;
	line-height: 46px;
	font-weight:500;
	text-decoration: none;
}
#service-box {
	width:300px;
	height:150px;
	margin-left:10px;
	margin-right:10px;
	margin-top:15px;
	margin-bottom:15px;
	float:left;
	font-family: 'Lato', sans-serif;
	color: #f36787;
	font-size: 20px;
	line-height: 36px;
	font-weight:400;
	text-decoration: none;
	text-align:left;
}
#service-box a:link {
	font-family: 'Lato', sans-serif;
	color: #f36787;
	font-size: 20px;
	line-height: 36px;
	font-weight:400;
	text-decoration: none;
}
#service-box a:active {
	font-family: 'Lato', sans-serif;
	color: #f36787;
	font-size: 20px;
	line-height: 36px;
	font-weight:400;
	text-decoration: none;
}
#service-box a:visited {
	font-family: 'Lato', sans-serif;
	color: #f36787;
	font-size: 20px;
	line-height: 36px;
	font-weight:400;
	text-decoration: none;
}
#service-box a:hover {
	font-family: 'Lato', sans-serif;
	color: #05a5ad;
	font-size: 20px;
	line-height: 36px;
	font-weight:400;
	text-decoration: none;
}
/* CONTENT AREA STYLES */
#obgyn-content-bg {
	width: 100%;
	background-color:#faedce;
	display:table;
}
#obgyn-content {
	width: 960px;
	display:table;
	margin-left: auto;
	margin-right: auto;
	margin-top:30px;
	font-family: 'Lato', sans-serif;
	color: #6b6b6b;
	font-size: 14px;
	line-height: 22px;
	font-weight:500;
	text-decoration: none;
	text-align:left;
	padding-bottom:40px;
}
#obgyn-content a:link {
	font-family: 'Lato', sans-serif;
	color: #f36787;
	font-size: 14px;
	line-height: 22px;
	font-weight:700;
	text-decoration: none;
}
#obgyn-content a:active {
	font-family: 'Lato', sans-serif;
	color: #f36787;
	font-size: 14px;
	line-height: 22px;
	font-weight:700;
	text-decoration: none;
}
#obgyn-content a:visited {
	font-family: 'Lato', sans-serif;
	color: #f36787;
	font-size: 14px;
	line-height: 22px;
	font-weight:700;
	text-decoration: none;
}
#obgyn-content a:hover {
	font-family: 'Lato', sans-serif;
	color: #47acb1;
	font-size: 14px;
	line-height: 22px;
	font-weight:700;
	text-decoration: none;
}

#obgyn-content h1 {
	margin:0 0 0 0px;
	padding:0 0 0 0px;
	font-family: 'Lato', sans-serif;
	color: #f36787;
	font-size: 30px;
	line-height: 46px;
	font-weight:500;
	text-decoration: none;
	text-align:left;
}
#obgyn-content h2 {
	margin:0 0 0 0px;
	padding:0 0 0 0px;
	font-family: 'Lato', sans-serif;
	color: #f36787;
	font-size: 22px;
	line-height: 42px;
	font-weight:500;
	text-decoration: none;
	text-align:left;
}
#obgyn-content-box {
	width:540px;
	float:left;
}
#obgyn-content-full {
	width:880px;
	float:left;
}
#obgyn-image {
	margin-right:10px;
	float:left;
}
/* SIDE NAVIGATION STYLES */
#obgyn-sidenav {
	width:330px;
	float:left;
	margin-left:40px;
	font-family: 'Lato', sans-serif;
	color: #6b6b6b;
	font-size: 22px;
	line-height: 32px;
	font-weight:500;
	text-decoration: none;
	text-align:center;
}
#obgyn-sidenav .phone {
	font-family: 'Lato', sans-serif;
	color: #f36787;
	font-size: 22px;
	line-height: 32px;
	font-weight:500;
	text-decoration: none;
}
#obgyn-side-form {
	width:300px;
	height:430px;
	margin-left:auto;
	margin-right:auto;
	margin-top:14px;
	margin-bottom:30px;
	padding-top:50px;
	background-image:url(../images/form-bg.png);
	background-repeat:no-repeat;
}
/*--SIDENAV--*/
#sidenav {
	width:330px;
	float:left;
	font-family: 'Lato', sans-serif;
	color: #6b6b6b;
	font-size: 16px;
	line-height: 24px;
	font-weight:400;
	text-decoration: none;
	text-align:left;
}
#sidenav a:link {
	font-family: 'Lato', sans-serif;
	color: #f36787;
	font-size: 16px;
	line-height: 24px;
	font-weight:400;
	text-decoration: none;
}
#sidenav a:active {
	font-family: 'Lato', sans-serif;
	color: #f36787;
	font-size: 16px;
	line-height: 24px;
	font-weight:400;
	text-decoration: none;
}
#sidenav a:visited {
	font-family: 'Lato', sans-serif;
	color: #f36787;
	font-size: 16px;
	line-height: 24px;
	font-weight:400;
	text-decoration: none;
}
#sidenav a:hover {
	font-family: 'Lato', sans-serif;
	color: #47acb1;
	font-size: 16px;
	line-height: 24px;
	font-weight:400;
	text-decoration: none;
}
#sidenav .title {
	font-family: 'Lato', sans-serif;
	color: #6b6b6b;
	font-size: 18px;
	line-height: 26px;
	font-weight:600;
	text-decoration: none;
	text-align:left;
}
#sidenav .top-title {
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:24px;
	line-height:40px;
	color:#6b6b6b;
	text-align:left;
	padding:0 0 0 0px;
	margin:0 0 0 0px;
}
#column1 {
	width:150px;
	float:left;
}
#column2 {
	width:150px;
	float:left;
	margin-left:30px;
}
#sidenav ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:18px;
	line-height:44px;
	color:#6b6b6b;
	text-align:left;
	text-transform:uppercase;
}
#sidenav ul li {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:18px;
	line-height:44px;
	color:#6b6b6b;
	text-align:left;
}
/*--
#sidenav a {
	padding-top:10px;
	padding-bottom:10px;
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:14px;
	line-height:24px;
	color:#6b6b6b;
	text-align:left;
	display: block;
	width: 330px;
	border-bottom: 1px solid #bfbdba;
	border-top: 1px solid #bfbdba;
}
#sidenav a:link, #sidenav a:visited {
	color:#6b6b6b;
	text-decoration: none;
	padding-left:8px;
}
#sidenav a:hover {
	color:#fff;
	background-color: #712f41;
}
--*/
/* FOOTER STYLES */
#footer1-bg {
	width: 100%;
	height:200px;
	background-color:#635759;
}
#footer-content {
	width: 960px;
	height:200px;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Lato', sans-serif;
	color: #f3d2bd;
	font-size: 12px;
	line-height: 18px;
	font-weight:700;
	text-decoration: none;
	text-align:left;
}
#footer-content a:link {
	font-family: 'Lato', sans-serif;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	font-weight:700;
	text-decoration: underline;
}
#footer-content a:active {
	font-family: 'Lato', sans-serif;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	font-weight:700;
	text-decoration: underline;
}
#footer-content a:visited {
	font-family: 'Lato', sans-serif;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	font-weight:700;
	text-decoration: underline;
}
#footer-content a:hover {
	font-family: 'Lato', sans-serif;
	color: #f36787;
	font-size: 12px;
	line-height: 18px;
	font-weight:700;
	text-decoration: underline;
}
#footer-content .title {
	margin:0 0 0 0px;
	padding:0 0 0 0px;
	font-family: 'Lato', sans-serif;
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	font-weight:700;
	text-decoration: none;
	text-align:left;
}
#footer-box1 {
	width:350px;
	float:left;
	margin-top:20px;
}
#footer-box2 {
	width:260px;
	float:left;
	margin-top:20px;
	margin-left:60px;
	margin-right:60px;
}
#footer-box3 {
	width:230px;
	float:left;
	margin-top:20px;
}
#footer2-bg {
	width: 100%;
    height:34px;
	background-color:#3d3d3d;
}
#footer-credits {
	width: 960px;
	height:34px;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Lato', sans-serif;
	color: #f3d2bd;
	font-size: 12px;
	line-height: 34px;
	font-weight:500;
	text-decoration: none;
	text-align:left;
}
#footer-credits a:link {
	font-family: 'Lato', sans-serif;
	color: #f3d2bd;
	font-size: 12px;
	line-height: 34px;
	font-weight:500;
	text-decoration: none;
}
#footer-credits a:active {
	font-family: 'Lato', sans-serif;
	color: #f3d2bd;
	font-size: 12px;
	line-height: 34px;
	font-weight:500;
	text-decoration: none;
}
#footer-credits a:visited {
	font-family: 'Lato', sans-serif;
	color: #f3d2bd;
	font-size: 12px;
	line-height: 34px;
	font-weight:500;
	text-decoration: none;
}
#footer-credits a:hover {
	font-family: 'Lato', sans-serif;
	color: #f36787;
	font-size: 12px;
	line-height: 34px;
	font-weight:500;
	text-decoration: none;
}

/* ROLLOVER STYLES */
a.banner-btn {
	display: block;
	width: 302px;
	height: 69px;
	background:url(../images/watch-video-ro.png);
	background-repeat:no-repeat;
	outline: none;
	float:left;
	margin-top:16px;
}
a.banner-btn:hover {
	background-position: -302px 0;
}
.displace {
	position: absolute;
	left: -5000px;
}

#cta-banner { background: #faedce; color: #f36787; padding: 25px 0; text-align: center; }
#cta-banner-text { width: 960px; max-width: 90%; margin: 0 auto; }
#cta-banner-text a { text-decoration: none; color: #f36787; font-family: 'Lato', sans-serif; font-size: 20px; font-weight: 500; font-style: italic; }

