@charset "utf-8";
/* CSS Document */

body
{
	background: #b4d6ec url('/images/bg_main.jpg') top center;
	color:#666666;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:14px;
	padding:0;
	margin:0;
	}
	
/* Links */

a{	
	color:#619890;
	text-decoration:none;
}	
a:hover{
	color:#68b5aa;
	text-decoration: underline;
}

/* Main Divs */

#container{
	background: url('/images/bg_top.jpg') top center repeat-x;
	width: 100%;
	min-height: 890px;
	padding:0;
	margin:0;
	border: 0px solid red;
	}

#head{
	width: 1030px;
	height: 272px;
	display: block;
	padding:0;
	margin:0px auto;
	border: 0px solid red;
	}
	
#headleft{
	width: 490px;
	height: 272px;
	display: block;
	padding:0;
	margin:0px;
	border: 0px solid red;
	float: left;
	background:#b4d6ec url('/images/head_left.jpg') no-repeat;}
	
#headright{
	background:#b4d6ec url('/images/head_right.jpg') no-repeat;
	width: 540px;
	height: 272px;
	padding:0px 0px;
	margin:0px auto;
	border: 0px solid red;
	display: block;
	float: left;
	}	

#announcebar{
	background:#b4d6ec url('/images/announce_bar.jpg') no-repeat;
	width: 1030px;
	height: 44px;
	display: block;
	padding:0;
	margin:0px auto;
	border: 0px solid red;
	}

#quickbar{
	background:#b4d6ec url('/images/bg_quickbar.jpg') no-repeat;
	width: 1030px;
	height: 138px;
	display: block;
	padding:0;
	margin:0px auto;
	border: 0px solid red;
	}

#contenthead{
	background:#b4d6ec url('/images/bg_contenthead.jpg') no-repeat;
	width: 1030px;
	height: 62px;
	padding:0;
	margin:0px auto;
	}
	
#content_home{
	background:#b4d6ec url('/images/bg_content.jpg') repeat-y;
	width: 1030px;
	min-height: 200px;
	padding:0;
	margin:0px auto;
	}

#contentfoot{
	background:#b4d6ec url('/images/bg_contentfoot.gif') no-repeat;
	width: 1030px;
	height: 6px;
	padding:0;
	margin:0px auto;
	display: block;
	}
	
#contenthead_inner{
	background:#b4d6ec url('/images/bg_contenthead_inner.jpg') no-repeat;
	width: 1030px;
	height: 40px;
	padding:0;
	margin:0px auto;
	}
	
#content_inner{
	background:#b4d6ec url('/images/bg_content_inner.jpg') repeat-y;
	width: 1030px;
	min-height: 200px;
	padding:0;
	margin:0px auto;
	}

#contentfoot_inner{
	background:#b4d6ec url('/images/bg_contentfoot_inner.gif') no-repeat;
	width: 1030px;
	height: 20px;
	padding:0;
	margin:0px auto;
	}
	
#inner_content{
	width: 620px;
	display: block;
	float: right;
	padding: 5px 61px 0px 0px;
}


#foothead{
	background:#b4d6ec url('/images/bg_foothead.jpg') no-repeat;
	width: 1030px;
	height: 40px;
	padding:0;
	margin:0px auto;
	}
	
#foot{
	background:#b4d6ec url('/images/bg_foot.jpg') repeat-y;
	width: 1030px;
	min-height: 200px;
	padding:0px;
	margin:0px auto;
	}
	
#footright{
	padding:0px 0px 0px 0px ;
	margin:0px auto;
	float: left;
	display: block;
	}
	
#footleft{
	width: 315px;
	float: left;
	display: inline;
	border: 0px solid red;
	margin: 15px  5px 0px 30px ;
	padding-left: 31px;
	
	border-right: 1px solid #eaf3f9;
}

#footfoot{
	background:#b4d6ec url('/images/bg_footfoot.jpg') no-repeat;
	width: 1030px;
	height: 42px;
	padding:0;
	margin:0px auto;
	}





/* Nav */

		#inner_nav  {
			float: left;
			display: block;
			
		}
		
		.menubreak {
		width: 264px;
		padding: 15px 0 10px 41px;
		float: left;
		clear: left;
		}
		
		.mailinglist {
		width: 220px;
		padding: 15px 0px 10px 60px;
		
		float: left;
		clear: left;
		}


		
		#inner_nav ul#actions{
			display: block;
			width: 210px;
			padding: 27px 0 0 61px;
		}
		
		
		#inner_nav ul#info{
			display: block;
			width: 210px;
			padding: 15px 0 0 61px;
		}
		
		ul#actions li {
			float: left;
			margin: 0 10px 0 0;
			
			
		}
		
		 ul#info li {
			float: left;
			margin: 0 10px 0 0;

		}
		#inner_nav  li {
			float: left;
			margin: 0 15px 0px 0;
			height: 37px;
			display: block;			
			clear: both;}
			
			
			ul#actions li {
				margin-right: 30px;	
			}
		
				ul#actions li#actiontitle {
				width: 103px;
				height: 27px;
				background: url('/images/nav/actiontitle.gif') no-repeat; 
				/* margin-right: 15px; */
				}
				
				
				ul#actions li#action_appt a{
					width: 179px;
					height: 27px;
					padding: 0px;
					background: url('/images/nav/action_appt.gif') no-repeat;
					display: block;
					float: left;
					}
				ul#actions li#action_appt a:hover{
					background: url('/images/nav/action_appt_on.gif') no-repeat; 
					}
					
				ul#actions li#action_form a{
					width: 150px;
					height: 27px;
					padding: 0px;
					background: url('/images/nav/action_form.gif') no-repeat;
					display: block;
					float: left;
					}
				ul#actions li#action_form a:hover{
					background: url('/images/nav/action_form_on.gif') no-repeat; 
					}	
				
				ul#actions li#action_newpatient a{
					width: 190px;
					height: 27px;
					padding: 0px;
					background: url('/images/nav/action_newpatient.gif') no-repeat;
					display: block;
					float: left;
					}
				ul#actions li#action_newpatient a:hover{
					background: url('/images/nav/action_newpatient_on.gif') no-repeat; 
					}
					
				ul#actions li#action_referral a{
					width: 141px;
					height: 27px;
					padding: 0px;
					background: url('/images/nav/action_referral.gif') no-repeat;
					display: block;
					float: left;
					}
				ul#actions li#action_referral a:hover{
					background: url('/images/nav/action_referral_on.gif') no-repeat; 
					}	
					
					ul#actions li#action_paybill a{
					width: 95px;
					height: 27px;
					padding: 0px;
					background: url('/images/nav/action_paybill.gif') no-repeat;
					display: block;
					float: left;
					}
				ul#actions li#action_paybill a:hover{
					background: url('/images/nav/action_paybill_on.gif') no-repeat; 
					}
					
				ul#actions li#action_contact a{
					width: 108px;
					height: 27px;
					padding: 0px;
					background: url('/images/nav/action_contact.gif') no-repeat;
					display: block;
					float: left;
					}
				ul#actions li#action_contact a:hover{
					background: url('/images/nav/action_contact_on.gif') no-repeat; 
					}	

		#quickbar ul#info{
			display: block;
			height: 27px;
			padding: 25px 0 0 61px;
		}
		
		#quickbar 		ul#actions{
			display: block;
			height: 27px;
			padding: 43px 0 0 61px;
		}
		
			ul#info li {
				margin-right: 31px;	
			}	
				
				ul#info li#infotitle {
				width: 103px;
				height: 27px;
				background: url('/images/nav/infotitle.gif') no-repeat; 
				background-position: 0 0;
				/* margin-right: 15px; */
				}
				
				ul#info li#info_physicians a{
					width: 97px;
					height: 27px;
					padding: 0px;
					background: url('/images/nav/info_physicians.gif') no-repeat;
					display: block;
					float: left;
					}
					
				ul#info li#info_physicians a:hover{
					background: url('/images/nav/info_physicians_on.gif') no-repeat; 
						}	
		
				ul#info li#info_company a{
					width: 112px;
					height: 27px;
					padding: 0px;
					background: url('/images/nav/info_company.gif') no-repeat;
					display: block;
					float: left;
					}
					
				ul#info li#info_company a:hover{
					background: url('/images/nav/info_company_on.gif') no-repeat; 
						}

				ul#info li#info_ourservice a{
					width: 126px;
					height: 27px;
					padding: 0px;
					background: url('/images/nav/info_ourservice.gif') no-repeat;
					display: block;
					float: left;
					}
					
				ul#info li#info_ourservice a:hover{
					background: url('/images/nav/info_ourservice_on.gif') no-repeat; 
						}	
		
				ul#info li#info_winterpark a{
					width: 151px;
					height: 27px;
					padding: 0px;
					background: url('/images/nav/info_winterpark.gif') no-repeat;
					display: block;
					float: left;
					}
					
				ul#info li#info_winterpark a:hover{
					background: url('/images/nav/info_winterpark_on.gif') no-repeat; 
						}
		
				ul#info li#info_orlando a{
					width: 126px;
					height: 27px;
					padding: 0px;
					background: url('/images/nav/info_orlando.gif') no-repeat;
					display: block;
					float: left;
					}
					
				ul#info li#info_orlando a:hover{
					background: url('/images/nav/info_orlando_on.gif') no-repeat; 
						}
						
				ul#info li#info_contact a{
					width: 126px;
					height: 27px;
					padding: 0px;
					background: url('/images/nav/info_contact.gif') no-repeat;
					display: block;
					float: left;
					}
					
				ul#info li#info_contact a:hover{
					background: url('/images/nav/info_contact_on.gif') no-repeat; 
						}	
						
				ul#info li#info_faq a{
					width: 94px;
					height: 27px;
					padding: 0px;
					background: url('/images/nav/info_faq.gif') no-repeat;
					display: block;
					float: left;
					
					}
					
				ul#info li#info_faq a:hover{
					background: url('/images/nav/info_faq_on.gif') no-repeat; 
						}	
/* Text */

p {	
	margin-bottom: 15px;
	line-height: 22px;
}

.condensed p{	
	margin-bottom: 15px;
	line-height: 14px;
	   
}


p.announce {	
	color:#135d8c;
	width: 1000px;
	height: 20px;
	display: block;
	overflow: hidden;
	font-family: Tahoma, Geneva, sans-serif;
	margin: 0px auto;
	line-height: 20px;
	font-size: 14px;
	text-align: center;
	padding: 10px 0px 0px 0px;
}

h1 { 
	
	font-family: Tahoma, Geneva, sans-serif;
	font-size:25px; 
	margin: 20px auto 10px auto;
	width: 541px;
	height: 78px;
	overflow: hidden;
	line-height: 48px;
	text-align: center;
	padding: 15px;
	background: url("/images/bg_header.gif") top center no-repeat;
	color:#4b87a6;
	font-style:italic;}

h2 { 
	color:#4b87a6;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:18px; 
	margin: 0px 0px 18px 0px;
	font-weight: normal;
	display: block;
	}

h2.homewelcome{ background: url("/images/titles/home_welcome.gif") top left no-repeat; text-indent: -10000px; overflow: hidden; width: 250px;}

h2.dubbin{ background: url("/images/titles/staff_dubbin.gif") top left no-repeat; text-indent: -10000px; overflow: hidden; width: 380px;}
h2.mokris{ background: url("/images/titles/staff_mokris.gif") top left no-repeat; text-indent: -10000px; overflow: hidden; width: 380px;}
h2.saffran{ background: url("/images/titles/staff_saffran.gif") top left no-repeat; text-indent: -10000px; overflow: hidden; width: 380px;}
h2.boger{ background: url("/images/titles/staff_boger.gif") top left no-repeat; text-indent: -10000px; overflow: hidden; width: 380px;}
h2.reese{ background: url("/images/titles/staff_reese.gif") top left no-repeat; text-indent: -10000px; overflow: hidden; width: 380px;}
h2.huhn{ background: url("/images/titles/staff_huhn.gif") top left no-repeat; text-indent: -10000px; overflow: hidden; width: 380px;}

h2.clark{ background: url("/images/titles/staff_clark.gif") top left no-repeat; text-indent: -10000px; overflow: hidden; width: 380px;}
h2.jackson{ background: url("/images/titles/staff_jackson.gif") top left no-repeat; text-indent: -10000px; overflow: hidden; width: 380px;}

h2.mcclain{ background: url("/images/titles/staff_mcclain.gif") top left no-repeat; text-indent: -10000px; overflow: hidden; width: 380px;}
h2.crawford{ background: url("/images/titles/staff_crawford.gif") top left no-repeat; text-indent: -10000px; overflow: hidden; width: 380px;}
h2.mcgowin{ background: url("/images/titles/staff_mcgowin.gif") top left no-repeat; text-indent: -10000px; overflow: hidden; width: 380px;}
h2.condill{ background: url("/images/titles/staff_condill.gif") top left no-repeat; text-indent: -10000px; overflow: hidden; width: 380px;}
h2.edwards{ background: url("/images/titles/staff_edwards.gif") top left no-repeat; text-indent: -10000px; overflow: hidden; width: 380px;}
h2.wise{ background: url("/images/titles/staff_wise.gif") top left no-repeat; text-indent: -10000px; overflow: hidden; width: 380px;}
h2.williams{ background: url("/images/titles/staff_williams.gif") top left no-repeat; text-indent: -10000px; overflow: hidden; width: 380px;}

h2.jnbf{ background: url("/images/titles/com_jnbf.gif") top left no-repeat; text-indent: -10000px; overflow: hidden; width: 380px;}

h2.ears{ background: url("/images/titles/ears.gif") top left no-repeat; text-indent: -10000px; overflow: hidden; width: 380px;}
h2.throat{ background: url("/images/titles/throat.gif") top left no-repeat; text-indent: -10000px; overflow: hidden; width: 380px;}
h2.nosemouth{ background: url("/images/titles/nosemouth.gif") top left no-repeat; text-indent: -10000px; overflow: hidden; width: 380px;}
h2.headneck{ background: url("/images/titles/headneck.gif") top left no-repeat; text-indent: -10000px; overflow: hidden; width: 380px;}
h2.pediatrics{ background: url("/images/titles/pediatrics.gif") top left no-repeat; text-indent: -10000px; overflow: hidden; width: 380px;}
h2.cancer{ background: url("/images/titles/cancer.gif") top left no-repeat; text-indent: -10000px; overflow: hidden; width: 380px;}

h2.healthinformation{ background: url("/images/titles/healthinformation.gif") top left no-repeat; text-indent: -10000px; overflow: hidden; width: 380px;}


h2.makeareferral{ background: url("/images/titles/sub_makeareferral.gif") top left no-repeat; text-indent: -10000px; overflow: hidden; width: 380px;}


h2.gift{ background: url("/images/titles/sub_gift.gif") top left no-repeat; text-indent: -10000px; overflow: hidden; width: 400px;}

h2.hearingloss{ background: url("/images/titles/sub_hearingloss.gif") top left no-repeat; text-indent: -10000px; overflow: hidden; width: 400px; height: 25px;}

h2.allergyquiz{ background: url("/images/titles/sub_allergyquiz.gif") top left no-repeat; text-indent: -10000px; overflow: hidden; width: 400px; height: 25px;}

h2.moreinformation{ background: url("/images/titles/sub_moreinformation.gif") top left no-repeat; text-indent: -10000px; overflow: hidden; width: 400px; height: 25px;}


h2.medicalinformation{ background: url("/images/titles/form_medicalinformation.gif") top left no-repeat; text-indent: -10000px; overflow: hidden; width: 400px; height: 25px;}
h2.noticeofprivacypractices{ background: url("/images/titles/form_noticeofprivacypractices.gif") top left no-repeat; text-indent: -10000px; overflow: hidden; width: 400px; height: 25px;}
h2.privacysignature{ background: url("/images/titles/form_privacysignature.gif") top left no-repeat; text-indent: -10000px; overflow: hidden; width: 400px; height: 25px;}
h2.insurancefinancial{ background: url("/images/titles/form_insurancefinancial.gif") top left no-repeat; text-indent: -10000px; overflow: hidden; width: 400px; height: 25px;}
h2.medicalhistory{ background: url("/images/titles/form_medicalhistory.gif") top left no-repeat; text-indent: -10000px; overflow: hidden; width: 400px; height: 25px;}
h2.patientregistration{ background: url("/images/titles/form_patientregistration.gif") top left no-repeat; text-indent: -10000px; overflow: hidden; width: 400px; height: 25px;}
h2.releaseofmedicalrecords{ background: url("/images/titles/form_releaseofmedicalrecords.gif") top left no-repeat; text-indent: -10000px; overflow: hidden; width: 400px; height: 25px;}

h2.acceptedinsurance{ background: url("/images/titles/ref_acceptedinsurance.gif") top left no-repeat; text-indent: -10000px; overflow: hidden; width: 285px; height: 25px;}
h2.diagnosiscodes{ background: url("/images/titles/ref_diagnosiscodes.gif") top left no-repeat; text-indent: -10000px; overflow: hidden; width: 285px; height: 25px;}
h2.cptcodes{ background: url("/images/titles/ref_cptcodes.gif") top left no-repeat; text-indent: -10000px; overflow: hidden; width: 285px; height: 25px;}
h2.ref_boger{ background: url("/images/titles/ref_boger.gif") top left no-repeat; text-indent: -10000px; overflow: hidden; width: 285px; height: 25px;}
h2.ref_reese{ background: url("/images/titles/ref_reese.gif") top left no-repeat; text-indent: -10000px; overflow: hidden; width: 285px; height: 25px;}
h2.ref_huhn{ background: url("/images/titles/ref_huhn.gif") top left no-repeat; text-indent: -10000px; overflow: hidden; width: 285px; height: 25px;}
h2.ref_mokris{ background: url("/images/titles/ref_mokris.gif") top left no-repeat; text-indent: -10000px; overflow: hidden; width: 285px; height: 25px;}
h2.ref_saffran{ background: url("/images/titles/ref_saffran.gif") top left no-repeat; text-indent: -10000px; overflow: hidden; width: 285px; height: 25px;}
h2.ref_dubbin{ background: url("/images/titles/ref_dubbin.gif") top left no-repeat; text-indent: -10000px; overflow: hidden; width: 285px; height: 25px;}
h2.universityreferrals{ background: url("/images/titles/ref_universityreferrals.gif") top left no-repeat; text-indent: -10000px; overflow: hidden; width: 285px; height: 25px;}
h2.winterparkreferrals{ background: url("/images/titles/ref_winterparkreferrals.gif") top left no-repeat; text-indent: -10000px; overflow: hidden; width: 285px; height: 25px;}
h2.orlandoreferrals{ background: url("/images/titles/ref_orlandoreferrals.gif") top left no-repeat; text-indent: -10000px; overflow: hidden; width: 285px; height: 25px;}
h2.metroreferrals{ background: url("/images/titles/ref_metroreferrals.gif") top left no-repeat; text-indent: -10000px; overflow: hidden; width: 285px; height: 25px;}
h2.generalinformation{ background: url("/images/titles/ref_generalinformation.gif") top left no-repeat; text-indent: -10000px; overflow: hidden; width: 285px; height: 25px;}
h2.whatwouldyouliketodo{ background: url("/images/titles/ref_whatwouldyouliketodo.gif") top left no-repeat; text-indent: -10000px; overflow: hidden; width: 500px; height: 25px;}
h2.welcometo{ background: url("/images/titles/sub_welcome.gif") top left no-repeat; text-indent: -10000px; overflow: hidden; width: 600px; height: 25px;}

h2.otology{ background: url("/images/titles/ent_otology.gif") top left no-repeat; text-indent: -10000px; overflow: hidden; width: 445px; height: 25px;}
h2.rhinology{ background: url("/images/titles/ent_rhinology.gif") top left no-repeat; text-indent: -10000px; overflow: hidden; width: 445px; height: 25px;}
h2.laryngology{ background: url("/images/titles/ent_laryngology.gif") top left no-repeat; text-indent: -10000px; overflow: hidden; width: 445px; height: 25px;}
h2.pediatric{ background: url("/images/titles/ent_pediatric.gif") top left no-repeat; text-indent: -10000px; overflow: hidden; width: 445px; height: 25px;}
h2.headandneck{ background: url("/images/titles/ent_headandneck.gif") top left no-repeat; text-indent: -10000px; overflow: hidden; width: 445px; height: 25px;}
h2.sleepapnea{ background: url("/images/titles/ent_sleepapnea.gif") top left no-repeat; text-indent: -10000px; overflow: hidden; width: 445px; height: 25px;}

h2.videostroboscopy{ background: url("/images/titles/serv_videostroboscopy.gif") top left no-repeat; text-indent: -10000px; overflow: hidden; width: 445px; height: 25px;}

h2.ourservices{ background: url("/images/titles/sub_ourservices.gif") top left no-repeat; text-indent: -10000px; overflow: hidden; width: 285px; height: 25px;}
h2.hearingaid{ background: url("/images/titles/sub_hearingaid.gif") top left no-repeat; text-indent: -10000px; overflow: hidden; width: 285px; height: 25px;}
h2.audiologic{ background: url("/images/titles/sub_audiologic.gif") top left no-repeat; text-indent: -10000px; overflow: hidden; width: 285px; height: 25px;}

h2.immunotherapy{ background: url("/images/titles/sub_immunotherapy.gif") top left no-repeat; text-indent: -10000px; overflow: hidden; width: 300px; height: 25px;}
h2.allergyrhinitis{ background: url("/images/titles/sub_allergyrhinitis.gif") top left no-repeat; text-indent: -10000px; overflow: hidden; width: 445px; height: 25px;}
h2.allergyrhinitischild{ background: url("/images/titles/sub_allergyrhinitischild.gif") top left no-repeat; text-indent: -10000px; overflow: hidden; width: 445px; height: 25px;}
h2.allergyhayfever{ background: url("/images/titles/sub_allergyhayfever.gif") top left no-repeat; text-indent: -10000px; overflow: hidden; width: 445px; height: 25px;}
h2.allergens{ background: url("/images/titles/sub_allergens.gif") top left no-repeat; text-indent: -10000px; overflow: hidden; width: 300px; height: 25px;}
h2.allergiessinus{ background: url("/images/titles/sub_allergiesandsinus.gif") top left no-repeat; text-indent: -10000px; overflow: hidden; width: 350px; height: 25px;}

h2.otherservices{ background: url("/images/titles/sub_otherservices.gif") top left no-repeat; text-indent: -10000px; overflow: hidden; width: 285px; height: 25px;}

h3 { 
	color:#4b87a6;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:16px; 
	margin: 0px 0px 18px 0px;
	}
	
h4{ 
	
	margin: 20px auto 45px auto;
	width: 541px;
	height: 78px;
	overflow: hidden;
	text-align: center;
	color:#4b87a6;
	display: block;
	}

h4.appt{ background: url("/images/titles/makeanappointment.gif") top center no-repeat;}
	
h4.allergens{ background: url("/images/titles/allergens.gif") top center no-repeat;}
	
h4.allergy{ background: url("/images/titles/allergy.gif") top center no-repeat;}

h4.audiology{ background: url("/images/titles/audiology.gif") top center no-repeat;}

h4.completeaform{ background: url("/images/titles/completeaform.gif") top center no-repeat;}

h4.contactingus{ background: url("/images/titles/contactingus.gif") top center no-repeat;}
	
h4.entservices{ background: url("/images/titles/entservices.gif") top center no-repeat;}
	
h4.facialplasticandreconstructivesurgery{ background: url("/images/titles/facialplasticandreconstructivesurgery.gif") top center no-repeat;}	
	
h4.feedback{ background: url("/images/titles/feedback.gif") top center no-repeat;}
	
h4.immunotherapy{ background: url("/images/titles/immunotherapy.gif") top center no-repeat;}
	
h4.mailinglist{ background: url("/images/titles/mailinglist.gif") top center no-repeat;}
	
h4.makeanappointment{ background: url("/images/titles/makeanappointment.gif") top center no-repeat;}
	
h4.newpatientinformation{ background: url("/images/titles/newpatientinformation.gif") top center no-repeat;}

h4.newpatientforms{ background: url("/images/titles/newpatientforms.gif") top center no-repeat;}
	
h4.orlandooffice{ background: url("/images/titles/orlandooffice.gif") top center no-repeat;}
	
h4.ourpractice{ background: url("/images/titles/ourpractice.gif") top center no-repeat;}

h4.ourservices{ background: url("/images/titles/ourservices.gif") top center no-repeat;}
	
h4.ourteam{ background: url("/images/titles/ourteam.gif") top center no-repeat;}

h4.satisfactionsurvey{ background: url("/images/titles/satisfactionsurvey.gif") top center no-repeat;}

h4.requestinformation{ background: url("/images/titles/requestinformation.gif") top center no-repeat;}

h4.referralinformation{ background: url("/images/titles/referralinformation.gif") top center no-repeat;}

h4.referraltools{ background: url("/images/titles/referraltools.gif") top center no-repeat;}

h4.luncheon{ background: url("/images/titles/luncheon.gif") top center no-repeat;}

h4.community{ background: url("/images/titles/community.gif") top center no-repeat;}

h4.patienteducation{ background: url("/images/titles/patientinformation.gif") top center no-repeat;}

h4.referapatient{ background: url("/images/titles/referapatient.gif") top center no-repeat;}

h4.winterparkoffice{ background: url("/images/titles/winterparkoffice.gif") top center no-repeat;}

h4.patientinformation{ background: url("/images/titles/patienteducation.gif") top center no-repeat;}



h5.ordownload{ background: url("/images/titles/downloadforms.gif") top left no-repeat; width: 490px; height: 47px; text-indent: -10000px; overflow: hidden; margin-bottom: 25px; margin-left: 15px;}

	
	.sitemap h3 { 
	color:#619890;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:16px; 
	margin: 0px 0px 18px 0px;
	font-weight: bold;
	}	
	
h3.pages_sub { 
	line-height: 16px;
	margin: 0px 0px 10px 0px;
	font-size:10px;
	font-weight: bold;
	}
	
h2.announce_title { 
	color:#619890;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:18px; 
	margin: 210px 0px 18px 50px;	}	
	
.blurb {
	padding: 5px 0px 47px 61px;
	width: 410px;
	float: left;
	}
	
#home_services {
	padding: 27px 47px 25px 45px;
	float: left;
	display: block;
	border: 0px;
	width: 464px;
	height: 240px;
	}	
	
#home_services img{
	padding: 0px;
	margin: 0px;
	border: 0px;
	float: left;
	}

ul.content_list {
	list-style-type: disc;
	list-style-position:inside;
	margin: 20px;
	}

ul.content_list li {
	list-style-type: disc;
	list-style-position:inside;
	line-height: 22px;
	margin: 0px 0px 10px 0px;
	}
	
ul.content_listNB {
	list-style-type: disc;
	list-style-position:inside;
	margin: 20px;
	}

ul.content_listNB li {
	list-style-type: none;
	list-style-position:inside;
	line-height: 22px;
	margin: 0px 0px 10px 0px;
	}	

ul.stafflist {
	list-style-type: disc;
	list-style-position:inside;
	line-height: 18px;
	margin: 0px 15px 15px 15px;
	float: left;
	}

ul.stafflist li {
	list-style-type: disc;
	list-style-position:inside;
	line-height: 18px;
	margin: 0px 0px 10px 0px;
	}

ul.staff_footer {
margin: 0px;
padding: 0px;
}

ul.staff_footer li {
	list-style-type: none;
	list-style-position:inside;
	margin: 0px 0px 15px 0px;
	line-height: 23px;
	height: 60px;
	display: block;
	font-weight: bold;
	font-size: 12px;
	padding: 0px;
	border: 0px solid red;
	text-index: 0px;
	}

.foot_staffsub {
	font-size: 9px;
	line-height: 10px;
	
	}
	
.foot_pic {
display: block; float: left;
clear: left;
}

.foot_details {
display: block;
width: 210px; float: left; margin-left: 10px;
height: 85px;
overflow: hidden;
}	

ul.staff_footer li a{
	color: #4B87A6;
	}
	
ul.staff_footer li img {
 border: 3px solid #c3dae8;	
 margin: 0px 0px 0px 0px;
}


.hearemph {
	font-weight: bold;
	color: #4b87a6;
	font-size: 18px;
	width: 15px; 
	display: block;
	float: left;
}

.staffphoto {
 	float: left;
	width: 210px;
	text-align: left;
	margin: 0px 15px 27px 0px;
}

.staffphoto img {
 border: 3px solid #d3e9d4;	
}

.staff {
 float: left;
 margin: 0px 20px 0px 0px;
}

.divider {
	padding: 35px 0px;
	text-align: center;
	margin-left: 95px;
}




.sitemap {
 float: left;
 margin: 15px 0px 0px 5px;
}

ul.pagelist {

	line-height: 16px;
	margin: 15px 0px 15px 0px;
	
	}

ul.pagelist li {
	list-style-type: none;
	list-style-position: outside;
	line-height: 22px;
	margin: 0px 0px 10px 0px;
	font-size:12px;
	font-weight: bold;
	width:180px;
	vertical-align: top;
	border: 0px solid red;
	background: url('/images/bullet.gif') top left no-repeat;
	text-indent: 24px;
	
	}
	
ul.pagelist a {
	color: #4b87a6;
	}	

ul.pagelist_sub a {
	color: #619890;
	}

ul.pagelist_sub {
	line-height: 14px;
	margin: 15px 0px 15px 10px;
	
	}

ul.pagelist_sub li {
	list-style-type: none ;
	list-style-position:inside;
	line-height: 16px;
	margin: 0px 0px 10px 0px;
	font-size:11px;
	font-weight: bold;
	width:165px;
	text-indent: 24px;
	
	}
	
ul.spreadlist li {
	list-style-type: none;
	list-style-position:inside;
	line-height: 18px;
	margin: 0px 0px 10px 0px;
	}	
	
ul.bulletlist li {
	list-style-type: disc;
	list-style-position:inside;
	line-height: 18px;
	margin: 0px 0px 10px 25px;
	}	

ul.bulletlist {
	margin: 10px 0px 25px 0px;	
}

ul.quiz li  {
	list-style-type: none;
	list-style-position:inside;
	line-height: 18px;
	margin: 0px 25px;
	font-weight: bold;
	}	

ul.litequiz  {

margin: 0px 25px 25px 25px;

	}


ul.litequiz li  {
	list-style-type: none;
	list-style-position:inside;
	line-height: 18px;
	margin: 0px 25px 25px 25px;
	font-weight: bold;
	}	

ul.quizoptions li {
	list-style-type: none;
	list-style-position:inside;
	line-height: 36px;
	display: inline;
	margin: 0px 50px;
	font-weight: normal;
	}	
	
dt {
	margin: 0px;

	font-size: 18px;

	}	
	
.formscreen{
	margin: 0px 15px;
	
	display: block;
	float: left;
	border:3px solid #D3E9D4;
	}
	
.formscreen:hover{
	border:3px solid #68B5AA;
	}		
	
dd {
	margin: 0px 25px 25px 25px;
	display: block;
	float: left;
	width: 400px;
	}	

#copyright {
	font-size: 11px;
	font-weight: bold;
	line-height: 10px;
	float: right;
	margin: 50px 67px 0px 0px;
	}
	
.dlform {
 width: 200px;
 height: 48px;
 display: block;
 float: left;
 background: url("/images/pdf.gif") top left no-repeat;
 text-indent: 45px;	
 font-size: 15px;
 line-height: 45px;
 margin: 0px 0px 0px 5px;
}

.bigbutton {
 margin: 0px 0px 0px 90px;	
}

.bigbuttonHome {
 margin: 0px 60px 0px 0px;
 float: right;
}

.quickbuttons {
 margin: 0px 0px 0px 75px;	
}

.smallbutton {
 margin-right: 10px;	
}

ul.submenu {

	line-height: 16px;
	margin: -25px auto 45px auto;
	display: block;
	width: 500px;
	border: 0px solid red;
	text-align: center;
	}

ul.submenu li {
	list-style-type: none;
	list-style-position: outside;
	line-height: 22px;
	margin: 0px 15px 25px 15px;
	font-size:14px;
	font-weight: bold;
	border: 0px solid red;
	display: inline;
	text-align: center;
	
	}
	
/* Forms */

form {
	margin: 0px 50px;
	padding: 0px;
}
form label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
  width: 130px; /* Width of labels */
  text-align: left;
  margin: 0px 15px 0px 0px;
  font-weight: bold;
  padding: 0px 0px 0px 25px;
  }
  
form select {
	width: 325px;	
}
 
form input {
	width: 250px;	
}

form textarea {
	width: 325px;
	height: 150px;
}

form ol {
  margin: 0;
  padding: 0;
}
form li {
  list-style: none;
  padding: 13px 0px 10px 0px;
  margin: 0;
  border-bottom: 1px solid #a6cbc7;
}


.formtitle {
	text-align: center;	
	color:#4b87a6;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:18px; 
	width: 100%;
	padding-bottom: 25px;
	margin: 0px;
  	border-bottom: 1px solid #a6cbc7;	
	}

form.survey label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
  width: 325px; /* Width of labels */
  text-align: left;
  margin: 0px 15px 0px 0px;
  font-weight: bold;
  padding: 0px 0px 0px 25px;
  }
  
 form.survey label.surveytext {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
  width: 160px; /* Width of labels */
  text-align: left;
  margin: 0px 15px 0px 0px;
  font-weight: bold;
  padding: 0px 0px 0px 25px;
  } 

form.survey select {
	width: 130px;	
}
 
form.survey input {
	width: 130px;	
}

form.survey textarea {
	width: 295px;
	height: 150px;
}

form.refer select {
	width: 230px;	
}
 
form.refer input {
	width: 230px;	
}

form.refer input.checkbox {
	width: 20px;	
}

form.refer textarea {
	width: 230px;
	height: 150px;
}

form.refer label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
  width: 200px; /* Width of labels */
  text-align: left;
  margin: 0px 15px 0px 0px;
  font-weight: bold;
  padding: 0px 0px 0px 25px;
  }

.submitbutton, form.survey .submitbutton, form.refer .submitbutton {
	margin: 25px auto;	
	display: block;
	width: 229px; !important
	height: 52px; !important
}

form#mc-embedded-subscribe-form input {
width: 140px;	
}

form#mc-embedded-subscribe-form label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
  width: 40px; /* Width of labels */
  text-align: left;
  margin: 0px 5px 0px 0px;
  font-weight: bold;
  padding: 0px 0px 0px 15px;
  }
  
#mc_embed_signup {
	
 border: 3px solid #649adc;
 background: #FFFFFF;
 display: block;
 float: left;
 margin: 0px 0px 120px 0px;
 width: 220px;
 text-align: center;
 padding: 15px 0px 25px 0px;
}

#tbls img {

border:3px solid #D3E9D4;

}

.subtext { font-size: 11px; color:#666666;}

.imp { 
	color:#4b87a6;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:18px; 
	}
	
a.homelink { width: 450px; height: 250px; display: block; } 

.brdr { border:3px solid #D3E9D4; margin-bottom: 15px;} 

.error { color: #660000;}

.service { width: 280px; margin: 15px 30px 15px 0px; float: left; display: block; text-align: center;}

.service_center { width: 280px; margin: 15px 0px 15px 100px; float: left; display: block; text-align: center; border: 0px solid red;}