
html { 
    overflow-y: scroll; /* always force a scrollbar in non-IE */
}

body {
    overflow-x: hidden;
    line-height: 2.4em;
    font-size: 62.5%;
    font-family: 'Lato', Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}
h1, h2 {
    font-family: 'Lato', Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #009bc9;
    font-size: 3.6em;
    text-transform:capitalize;
    padding: 30px 0 20px 0;
    line-height: 1.0em;
    font-weight: 300;
    font-style: normal;
}

h3 {
    -webkit-font-smoothing: antialiased;
    color: #fff;
    font-size: 2.0em;
    font-weight: 700;
    text-transform: capitalize;
    margin: 6px 0 6px 0;
    padding: 0;
}
h4 {
    font-family: 'Adobe Garamond Pro', Arial, sans-serif;
    color: #222;
    font-size: 1.4em;
    font-weight: 300;
    text-align: left;
    font-style: italic;
    margin: 0 0 10px 0;
}
a, a:link,
a:active,
a:visited {
    -webkit-transition: color 0.25s ease-out;
    -moz-transition: color 0.25s ease-out;
    -o-transition: color 0.25s ease-out;
    transition: color 0.25s ease-out;
    color:#009bc9;
    outline: none;
    text-decoration:none;
}
a:hover { 
    color:#333;
}
a.button {
    display: block;
    background: url(../images/white-bullet.png) 95% 50% no-repeat;
    background-color: #009bc9;
    margin: -5px 0 0 0;
    padding: 9px 10px 9px 16px;
    font-family: 'Adobe Garamond Pro', Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    width: 120px;
    font-size: 1.6em;
    text-transform: capitalize;
    text-align: left;
    line-height: 1.0em;
    font-weight: 700;
    font-style:italic;
}
a img, a.button {
    transition: all .5s ease;
    -moz-transition: all .5s ease; /* Firefox 4 */
    -webkit-transition: all .5s ease; /* Safari and Chrome */
    -o-transition: all .5s ease; /* Opera */
}

a img:hover, a.button:hover, a.buttonblue:hover {
    opacity: 0.5;
}
a[href^=tel] { color: inherit; text-decoration: none; } /* Stops iPhones from changing phone number colors */

footer a:link, footer a:visited {
    color: #fff;
}

footer a:hover {
    color: #009bc9;
}
img { 
    display:block;
}
p {
    margin-bottom: 1.8em ;
    font-size: 1.6em;
    font-weight: 500;
    font-style: normal;
    color: #666;
    line-height: 1.8em;
}
#footer-text p, #copyright p {
    font-size: 1.4em;
    font-weight: normal;
}
#panel-main ul, #panel-content ul {
    margin-left: 20px;
	margin-bottom: 40px;
}
#panel-main h3, #panel-content h3 {
    color:#009bc9;
	margin-bottom: 20px;
}

#panel-main li, #panel-content li {
    font-size: 1.6em;
    margin-bottom: 0.6em;
	color: #666;
}

label {
    font-family: Calibri, Arial, Helvetica, sans-serif;
    font-size: 1.4em;
    line-height: 1.8em;
    font-weight: bold;
    color: #02b5cb;
}

input.text { width: 200px; padding: 6px; height: 20px; font-size: 1.4em; margin-bottom: 12px; border: 1px solid #aaa; border-radius: 6px;
}

textarea { width:440px; padding: 6px; font-size: 1.4em; margin-bottom: 20px; height: 80px; border: 1px solid #aaa; border-radius: 6px;
}

.submit, select { width: 100px; height: 36px; border: 1px solid #aaa; border-radius: 6px;
    font-size: 1.4em; padding: 9px;
}

select { width: 214px; margin-bottom: 12px}

.error {
    font-weight: bold;
    color: #ed1b24;
}
.clearboth {clear: both}

td, th {
font-size:1.6em;
}
th {
	text-align: left;
}
.td1 {
width: 90px;
}
.th1, .td2, .td3, .td4, .td5 {
text-align: center;
width: 20%;
}
.divider {
            border-top: 1px solid #ccc;
            width: 100%;
            height: 20px;
}
.feesTable {
border: 1px solid #ccc;
border-collapse:collapse;
}

.feesTable th
{
background-color: #009bc9;
color:#fff;
}

.feesTable th, .td2, .td3, .td4, .td5 {
width: 160px;
font-size: 1.6em;
height: 24px;
text-align: center;
border: 1px solid #ccc;
padding:0;
padding: 4px 8px;
line-height: 1.4em;
}

/* HEADER
*****************************************************************/
.wrapper {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 50px 20px 50px;
}
.header-wrapper {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 50px;
}
header {
    height: 45px;
    background-color: #009bc9;
    position: fixed;
    z-index: 2000;
    width: 100%;
}
#mini-logo {
    margin-top: 2px;
    float: left;
    display:none;
}
#mini-title2 {
    margin: 9px 0 0 12px;
    float: left;
    font-family: 'big_johnregular', Arial, sans-serif;
    color: #fff;
    font-size: 1.4em;
    display:none;
}
#menu-button {
    float: left;
    width: 180px;
    background-color: #333;
}
#menu-button a {
    margin-bottom: 0;
    padding-bottom: 0;
    height: 26px;
}
#menu-button a img {
    float: right;
    margin: -3px 0 0 2px;
}
#menu-button {
    display: none;
}
img#phone-icon {
   float:right;
    margin:9px 150px 0px 0px;
}
p#phone {
    float:right;
    margin:4px -180px 0px 0px;
    color:#fff;
    font-weight:600;
    font-size:2.0em;
}


/* SLIDE
*****************************************************************/
.nivoSlider {
    /*controls the viewport of the image*/
    position:absolute;
    width:auto !important;
    height:510px !important;
    margin: 0 !important;
    overflow: hidden;
}
#slide-wrapper, #slide-wrapper-index {
    position: relative;
    z-index: 1000;
    max-width: 1000px;
    margin: -500px auto 0 auto;
    padding: 0 50px;
}
#logo {
    width: 371px;
    height: 120px;
    margin: 20px 0 0 -40px;
    position: relative;
    z-index: 1000;
}
#slide-wrapper h2 {
    float: left;
    margin: 100px 0 0 0;
    font-family: 'Lato', Arial, sans-serif;
    color: #fff;
    font-size: 5.4em;
    text-align: left;
    padding-bottom: 0;
    width:100%;
	text-shadow: 0px 0px 6px rgba(150, 150, 150, 1);
}
#slide-wrapper-index h2 {
    margin: 0px 0 0 0;
    font-family: 'Lato', Arial, sans-serif;
    color: #fff;
    font-size: 5.2em;
    text-align: left;
    padding-bottom: 0;
    width:100%;
	text-shadow: 0px 0px 6px rgba(150, 150, 150, 1);
}
#slide-wrapper h3, #slide-wrapper-index h3 {
	text-shadow: 0px 0px 6px rgba(150, 150, 150, 1);
}

#main-address {
    float: left;
}
#main-address p {
    color: #fff;
    line-height: 1.4em;
}
#main-phone {
    color: #fff;
    font-size: 3.6em;
    padding-bottom: 0px;
    margin-bottom: 0;
}
#arrow {
    float: left;
    margin: 10px 0 0 60px
}
#bulk-billing {
    float: right;
    margin-top: 10px;
}
#bulk-billing-index img {
    margin: 10px 0 30px 0;
    width: 200px;
}
.slider-wrapper {
    padding-top: 40px;
}
#states p {
    color: #fff;
    font-family: 'big_johnregular', Arial, sans-serif;
    font-size: 1.6em;
    text-align: left;
    padding-bottom: 0;
    width:100%;
    line-height: 1.6em;
}

/* PANEL MAIN
*****************************************************************/
#panel-main, #panel-content {
    background-color: #fff;
    margin-top:50px;
}
#panel-content h2 {
	font-size: 2.4em;
	padding-top: 0;
}
#main-leftcol {
    float: left;
    width: 58%;
}
#main-leftcol h3 {
    color:#222;
}
#main-rightcol {
    float: right;
    width: 33%;
}
.news-item {
    margin-bottom: 36px;
}
.news-item h3 {
    color:#222;
}
.news-item h4 {
      font-size:2.0em;
        font-weight: 700;
}

/* PANEL DOCTOR
*****************************************************************/
#panel-doctor {
     background: url(../images/doctors-background.jpg);
    padding-top:30px;
}
#doctor-list {
    margin-top: 20px;
}
#doctor-list li {
    margin-bottom: 70px;
}
.doctor-image {
    float: left;
    width: 200px;
    margin-right: 40px;
}
.doctor-bio {
    float: left;
    max-width: 65%;
}
.doctor-bio h3, skin-bio h3 {
    margin: 0 0 6px 0;
    color:#222;
}
.doctor-bio h4,.skin-bio h4 {
    margin: 0;
    font-weight: 600;
}
.doctor-bio p,skin-bio p {
    line-height:1.6em;
}
#panel-doctor ul {
    list-style-type: none;
}
.doctor-photo {
	max-width: 200px;
	}
/* PANEL SKIN CANCER
*****************************************************************/
#panel-skin-cancer {
    background: url(../images/skin-clinic-background.jpg) no-repeat;
    background-size:cover;
    padding:20px 40px 30px 0;
}
#panel-skin-cancer h2{
    margin-bottom:20px;
    color:#fff;
}
#panel-skin-cancer p{
    max-width:80%;
    color:#fff;
}
img#skin-cancer {
    float:right;
    max-width:370px;
    margin:-340px -40px 0px 0px;
}
.skin-bio {
    max-width:65%;
}

/* PANEL MAP
*****************************************************************/
#panel-map .wrapper {
    margin-top: -509px;
}
#address {
    float: left;
    background-color: #009bc9;
    width: 280px;
    padding: 20px 20px 0 20px;
    margin-bottom: 100px;
    min-height: 380px;
}
#address h3 {
    color: #fff;
	margin-bottom: 12px;
}
#address p, #address td {
    color: #fff;
    font-size: 1.6em;
    line-height: 1.6em;
}
#address p {
    margin-bottom: 20px;
}
#address h4 {
    color: #fff;
    font-size: 1.8em;
    font-style: normal;
    font-weight: 700;
}
#address a {
    color: #fff;
}
.overlay {
   background:transparent; 
   position:relative; 
   width:100%;
   height:500px; /* your iframe height */
   top:500px;  /* your iframe height */
   margin-top:-500px;  /* your iframe height */
}
/* MOBILE MENU
*****************************************************************/
#panel-mobile-menu {
	font-weight: normal;
	text-transform: capitalize;
	text-align: center;
	display:none;
}
#panel-mobile-menu ul {
	list-style:none;
        background-color:#333;
}
#panel-mobile-menu ul li {
border-bottom: 1px solid #009bc9 ;
}
#panel-mobile-menu ul li:last-child {
border-bottom: 0;
}
#panel-mobile-menu ul li a {
    	font-size: 1.8em;
	line-height: 1.0em;
	display:block;
	padding: 16px 10px 6px 10px;
	height: 26px; /* this + padding + margin = overall height of menu bar */
	font-family: 'Lato', Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	color : #FFFFFF;
	text-decoration : none;
	text-transform:uppercase;
	white-space:nowrap;
 transition: all .5s ease;
 -moz-transition: all .5s ease; /* Firefox 4 */
 -webkit-transition: all .5s ease; /* Safari and Chrome */
 -o-transition: all .5s ease; /* Opera */
}
#panel-mobile-menu ul li a:hover {
	color: #009bc9;
	opacity: 1;
}
#panel-mobile-menu ul li ul {
	display: none;
}
#panel-mobile-menu ul li:hover ul {
	display:block;
background-color: #aaa;
}
#panel-mobile-menu ul li:hover ul li {
	border-bottom: 1px solid #ccc ;
}

#panel-mobile-menu ul li:hover ul li:nth-child(1) {
	margin-top: 0px;
}
/* FOOTER
*****************************************************************/
#bottom-nav {
    display: none;
}
footer {
    background-color: #232323;
    min-height: 120px;
    color: #fff;
    margin-top: 0;
}
footer h2 {
    color: #fff;
    font-family: 'Lato', Arial, sans-serif;
    font-size: 2.8em;
    text-align: left;
    padding-bottom: 0;
    width:100%;
}
footer p {
    color: #fff;
    font-weight: 300;
    margin-bottom: 0
}
#copyright {
    padding-top: 20px;
}
#copyright p {
    font-style: italic;
}

