/*  Baptist Health Kentucky CSS Document
	Copyright © 2009 Baptist Health
	by Red7e
	www.red7e.com        */
	
	
/*Reset*/
/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
legend{color:#000;}
del,ins{text-decoration:none;}
a:link, a:visited, a:hover, a:active {outline:none;border: none;text-decoration: none;} 

/* UTILITY */
br.dirtyLittleTrick { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */
.floatLeft {float: left;}
.floatRight {float: right;}
.clear {clear: both !important;}

/* Base Typography */
body {	font-family: "Helvetica Neue", helvetica, arial, sans-serif; font-size: 100%;}

H1 {font-size:18px;}  
H2 {font-size:14px;} 
H3 {font-size:14px;} 
H4 {font-size:12px;font-weight: bold;}
li {font-size:12px;line-height: 18px;} 
p {font-size:12px;line-height: 18px;margin-bottom: 10px;text-transform:none; font-weight:normal;}
a {color: #5678C7;}
a:hover, a:focus {color:black;}

	

body {
	font: 100% Helvetica, "Helvetica Neue", Arial, sans-serif;
	color: white;
	background: #3671A9;
	margin: 0; 
	padding: 0;
}

#page-wrap {
	width: 773px;
	margin: 0 auto;
	text-align: left;
	border-width: 1px;
	border-color: #000000;
}
#header { 
	background: #3671A9;
	height: 85px;
	position: relative;
	z-index: 3;
} 








#tooltip{
    width:auto;
    max-width:300px;
    min-width:100px;
    swidth:300px;
    border:1px solid;
    background:white;
    padding:5px;
    margin-top:4px;
    font-size:12px;
    color:dimgray;
}

#tooltip #ttimg.top{
    margin-top:-17px;
    margin-left:2px
}
#tooltip #ttimg.bottom{
    bottom:0;
    margin-bottom:-12px;
    margin-left:2px
}


#tooltip.default{
    border:3px solid white;
    background:whitesmoke;
    color:gray;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px; 
    margin-top:2px;
}


#tooltip.default #ttimg.top{
	position:absolute;
		margin-top:-8px;
    margin-left:-8px
}
#tooltip.default #ttimg.bottom{
	position:absolute;
    bottom:0;
    margin-bottom:-3px;
    margin-left:-8px
}

/* Service Mark Fix */
span.smark
{
font-family: "Lucida Sans Unicode"; /* A rare sm-supporting font. */
line-height: 0; /* keep the leading consistent in a paragraph */
}#run_rudolph {
	position: absolute;
	top: 65px;
	font-size: .75em;
	color: #FFFFFF;
}
#run_rudolph  a {
	color: white;
	text-decoration: underline;
	font: 1.125em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	border:none;
	outline: none;
}

/* ////////////////////////// MY CODE ///////////////////////////////// */
/* Header */
h1#logo {
	left: 40px;
	position: absolute;
	width: 200px;
	height: 80px;
	top: 18px;
	display: block;
	background: url('../images/baptist-health-logo.jpg') left top no-repeat;
	text-indent: -9000px;
}

div#feel-better-box {
	top: 0;
	right: 40px;
	position: absolute;
	width: 100px;
	display: block;
}


/* Main Content */
#main-content {
	height: 361px;
	background-color: #3671A9;
	border-style: none;
	margin: 0 0 20px 0px;
}
#flash-wrap {
	overflow: hidden !important;
	position:relative;
	z-index:0;
	width: 773px;
	height: 362px;
}

/* footer */
#footer {
	margin-bottom: 30px;
}
.footer-list {
	float: left;
	margin-right: 30px;
}
#location-app {
	display: block;
	width: 370px;
	min-height: 170px;
	position: relative;
	background: #4A7FB2;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#location-app #answers-wrap a {
	color: #ff8470;
}
#location-app #answers-wrap a:hover {
	color: white;
}
.tabs a {
	cursor: pointer;
}
.tabs a.current {
	color: black;
}
#location-app #questions{
	width: 170px;
	display:block;
	padding: 15px;
	float:left;
}
#location-app #answers-wrap{
	width: 167px;
	display:block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	background: #5486B6;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-border-top-right-radius: 10px;
	-khtml-border-radius-topright: 10px;	
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-khtml-border-radius-bottomright: 10px;	
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
}
#answers-wrap div {
	padding: 10px 10px 10px 10px;
}
div#map-caption {
	padding: 0px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
#map-caption h3{
	background: url(../images/map.jpg) left center no-repeat;
	text-indent: -9000px;
	padding:0px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-border-top-right-radius: 10px;
	-khtml-border-radius-topright: 10px;	
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-khtml-border-radius-bottomright: 10px;	
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
}
#location-list {
	width: 150px;
}
#link-wrapper {
	margin-right: 0px;
	width: 180px;
	color: #ccc;
}
#link-wrapper p{
	padding-left: 20px;
	background: url(../images/marker.gif) left center no-repeat;
}
#What-BH:hover {
	color: black;
	cursor: help !important;
}

.tooltip {
	background: white;
	display: none;
	color: black;
	font-size: 10px;
	line-height: 16px;
	padding: 10px;
	width: 100px;
	
	
	box-shadow: 1px 1px 7px rgba(0,0,0,.9);
	-moz-box-shadow: 1px 1px 7px rgba(0,0,0,.9);
	-webkit-box-shadow: 1px 1px 7px rgba(0,0,0,.9);

	
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-moz-border-radius: 10px;
	border-radius: 10px;
		-webkit-border-bottom-right-radius: 0px;
	-khtml-border-radius-bottomright: 0px;	
	-moz-border-radius-bottomright: 0px;
	border-bottom-right-radius: 0px;
}

.tooltip2 {
	background: white;
	display: none;
	color: black;
	font-size: 14px;
	line-height: 24px;
	padding: 20px;
	padding-right:0px;
	width: 300px;
	z-index: 50;
	
	box-shadow: 1px 1px 7px rgba(0,0,0,.9);
	-moz-box-shadow: 1px 1px 7px rgba(0,0,0,.9);
	-webkit-box-shadow: 1px 1px 7px rgba(0,0,0,.9);

	
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-moz-border-radius: 10px;
	border-radius: 10px;

}

/* the overlayed element */
.simple_overlay {
	display:none;
	z-index:10000;
	background-color:white;
	padding: 30px;
	color: black;
	width: 300px;
	border: 1px solid #CCCCCC;
	
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	box-shadow: 0 0 90px #000;
	-moz-box-shadow: 0 0 90px #000;
	-webkit-box-shadow: 0 0 90px #000;
}

.maps_overlay {
	display:none;
	z-index:10000;
	background-color:white;
	padding: 30px;
	color: black;
	width: 753px;
	
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	box-shadow: 0 0 90px #000;
	-moz-box-shadow: 0 0 90px #000;
	-webkit-box-shadow: 0 0 90px #000;
}

/* close button positioned on upper right corner */
.simple_overlay .close, .maps_overlay .close {
	background: url(../images/close.png);
	position:absolute;
	right:-10px;
	top:-10px;
	cursor:pointer;
	height:30px;
	width:30px;
}



/* Links */
a:link {
	color: #CCCCCC;
	text-decoration:none;
	outline:none;
	border: none;
}
a:visited {
	color: #CCCCCC;
	text-decoration:none;
	outline:none;
	border: none;
}
a:hover {
	color:black;
	outline:none;
	border: none;
}
a:active {
	outline:none;
	border: none;
}
