/* $Id: style.css,v 1.1.2.4 2009/11/14 08:53:00 exile Exp $ */

/***********************************************/
/*  Florida Hospital Bariatric CSS Stylesheet  */
/***********************************************/

/* HTML & Body
-------------------------------------------------------------- */
*{
	margin:0;
	padding:0;
}

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#573e27; /*dark brown*/
	background: #fff7e8 url(images/layout/Florida_Hospital_Celebration_Health-bkgd.jpg) no-repeat top center;
	letter-spacing:0.2px;
	}	

/*************** OVERRIDES *******************/
/**  MENU FIX **/
ul.menu {
	}
ul.menu li {
 margin: 0;
}
li.expanded {
 list-style-image: none;
 list-style-type: none;
 margin: 0;
 padding: 0;
 /* padding: 0.2em 0.5em 0 0; */
}	

li.leaf {
 list-style-image: none;
 list-style-type: none;
 margin: 0;
 padding: 0;
 /* padding: 0.2em 0.5em 0 0; */
}

li.collapsed {
 list-style-image: none;
 list-style-type: none;
 margin: 0;
 padding: 0;
 /* padding: 0.2em 0.5em 0 0; */
}
/********** END OF OVERRIDES *************/

/************ MAIN STYLES *************/

p, ul, ol{
	font-size:12px;
	line-height:18px;
	margin-bottom:9px;
	}
a{
	color:#729213; /*green*/
	text-decoration:underline;
	font-weight:bold;
	}
a:hover{
	color:#e24040; /*nav bright pink*/
	}	
h1{
	font: 30px/30px Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	margin-bottom:9px;
	color:#3794b0; /*teal*/
	}
h2, h2 a{
	font-size: 18px;
	line-height:22px;
	font-weight:normal;
	margin-top:10px;
	margin-bottom:5px;
	color:#e24040; /*nav bright pink*/
	text-decoration:none;
	}	
h2 a:hover{
	text-decoration:underline;
	}	
ul, ol{
	list-style-position: outside;
	margin-left:15px;
	}
ol{
	margin-left:25px;
	}
ol ul{
	list-style-position: outside;
	list-style-type: disc;
	margin-left:16px;
	margin-top:7px;
	}	
li{
	margin-bottom:4px;
	}
.photo-right{
	float:right;
	margin-left:10px;
	}
.photo-left{
	float:left;
	margin-right:10px;
	}	
.blue-bigger{
	font-size: 16px;
	line-height:20px;
	color:#3794b0; /*teal*/
	}	
hr{
	margin:15px 0;
	border:none;
	border-top:3px dotted #ab947d; /*tan*/
	}
.swftools{
	margin-bottom:8px;
	}	
			
	
/************ HEADER/NAV *************/	
#header{
	height:146px;
	width:100%;
	background:url(images/layout/Florida_Hospital_Celebration_Health-header-bkgd.png) repeat-x;
	}
#header-wrapper{
	width:1008px;
	margin:0 auto;
	}
#header-wrapper img{
	float:left;
	}
#nav a{
	display:block;
	height:24px; /*31-7 for padding*/
	color:#573e27; /*dark brown*/
	text-decoration:none;
	float:left;
	font-size:11px;
	font-weight:bold;
	padding-top:7px;
	text-align:center;
	}
#nav a.nav1{
	width:206px;
	background:url(images/nav/Florida_Hospital_Celebration_Health-navigation-1.png) no-repeat top;
	text-align:right;
	}
#nav a.nav2{
	width:98px;
	background:url(images/nav/Florida_Hospital_Celebration_Health-navigation-2.png) no-repeat top;	
	}
#nav a.nav3{
	width:195px;
	background:url(images/nav/Florida_Hospital_Celebration_Health-navigation-3.png) no-repeat top;	
	}
#nav a.nav4{
	width:152px;
	background:url(images/nav/Florida_Hospital_Celebration_Health-navigation-4.png) no-repeat top;	
	}
#nav a.nav5{
	width:130px;
	background:url(images/nav/Florida_Hospital_Celebration_Health-navigation-5.png) no-repeat top;	
	}
#nav a.nav6{
	width:60px;
	background:url(images/nav/Florida_Hospital_Celebration_Health-navigation-6.png) no-repeat top;	
	}
#nav a.nav7{
	width:137px;
	background:url(images/nav/Florida_Hospital_Celebration_Health-navigation-7.png) no-repeat top;
	text-align:left;
	color:#e24040; /*nav bright pink*/
	}						
#nav a:hover{
	color:#3794b0; /*teal*/
	background-position:bottom;
	}

/************ HOME PAGE *************/		

#main-content-home{
	width:875px;
	margin:0 auto;
	}
#left-column-home{
	float:left;
	width:580px;
	margin-right:18px;
	}
#right-column-home{
	float:left;
	width:277px;
	}
#flash{
	width:916px;
	margin: 0 auto 15px auto;
	height:364px;
	}

/************ SUB PAGE *************/		

#main-content{
	width:900px;
	margin:0 auto;
	}
#left-column{
	float: left;
	width: 278px;
	margin-right: 35px;
	}
#right-column{
	float: left;
	width: 587px;
	}
#subpage-header-photo{
	width:900px;
	margin: 0 auto 15px auto;
	height:257px;
	}
p.back-to-top{
	margin-bottom:20px;
	}
a.back-to-top{
	color:#3794b0; /*teal*/
	text-decoration:none;
	display:block;
	padding-left:15px;
	background:url(images/layout/blue-arrow-up.png) no-repeat left;
	}
a.back-to-top:hover{
	text-decoration:underline;
	}
	
a.read-more, #block-views-ShareStory-block_1 .views-field-view-node a {
	font-size:10px;
	text-transform:uppercase;	
	color:#3794b0; /*teal*/
	text-decoration:none;
	letter-spacing:0.4px;
	background:url(images/layout/blue-arrow-right.png) no-repeat left;
	padding-left:15px;
	}
a.read-more:hover{
	text-decoration:underline;
	}				
	
	
	

/*** SUBNAV ***/

#subnav-wrapper-top{
	background:url(images/layout/sidenav-white-top.png) no-repeat;
	width:278px;
	height:3px;
	}
#subnav-wrapper-middle{
	background:url(images/layout/sidenav-white-middle.png) repeat-y;
	width:278px;
	padding: 3px 0 3px 0;
	}
#subnav-wrapper-bottom{
	background:url(images/layout/sidenav-white-bottom.png) no-repeat;
	width:278px;
	height:6px;
	margin-bottom:5px;
	}
#subnav{
	background:#fff url(images/layout/sidenav-gradient.jpg) repeat-x;
	width:262px;
	min-height:102px;
	border:1px solid #e0d6c3;
	margin: 0 auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top:10px;
	}	
#subnav a{
	/*margin-left:10px;*/
	font-size:18px;
	font-weight:normal;
	text-decoration:none;
	display:block;
	margin-bottom:16px;
	color:#ab947d;
	padding-left:22px;
	margin-left:-10px;
	}
#subnav a:hover, #subnav a.active{
	font-style:italic;
	color:#3794b0; /*teal*/
	background:url(images/layout/sidenav-blue-arrow.png) no-repeat left;
	}								

/************ TOUTS *************/	

#touts h2{
	font: 17px/20px Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #fff;
	padding: 13px 0 0 75px;
	/* padding: 0px 0 0 75px;	*/
	}
#touts span.gold{
	font-size: 21px;
	font-style: italic;
	color: #ffc44f; /*gold*/
	}
a.tout-candidate{
	display:block;
	width: 277px;
	height: 73px;
	text-decoration:none;
	cursor: pointer;
	background: url(images/touts/Florida_Hospital_Celebration_Health-tout-candidate.png) no-repeat;
	margin-bottom:5px;
	}
a.tout-seminar{
	display: block;
	width: 277px;
	height: 73px;
	text-decoration: none;
	cursor: pointer;
	background: url(images/touts/Florida_Hospital_Celebration_Health-tout-free_seminar.png) no-repeat;
	margin-bottom: 5px;
	}
a.tout-care-coordinator{
	display: block;
	width: 277px;
	height: 73px;
	text-decoration: none;
	cursor: pointer;
	background: url(images/touts/Florida_Hospital_Celebration_Health-tout-care_coordinator.png) no-repeat;
	}
	
	
#tout-bigger h2{	
	font: 17px/20px Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #fff;
	padding: 13px 0 0 20px;
	margin-bottom:18px;
	}
#tout-bigger h2 a{
	color:#fff;
	text-decoration:none;
	}	
#tout-bigger span.gold{
	font-size: 21px;
	font-style: italic;
	color: #ffc44f; /*gold*/
	}
#tout-bigger p{
	width:237px;
	margin-left:20px;
	font-size:11px;
	line-height:16px;
	margin-bottom:5px;
	}
#tout-bigger a.arrowlink{
	color:#e24040; /*nav bright pink*/
	text-decoration:none;
	display:block;
	padding-left:16px;
	background:url(images/layout/pink-arrow-right.png) no-repeat left;
	}	
#tout-bigger a.arrowlink:hover{
	text-decoration:underline;
	}
	
	
.tout-obese{
	width:277px;
	height:179px;
	background: url(images/touts/tout-obese.png) no-repeat;
	}
.tout-patient-experiences{
	width:277px;
	height:194px;
	background: url(images/touts/tout-patent_experiences.png) no-repeat;
	}
.tout-treatments{
	width:277px;
	height:179px;
	background: url(images/touts/tout-treatments.png) no-repeat;
	}
.tout-before{
	width:277px;
	height:320px;
	background: url(images/touts/tout-before.png) no-repeat;
	}
#tout-bigger.tout-before span.gold{
	font-size: 15px;
	font-style: italic;
	color: #ffc44f; /*gold*/
	}
#tout-bigger.tout-before h2{
	font-size: 17px;
	}
#tout-bigger.tout-before a.arrowlink{
	font-weight: normal;
	}
.tout-gastric-band{
	width:277px;
	height:194px;
	background: url(images/touts/tout-gastric_band_summit.png) no-repeat;
	}
.tout-calendar{
	width:277px;
	height:179px;
	background: url(images/touts/tout-calendar.png) no-repeat;
	}
.tout-celebration-difference{
	width:277px;
	height:228px;
	background: url(images/touts/tout-celebration-difference.png) no-repeat;
	}
.tout-cooking{
	width:277px;
	height:179px;
	background: url(images/touts/tout-cooking.png) no-repeat;
	}
.tout-tour{
	width:276px;
	height:194px;
	background: url(images/touts/tout-tour.png) no-repeat;
	}
.tout-recipes{
	width:277px;
	height:179px;
	background: url(images/touts/tout-recipes.png) no-repeat;
	}
.tout-recipes{
	width:277px;
	height:179px;
	background: url(images/touts/tout-recipes.png) no-repeat;
	}
.tout-non-surgical{					
	width:277px;
	height:179px;
	background: url(images/touts/tout-non_surgical_weight_loss.png) no-repeat;
	}
.tout-success-stories{					
	width:277px;
	height:194px;
	background: url(images/touts/tout-success_stories.png) no-repeat;
	}	

/************ FOOTER *************/	

#footer{
	background: #573626 url(images/layout/Florida_Hospital_Celebration_Health-footer-bkgd.gif) repeat-x;
	/*min-height:298px;*/
	width:100%;
	margin-top:15px;
	}
#footer td{
	vertical-align: top;
	}	
	
/*** FOOTER – TOP AREA ***/	

#footer-top{
	background: url(images/layout/Florida_Hospital_Celebration_Health-footer-bkgd-dots.jpg) no-repeat top center;
	height:224px;
	margin:0 auto;
	color: #d1c5b2;
	border: none;
	
	}
#footer-top-wrapper{
	width: 875px;
	height: 224px;
	margin: 0 auto;
	/*padding-top: 10px;*/
	padding-top: 10px;
	}
/** Added to override the default system CSS **/	
table {
	/* border-collapse: collapse; */
	}	
tbody {
border-top: 0px solid #CCCCCC;
}	

.block ul {
 margin:0;
 padding: 0 0 0 17px;
 /* padding:0 0 0.25em 1em; */
}
/** End of overrides **/
#footer-top tr.top-row{
	height: 128px;
	}
#footer-top h3, #block-webformblock-71 h2{ /*Web Form Style Added by Studio fj (03/08/10)*/
	font:21px Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color: #ffc44f; /*gold*/
	letter-spacing:0.6px;
	margin: 0 0 4px 0;
	}
#footer-top p{
	margin-bottom:2px;
	}
#footer-top li{
	margin-bottom:2px;
	}	
#footer-top li a{
	text-decoration:none;
	font-weight:normal;
	color: #d1c5b2;
	}
#footer-top li a:hover{
	text-decoration: underline;
	color: #fff;
	}		
p.white-phone{
	color:#fff;
	font-size:16px;
	}
a.arrow-link{
	font-size:10px;
	text-transform:uppercase;	
	color:#d1c5b2;
	text-decoration:none;
	letter-spacing:0.4px;
	background:url(images/layout/Florida_Hospital_Celebration_Health-footer-arrow.png) no-repeat left;
	padding-left:15px;
	}
a.arrow-link:hover{
	color:#ffc44f; /*gold*/
	}	
input.newsletter-email{
	width:220px;
	background-color:#d1c5b2;
	border: 1px solid #39251e;
	color:#573e27; /*dark brown*/
	padding:3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-bottom:0;
	}
input#edit-submitted-email-address{
	width:220px;
	background-color:#d1c5b2;
	/*border: 1px solid #39251e;*/
	color:#573e27; /*dark brown*/
	padding:3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-bottom:0;
	}
input.newsletter-submit{
	font-size:10px;
	text-transform:uppercase;	
	color:#d1c5b2;
	text-decoration:none;
	letter-spacing:0.4px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:url(images/layout/Florida_Hospital_Celebration_Health-footer-arrow.png) no-repeat left;
	padding-left:12px;
	border:none;
	font-weight:bold;
	}
#webform-client-form-71 input#edit-submit{
	font-size:10px;
	text-transform:uppercase;	
	color:#d1c5b2;
	text-decoration:none;
	letter-spacing:0.4px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:url(images/layout/Florida_Hospital_Celebration_Health-footer-arrow.png) no-repeat left;
	padding-left:12px;
	border:none;
	font-weight:bold;
	margin: 0;
	}
input.newsletter-submit:hover{
	color:#ffc44f; /*gold*/
	cursor:pointer;
	}	

/*** FOOTER – BOTTOM AREA ***/	

#footer-bottom{
	padding-top:8px;
	padding-bottom:8px;
	min-height:58px; /*74 – 8 – 8*/
	}	
#footer-bottom p{
	font-size:10px;
	line-height:15px;
	color:#8d6b52;
	text-align:center;
	}	
#footer-bottom a{
	color:#8d6b52;
	text-decoration:none;
	font-weight:normal;
	}
#footer-bottom a:hover{
	color:#ffc44f; /*gold*/
	}


/************ FORMS *************/
form.webform-client-form div{
	clear:both;
	}
form.webform-client-form div.container-inline, form.webform-client-form div.resizable-textarea{
	clear:none;
	}
form.webform-client-form div.grippie{
	display:none;
	}	
form.webform-client-form div.resizable-textarea{
	float:left;
	width:280px;
	}	
.resizable-textarea{
	margin-bottom:12px;
	}
.webform-client-form label{
	width:190px;
	float:left;
	text-align:right;
	margin-right:10px;
	font-size:12px;
	font-weight:bold;
	}
.webform-client-form input, .webform-client-form textarea{
	float:left;
	width:280px;
	margin-bottom:12px;
	border:1px solid #ab947d; /*light tan*/
	padding:3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#573e27; /*dark brown*/
	font-size:12px;
	}
.webform-client-form select{
	/*margin-bottom:10px;*/
	border:1px solid #ab947d; /*light tan*/
	padding:3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#573e27; /*dark brown*/
	font-size:12px;
	}
.webform-client-form label.option{ /*radio button labels*/
	float:none;
	}
.webform-client-form input.form-radio{ /*radio button*/
	width:15px;
	float:none;
	}	
.form-required{
	color:#729213; /*green*/
	}
.webform-client-form input:focus, .webform-client-form textarea:focus{	
	border:1px solid #3794b0; /*teal*/	
	color:#3794b0; /*teal*/	
	}

.webform-client-form input.form-submit{
	width:100px;
	float:none;
	margin-left:200px;
	padding:5px;
	border:2px solid #3794b0; /*teal*/	
	background-color: #5ab6d1;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#fff;
	}
.webform-client-form input.form-submit:hover{
	border:2px solid #729213; /*green*/
	background-color:#a5be59;
	cursor:pointer;
	}	
	
	
	
/************ Studio fj ADDITIONS *************/

#edit-submitted-email-address-wrapper {
	margin: 0px;
}
	
#edit-submitted-email-address-wrapper label {
	width: 0px;
	height: 0px;
	display: none
}

#right-column .calendar-calendar div.date-nav {
	border: 0px solid #fff;
	background-color: transparent;
	color: #E24040;
	font-size: 18px;
	font-weight: normal;
}

#right-column .calendar-calendar div.date-nav a, #right-column .calendar-calendar div.date-nav h3 {
	color: #E24040;
	font-size: 18px;
	font-weight: normal;
}

.calendar-calendar .links {
	display: none;
	width: 0;
	height: 0;
}

#block-views-ShareStory-block_1 .views-row {
    height: 380px;
    margin: 0 0 15px 0;
    border-bottom: 3px dotted #AB947D;
} 