@charset "UTF-8";
/* CSS Document */

/* Zero Out
---------------------------------------- */

div, ul, li, dl, dt, dd, img, h1, h2, h3, h4, body, a, p{
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

div {
	text-decoration: none !important;
}

/* Self Clearing Floats
---------------------------------------- */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
    /*display: inline-block;*/
	width: 100%;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

div.gmnoprint:after,
div.panel:after {
	content: "."; 
    	display: block; 
    	height: 0; 
    	clear: both; 
    	visibility: hidden;
}

* html div.gmnoprint,
* html div.panel {
    height: 1%;
}

/* Structure
---------------------------------------- */

body {
	background:url('../../../images/bg-body.jpg') repeat-y left top;
	font-size: 70%;
	font-family: arial, helvetica, sans-serif;
}
#contentframe{
    background: #9a9a78 url(../../images/btx_images/bg_main.jpg) repeat-x;
    border-top: 1px solid #C9CCA4;
    min-width: 1000px;
}
div#wrapper {
	width: 980px;
	margin: 0 auto;
	position: relative;
}

div#doctorLocator {
	margin: 20px 0 0;
}

div#sideBar {
	background: url(../../images/btx_images/bg_results.png) repeat-y top;
	width: 345px;
	height: 548px;
	float: left;
	margin: 20px 14px 0 0;
	padding: 0 0 0 0;
}

div#locatorResults {
	margin: 0px auto;
	width: 277px;
	height: 439px;
	border: 1px #a29fa6 solid;
	background: #e3e3e3;
	position: relative;
}

/* Side Bar
---------------------------------------------*/

div#sideBar h1 {
	font-size: 2.7em;
	color: #fff;
	margin: 0px auto;
	width: 277px;
}

div#sideBar p {
	color: #fff;
	font-size: 1.3em;
	margin-top: 0px;
	margin-bottom: 5px;
	width: 185px;
	position: relative;
	left: 35px;
}

div#locatorResults h3 {
	background: url(../../images/btx_images/bg_header.png) repeat-x;
	color: #fff;
	font-size: 1.4em;
	line-height: 1.6em;
	text-indent: 5px;
	height: 25px;
	border: solid #ccc;
	border-width: 0 0 1px;
}
/* PageNav Header */
ul#pagenavHeader 
{
	float: left;
	padding: 5px 0px 5px 0px;
	border: none;
	width: 72px;
	position: relative;
	left: 12px;	
}

ul#pagenavHeader li 
{
	list-style: none;
	float: left;	
}
ul#pagenavHeader li#pagenavstart
{
}
ul#pagenavHeader li#pagenavend
{
	padding-left: 3px;	
} 
/* Procedure Header */ 

ul#procedureHeader {
	float: right;
	padding: 5px;
	border: none;
	width: 175px;
}

ul#procedureHeader li {
	list-style: none;
	float: left;
}

ul#procedureHeader li h4 {
	display: inline;
	font-weight: normal;
	padding: 0 5px 0 0;
	font-size: 11px;
}

ul#procedureHeader li h4.iconLabel {
	font-weight: bold;
}

/* Display Clinic Results */

div#resultActions {
	position: absolute;
	bottom: 1px;	
}

div#resultListContainer {
	/*height: 384px;*/
	height: 405px;
	width: 277px;
}

div#locatorResults ul#resultList { 
	list-style: none;
	height: inherit;
	clear: both;
	margin: 3px 0 0;
	line-height: 1.1em;
}

div#locatorResults ul#resultList li {
	border: solid #fff;
	border-width: 0 0 1px;
	clear: both;
	height: 60px;	
	padding: 5px;
	cursor: pointer;
}

div#locatorResults ul li a,
div#locatorResults ul li dl,
div#locatorResults ul li div {
	float: left;
}

div#locatorResults ul li a {
	position: relative;
}

ul#resultList li dt {
	font-weight: bold;
	font-size: 1em;
}

/* Marker */

ul#resultList li a img {
	margin: 0 8px 0 5px;
}

ul#resultList li div.lapBand {
	width: 50px;
	height: 20px;
	text-align: center;
}

ul#resultList li div.BIB {
	width: 40px;
	height: 20px;
	text-align: center;
}

div#locatorResults ul li dl {
	width: 140px;	
}

/* Results Controls */

div#locatorResults ul#resultTools {
	height: 25px;
	overflow: hidden;
	margin: 0 10px;
}

div#locatorResults ul#resultTools li {
	clear: none;	
	width: 113px;
	height: 23px;
	font-size: 1.15em;
	line-height: 1.9em;
}

div#locatorResults ul#resultList li dd {
    font-size: .8em;
}

li#previousSet {
	float: left;
  	background: url(../../images/btx_images/prevResult.gif) no-repeat;
  	display: none;
	text-align: center;
}

li#previousSet a {
	color: #fff;
	text-decoration: none;
	text-align: center;
	width: 100%;
	position: relative;
	left: 6px;
}

li#nextSet {
  float: right;
  background: url(../../images/btx_images/nextResult.gif) no-repeat;
  display: none;
}

li#nextSet a {
	color: #fff;
	text-decoration: none;
	text-align: center;
	width: 100%;
	position: relative;
	left: -10px;
}

/* Map Area 
---------------------------------------- */

#map_shadow {
	position: relative;
	background: #ccc;	
	float: right;
	top: -10px;
}

#map_shadow_top {
	background: url(../../images/btx_images/map_shadow_top.png) no-repeat;	
	width: 609px;
	height: 6px;
	position: absolute;
	right: 12px;
	top: 10px;
	z-index: 9999;
}

#map_shadow_left {
	float: left;
	background: url(../../images/btx_images/map_shadow_left.png) no-repeat;	
	width: 6px;
	height: 536px;
	position: absolute;
	right: 615px;
	top: 16px;
	z-index: 9999;
}

#map_shadow_right {
	float: right;
	background: url(../../images/btx_images/map_shadow_right.png) no-repeat;	
	width: 7px;
	height: 536px;
	position: absolute;
	right: 12px;
	top: 16px;
	z-index: 9999;
}

#map_shadow_bottom {
	clear: both;
	background: url(../../images/btx_images/map_shadow_bottom.png) no-repeat;	
	width: 609px;
	height: 6px;
	position: absolute;
	right: 12px;
	top: 552px;
	z-index: 9999;
}

#map{
	float: left;
	width: 609px;
	height: 548px;
	margin: 10px 0 0;
	position: relative;
	top: -10px;
}

/* Map Overlay
----------------------------------------- */

/* Custom Overlay Tabs */

a.tab {
	font-weight: bold;
	font-size: 1em;	
	text-decoration: none;
	color: #333;
}

a.inactive {
	font-weight: bold;
	font-size: 1em;	
	text-decoration: none;
	color: #96929b;
}

/* Panels */

.panel {
	width: 400px !important;
}

.panel a:link,
.panel a:visited,
.panel a:hover {
	color: #4155a3;
}

/* Address Panel 
------------------------------------------*/

div#addressPanel {
	width: 400px;
	background: #fff;
	height: auto;
}

div#addressInfo dl,
div#addressInfo ul {
	width: 400px;
}

div#addressInfo {
	float: left;
	height: auto;
}

div#addressInfo img {
	float: left;
	width: 80px;
}

div#addressInfo dl dt {
	font-weight: bold;
	font-size: 1.8em;
	color: #333;
}

div#addressInfo ul {
	margin: 20px 0 0;
}

div#addressInfo ul li {
	float: left;
	list-style: none;
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
	border: solid #ccc;
	border-width: 0 1px 0 0;
}

div#addressInfo ul li.last {
	border: none;
}

div#addressInfo ul li.last a {
	background: url(../../images/btx_images/bg_mediumButton.gif) no-repeat;
	display: block;
	width: 150px;
	height: 20px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 1.55em;
	font-size: 1.10em;
	position: relative;
	top: -3px;
}

label#startAddressLabel {
	margin: 0 0 2px 0;	
}

/* Wrapper and Reg Form */
div#tabWrap
{
	width: 400px;
}

div#regForm
{
	width: 393px;
	float: left;
	position: relative;
	padding-top: 7px;
	padding-left: 8px;
	padding-bottom: 8px;
	margin-top: 10px;
	margin-bottom: 0px;
	background: url(../../images/btx_images/fac_reg_bkg.jpg) no-repeat top center;
}
.reg_text
{
	font-size: 92%;
	float: left;
	color: White;
	font-weight: bold;
	width: 200px;	
}
input#reg_email
{
	font-family: arial, helvetica, sans-serif;
	font-size: 90%;
	border: 1px solid #656565;
	width: 125px;
	height: 16px;
	padding-top: 3px;
	margin-top: 3px;
	padding-left: 5px;
}
input#reg_button
{
	background: url(../../images/btx_images/btn_go.gif);
	border: 0;
	width: 36px;
	height: 22px;
	position: relative;
	cursor: pointer;
	left: 10px;
}

/* Driving Directions */

form#getDirections {
	visibility: hidden;
	float: left;
	clear: both;
	margin: 0px auto 0;
}

form#getDirections label {
	clear: both;
	display: block;	
}

input#gmaps_form_query {
	width: 150px;
	margin: 0 10px 0 0;
	background: #e3e3e3;
	border: 1px solid #a4a1a9;
}

input#addressSubmit {
	background: url(../../images/btx_images/bg_medium_arrow.jpg);
	color: #fff;
	border: 0;
	margin: 0px;
	width: 110px;
	height: 20px;
	font-size: 1.10em;
	padding: 0 10px 0 0;
	cursor: hand;
}

/* About Us Panel 
------------------------------------------*/
div#aboutPanel
{
	height: 115px;	
}
div#aboutPanel p {
	width: 380px;
}

div#aboutPanel dl#doctorListings {
	margin: 10px 0;
	width: 380px;
	clear: both;
}

div#aboutPanel dl#doctorListings dt {
	float: left;
	clear: left;
	font-weight: bold;
	margin: 0px 10px 3px 0;
}

div#aboutPanel dl#doctorListings dd {
	color: #333;
	font-size: 1em;
	clear: right;
	margin: 0px 0px 3px 3px;
}

/* Services Panel 
------------------------------------------*/

div#servicesPanel {
	color: #333333;
	height: 115px;
}

div#servicesPanel dl#servicesListing dt {
	font-size: 1.1em;
	font-weight: bold;
	color: #333;
}

div#servicesPanel dl#servicesListing dd {
	margin: 20px 0 0 10px;
	font-size: 1em;
}

div#servicesPanel dl#servicesListing dd span.seperator {
	margin: 0 3px;
}

div#servicesPanel dl#servicesListing dd a {
	margin: 0 0 0 5px;	
}

/* Offer Panel 
------------------------------------------*/

div#offerPanel {
	width: 380px;
	color: #333333;
	height: 115px;
}

div#offerPanel h2,
div#offerPanel p {
	display: inline;
	margin: 0 3px 0 0;
}

div#offerPanel h2 {
	font-size: 1.5em;
	font-weight: normal;
}

div#offerPanel p {
	font-size: 1.2em;
}

div#offerPrintLink {
	cursor: pointer;
}

div#offerPrintLink,
div#notAvailable {
	display: block;
	background: url(../../images/btx_images/bg_largeButton.gif);
	width: 400px;
	height: 28px;
	color: #fff;
	text-decoration: none;
	font-size: 1.3em;
	text-align: center;
	line-height: 1.8em;
	margin: 20px 0 0;
}

/* Printable Voucher */

div#voucher {
	display: none; 
}

/* Patient Info */

div#voucher ul#patientInfo {
	margin: 0 0px;
}

div#voucher ul#patientInfo li {
	float: left;
	margin: 0 15px 0 0;
}

/* Fax Information */

div#voucher p#faxInformation {
	clear: both;
	margin: 20px 0px;
	width: 300px;
}

div#voucherFooter {
	clear: both;
	margin: 5px 0px;
} 

div#voucherFooter img {
	float: left;
}

div#voucherFooter p {
	float: left;
	width: auto;
	font-size: 0.89em;
	margin: 0 0 0 10px;
	line-height: 2em;
}

/* Menu Styles for CL page */
#topnav,
#subnav,
#btmframe,
#contentbox,
#subcontentbox{
	margin:0px auto;
}
#topnav,
#subnav,
#btmframe,
#contentbox,
#content,
#subcontentbox,
#subcontent{
	width:966px;
}
#menu{}
.first_menu{
	position: relative;
	margin:0px auto;
	height: 25px;
	width:911px;
	clear: both;
	z-index: 3000;
	padding: 0px;
}
.first_menu a{
	display:block;
	float:left;
	padding:0px 10px;
	
}
.first_menu .menu_bar_item{
	float: left;
	height: 24px;
}
.first_menu a, .first_menu span{
    padding-right: 20px !important;
    padding-left: 20px !important;
}
.first_menu .menu_bar_item1{
	float: left;
	height: 24px;
}

.first_menu .active{
    background:#999A92;
	padding:0px 9px;
	border-left:solid 1px #FFF;
	border-right:solid 1px #FFF;
	border-top:none;
	border-bottom:solid 1px #AAB38F; 
}
.subnavframe{
	position:absolute;
	top:62px;
	width:100%;
	z-index: 100;
	background:url('/images/bg-subnav.jpg') no-repeat center top;
	height: 1px;
	line-height: 0em;
	padding: 0px;
	margin: 0px;
	font-size: 0px;
}

#topframe{
	margin-top:38px;
	height:25px;
	background:url('/images/bg-topframe.jpg') no-repeat left top;
	min-width: 1000px;
}
.first_menu .menu_bar_nav{
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-left: 50px;
}
/* FOOTER */
#footer {
	float:left;
	padding-bottom:20px;
	font-size:11px;
	position: relative;
	top: 10px;
	width: 100%;
}
#footer_logo{
	float:left;
	position: relative;
	left: 5px;
	padding: 0px;
	margin: 0px;
	width: 128px;
	height: 18px;
}
#footer_copy{
    float: left;
    position: relative;
    top: 6px;
    left: 10px;
}
#footer_links{
	float:right;
	position:relative;
	top: 2px;
}
#footer_logo img{
	position:relative;
	top:4px;
	padding-right:10px;
}

#footer a{
	padding:0px 20px;
	border-right:solid 1px #666;
	text-decoration:none;
}
#footer,
#footer a{
	color:#444;
}
#footer a.last{
	border-right:none;
}
#footer a:hover{
	text-decoration:underline;
}
#leftnav_copy{
    line-height: 1.3em;
    width: 200px !important;
    border: 1px solid red;
}
li.hover
{
	background-color: #D7D7D7;	
}
li.selected
{
	background-color: #B6B6B6;	
}
.clear
{
	clear: both;
}

/* This div determines the positioning of the callout */



#surveyTarget {

position:absolute;

padding: 2px;

width: 620px;

z-index: 20000;



}



#survey_callout{

	height: 263px;

	width: 395px;

	position: absolute;

	top: 25px;

	left: 770px;

	z-index: 1000;

	

}

#survey_callout_box{

	width: 358px;

	background: #FFF;

	padding: 5px;

	float: left;

}

#inner_box{

    border: 1px solid #909090;

	/*padding: 15px;*/

	font-size:11px;

	height: 235px;	

}

#inner_box h3{

  	font-size: 14px;

  	font-weight: normal;

	font-family: verdana, helvetica, sans-serif;

	color: #b30b0b;

	margin:0px;

	padding:5px 0px 5px 0px;

}

#inner_box p{

	font-size: 12px;

 	font-family: verdana, helvetica, sans-serif;

	margin: 0px auto 10px auto;
	
	text-align: center;
	
	position: relative;
	top: -10px;
}



#inner_box input{

	margin:15px 0px 0px 0px;

}



#inner_box .survey_nav{

	margin: 15px 0 15px 0;

}



#survey_logo {

/*text-align: center;

margin: 19px auto 5px auto;*/


}