/* Floyd Memorial CSS */
body {
	background:url(../images/bg_body_blue.jpg) repeat-x #f8f6f3;
	margin: 0;
	padding: 0;
}
.container {
	width:950px;
	height:100%;
	margin: 0 auto;
}
a {
	color: #025b84;
}
a:hover {
	color: #000;
}
a.readmore, a.readmore:hover {
	font: bold 16px Trebuchet MS, Helvetica, sans-serif;
	color: #21495c;
	text-decoration:none;
	padding-right:20px;
	background:url(../images/arrow_dbl.gif) 100% 50% no-repeat;
}
a.readmore:hover {
	text-decoration:underline;
}

a.rss-feed {
    float: right;
	margin-top:-33px;
	padding:0 30px 0 10px;
}

#flashContent {
    height:210px;
}

/*---------------------------
	header (logo, search box)
---------------------------*/		
#header {
	height: 115px;
}

h1#logo {
	margin: 0;
}

#logo a {
	background: url(../images/logo.gif) 0 5px no-repeat; 
	float: left; 
	height: 115px; 
	width: 336px;
	overflow: hidden; 
	text-indent: -10000px;
}
#searchfloyd { 
	float:right;
	text-align:right;
	height: 115px; 
	width: 250px;
}
#searchfloyd a {
	padding-top: 8px;
	color:#025b84;
	text-decoration:none;
	display:block;
	margin-bottom:5px;
}
#searchfloyd .facebook {
	height: 30px;
	width: 30px;
	float: right;
}
/*---------------------------
	navigation
---------------------------*/		
#leftcol {
	float:left;
	background:url(../images/bg_menu.jpg) 0 0 no-repeat;
	width:199px;
	margin-top:5px;
	padding:0;
}
	#navigation {
		height:210px;
		overflow:hidden;        
	}
	ul#nav {
		padding:8px 10px;
		margin:0;
		list-style:none;
        z-index:1000;
	}
	ul#nav li, 
	ul#nav li.last {
		list-style:none;
		border-bottom: #ebeef3 1px solid;
		display:block;
		margin-right: -2px;
	}
	
	ul#nav li.last {
		border-bottom:none;
	}
    ul#nav li a {
        /*width: 180px;*/
    }
	ul#nav li a, 
	ul#nav li a:hover{
		display:block;
		text-decoration:none;
		font: 14px/27px Georgia, "Times New Roman", Times, serif;
		color:#ebeef3;
		background:url(../images/arrow_off.gif) no-repeat 96% 50%;
        
	}
	ul#nav li a:hover {
		font: bold 14px/27px Georgia, "Times New Roman", Times, serif;
		background:url(../images/arrow_on.gif) no-repeat 96% 50%;
	}
    
/*Second Level Lists
-------------------------------------------------------------- */

/* Override ul#nav li a */
ul#nav li ul li a {
    /*width: 153px;*/
}
    
ul#nav li ul {
    position : absolute;
    left: -999em;
    margin-left : 15em; /*15.8em gets it back where it's supposed to be*/
    margin-top : -10em;
    border: #fff 1px solid;
	z-index: 1000;
	width: 250px;
}

ul#nav li ul.patients {
    position : absolute;
    left: -999em;
    margin-left : 15em; /*15.8em gets it back where it's supposed to be*/
    margin-top : -3em;
    border: #fff 1px solid;
	z-index: 1000;
}

ul#nav li ul.visitors {
    position : absolute;
    left: -999em;
    margin-left : 15em; /*15.8em gets it back where it's supposed to be*/
    margin-top : -5.35em;
    border: #fff 1px solid;
	z-index: 1000;
}

ul#nav li ul.careers {
    position : absolute;
    left: -999em;
    margin-left : 15em; /*15.8em gets it back where it's supposed to be*/
    margin-top : -7.65em;
    border: #fff 1px solid;
	z-index: 1000;
}

ul#nav li ul.classes {
    position : absolute;
    left: -999em;
    margin-left : 15em; /*15.8em gets it back where it's supposed to be*/
    margin-top : -2.3em;
    border: #fff 1px solid;
	z-index: 1000;
}

ul#nav li ul.foundation {
    position : absolute;
    left: -999em;
    margin-left : 15em; /*15.8em gets it back where it's supposed to be*/
    margin-top : -4.4em;
    border: #fff 1px solid;
	z-index: 1000;
}

ul#nav li ul.info {
    position : absolute;
    left: -999em;
    margin-left : 15em; /*15.8em gets it back where it's supposed to be*/
    margin-top : -17em;
    border: #fff 1px solid;
	z-index: 1000;
}
ul#nav li ul li {	
    background-color: #D5E0E2;
	border-bottom: #fff 1px solid;
}

ul#nav li ul li.last {
	border-bottom: hidden;
}

ul#nav li ul li a,
ul#nav li ul li a:hover {
	padding: 4px 0 4px 2em;
	display:block;
	font: 14px Trebuchet MS, Helvetica, sans-serif;
	color:#333;
	text-decoration:none;
    background-color: #D5E0E2;
	background:url(../images/arrow_white.gif) no-repeat 4% 50%;
}
ul#nav li ul li a:hover {
	color: #000;
    background-color: #E3DEE2;
}

ul#nav li:hover ul ul, 
ul#nav li.sfhover ul ul {
    left: -999em;
}

ul#nav li:hover ul, 
ul#nav li li:hover ul, 
ul#nav li li li:hover ul, 
ul#nav li.sfhover ul, 
ul#nav li li.sfhover ul, 
ul#nav li li li.sfhover ul { /* lists nested under hovered list items */
    left: auto;
}

/*---------------------------
	subnav 
---------------------------*/		
#subnav {
	float:left;
	width:190px;
	margin-top:20px;
}
#subnav h3 a{
	color: #014c6d;
	text-decoration:none;
	border-bottom:1px dashed #ceccc9;
	display:block;
	font-size: 20px; 
	font-weight:normal;
	margin-bottom:10px;	
	padding-bottom:4px;
	line-height:20px;
}
#subnav h4 {
	color: #083950;
	border-top:1px solid #ceccc9;
	border-bottom:1px solid #ceccc9;
	margin-bottom:5px;
	padding-right:20px;
	font-size:14px;
}

#subnav ul {
	margin:0;
	padding:0;
	list-style:none;
	font: 12px Georgia, "Times New Roman", Times, serif;
}
#subnav li.bill-pay,
#subnav li a {
	padding: 5px 10px;
	display:block;
	color: #424242;
	text-decoration:none;
}

#subnav li a:hover {
	padding: 4px 10px;
	background:#fff;
	border-top: 1px solid #a1d8f2;
	border-bottom: 1px solid #a1d8f2;
}

#subnav li.active {
	padding: 4px 10px;
	background:#fff;
	border-top: 1px solid #a1d8f2;
	border-bottom: 1px solid #a1d8f2;
}
/*---------------------------
	healthscope 
---------------------------*/		
#rightcol {
	float:left;
	margin-top:5px;
	width:200px;
	height:210px;
	background:url(../images/bg_healthscope-home.jpg) 0 0 no-repeat;
	text-align: center;
}
	#rightcol #healthscope {
		font: 1.3em "Times New Roman", Times, serif;
		line-height:1.4em;
		color: #2f3437;
		height:210px;
		width:199px;
		border-right:1px solid #fff;
		text-align: left;
	}
	#rightcol #healthscope h2 {
		visibility: hidden;
	}
	#rightcol #healthscope h4 {
		color:#fff;
		font-size: 18px;
		padding:15px;
	}
	#rightcol #healthscope p {
		margin:30px 10px 0 10px;
		font-size: 13px;
	}
	#rightcol #healthscope p img.top {
		float:right;
		margin:0 0 0 5px;
		
	}
	#rightcol #healthscope a.readmore {
		padding-left:10px;
	}
/*---------------------------
	right column buttons  
---------------------------*/	
#buttons {
	overflow:hidden;
	width:200px;
	margin-top:20px;
}	
	#buttons .button_swap {
		margin-left:5px;
	}
	
	#buttons .button_swap a, 
	#buttons .button_swap span {
		float: left;
		display: block;	
	}
	
	#buttons .button_swap span {
		height: 70px;
		visibility: hidden;	
	}
	
	#buttons .button_swap a.button1, 
	#buttons .button_swap a.button2,  
	#buttons .button_swap a.button3, 
	#buttons .button_swap a.button4 {
		margin: 0;
		padding: 0;
		text-decoration: none;
	}
	#buttons .button_swap a.button1 { background: url(../images/button_urgentcare.jpg) no-repeat right top; }
	#buttons .button_swap a.button2 { background: url(../images/button_loseweight.jpg) no-repeat right top; }
	#buttons .button_swap a.button3 { background: url(../images/button_third.jpg) no-repeat right top; }
	#buttons .button_swap a.button4 { background: url(../images/button_golf.jpg) no-repeat right top; }
	
	#buttons .button_swap a span {
		width: 190px;
	}
	
	#buttons .button_swap a:hover {
		background-position:0% -71px;
	}
	
	#buttons .button_swap a:hover span {
		background-position:100% -71px;
	}
/*---------------------------
	center 
---------------------------*/		
#center,
#blank #center,
#photo #center {
	float:left;
	margin-top:5px;
	width:550px;
	min-height: 525px;
}
#blank #center {
	background:url(../images/bg_center-blank.jpg) 0 0 no-repeat #F8F6F3;
}
#photo #center {
	background:url(../images/bg_center-default.jpg) 0 0 no-repeat;
}
	#photo #center .content {
		padding:20px;
		padding-top:235px;
	}
	#blank #center .content {
		padding:20px;
	}
	#center .content h1 { font-size: 2.5em; line-height: 1; margin-bottom: 0.8em; font-weight:normal; color: #004D6F; }
	#center .content h2 { font-size: 1.8em; line-height:1; margin-bottom: 0.8em; letter-spacing:.025em; text-decoration:none; font-weight:normal;}
	#center .content h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; font-weight:normal;}
	#center .content h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; font-weight:normal;}
	#center .content h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em;  font-weight:normal;}
	#center .content h6 { font-size: 1em; font-weight: bold; }
	
	#center .content .post h2 a {
		text-decoration:none;
	}
	#photo.home #center {
		background:none;
	}
	#photo.home #center .content {
		padding:20px;
	}
	#healthgrade a {
	background: url(../images/bg_center-healthgrade.jpg) 0 0 no-repeat;
	display:block;
	height:210px;
	width:550px;
	overflow:hidden;
	text-indent:-10000px;
}
	#facebook a {
	background: url(../images/bg_center-facebook.jpg) 0 0 no-repeat;
	display:block;
	height:210px;
	width:550px;
	overflow:hidden;
	text-indent:-10000px;
}

	#heartattack a {
	background: url(../images/bg_center-heart_warningsigns.jpg) 0 0 no-repeat;
	display:block;
	height:210px;
	width:550px;
	overflow:hidden;
	text-indent:-10000px;
}
/*---------------------------
	news & events
---------------------------*/	
	
#news,
#events{
	width:240px;
	float:left;
	list-style:none;
	padding:0;
	margin:0;
	margin-right:10px;
}
	#news ul,
	#events ul {
		list-style:none;
		margin:0;
	}
	#news ul li {
		margin: 0 0 15px 0;
	}
	#news ul li a {
		display:block;
	}
	#news ul .date {
		font-size:95%;
		display:block;
	}
	#events ul .date {      
        font-size:95%;
        margin:0 10px 0 0;
	}
	#events ul li {
		margin: 0 0 15px 0;
	}
	#events ul li a {
		display:block;
		margin-left:48px;
		margin-top:-18px;
	}
	#news ul li a:hover,
	#events ul li a:hover {
		background:#EBE6E1;
	}
/*---------------------------
	breadcrumbs 
---------------------------*/	
.trail {
   z-index: 10; 
}
div.trail ul {
	margin:0 0 10px 0;
	font-size:12px;
    z-index: 10;
}
	div.trail ul li{
		display:inline;
		background:url(../images/dblarrows.gif) 100% 50% no-repeat;
		padding:0 10px 0 3px;
	}
	div.trail ul li a {
		color:#025b84;
		text-decoration:none;
	}
	div.trail ul li a:hover {
		text-decoration:underline;
	}
	div.trail ul li.last {
		background:none;
	}

/*---------------------------
	footer  
---------------------------*/	
ul#affiliates {
	height: 152px;
	background:url(../images/bg_footer.1.jpg) 0 0 no-repeat;
	margin:40px 0 0 0;
	border-bottom: 1px solid #d0d0d0;
	border-top: 1px solid #d0d0d0;
	padding-left: 615px;
}
ul#affiliates li {
	float: left;
	padding: 0 10px 0 0;
	list-style: none;
	display: inline;
	margin-top: 90px;
}
a.healthgrades {
	background:url(../images/logo_healthgrades.jpg) 0 0 no-repeat;
	display: block;
	height: 39px;
	width: 113px;
	text-indent: -10000px;
}
a.dotgov {
	background:url(../images/logo_energy.jpg) 0 10px no-repeat;
	display: block;
	height: 40px;
	width: 102px;
	text-indent: -10000px;
}
a.recovery {
	background:url(../images/logo_recovery.jpg) 0 0 no-repeat;
	display: block;
	height: 54px;
	width: 56px;
	text-indent: -10000px;
}
#footer {
	clear: both;
	padding:20px 40px 0 40px;
	font-size:95%;
	font-family:Arial, Helvetica, sans-serif;
}
#footer blockquote {
	text-indent:-10000px;
	margin:0;
	padding:0;
}
#footer a {
	text-decoration:none;
	color:#2f3437;
}
#footer a:hover {
	border-bottom: 1px solid #2f3437;
}
#footer .linklist {
	float:left;
	width: 510px;
}
#footer .contactinfo {
	float:left;
	width:360px;
	text-align:right;
}
.clear { clear: both; display: inline; height: 0px; }
/*---------------------------
	misc  
---------------------------*/	
#footerhealthgrades a {
	float:right;
	display:block;
	height:60px;
	width:135px;
	overflow:hidden;
	text-indent:-10000px;
	margin-top:105px;
	margin-right: 195px;
}
.home-callout {
	padding: 15px 0 5px 0;
}

/* Additional formatting for JW SWFplayer on HMC page -m */
.vidplayer {
		width: 415px;
		text-align: right;
		margin-bottom: 15px;
}

.richards-story {
	background: url(../images/bg_center-hmr_richards-story.jpg) no-repeat 0% 100%;
	width: 512px;
	height: 282px;
}

.richards-story p {
	width: 175px;
	float: right;	
}
#news p {
	margin-bottom: 0;
}
#audio {
	margin-bottom: 10px;
}
