@charset "utf-8";

/* created by Stephanie Barone, Webmaster, Faxton-St. Lukes Healthcare, for the Bariatric Surgery Program Center of Excellence, copyright 2008 */
/* for more information, please send an email to webmaster@mvnhealth.com */

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #303154;
	background: white;
	line-height: 18pt;
}

a {
	text-decoration: none;
	color: #303154;
}
img {border-width: 0px;}



* {margin: 0px auto; padding: 0; }
#shim {

}


/* containers for index page and inside pages */
#main {
	height: 614px;
	width: 996px;
	clear: both;
	padding: 0;
	position: relative;
	text-align: left;
	/* IE 4ever Hack: Hide from IE4 **/
	position: static;
	font-family: Arial, Helvetica, sans-serif;
	background: white;
	/** end hack */
}
#quickfacts {
	margin-top: 20px;
}

#inside {
	height: 614px;
	width: 996px;
	clear: both;
	padding: 0;
	position: relative;
	top: -307px;
	text-align: left;
	/* IE 4ever Hack: Hide from IE4 **/
	position: static;
	background: white;
}
#inside_search {
	height: 614px;
	width: 996px;
	clear: both;
	padding: 0;
	position: relative;
	top: -307px;
	text-align: left;
	/* IE 4ever Hack: Hide from IE4 **/
	position: static;
	background: white;
}

#iframe {
	margin: 0px;
	background-image: none;
	background-color: #FFFFFF;
	padding: 20px;
	overflow: -moz-scrollbars-vertical;
	overflow-x: hidden;
	overflow-y: auto;
}
#map {
	margin: 0px;
	background-image: none;
	background-color: #FFFFFF;
	padding: 0;
	overflow: -moz-scrollbars-none;
	overflow-x: hidden;
	overflow-y: hidden;
}





/* container and styles for top menu */
#topmenu   {
	display: none;
}
#main     .panelcontent  h2   {
	font-size: 100%;
}
#main    .panelcontent     h3 {
	font-size: 90%;
	padding: -2px 0 4px;
}

#main .panelcontent img {
	float: right;
	border: 0;
}
#main .panelcontent img.close {
	display: none;
}
#main   .panelcontent   img.next  {
	display: none;

}
#main  /* panel02 specific formatting */
.panelcontent      .dr_picts  {
	margin: 1px 0 1px 12px;
}

#inside  h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	margin: 0px;
	border-top: 0px solid #A4A3B3;
	border-right: 0px solid #A4A3B3;
	border-bottom: 1px solid #A4A3B3;
	border-left: 0px solid #A4A3B3;
}
#links {
	display: none;
}

#inside  h3 {
	font-size: 0.8em;
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#inside      p    {
	font-size: 70%;
	line-height: 150%;
	margin: 3px 0 16px;
}

/* container and styles for inside pages header */
#inside_header {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-bottom: -40px;
}
#inside_header    .subhead {
	font-size: 70%;
	margin-top: 0px;
	text-align: right;
}

#inside_header   .breadcrumbs {
	display: none;
}

#inside_main {
	width: 100%;
	position: relative;
}
#inside_main li {
	font-size: 80%;
	margin: -1px 0 -1px 12px;
}
#inside_search h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	margin: 0px;
	border-top: 0px solid #A4A3B3;
	border-right: 0px solid #A4A3B3;
	border-bottom: 1px solid #A4A3B3;
	border-left: 0px solid #A4A3B3;
}
#inside_searchresults {
	width: 100%;
	position: relative;
	background: white;
}

#googleSearch {
	text-align: center;
	margin: 20px 0 50px 0;

}
#googleSearchResults {
	margin: 0 auto;
	width: 880px;
	height: 600px;
	overflow: -moz-scrollbars-vertical;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0px;
}
#search_bottom_bg {
	display: none;
}
#googleSearchResultsPadding {
	padding: 10px 0 10px 10px;
	width: 100%;
	background: white;
}


#iframe  h2 {
	margin: 0;
	font-size: 100%;
	font-weight: bold;
}
#iframe  h3 {
	margin: 0 0 10px 0;
	font-size: 80%;
	font-weight: bold;
}
#iframe   h4 {
	font-face: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
	margin: 10px 0 0 0;
}

#iframe  p {
	font-size: 70%;

	line-height: 150%
	margin: 12px 0;
	line-height: 150%;
}

.inside_whiteUnderlay {
	display: none;
}
.inside_noUnderlay {
	display: none;
}



/* opaque underlay when user clicks to see more information about a doctor */
.black_overlay{
	display: none;
}

/* container to hold content when user clicks to see more information about a doctor */
.whiteContent {
    display: none;
    position: absolute;
    margin-top: -250px; /* half of container height - to vertical align */
	margin-left: -420px; /* half of container width - to horizontal align */
	top: 50%;
    left: 50%;
    width: 800px;
    height: 500px;
    padding: 16px;
    border: 1px solid #62637b;
    background-color: #ffffff;
    z-index:2000;
    overflow: -moz-scrollbars-vertical;
	overflow-x: hidden;
	overflow-y: auto;
} 
.whiteContentMargin {
	margin-top: 20px;
}
.whiteContentMargin p.bottomMargin {
	margin-bottom: 6px;
	margin-top: 6px;
}
.map {
	margin: 30px 0;

}


.close_bar/* styles for more doctor information */
 {
	margin: -16px;
	padding: 2px 4px 2px 4px;
	background-color: #62637b;
	text-align: left;
	font-size: 70%;
	font-weight: bold;
	height: 17px;
}

.close_bar  a {
	color: #fff;
}
.close_bar  a:hover {
	text-decoration: none;
}
.close_button {
	float: left;
}

.print_button {
	float: right;
}
.dr_picts_full {
	float: right;
	margin: 0 0 16px 10px;
}
.search {
	font-size: 70%;
	font-weight: bold;
	display: inline;
}
.contactParagraphSpacing {
	margin: 8px 0;

}
.arrow {
	display: none;
}
.printLogo {
	display: block;
}
