/* CSS RESET */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
:focus {
    outline: 0;
  
}
sup, sub {
    vertical-align: baseline;
    position: relative;
    top: -0.4em;
}
sub { top: 0.4em; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* HTML5 tags */
header, section, footer, aside, nav, article, canvas, head, hgroup, summary, {
	display: block;
}

/* ClearFix CSS Hack  */
/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

/**** Global ****/


/***** Layout *****/
.body {	/* instead of using div wrapper - body class of my website to be for a certain width (960px) */ 
	clear: both;
	margin: 0 auto;
	width: 960px;
	/* width: 100%; */
}
@font-face {
	font-family: 'Franchise-Bold-hinted';
	src: url('../fonts/Franchise-Bold-hinted.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'telegrafico';
	src: url('../fonts/telegrafico.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


@font-face {
    font-family: 'Comfortaa';
    src: url('../fonts/Comfortaa_Bold.ttf') format('truetype'),
         url('../fonts/Comfortaa_Regular.ttf') format('truetype'),
         url('../fonts/Comfortaa_Thin.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: Comfortaa);
}
@font-face {
	font-family: Franchise-Bold-hinted);
}
@font-face {
	font-family: telegrafico);
}

.bg{
	/* background: #border: solid 1px red; */
	background: #CCC;
}

/* Header */

header{
	background: #537C9E;
	clear: both;
	float: right; 
	/* width: 960px; */
	width: 100%;
}


/* Body */

body{
	/* background: #ccc; */
	background: #537c9e;
	color: #204E74;
	font-size: 87.5%;  /* Based on font size 14px */
	font-family: arial, Helvetica;
	line-height: 1.429;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

/* Headings */

h1{
	font-size: 1.571em; /* 22px */
	font-family: Comfortaa;
	background: #60C9C2;
	/* width: 550px; */
	width: 70%;
	height: 30px;
	padding: 15px 0 0 25px;
	letter-spacing: 2px;
	
}
h2{
	font-size: 1.429em; /* 20px */
	/* color: #60c9c2; */
	color: #537C9E;
	letter-spacing: 1px;
	margin: 0 0 0 25px;
}
h3{
	font-size: 1em; /* 14px */
}

h1, h2, h3{
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: .8em;
}

/* Anchors */
a{
	outline: 0;
}
a img{
	border: 0px;
	text-decoration: none;
}
a:link, a:visited{
	color: #537C9E;
	padding: 0 1px;
}
a:hover, a:active{
	/* background-color:  #9DADBA; */ /*greyish */
	/* height: 50px; */
	/* padding: 15px; */
	color: #fff;
	text-decoration: none;
	/* text-shadow: 1px 1px 1px #333;  */ /* shadow on our text thatÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢s 1px to the right, 1px down and with a 1px blur */
}


/* Paragraphs */

p{
	margin: 0 0 1.143em 25px;
	font-size: 14px;
	
	
}
p:last-child{
	margin-bottom: 0; /* to avoid large vertical gaps. */
}
::-moz-section{ 		/* CSS3 selector that lets us style how the text selection looks. */
	background: #F6CF74; /* ::-moz-selection needs to go here since Mozilla havenÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢t implemented the	*/				
	color: #fff; 		
}
::selection{	/* ::selection selector. */
	background: #F6F74;
	color: fff;
}

/* Lists */

ul{
	list-style: outside disc;
	margin:  1em 0 1.5em 1.5em;
}

ol{
	list-style:  outside decimal;
	margin:  1em 0 1.5em 1.5em
}
dl{
	margin: 0 0 1.5em 0;
}
dt{
	font-weight: bold;
}
dd{
	margin-left: 1.5em;
}

/* Quotes */

blockquote{
	font-style: italic;
}

/* Tables */
table {
	margin: .5em auto 1.5em auto; 
	width: 98%;
}
 
/* Thead */
thead th {
	padding: .5em .4em; 
	text-align: left;
}
thead td {}
 
/* Tbody */
tbody td {
	padding: .5em .4em;
}
tbody th {
	
}
tbody .alt td {
	
}
tbody .alt th {
	
}

/* Tfoot */
tfoot th {
	
}
tfoot td {
	
}


/* END GLOBAL CSS SETTINGS */

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


/* GlobalNav */ 
#wrapper{
	background: #CCC;
	opacity: 0.8;
	width: 960px;
	height: 100%;
	max-width: 960px;
	margin: 0 auto;
}
/**************************** HEADER SECTION ****************/
#logo{
	background: #537C9E;
	clear: left;
	float: left;
	width: 272.25px;
	max-width: 272.25px;
	margin: 116px 0 0 20px;
	padding: 0;
}
#headerImg{
	clear: left;
	float: left;
	margin: -20px 0 35px 0px;
}

/***************GlobalNav2 ****************/
html{
	/* border: solid cyan 1px; */
	background: #537C9E;
}
#mainNav2{
	background: #60C9C2;
	opacity: .8;
	font-size: 15px;
	font-family: telegrafico;
	letter-spacing: 1px;
	height: 40px;
	width: 640px;
	float: right;
	clear: left;
	margin: -65px 0px 25px 450px;
	z-index: 1;
}
#mainNav2 li:hover { 
	position: relative;
}
#mainNav2 li{
	float: left;
	list-style: none;
	padding: 0;
	margin: -15px 25px 0 -25px;
}
#mainNav2 li a { 
	display: block;
}
#mainNav2 li ul {
	margin-top: -2px;
	display: none;
}
#mainNav2 li:hover ul {
	display: block;
	position: absolute;
}
#mainNav2 li ul li a {
	width: 150px;
	color: #fff;
}
#mainNav2 li:hover > a {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#mainNav2 li.sub:hover > a {
	 border-radius: 5px 5px 0 0;
	 -moz-border-radius: 5px 5px 0 0;
	 -webkit-border-radius: 5px 5px 0 0;
}	 
#mainNav2 li a {
	 color: #fff;
	 font-weight: bold;
	 text-decoration: none;
	 padding: 10px;
}
#mainNav2 li ul {
	 background: #0a253b; /* navy blue bg */
	 opacity: 0.8;
	 padding: 10px 5px 10px 25px;
	 border-radius: 0px 5px 5px 5px;
	 -moz-border-radius: 0px 5px 5px 5px;
	 -webkit-border-radius: 0px 5px 5px 5px;
}
#mainNav2 li ul li a, #nav li ul li a:hover {
	 background: transparent;
	 color: #f5c646; /* orange text */
	 width: 150px;
	 /* font-size: 0.95em; */
	 font-weight: bold;
}
#mainNav2 li ul li a:hover { 
	 text-decoration: underline;
	 border-radius: 0;
	 -moz-border-radius: 0;
	 -webkit-border-radius: 0;
}
#mainNav2 li:first-child{ /* internal medicine */
	clear: both;
	float: left;
	padding: 0 0 0 8px;

}
#mainNav2 ul li ul li:first-child{  /* internal medicine */
	text-align: center;
	font-weight: normal;
	color: #fff;
	font-family: sans-serif;
	letter-spacing: 1px;
	width: 250px;
}
#mainNav2 ul li ul li{
	margin: 5px 0 5px 5px;
	color: #fff;
	font-weight: normal;
	font-family: sans-serif;
	letter-spacing: 1px;
	text-align: left;
	line-height: 14px;
	font-size: 12px;
	width: 275px;
}
#mainNav2 li a{
	text-decoration: none;
	margin: 0 0 0 15px;
}
#PF ul li a{
		margin: 0 0 0 -15px;
		width: 100%;
		display: inline;
}
#phreesia_payForm{
	width: 133px;
	height: 25px;
	margin: 154px auto 0;
	background-color: #85b760;
	color: #fff;
	font-weight: bold;
	display: block;
	float: right;
	clear: right;
	background-image: none;
	font-family: arial, Helvetica;
}
#phreesiaRequestAppointment{
	list-style: none;
}
#phreesiaRequestAppointment a{
	width: 135px;
	height: 17px;
	margin: 161px 0 71px 377px;
	clear: right;
	float: left;
	color: #fff;
	background-color: orange;
	padding: 7px 9px 3px;
	text-decoration: none;
	text-shadow: #333 0px 0px 4px;
	display: inline-block;
	list-style: none;
	font-family: arial, Helvetica;
	font-size: 12px;
	line-height: 1.3em;
	font-weight: bold;
}
#phreesiaRequestAppointment a:hover{
	background-color: #d08227;

}


/******************************GlobalNav ****************/
#mainNav{
	background: #AAA;
	font-size: 18px;
	font-family: telegrafico;
	letter-spacing: 1px;
	height: 5px;
	width: 720px;
	float: left;
	clear: both;
	margin: -55px 0 0px 0px;
	padding: 10px 5px 65px 235px;
	z-index: 20;
}
#mainNav li{
	float: left;
	list-style: none;
}
#mainNav li a{
	text-decoration: none;
	padding: 16px 16px 8px 15px;
}

/******************************* NAV with Boxes CSS3 AREA */

#nav {
 	margin: 0 0 0 -195px;
 	z-index: 20;
 	display: block;
 	
}

#nav li { 
	float: left; 
	list-style: none;
}
#nav li:hover { 
	position: relative 
}
#nav li a { 
	display: block;
	color: #f5c646;/*  yellow */
	
}
#nav li ul {
	  margin-top: -2px;
	  display: none;
	  z-index: 20;
}
#nav li:hover ul {
	  display:block;
	  position:absolute;
}
#nav li ul li a {
	  width: 150px;
}

#nav li:hover > a {
	  background: #60c9c2;
	  /* height: 15px; */
	  /* padding-bottom: 20px; */
	  /*
border-radius: 5px;
	  -moz-border-radius: 5px;
	  -webkit-border-radius: 5px;
*/
}

#nav li.sub:hover > a {
	  /*
border-radius: 5px 5px 0 0;
	  -moz-border-radius: 5px 5px 0 0;
	  -webkit-border-radius: 5px 5px 0 0;
*/
}

#nav li a {
	  color: #fff;
	  font-weight: bold;
	  text-decoration: none;
	 /*  padding: 12px; */
}
#nav li ul {
 	  background: #0a253b;
	  /* opacity: 0.8; */
	  margin: 0;
	  /* width: 275px; */
	  /* padding: 10px 5px; */
	  /*
border-radius: 0px 5px 5px 5px;
	  -moz-border-radius: 0px 5px 5px 5px;
	  -webkit-border-radius: 0px 5px 5px 5px;
*/
}

#nav li ul li a, #nav li ul li a:hover {
	  /*
background: transparent;
	  color: #f5c646;
	  width: 275px;
*/
	  font-size: 13px;
	  font-weight: normal;
}
#nav li ul li a:hover { 
	  
	  /* width: 95%; */
	  background-color: #0F0F3F;
	  color: #60c9c2;
	  /*
border-radius: 0;
	  -moz-border-radius: 0;
	  -webkit-border-radius: 0;
*/
}

	
/********************************* End NAV with Boxes CSS3 AREA */


/****************************** CONTENT SECTION *****************/
article{
	background: #CCC;
	width: 960px;
	clear: left;
	float: left;
}
.body{
	width: 960px;
}
article p{
	clear: left;
}
article h1{
	width: 605px;
	margin: 21px 0 0 50px;
	font-family: sans-serif;
}
#generalContent{
	width: 605px;
	background: #CCC;
}
#generalContent p{
	width: 245px;
}
#newsletter{/*  Vision */
	width: 422px;
	margin: 40px 0 50px 30px;
	padding: 0;
	clear: left;
	float: left;
}
#newsletter h2{
	color: #537C9E;
	padding: 3px 0 3px 22px;
	font-family: lato;
}
#newsletter p{
	clear: left;
	float: left;
	width: 65%;
	margin: 0 0 0 50px;
	font-family: lato;
}
#missionStatement{
	float: left;
	clear: left;
	width: 65%;
	margin: -332px 0 15px 350px;
	display: inline;
	font-family: lato;
}
#missionStatement h2{
	padding: 3px 0 3px 5px;
	color: #537C9E;
}
#missionStatement p{
	clear: left;
	float: left;
	width: 300px;
	display: block;
	margin: -4px 0 0 30px;
	font-family: lato;
}
#whatsNew{
	clear: left;
	float: left;
	width: 276px;
	/* margin: 20px 0 35px 60px; */
	position: relative;
	top: -328px;
	left: 60px;
}
#whatsNew h2{
	padding: 3px 0 3px 5px;
	color: #537C9E;
	font-family: lato;
	margin: -5px 0 0 11px;
}
#whatsNew ul{
	margin-top: -5px
}
#whatsNew ul li{
	margin: 0 0 0 10px;
	width: 250px;
	font-family: lato;
	
}
#whatsNew li a{
	text-decoration: none;
}

#whatsNew li span{
	font-weight: bolder;
}
#readMore{
	float: right;
	list-style: none;
	text-decoration: underline;
	font-size: 10px;
	font-family: lato;
	color: #c08e08; /* Burnt orange */
	margin: 5px 10px 0 0px;
}
#specialNeeds{
	width: 95%;
	padding: 10px 0 0 0;
}
#patientPortal{
	clear: left;
	float: left;
	width: 325px;
	/* margin: -285px 0 0 375px; */
	position: relative;
	top: -329px;
	left: 380px;
}
#patientPortal p{
	width: 315px;
	margin: 0px 0 0 0px;
	font-family: lato;
	float: left;
}
#patientPortal h2{
	color: #537C9E;
	font-family: lato;
	margin: 0 0 15px 0;
}
#patientPortal span{
	margin: -95px 0 0 100px;
	font-size: 10px;
	float: left;
	clear: left;
	font-family: lato;
	text-decoration: underline;
	color: #c08e08; /* Burnt orange */
}
#portal{
	margin: 10px 0 70px 0px;
	/* border: solid 1px blue; */
	clear: left;
	float: left;
	
}
/**************************************** CONTACT SECTION *********/
#contact{
	/*
float: right;
    left: 47px;
    position: relative;
    top: -1661px;
    margin-top: 0;
    margin-bottom: 0;
    width: 265px;
*/
    




	/*
float: left;
    margin: -302px 0 0 720px;
    position: relative;
    top: -479px;
    width: 290px;
*/	/*
clear: left;
	float: left;
*/
	
}

#contact h1{
	float: right;
	left: 372px;
   /*  margin: 7px 50px 20px 0; */
    position: relative;
    width: 241px;
    top: -807px;
    bottom: 0;
    
}
#contactBg #OC{
	background: #60C9C2;
	padding: 5px 0 5px 18px;
	margin: 10px 0 10px 25px;
	/* width: 27%; */
	width: 77%;
	/* top: 420px; */
	top: 0;
	position: relative;
	overflow: hidden;
	bottom: 0;
}

#Deland{
	background: #60C9C2;
	padding: 5px 0 5px 18px;
	margin: 10px 0 10px 25px;
	width: 75%;
}
#contact p{
	margin: 0 34px 0 45px; 
}
#contactBg{
	background: none repeat scroll 0 0 #9DADBA;
    clear: left;
    float: right;
    margin: -10px 0 0;
    padding: 0 0 20px;
    position: relative;
    width: 265px;
    top: -960px;
    left: 372px
}
#contact p span{
	font-weight: bold;
}
#seperateContact{
	margin: 20px;
	/* border: solid 1px green; */
}
#contactUsPage{
	position: absolute;
	top: 20px;
}
#contactWrapper{
	height: auto;
	position: relative;
	top: 550px;
	margin-bottom: 290px;
	/* border: solid 1px blue; */
	
}
#contactWrapper #OC{
	height: auto;
	/* position: relative; */
	/* top: 80px; */
	
	background: #60C9C2;
	padding: 5px 0 5px 18px;
	margin: 10px 0 10px 25px;
	width: 27%;
	top: 86px;
	position: relative;
	overflow: hidden;
	bottom: 0;
		
	
}
#contactWrapper p{
	position: relative;
	overflow: hidden;
	top: -417px;
	margin-left: 43px;
}
#contactWrapper #Deland{
	position: relative;
	top: -420px;
	bottom: 0;
	width: 27%;
}
/*
#contactWrapper h3{
	top: 0;
}
#contactWrapper p{
	top: 0;
}
#contactWrapper h3{
	
}
*/
.getMap{
	font-size: 11px;
}
.getMap a{
	text-decoration: none;
}
/************************************************** SOCIAL ICONS SECTION************/
#facebookIcon{
	clear: left;
	float: left;
	margin: 0 10px 0 -10px;
	width: 54px;
}

#linkedInIcon{
	clear: left;
	float: left;
	margin: -54px 0 0 30px;
}
#twitterIcon{
	clear: left;
	float: left;
	margin: -54px 0 0 70px;
}
/*********************************************** Footer Section **********/
footer{
	clear: left;
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
}
#ourClinicFooterLinks{
	border: solid 1px green;
	width: 100px;
	clear: left;
	float: left;
	margin: -150px 0 0 0px;
}
#nav1{
	font-size: 12px;
	clear: left;
	float: left;
	margin: 0px 0 0 -620px;
}
#nav1 li{
	margin: 100px 0 0 0;
	list-style: none;
	clear: left;
}
#nav1 li a{
	color: #f5c646; /* orange */
	margin: 0 0 5px 700px;
	clear: left;
	float: left;
	width: 100px;
	list-style: none;
	text-decoration: none;
}
#nav2{
	font-size: 12px;
	margin: 0 50px 0 -450px;
}

#nav2 ul{
	clear: left;
	float: left;
	width: 100px;
}
#nav2 li{
	margin: -160px 0 0 0;
	list-style: none;
}

/* footer */
#nav2 li a{
	color: #5fc9c2;
	margin: 0 0 5px 920px;
	clear: left;
	float: left;
	width: 120px;
	text-decoration: none;
}
#nav2 li a:hover, #nav2 li a:active{
	background-color:  #537C9E; /*blue */
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 1px #333;  /* shadow on our text thatÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢s 1px to the right,*/
									/* 1px down and with a 1px blur */
} 
footer p{
	clear: left;
	float: left;
	margin: 0px 0 50px 240px;
	padding: 0 0 25px 0;
	width: 960px;
	color: #CCC;
	font-size: 12px;
	font-family: arial;
}
#socialFooterLinks{
	width: 100px;
	clear: left;
	float: left;
	margin: -35px 0 5px 0;
}

#socialSection{
	clear: left;
	float: left;
	margin: -99px 0px 20px 200px;
}
#social{
	padding: 0 0 10px 0;
	font-size: 11px;
}
#socialSection ul li{
	list-style: none;
	margin: 0 0 -10px 0;
	color: #CCC;
}
#footer{
	background: #828284;
	margin: 0 auto;
	width: 960px;
}
/*************************************************** ABOUT US PAGE **********************/
#aboutSection{
	clear: left;
	float: left;
	width: 575px;
	margin: 0px 0 0 0px; 
	padding: 0 0 75px 0;
}
#aboutSection #firstParagraph{
	font-weight: bold;
	font-size: 15px;
}
.aboutParagraph{
	margin: 20px 0 0px 70px;
	float: left;
	clear: left;
	width: 575px;
	min-width: 358px;
	font-family: verdana;
	font-size: 14px;
}
.aboutParagraph span{
	font-weight: bold;
	font-size: 13px;
}

#aboutImage{
	border: solid 6px #AAA;
	margin: 40px 0 15px 67px;
	width: 60%;
	min-width: 358px;
	clear: left;
	float: left;
}
#aboutUsList{
	clear: left;
	float: left;
	margin: 50px 0 75px 65px;
}
#aboutUsList li{
	list-style: none;
	margin: 0 0 5px 0;
}
#aboutUsList li a{
	text-decoration: none;
	padding: 3px;
}
#officeHours{
	margin: 20px 0 0 42px;
	clear: left;
	float: left;
}
#officeHours h2{
	margin: 0 5px 0 30px;
	font-variant: small-caps;
}
	
#officeHours li{
	margin: 5px 0 0 32px;
	font-family: verdana, sans-serif;
	list-style: none;
	
}
#officeHours li a{
	color: #c08e08; /* Burnt orange */
	text-decoration: none;
}
#officeHours li a:hover{
	color: #f6eda4; /* Light orange */
}
#hospitalAffliations{
	clear: left;
	float: left;
	margin:  0 0 0 45px;
}
#hospitalAffliations h2{
	
}
#hospitalAffliations li{
	margin: 5px 0 0 32px;
	list-style: none;
	font-family: verdana, sans-serif;
}
#hospitalAffliations li a{
	text-decoration: none;
	color: #c08e08; /* Burnt orange */
	
}
#hospitalAffliations li a:hover{
	color: #f6eda4; /* Light orange */
}
#insurancePlans{
	clear: left;
	float: left;
	margin:  0 0 0 45px;
}
#insurancePlans li{
	margin: 5px 0 0 32px;
	list-style: none;
	font-family: verdana, sans-serif;
}
#insurancePlans li a{
	text-decoration: none;
	color: #c08e08; /* Burnt orange */
	
}
#insurancePlans li a:hover{
	color: #f6eda4; /* Light orange */
}
#obamacare{
	clear: left;
	float: left;
	margin:  0 0 0 45px;
}
#obamacare li{
	margin: 5px 0 0 32px;
	list-style: none;
	font-family: verdana, sans-serif;
}
#obamacare li a{
	text-decoration: none;
	color: #c08e08; /* Burnt orange */
	
}
#obamacare li a:hover{
	color: #f6eda4; /* Light orange */
}
#internships{
	clear: left;
	float: left;
	margin: 0 0 0 45px;
}
#internships p{
	margin-bottom: 20px;
}
#internships p span{
	font-weight: bold;
}
#internships li{
	margin: 5px 0 0 32px;
	list-style: none;
	font-family: verdana, sans-serif;
}
#internships li a{
	text-decoration: none;
	color: #c08e08; /* Burnt orange */
	
}
#internships li a:hover{
	color: #f6eda4; /* Light orange */
}
#loanForgivness{
	clear: left;
	float: left;
	margin:  0 0 0 45px;
}
#loanForgivness li{
	margin: 5px 0 0 32px;
	list-style: none;
	font-family: verdana, sans-serif;
}
#loanForgivness li a{
	text-decoration: none;
	color: #c08e08; /* Burnt orange */
	
}
#loanForgivness li a:hover{
	color: #f6eda4; /* Light orange */
}
/*
#moveContactSection{
	
	clear: left;
	float: left;
	width: 300px;
	margin: -1630px 0 0 720px;

}
#moveContactSection #contactUs{
	width: 240px;
	margin: -1px 50px 19px 0;
	position: relative;
}
*/

/*************************************************** PHYSICIANS PAGE **********************/

#contactUsOnPhysiciansPage{
	margin: -1564px 0 0 0;
	clear: left;
}

/*********************************** MARCELO ANAYAS */
#internalMedicine{
	clear: left;
	float: left;
	width: 20%;
	margin: 40px 0 0 75px;
	color: #537C9E;
}
#marcelo{
	margin:-215px 0 0 305px;
	font-size: 17px;
	clear: left;
	float: left;
}
#marceloImg{
	clear: left;
	float: left;
	margin: 20px 0 0 75px;
	border: solid 6px #AAA;
}
#aboutMarcelo{
	font-size: 14px;
	margin: -195px 0 20px 0px;
	clear: left;
	float: left;
}
.aboutMarcelo{
	font-size: 14px;
	width: 35%;
	float: left;
	clear: left;
	margin: 5px 0 10px 305px;
}

/***********************************CONCEPCION ANAYAS */
#peds{
	clear: left;
	float: left;
	width: 20%;
	margin: 0px 0 0 75px;
	color: #537C9E;
}
#concepcion{
	clear: left;
	float: left;
	margin: -216px 0 0 304px;
	font-size: 17px;
}
#aboutConcepcion{
	clear: left;
	float: left;
	margin: -185px 0 20px 0px;
}
.aboutConcepcion{
	font-size: 14px;
	width: 35%;
	clear: left;
	float: left;
	margin: 0px 0 5px 305px;
}
#concepcionImg{
	clear: left;
	float: left;
	margin: 20px 0 0 75px;
	border: solid 6px #AAA;
}
/*********************************** PAM PERRY*/
#pam{
	clear: left;
	float: left;
	margin: -216px 0 0 304px;
	font-size: 17px;
}
#aboutPam{
	clear: left;
	float: left;
	margin: -185px 0 20px 0px;
}
.aboutPam{
	font-size: 14px;
	width: 35%;
	clear: left;
	float: left;
	margin: 0px 0 5px 305px;
}
#pamImg{
	clear: left;
	float: left;
	margin: 63px 0 0 70px;
	border: solid 6px #AAA;
}
/*********************************** Sherene Roach*/
#sherene{
	clear: left;
	float: left;
	margin: -215px 0 0 305px;
}
#aboutSherene{
	clear: left;
	float: left;
	margin: -190px 0 100px 0px;
}
.aboutSherene{
	font-size: 14px;
	width: 35%;
	clear: left;
	float: left;
	margin: 5px 0 5px 305px;
}
#shereneImg{
	clear: left;
	float: left;
	margin: 40px 0 0 70px;
	border: solid 6px #AAA;
}

/*************************************************** EDUCATION PAGE **********************/
#educationContent ul li{
	list-style: none;
	margin: 0 0 0 5px;
}
#educationContent ul li a{
	text-decoration: none;
}
#contactUsOnEducationPage{
	margin: -248px 0 0 0;
		
}

/**************GENERAL HEALTH **********************/
#generalHealth{
	clear: left;
	float: left;
	margin: 20px 0 0 48px;
}
#generalHealth img{
	margin: 0px 0 5px 25px;
}
#generalHealth ul{
	clear: left;
	float: left;
	display: block;
	margin: 0px 0 0 19px;
}
/**************VACCINES & AUTISM **********************/
#vaccines{
	clear: left;
	float: left;
	margin: 40px 0 0 48px;
}
#vaccines img{
	margin: 0px 0 5px 6px;
}
/**************OVERWEIGHT & WEIGHT CONTROL *************/

#overweight{
	clear: left;
	float: left;
	margin: -178px 0 0 320px;
}
#overweight img{
	margin: 0px 0 0 25px;
	clear: left;
	float: left;
}
#overweight ul{
	clear: left;
	float: left;
	margin: 5px 0 0 22px;
}

/**************TOBACCO CESSATION **********************/

#tobacco{
	clear: left;
	float: left;
	margin: -377px 0 300px 320px;
}
#tobacco img{
	margin: 0px 0 5px 25px;
}

/*************************************************** PATIENT FORMS PAGE **********************/

#pedsForms{
	margin: 20px 0 0 48px;
}
#internalMedicineForms{
	margin: 20px 0 200px 48px;
}

/*************************************************** LOCATIONS PAGE **********************/

#contactUsOnLocationsPage{
	margin: -179px 0 0 0;
}
#delandOffLocation{
	margin: 20px 0 0 48px;
	width: 60%;
}
#delandOffLocation h2{
	margin: 0 0 0 26px;
}

#oranceCityOffLocation{
	margin: 90px 0 125px 48px;
	width: 60%;
	
}
iframe{
	margin: 0 0 0 25px;
	border: solid 7px  #bdc9cb;
}

/*************************************************** ABOUT US - PEDIATRIC OFFICE SCHEDULE HOURS**********************/
#contactUsOnAboutPage{
	margin: 106px 0 0 0;
}
.officeHours{
	margin: 20px 0 0 74px;
}
h3{
	margin: 15px 0 -40px 74px;
}
h4{
	margin: 0px 0 -10px 426px;
	font-size: 11px;
}
article h4{
	width: 653px;
	margin: 11px 0 0 74px;
	font-weight: bold;
	
}
.busHours{
	margin: 10px 0 0 99px;
}
.location{
	width: 300px;
	margin: 10px 0 10px 100px;
}
.sameDayAppoint{
	margin: 0 0 0 99px;
	font-size: 13px;
	font-weight: bold;
	
}

.normalHours{
	font-style: bold;
	margin-top: 5px;
	margin: 5px 0 0 100px;
	
}
.extendedWeeklyHours{
	margin-left: 100px;
	margin-top: 0;
}
.extendedSatHours{
	margin-left: 100px;
	margin-top: -20px;
}
table{
	clear: left;
	float: left;
	width: 60%;
	margin: 20px 0 50px 76px;
}
table tr th{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 10%;
	text-align: center;
	letter-spacing: 1px;
}
tbody tr{
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}
tbody td{
	border: solid 5px #CCC;
}
.providers{
	text-align: left;
}
#anayas{
	background: #c3bdcb;
}
#roach{
	background: #c9bdcb;
}
#perry{
	background: #bdc9cb;
}
#subjectToChange{
	margin: 0 0 38px 80px;
	font-size: 11px;
}

/*************************************************** ABOUT US - Internal Medicine OFFICE SCHEDULE HOURS**********************/

#contactUsOnInternalMedHours{
	margin: 295px 0 0 0;
	
}
/****************************** WHATS NEW **********************/
	/*  Contact Us */
#contactUsOnWhatsNewPage{
	margin: -1286px 0 0 0;
}
#specialNeeds{
	margin: 5px 0 0 300px;
	width: 350px;
}
#autismImg{
	clear: left;
	float: left;
	margin: -20px 0 0 75px;
	border: solid 3px white;
}
#aboutAutism{
	margin: -100px 0 0 300px;
	width: 350px;
	clear: left;
	float: left;
}
#aboutAutism span1{
	clear: left;
	float: left;
	margin: 20px 0 0 0;
	font-weight: 900;
	font-size: 14px;
}
#aboutAutism ul{
	clear: left;
	float: left;
}
#aboutAutism ul li{
	clear: left;
	float: left;
}

.ifYourChild{
	clear: left;
	float: left;
	margin: 15px 0 -10px 300px;
}
.ifYourChild span2{
	font-weight: 600;
	margin: -20px 0 10px 0;
	clear: left;
	float: left;
}
.ifYourChild li{
	width: 350px;
	margin: 0 0 0 13px;
}
.ifYourChild span3{
	clear: left;
	float: left;
	margin: 0px 0 0 0;
	font-weight: 600;
	width: 350px;
}
.ifYourChild span4{
	clear: left;
	float: left;
	margin: 25px 0 0 0;
	font-weight: 600;
}
.ifYourChild span5{
	clear: left;
	float: left;
	margin: 0 0 0 0;
	font-weight: 600;
}
.ifYourChild span6{
	clear: left;
	float: left;
	margin: 15px 0 0 0;
	font-weight: 600;
	font-size: 13px;
	width: 350px;
}
#cmcSays{
	clear: left;
	float: left;
	width: 350px;
	margin: 75px 0 0 300px;	
}
#fluImg{
	clear: left;
	float: left;
	margin: -20px 0 0 75px;
	border: solid 3px white;
}
#aboutFlu{
	clear: left;
	float: left;
	margin: -100px 0 0 0;
}
#aboutFlu span1{
	clear: left;
	float: left;
	margin: 20px 0 0 300px;
	width: 350px;
	font-weight: 600;
}
#fluParagraphSection{
	margin: -50px 0 0 300px;
	clear: left;
	float: left;
}
.fluParagraphs{
	clear: left;
	float: left;
	width:  350px;
	margin: 10px 0 10px 300px;
}
#cmcSays{
 	clear: left;
 	float: left;	
}
#internImg{
	clear: left;
 	float: left;
 	margin: -60px 0 0 75px;
	border: solid 3px white;
}
#aboutInternship{
	clear: left;
 	float: left;
 	width: 350px;
 	margin: -20px 0 0 300px;
}
.internshipParagraphs{
	clear: left;
 	float: left;
 	width: 350px;
 	margin: 10px 0 10px 300px;
}
.internshipParagraphs span2{
	clear: left;
 	float: left;
	margin: 0 0 100px 0;
}


/*************** PERFORMANCE PAGE *****************/









.performanceDrpDwn ul{
	width: 89%;
}

.performancePeriod{
	text-align: center;
	width: 59%;
	clear: left;
	padding: 5px;
	margin-bottom: 10px;
	background-color: #C3EFFF;
	
}
.performanceLocation{
	clear: left;
	padding: 20px 20px 20px 49px;
}
.practiceLevelQuality{
	
}

table{
	clear: left;
	float: left;
	width: 60%;
	margin: 20px 0 50px 76px;
}
table tr th{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 10%;
	text-align: center;
	letter-spacing: 1px;
}
tbody tr{
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}
tbody td{
	border: solid 5px #CCC;
}


.highBloodPressure{
	background: #c3bdcb;
}
.chlamydiaScreening{
	background: #c3bdcb;
}
.urineProteinScreening{
	background: #a9bdcb;
}
.appropMedAsthma{
	background: #a9bdcb;
}
.medicationRecon{
	background: #A29EBF;
}
.howOften{
	background: #d3bdca;
}

.howOften .sections span{
	padding-left: 45px;
	
	
}
.howOften2{
	background: #d3bdca;
}

.sections{
	text-align: left;
	width: 33%;
	padding: 15px 10px 0;
}