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


/*------------Main Menu------------*/
header nav {
	width: 684px;
	float: right;
	margin: 35px 0px 0px 0px;
	
}

#menu {
	height:40px;
	list-style:none;
	float: right;
	position: relative;
	z-index: 2;
z-index:999;
}

#menu li {
	float:left;
	display: inline block;
	text-align:left;
	position:relative;
	padding: 8px 20px 12px 10px;
	margin-left: 20px;
	margin-right:0px;
	margin-top:0px;
	border:none;
}

#menu li:hover { /*hover background for Parent li item*/
	color: #007fb5; 
	border: 1px solid #ccc;
	padding: 7px 19px 11px 9px;
	background-color: #fff;
	
	/* Rounded corners */
	-moz-border-radius: 8px 8px 0px 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
}

#menu li a {/*Parent li item*/
	font-family: "canada-type-gibson", sans-serif ;
	font-weight:400;
	font-size:18px;
	line-height: 1em; 
	display:block;
	outline:0;
	text-decoration:none;
	color: #005b82;	
	/*Styles for Magenta Arrow next to li item*/
	background-image: url(/img/sprite-nav.png);
	background-repeat: no-repeat;
	background-position: 0px 16px;
	padding-left: 25px; /*pushes text to the right for arrow*/
}
#menu span.script{/*Parent li item slab script accent font*/
	font-size:17px;
	font-family: "canada-type-gibson", sans-serif ;
	font-weight:600;
	color: #007fb5;
	  
}
#menu li:hover a {/*Parent li item*/
	color: #005b82; 
}
/*Child/drop down li item*/
.dropdown_1column, 
.dropdown_2columns, 
.dropdown_3columns {
	margin:9px auto;
	float:left;
	position:absolute;
	left:-999em; /* Hides the drop down */
	text-align:left;
	padding:0px;
	border:1px solid #ccc;
	border-top:none;
	
	/* Gradient background */
	background:#fff;
	background: -moz-linear-gradient(top, #fff, #ebebeb);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#ebebeb));

	/* Rounded Corners */
	-moz-border-radius: 0px 5px 5px 5px;
	-webkit-border-radius: 0px 5px 5px 5px;
	border-radius: 0px 5px 5px 5px;
	
	/* Adds drop shadow to bottom only of drop down panel */
	-webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,.3);
	-moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,.3);
	box-shadow:0 8px 6px -6px rgba(0,0,0,.3);
}
/*Child/drop down li item*/
.dropdown_1column {width: 200px;}
.dropdown_2columns {width: 402px; padding:0px 20px 20px 20px;}
.dropdown_3columns {width: 608px; padding:0px 20px 20px 20px;}

#menu li:hover .dropdown_1column, 
#menu li:hover .dropdown_2columns, 
#menu li:hover .dropdown_3columns {
	left:-1px; /*move drop down panel a hair for alignment*/
	top:auto;
}
/*---------3 column layout with 3 columns within---------*/
/*---------2 column layout with 2 columns within---------*/
.dropdown_3columns .section1,
.dropdown_3columns .section2,
.dropdown_3columns .section3,
.dropdown_2columns .section1,
.dropdown_2columns .section2 {
	width: 189px;
	float:left;
}.dropdown_3columns .section1,
.dropdown_3columns .section2 {
	margin-right:20px;
}
.dropdown_2columns .section1 {
	margin-right:20px;
}
.dropdown_2columns .feature_items_bottom {
	width: 402px;
	margin-top:20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #6caccd;
}
/*--------Drop down menu items-----------*/
#menu li .align_right {
	/* Rounded Corners */
	-moz-border-radius: 5px 0px 5px 5px;
    -webkit-border-radius: 5px 0px 5px 5px;
    border-radius: 5px 0px 5px 5px;
}

#menu .menu_right {
	float:right;
	margin-right:0px;
}

#menu li:hover div a {
	font-family: "canada-type-gibson", sans-serif ;
	font-weight:400;
	color:#015b86;
	text-align: left;
	background-image: none; /*Takes off background image for drop down li items*/
	padding-left:0px; /*Takes off left padding for drop down li items*/
}
#menu li:hover div a:hover {
	color:#029feb;
}
.col_3 .sections_top_wrap {
	width: 608px;
}
#menu li .section1 a,
#menu li .section2 a,
#menu li .section3 a {
	font-size: .9em;
	line-height: 1.2em;
}
.section1 .highlightbox_rounded_lightblue ul li a {
	background-image: none;
}


#menu li:hover div a {
	font-family: "canada-type-gibson", sans-serif ;
	font-weight:400;
	color:#007fb5;
	text-align: left;
	background-image: none; /*Takes off background image for drop down li items*/
	padding-left:0px; /*Takes off left padding for drop down li items*/
}
#menu li:hover div a:hover {
	color:#666;
	
}
#menu li ul {
	padding:0;
	margin:0;
	padding-bottom: 0px;
	list-style:none;
}
#menu li ul li {
	background: url(../img/bkg_li_mainmenu.png) no-repeat 0px 4px;
	position:relative;
	padding:0px 0px 0px 8px;
	margin: 0px 0px 5px 0px;
	float:none;
	text-align:left;/*Sets drop down text to align left*/
}

#menu li ul li:last-child {
	margin: 0px 0px 0px 0px;

}
#menu li ul li:hover { /*Must have same background, padding and margin as #menu li ul li*/
	background: url(../img/bkg_li_mainmenu_hover.png) no-repeat 0px 4px;
	border:none;
	padding:0px 0px 0px 8px;
	margin: 0px 0px 5px 0px;
	
	/* Takes OFF Rounded corners */
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	
}
#menu li ul li:hover:last-child {
	margin: 0px 0px 0px 0px;

}
#menu li .align_right {
	/* Rounded Corners */
	-moz-border-radius: 5px 0px 5px 5px;
    -webkit-border-radius: 5px 0px 5px 5px;
    border-radius: 5px 0px 5px 5px;
}

#menu li:hover .align_right {
	left:auto;
	right:-1px;
	top:auto;
}

#menu h2 {
	font-family: "canada-type-gibson", sans-serif ;
	font-weight:600;
	color: #004065;
	font-size: 1.2em;
	line-height: 1.1em;
	margin: 20px 0px 5px 0px;
	
}
#menu h3 {
	font-size:14px;
	margin:7px 0 14px 0;
	padding-bottom:7px;
	border-bottom:1px solid #888888;
}
#menu p {
	line-height:18px;
	margin:0 0 10px 0;
}
#menu .btn_finddoc,
#menu .btn_findlocation {
	float: left;
	width: 188px;
	margin: 20px 0px;
	background-color: #ffe29d;

	/* Rounded Corners */
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;

}
#menu .btn_finddoc {
	background-image: url(/img/icon_docbag_fullblue.png);
	background-repeat: no-repeat;
	background-position: 10px 8px;
	
}
#menu .feature_items_bottom .btn_finddoc {
	margin: 20px 0px 0px 0px;
}
#menu .btn_findlocation {
	background-image: url(/img/icon_location_fullblue.png);
	background-repeat: no-repeat;
	background-position: 10px 11px;
	margin: 20px 0px 0px 20px;

}
#menu .btn_finddoc h2 {
	margin: 0px;
	padding: 14px 0px 10px 40px;
}
#menu .feature_items_bottom .btn_finddoc h2 {
	margin: 0px;
	padding: 14px 0px 10px 40px;
	font-size: 15px;
} 
#menu .feature_items_bottom .btn_findlocation h2 {
	margin: 0px;
	padding: 14px 14px 10px 40px;
	font-size: 15px;
}
#menu .btn_finddoc a,
#menu .btn_findlocation a {
	display: block;
}
#menu .btn_finddoc:hover,
#menu .btn_findlocation:hover {
	text-decoration: none !important;
	display: block;
	background-color: #ffd776;
}
#menu .btn_mednewsplus {
	float: left;
	width: 188px;
	height: 80px;
	margin: 20px 0px 0px 0px;
	text-indent: -9999px;
	background-image: url(/img/btn_mednews_plus.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;

	/* Rounded Corners */
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	
}
#menu .btn_mednewsplus a {
	display: block;
	height: 80px;
}
#menu .btn_mednewsplus:hover {
	background-position: 0px -80px;
	cursor: pointer;
}
/* -------------------------------------------------------------------------------
    Specialities in Mega Drop Down Menu
-------------------------------------------------------------------------------*/
#menu #specialties_featured {
	margin-top:20px;
	width: 608px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #6caccd;
}
#menu #specialties_featured h2{
	width: 408px;
	float:left;	
	margin: 15px 0px 10px 0px;
}
#specialties_featured p{
	color: white;
	font-size: 14px;
}
#menu #specialties_featured a{
	color:white !important;
}
#menu #specialties_featured a:hover{
	text-decoration:none !important;
}
#menu .btn_allservices {
	float: right;
	width: 120px;
	margin:10px 4px 0px;
}
#menu .btn_allservices a{
	font-size: .9em !important;
	display:block;
	padding-top:4px;
	padding-bottom: 0px;
}

#specialties_featured .cardiac {
	background-image: url(/img/sprite_bkg_specialties_dropdownmenu.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 69px;
	width: 120px;
	float: left;	
}
#specialties_featured .cardiac:hover {
	background-position: 0px -68px;
	cursor: pointer;	
}
#specialties_featured .stroke {
	background-image: url(/img/sprite_bkg_specialties_dropdownmenu.jpg);
	background-repeat: no-repeat;
	background-position: -122px 0px;
	height: 69px;
	width: 120px;
	float: left;
}
#specialties_featured .stroke:hover {
	background-position: -122px -68px;
	cursor: pointer;	
}
#specialties_featured .ortho {
	background-image: url(/img/sprite_bkg_specialties_dropdownmenu.jpg);
	background-repeat: no-repeat;
	background-position: -244px 0px;
	height: 69px;
	width: 120px;
	float: left;
}
#specialties_featured .ortho:hover {
	background-position: -244px -68px;	
	cursor: pointer;
}
#specialties_featured .bariatric {
	background-image: url(/img/sprite_bkg_specialties_dropdownmenu.jpg);
	background-repeat: no-repeat;
	background-position: -366px 0px;
	height: 69px;
	width: 121px;
	float: left;
	color: white;
}
#specialties_featured .bariatric:hover {
	background-position: -366px -68px;
	cursor: pointer;
	color: white;	
}
#specialties_featured .maternity {
	background-image: url(/img/sprite_bkg_specialties_dropdownmenu.jpg);
	background-repeat: no-repeat;
	background-position: -488px 0px;
	height: 69px;
	width: 120px;
	float: left;	
}
#specialties_featured .maternity:hover {
	background-position: -488px -68px;
	cursor: pointer;	
}
#specialties_featured .cardiac a,
#specialties_featured .stroke a,
#specialties_featured .ortho a,
#specialties_featured .bariatric a,
#specialties_featured .maternity a{
	margin: 0 0 0 25px;
	padding: 9px 10px 7px 0px;
	color: white;
	display:block;
	height: 69px;
	font-size: 15px;
}
/* --------------------------------------------------------------------------------
MFS Min INvasive Site
--------------------------------------------------------------------------------*/	
.doc_left {
	float: left;
	width: 710px;
	min-height: 210px;
	margin-bottom: 25px;
	padding-left: 0px;
	padding-top: 20px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #448789;
	padding-right: 0px;
	clear: both;
}
.doc_left .portrait_leftside {
	float: left;
	width: 152px;
	margin-right: 25px;
	height: 207px;
}
.bios_right {
	float: right;
	width: 530px;
	padding-top: 3px;
}
.doc_left h3, .doc_right h3 {
	margin-top: 0px;
}
.audio_testimonials_column {
	float: left;
	width: 330px;
	margin-right: 25px;
}
.audio_wrap {
	padding: 15px;
	float: left;
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 10px;
	/*Rounded Corners*/
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	/*shadow*/
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,.3);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,.3);
	box-shadow: 0 1px 5px rgba(0,0,0,.3);
	
}
.audio_wrap {
	width: 300px;
	background-image:url(/services/images/suburban/mininvasive/bkg_audio_bkg.png);
	background-repeat: no-repeat;
}
