@charset "UTF-8";
/* CSS Document */
/* static elements */

/*----- CSS Reset -----*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img{
	border:0;
}
address,caption,cite,code,dfn,th,var{
	font-style:normal;
	font-weight:normal;
}
caption,th{
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}
q:before,q:after{
	content:'';
}
abbr,acronym{
	border:0;
}
* {
	margin: 0;
}

a {
	border: none;
}

a img {
	border: none;
}

html {
	height: 100%;
}

textarea {
	resize: none;
}

body {
	background-repeat:no-repeat;
	background-color:#fff;
	background-size: 100% auto; /* width and height, can be %, px or whatever. */	
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -0px; /* the bottom margin is the negative value of the footer's height */
}

.outer-shell {
	width: 1200px; /* 50 px on each side for mobile */
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: auto;
	position: relative;
}

.inner-shell {
	width: 1100px; /* 1207px */
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: auto; /* the bottom margin is the negative value of the footer's height */
	z-index: 10;
	position: relative;
}
.outer-shell-nav {
	width: 1200px; /* 50 px on each side for mobile */
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: auto;
	position:relative;
	z-index:500;
}

.inner-shell-nav {
	width: 1100px; /* 1207px */
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: auto; /* the bottom margin is the negative value of the footer's height */
	z-index: 10;
	position: absolute;
}
.expand {
	width: 100%;
	height: 150px;
	position:fixed;
	top: 0px;
	background-color:#fff;	
	z-index:50;
}
p.header {     /* START P CLASSES*/
	font-family:'Dosis', sans-serif;
	font-size:25px;
	color:#0f425f;
	letter-spacing:.03em;
	font-weight:600;
}
p.sub {
	font-family:'Dosis', sans-serif;
	font-size:19px;
	color:#2b85b8;
	letter-spacing:.05em;
	font-weight:400;
}
p.text {
	font-family:'Dosis', sans-serif;
	font-size:15px;
	color:#000;
	letter-spacing:.03em;
	font-weight:400;
}
a.header-link:link{
	color: #0f425f;
	text-decoration:none;
	font-family:'Dosis', sans-serif;
}
span.sub-text{
	font-family:'Dosis', sans-serif;
	font-size:19px;
	color:#0f425f;
	letter-spacing:.05em;
	font-weight:400;
}
a.header-link:visited {
	color: #0f425f;
}
a.header-link:hover {
	color: #2b85b8;
}
a.header-link:active {
	color: #0f425f;
}
a.header-link-alt:link{
	color: #2b85b8;
	text-decoration:none;
	font-family:'Dosis', sans-serif;
}
a.header-link-alt:visited {
	color: #2b85b8;
}
a.header-link-alt:hover {
	color: #0f425f;
}
a.header-link-alt:active {
	color: #2b85b8;
}
a.text-link:link{
	color: #57b7e7;
	text-decoration:none;
}
a.text-link:visited {
	color: #57b7e7;
}
a.text-link:hover {
	color: #2b85b8;
}
a.text-link:active {
	color: #57b7e7;
}
a.footer_image img:hover{
	opacity:.6;
	filter:alpha(opacity=60);
}
							/* START TOP SECTION */
.slidercontain {
	width:100%;
	height:670px;
	position:relative;
	top:0px;
	left:0px;
	z-index:30;
	margin-top:50px;
}
#header {
    position: fixed;
    top:0px;
    z-index: 500;
    height:150px;
	width:100%;
	z-index:40;
}
#content {
    padding-top: 50px;
	
}
#slider {
	width: 100%;
	height: 670px;
	position: relative;
	top: 0px;
	background-color: #000;
	z-index: 30;
	left: 0px;
	min-height:720px;
	min-width:1200px;
}
.logo {
	top:5px;
	left:60px;
	position:absolute;
	width:500px;
	height:100px;
	z-index:90;
}
.logo img:hover {
	opacity:.7;
	filter:alpha(opacity=70);
}
.navigation {    /*START NAVIGATION*/
	top:110px;
	left:70px;
	position:absolute;
	width:1220px;
	height:40px;
	z-index:100;
}
.nav-link {
	font-family: 'Dosis', sans-serif;
	font-size: 20px;
	font-weight:400;
	color: #0b6ba1;
	text-decoration: none;
}
a.nav-link:link {
	color: #0b6ba1;
}
a.nav-link:visited {
	color: #0b6ba1;
}
a.nav-link:hover {
	color: #fff;
}
a.nav-link:active {
	color: #0b6ba1;
}
.navigation-list li {
	display:50%;
	list-style-type: none;
	padding-right: 0px;
}
ul li {
    display: block;
    position: relative;
    float: left;
}
li ul {
    display: none;
}
ul li a {
    display: block;
    text-decoration: none;
    color: #ffffff;
    margin-left: 1px;
    white-space: nowrap;
    padding: 5px 5px 5px 5px;

}
ul li a:hover {
    background: #57b7e7;
}
li:hover ul {
    display: block;
    position: absolute;
}
li:hover li {
    float: none;
}
li:hover a {
    background: #57b7e7;
}
li:hover li a:hover {
    background: #57b7e7;
}
#nav{
	font-family:'Dosis', sans-serif;
    list-style:none;
    font-weight:400;
	font-size: 19px;
	color: #125d88;
	text-decoration: none;
    margin-bottom:0px; /* Clear floats */
    float:left;
    width:100%;
    position:relative;
    z-index:20;
	text-decoration:none;
}
#nav li{
    float:left;
    margin-right:25px; /* controls spacing between nav sections */
    position:relative;
}
#nav a{
    display:block;
    padding:10px;
    color:#fff; /* color of link */
    background:#125d88;
    text-decoration:none;
	font-family: 'Dosis', sans-serif;
	font-weight: 400;
	font-size: 13px;
}

#nav a:hover{
    color:#fff; /* color of text link on hover */
    background:#57b7e7;
    text-decoration:none;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
}

#nav ul{
    background:#fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
    background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
    list-style:none;
    position:absolute;
    left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
}
#nav ul li{
    padding-top:0px; /* Introducing a padding between the li and the a give the illusion spaced items */
	margin:0px;
    float:none;
}
#nav ul a{
    white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}
#nav li:hover ul{ /* Display the dropdown on hover */
    left:-50px; /* Bring back on-screen when needed */
}
#nav li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
    background:#efefef; /* background color unhovered */
    text-decoration:underline;
}
#nav li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
    text-decoration:none;
}
#nav li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
    background: #8b9bcc; /* background color when hover on link */
}

.social-icons { /*START SOCIAL ICONS*/
	top:10px;
	left:988px;
	position:absolute;
	height:50px;
	width:150px;
	z-index:100;
}
.header-number { /*NUMBERS FOR HEADER*/
	top:53px;
	left:720px;
	position:absolute;
	height:50px;
	width:400px;
	z-index:100;
}
.social-icons img:hover {
	opacity:.6;
	filter:alpha(opacity=60);
}
.button-shell {
	top:190px;
	left:75px;
	position:relative;
	
}
.book {    /*START BOOK APPOINTMENT BUTTON*/
	top:60px;
	left:0px;
	position:relative;
	height:50px;
	width:200px;
	z-index:10;
	text-decoration:none;
}
.book-button:hover{
	background-color:#57b7e7;	
}
.book-button {
	width: 200px;
	height: 30px;
	position:absolute;
	top:0px;
	left:0px;
	background-color: #0b6ba1;
	font-family:'Dosis', sans-serif;
	color:#FFF;
	z-index:100;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}
a.book-button:link {
	color: #fff;
	text-decoration:none;
}
a.book-button:visited {
	color: #fff;
}
a.book-button:hover {
	color: #fff;	
}
a.book-button:active {
	color: #fff;
}
.new {    /*START NEW PATIENT BUTTON*/
	top:10px;
	left:210px;
	position:relative;
	height:50px;
	width:200px;
	z-index:10;
	text-decoration:none;
}

.new2 {    /*START NEW PATIENT BUTTON*/
	top:-40px;
	left:420px;
	position:relative;
	height:50px;
	width:200px;
	z-index:10;
	text-decoration:none;
}

.new-patient:hover{
	background-color:#57b7e7;	
}
.new-patient {
	width: 200px;
	height: 30px;
	position: absolute;
	top:0px;
	left:0px;
	background-color: #0b6ba1;
	font-family:'Dosis', sans-serif;
	color:#FFF;
	z-index:30;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}
a.new-patient:link {
	color: #fff;
	text-decoration:none;
}
a.new-patient:visited {
	color: #fff;
}
a.new-patient:hover {
	color: #fff;	
}
a.new-patient:active {
	color: #fff;
}
.em-icon {
	top:5px;
	left:5px;
	position:absolute;
	width:20px;
	height:20px;
	z-index:400;
}
.services-container {    /*START SERVICES CONTAINER HOME PAGE*/
	top:60px;
	left:30px;
	position:absolute;
	width:630px;
	height:400px;
	z-index:100;
}
.services {
	top:0px;
	left:0px;
	position:absolute;
	width:500px;
	height:30px;
	z-index:200;
}/*-----------------------------------------------------*/
.services-left-menu {
	top:250px;
	left:0px;
	position:absolute;
	width:300px;
	height:400px;
}
.services-right-menu {
	top:250px;
	right:0px;
	position:absolute;
	width:300px;
	height:400px;
}
.bridges-left-menu {    /*Bridges service menu*/
	top:390px;
	left:0px;
	position:absolute;
	width:300px;
	height:400px;
}
.bridges-right-menu {
	top:400px;
	right:0px;
	position:absolute;
	width:300px;
	height:400px;
}
.comfort-left-menu {    /*Comfort service menu*/
	top:480px;
	left:0px;
	position:absolute;
	width:300px;
	height:400px;
}
.comfort-right-menu {
	top:490px;
	right:0px;
	position:absolute;
	width:300px;
	height:400px;
}
.cosmetic-left-menu {    /*Cosmetic service menu*/
	top:420px;
	left:0px;
	position:absolute;
	width:300px;
	height:400px;
}
.cosmetic-right-menu {
	top:430px;
	right:0px;
	position:absolute;
	width:300px;
	height:400px;
}
.crowns-left-menu {    /*Crowns service menu*/
	top:280px;
	left:0px;
	position:absolute;
	width:300px;
	height:400px;
}
.crowns-right-menu {
	top:290px;
	right:0px;
	position:absolute;
	width:300px;
	height:400px;
}
.implants-left-menu {    /*Dental Implants service menu*/
	top:710px;
	left:0px;
	position:absolute;
	width:300px;
	height:400px;
}
.implants-right-menu {
	top:720px;
	right:0px;
	position:absolute;
	width:300px;
	height:400px;
}
.dentures-left-menu {    /*Dentures service menu*/
	top:960px;
	left:0px;
	position:absolute;
	width:300px;
	height:400px;
}
.dentures-right-menu {
	top:970px;
	right:0px;
	position:absolute;
	width:300px;
	height:400px;
}
.detection-left-menu {    /*Dentures service menu*/
	top:240px;
	left:0px;
	position:absolute;
	width:300px;
	height:400px;
}
.detection-right-menu {
	top:250px;
	right:0px;
	position:absolute;
	width:300px;
	height:400px;
}
.extractions-left-menu {    /*Extractions service menu*/
	top:1100px;
	left:0px;
	position:absolute;
	width:300px;
	height:400px;
}
.extractions-right-menu {
	top:1100px;
	right:0px;
	position:absolute;
	width:300px;
	height:400px;
}
.botox-left-menu {    /*BOTOX service menu*/
	top:1590px;
	left:0px;
	position:absolute;
	width:300px;
	height:400px;
}
.botox-right-menu {
	top:1590px;
	right:0px;
	position:absolute;
	width:300px;
	height:400px;
}
.invisalign-left-menu {    /*Extractions service menu*/
	top:390px;
	left:0px;
	position:absolute;
	width:300px;
	height:400px;
}
.invisalign-right-menu {
	top:400px;
	right:0px;
	position:absolute;
	width:300px;
	height:400px;
}
.metal-left-menu {    /*Metal service menu*/
	top:270px;
	left:0px;
	position:absolute;
	width:300px;
	height:400px;
}
.metal-right-menu {
	top:280px;
	right:0px;
	position:absolute;
	width:300px;
	height:400px;
}
.surgery-left-menu {    /*oral surgery service menu*/
	top:230px;
	left:0px;
	position:absolute;
	width:300px;
	height:400px;
}
.surgery-right-menu {
	top:240px;
	right:0px;
	position:absolute;
	width:300px;
	height:400px;
}
.bonding-left-menu {    /*BONDING service menu*/
	top:230px;
	left:0px;
	position:absolute;
	width:300px;
	height:400px;
}
.bonding-right-menu {
	top:240px;
	right:0px;
	position:absolute;
	width:300px;
	height:400px;
}
.pediatric-left-menu {    /*Pediatric service menu*/
	top:1200px;
	left:0px;
	position:absolute;
	width:300px;
	height:400px;
}
.pediatric-right-menu {
	top:1210px;
	right:0px;
	position:absolute;
	width:300px;
	height:400px;
}
.periodontics-left-menu {    /*Periodontics service menu*/
	top:800px;
	left:0px;
	position:absolute;
	width:300px;
	height:400px;
}
.periodontics-right-menu {
	top:810px;
	right:0px;
	position:absolute;
	width:300px;
	height:400px;
}
.preventive-left-menu {    /*Preventive service menu*/
	top:590px;
	left:0px;
	position:absolute;
	width:300px;
	height:400px;
}
.preventive-right-menu {
	top:600px;
	right:0px;
	position:absolute;
	width:300px;
	height:400px;
}
.root-left-menu {    /*root canal service menu*/
	top:330px;
	left:0px;
	position:absolute;
	width:300px;
	height:400px;
}
.root-right-menu {
	top:340px;
	right:0px;
	position:absolute;
	width:300px;
	height:400px;
}
.sleep-left-menu {    /*sleep apnea service menu*/
	top:580px;
	left:0px;
	position:absolute;
	width:300px;
	height:400px;
}
.sleep-right-menu {
	top:590px;
	right:0px;
	position:absolute;
	width:300px;
	height:400px;
}
.snore-left-menu {    /*SNORE GAURDS service menu*/
	top:190px;
	left:0px;
	position:absolute;
	width:300px;
	height:400px;
}
.snore-right-menu {
	top:200px;
	right:0px;
	position:absolute;
	width:300px;
	height:400px;
}
.veneers-left-menu {    /*Veneers service menu*/
	top:210px;
	left:0px;
	position:absolute;
	width:300px;
	height:400px;
}
.veneers-right-menu {
	top:220px;
	right:0px;
	position:absolute;
	width:300px;
	height:400px;
}
.whitening-left-menu {    /*Veneers service menu*/
	top:560px;
	left:0px;
	position:absolute;
	width:300px;
	height:400px;
}
.whitening-right-menu {
	top:570px;
	right:0px;
	position:absolute;
	width:300px;
	height:400px;
}/*-----------------------------------------------------*/
.cosmetic-home {    /*START HOME COSMETIC SERVICES*/
	top:50px;
	left:0px;
	position:absolute;
	width:281px;
	height:193px;
}
.test-text-1 {
	top:165px;
	left:0px;
	position:absolute;
	width:281px;
	height:30px;
	background-color:#fff;
	opacity:.8;
	text-align:center;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-o-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease;
}
.cosmetic-home:hover .test-text-1 {
	display:none;
}
.cosmetic-home:hover .cosmetic-home-text {
	opacity:.8;
	filter:alpha(opacity=80);
	color:#000000;
	font-size:20px;
	font-weight:400;
	font-family: 'Dosis', sans-serif;
	padding:10px;
}
.cosmetic-home-text{
	position:absolute;
	background:#fff;
	width:250px;
	height:193px;
	opacity:0;
	z-index:30;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-o-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease;
}
.veneers-home {    /*START HOME VENEERS SERVICES*/
	top:50px;
	left:320px;
	position:absolute;
	width:281px;
	height:193px;
}
.test-text-2 {
	top:165px;
	left:0px;
	position:absolute;
	width:281px;
	height:30px;
	background-color:#fff;
	opacity:.8;
	text-align:center;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-o-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease;
}
.veneers-home:hover .test-text-2 {
	display:none;
}
.veneers-home:hover .veneers-home-text {
	opacity:.8;
	filter:alpha(opacity=80);
	color:#000000;
	font-size:20px;
	font-weight:400;
	font-family: 'Dosis', sans-serif;
	padding:10px;
}
.veneers-home-text{
	position:absolute;
	background:#fff;
	width:250px;
	height:193px;
	opacity:0;
	z-index:30;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-o-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease;
}
.bonding-home {    /*START HOME BONDING SERVICES*/
	top:270px;
	left:0px;
	position:absolute;
	width:281px;
	height:193px;
}
.test-text-3 {
	top:165px;
	left:0px;
	position:absolute;
	width:281px;
	height:30px;
	background-color:#fff;
	opacity:.8;
	text-align:center;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-o-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease;
}
.bonding-home:hover .test-text-3 {
	display:none;
}
.bonding-home:hover .bonding-home-text {
	opacity:.8;
	filter:alpha(opacity=80);
	color:#000000;
	font-size:20px;
	font-weight:400;
	font-family: 'Dosis', sans-serif;
	padding:10px;
}
.bonding-home-text{
	position:absolute;
	background:#fff;
	width:250px;
	height:193px;
	opacity:0;
	z-index:30;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-o-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease;
}
.crowns-home {    /*START HOME VENEERS SERVICES*/
	top:270px;
	left:320px;
	position:absolute;
	width:281px;
	height:193px;
}
.test-text-4 {
	top:165px;
	left:0px;
	position:absolute;
	width:281px;
	height:30px;
	background-color:#fff;
	opacity:.8;
	text-align:center;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-o-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease;
}
.crowns-home:hover .test-text-4 {
	display:none;
}
.crowns-home:hover .crowns-home-text {
	opacity:.8;
	filter:alpha(opacity=80);
	color:#000000;
	font-size:20px;
	font-weight:400;
	font-family: 'Dosis', sans-serif;
	padding:10px;
}
.crowns-home-text{
	position:absolute;
	background:#fff;
	width:250px;
	height:193px;
	opacity:0;
	z-index:30;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-o-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease;
}
.info-container {    /* START INFO BOX*/
	top:25px;
	left:640px;
	position:absolute;
	width:400px;
	height:450px;
	z-index:50;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	background-color:rgba(212,239,255,0.6) ;	
}

.info-container-em {    /* START INFO BOX*/
	top:50px;
	left:650px;
	position:absolute;
	width:400px;
	height:450px;
	z-index:50;
}

.info-header {
	top:5px;
	left:0px;
	width:400px;
	height:30px;
	z-index:80;
	position:absolute;
	text-align:center;
}
.info-about {
	top:40px;
	left:22px;
	width:350px;
	height:100px;
	z-index:80;
	position:absolute;
	text-align:justify;
}
.video {
	top:170px;
	left:22px;
	position:absolute;
	width:350px;
	height:263px;
}
.home-footer {    /*START HOME FOOTER*/
	top:570px;
	left:30px;
	position:absolute;
	width:1000px;
	height:40px;
	padding-bottom:60px;
	z-index:300;
}
.footer_icon{
	top:45px;
	left:440px;
	position:absolute;
	width:200px;
	height:40px;
}									/*START OUR DOCTORS*/
.doctor-container {    /*START CONTAINER DOCTOR PAGE*/
	top:60px;
	left:30px;
	position:absolute;
	width:630px;
	height:2300px;
	z-index:100;
}
.dr-druz {    /*DR DRUZ*/
	top:100px;
	left:0px;
	position:absolute;
	width:187px;
	height:229px;
}
.dr-druz-text {
	top:100px;
	left:210px;
	position:absolute;
	width:340px;
	height:200px;
}
.dr-druz-header {
	top:40px;
	left:0px;
	position:absolute;
	width:600px;
	height:50px;	
}
.second-doctor {    /*SECOND DOCTOR*/
	top:560px;
	left:0px;
	position:absolute;
	width:187px;
	height:229px;
}
.second-doctor-text {
	top:560px;
	left:210px;
	position:absolute;
	width:340px;
	height:200px;
}
.second-doctor-header {
	top:500px;
	left:0px;
	position:absolute;
	width:600px;
	height:50px;	
}
.third-doctor {    /*THIRD DOCTOR*/
	top:980px;
	left:0px;
	position:absolute;
	width:187px;
	height:229px;
}
.third-doctor-text {
	top:980px;
	left:210px;
	position:absolute;
	width:340px;
	height:200px;
}
.third-doctor-header {
	top:920px;
	left:0px;
	position:absolute;
	width:600px;
	height:50px;	
}

.fourth-doctor {    /*FOURTH DOCTOR*/
	top:1450px;
	left:0px;
	position:absolute;
	width:187px;
	height:229px;
}
.fourth-doctor-text {
	top:1450px;
	left:210px;
	position:absolute;
	width:340px;
	height:200px;
}
.fourth-doctor-header {
	top:1390px;
	left:0px;
	position:absolute;
	width:600px;
	height:50px;	
}

.fifth-doctor {    /*FIFTH DOCTOR*/
	top:1880px;
	left:0px;
	position:absolute;
	width:187px;
	height:229px;
}
.fifth-doctor-text {
	top:1880px;
	left:210px;
	position:absolute;
	width:340px;
	height:200px;
}
.fifth-doctor-header {
	top:1820px;
	left:0px;
	position:absolute;
	width:600px;
	height:50px;	
}

.sixth-doctor {    /*SIXTH DOCTOR*/
	top:2230px;
	left:0px;
	position:absolute;
	width:187px;
	height:229px;
}
.sixth-doctor-text {
	top:2230px;
	left:210px;
	position:absolute;
	width:340px;
	height:200px;
}
.sixth-doctor-header {
	top:2170px;
	left:0px;
	position:absolute;
	width:600px;
	height:50px;	
}

.doctor-footer {    /*START DOCTOR FOOTER*/
	top:2750px;
	left:30px;
	position:absolute;
	width:1000px;
	height:40px;
	padding-bottom:60px;
}
.patient-container {    /*START CONTAINER PATIENT PAGE*/
	top:60px;
	left:30px;
	position:absolute;
	width:630px;
	height:400px;
	z-index:100;
}
.patient-info {    /*PATIENT INFO*/
	top:100px;
	left:0px;
	position:absolute;
	width:245px;
	height:199px;
}
.patient-info-text {
	top:100px;
	left:260px;
	position:absolute;
	width:305px;
	height:200px;
}
.patient-info-header {
	top:40px;
	left:0px;
	position:absolute;
	width:600px;
	height:50px;	
}
.emergency {
	top:310px;
	left:0px;
	position:absolute;
	width:500px;
	height:50px;
}
.financial {    /*FINANCIAL ARRANGMENTS*/
	top:400px;
	left:0px;
	position:absolute;
	width:187px;
	height:229px;
}
.financial-text {
	top:400px;
	left:0px;
	position:absolute;
	width:560px;
	height:200px;
}
.finacial-logos {
	top:630px;
	left:-30px;
	position:absolute;
	height:100px;
	width:630px;
}
.financial-header {
	top:360px;
	left:0px;
	position:absolute;
	width:600px;
	height:50px;	
}
.patient-footer {    /*PATIENT INFO FOOTER*/
	top:880px;
	left:30px;
	position:absolute;
	width:1000px;
	height:40px;
	padding-bottom:60px;
}
.after-care {    /*Start After Care POST OP*/
	top:0px;
	left:0px;
	position:absolute;
	width:400px;
	height:30px;
	z-index:200;
}
.post-op-text {
	top:40px;
	left:0px;
	position:absolute;
	width:580px;
	height:1000px;	
}
.post-op-container {    /*START CONTAINER PATIENT PAGE*/
	top:60px;
	left:30px;
	position:absolute;
	width:630px;
	height:1500px;
	z-index:100;
}
.post-op-footer {    /*PATIENT INFO FOOTER*/
	top:1560px;
	left:30px;
	position:absolute;
	width:1000px;
	height:40px;
	padding-bottom:60px;
}
.services-container {    /*START CONTAINER SERVICES PAGE*/
	top:60px;
	left:30px;
	position:absolute;
	width:630px;
	height:600px;
	z-index:100;
}
.services-text {
	top:80px;
	left:0px;
	position:absolute;
	width:530px;
	height:500px;
}
.services-header {
	top:40px;
	left:0px;
	position:absolute;
	width:600px;
	height:50px;
	/*-----------------------------------------------------*/
}						/*START EMERGENCY*/
.services-header-emergency {
	top:80px;
	left:-10px;
	position:absolute;
	width:600px;
	height:50px;
}

.services-text-emergency {
	top:270px;
	left:0px;
	position:absolute;
	width:530px;
	height:500px;
} 
.emergency-footer {    /*EMERGENCY FOOTER*/
	top:950px;
	left:30px;
	position:absolute;
	width:1000px;
	height:40px;
	padding-bottom:60px;
	z-index:300;
}
.emergency-image {    /*EMERGENCY IMAGE*/
	top:180px;
	left:200px;
	position:absolute;
	width:408px;
	height:271px;
}
.emergency-side-text {
	top:150px;
	left:0px;
	position:absolute;
	width:305px;
	height:200px;
}
.emergency-bottom-text {
	top:480px;
	left:0px;
	position:absolute;
	width:630px;
	height:200px;
}
.emergency-left-menu { /*EMERGENCY MENU*/
	top:860px;
	left:0px;
	position:absolute;
	width:300px;
	height:400px;
}
.emergency-right-menu {
	top:855px;
	right:0px;
	position:absolute;
	width:300px;
	height:400px;
}/*-----------------------------------------------------*/
.services-footer {    /*SERVICES INFO FOOTER*/
	top:680px;
	left:30px;
	position:absolute;
	width:1000px;
	height:40px;
	padding-bottom:60px;
	z-index:300;
}
.cosmetic-text {
	top:40px;
	left:0px;
	position:absolute;
	width:530px;
	height:100%;
}
.cosmetic-container {    /*START CONTAINER COSMETIC PAGE*/
	top:60px;
	left:30px;
	position:absolute;
	width:630px;
	height:100%;
	z-index:100;
}
.cosmetic-footer {    /*COSMETIC FOOTER*/
	top:850px;
	left:30px;
	position:absolute;
	width:1000px;
	height:40px;
	padding-bottom:60px;
	z-index:300;
}
.comfort-footer {    /*COMFORT FOOTER*/
	top:890px;
	left:30px;
	position:absolute;
	width:1000px;
	height:40px;
	padding-bottom:60px;
	z-index:300;
}
.metal-free-footer {    /*METAL FREE FOOTER*/
	top:950px;
	left:30px;
	position:absolute;
	width:1000px;
	height:40px;
	padding-bottom:60px;
	z-index:300;
}
.crowns-footer {    /*METAL FREE FOOTER*/
	top:690px;
	left:30px;
	position:absolute;
	width:1000px;
	height:40px;
	padding-bottom:60px;
	z-index:300;
}
.dental-implants-footer {    /*DENTAL IMPLANTS FOOTER*/
	top:1130px;
	left:30px;
	position:absolute;
	width:1000px;
	height:40px;
	padding-bottom:60px;
	z-index:300;
}
.dentures-footer {    /*DENTURES FOOTER*/
	top:1380px;
	left:30px;
	position:absolute;
	width:1000px;
	height:40px;
	padding-bottom:60px;
	z-index:300;
}
.sleep-apnea-footer {    /*DENTAL IMPLANTS FOOTER*/
	top:1000px;
	left:30px;
	position:absolute;
	width:1000px;
	height:40px;
	padding-bottom:60px;
	z-index:300;
}
.root-footer {    /*ROOT CANAL FOOTER*/
	top:760px;
	left:30px;
	position:absolute;
	width:1000px;
	height:40px;
	padding-bottom:60px;
	z-index:300;
}
.veneers-footer {    /*VENEERS FOOTER*/
	top:640px;
	left:30px;
	position:absolute;
	width:1000px;
	height:40px;
	padding-bottom:60px;
	z-index:300;
}
.snore-footer {    /*SNORE GUARDS FOOTER*/
	top:640px;
	left:30px;
	position:absolute;
	width:1000px;
	height:40px;
	padding-bottom:60px;
	z-index:300;
}
.detection-footer {    /*DETECTION & TREATMENT FOOTER*/
	top:670px;
	left:30px;
	position:absolute;
	width:1000px;
	height:40px;
	padding-bottom:60px;
	z-index:300;
}
.bridges-footer {    /*BRIDGES FOOTER*/
	top:820px;
	left:30px;
	position:absolute;
	width:1000px;
	height:40px;
	padding-bottom:60px;
	z-index:300;
}
.metal-footer {    /*METAL FOOTER*/
	top:720px;
	left:30px;
	position:absolute;
	width:1000px;
	height:40px;
	padding-bottom:60px;
	z-index:300;
}
.bonding-footer {    /*METAL FOOTER*/
	top:680px;
	left:30px;
	position:absolute;
	width:1000px;
	height:40px;
	padding-bottom:60px;
	z-index:300;
}
.surgery-footer {    /*SURGERY FOOTER*/
	top:680px;
	left:30px;
	position:absolute;
	width:1000px;
	height:40px;
	padding-bottom:60px;
	z-index:300;
}
.preventive-footer {    /*PREVENTIVE FOOTER*/
	top:1030px;
	left:30px;
	position:absolute;
	width:1000px;
	height:40px;
	padding-bottom:60px;
	z-index:300;
}
.periodontics-footer {    /*PERIODONTICS footer*/
	top:1240px;
	left:30px;
	position:absolute;
	width:1000px;
	height:40px;
	padding-bottom:60px;
	z-index:300;
}
.whitening-footer {    /*WHITENING FOOTER*/
	top:1000px;
	left:30px;
	position:absolute;
	width:1000px;
	height:40px;
	padding-bottom:60px;
	z-index:300;
}
.pediatric-footer {    /*PEDIATRIC FOOTER*/
	top:1650px;
	left:30px;
	position:absolute;
	width:1000px;
	height:40px;
	padding-bottom:60px;
	z-index:300;
}
.extractions-footer {    /*EXTRACTIONS FOOTER*/
	top:1530px;
	left:30px;
	position:absolute;
	width:1000px;
	height:40px;
	padding-bottom:60px;
	z-index:300;
}
.botox-footer {    /*BOTOX FOOTER*/
	top:2000px;
	left:30px;
	position:absolute;
	width:1000px;
	height:40px;
	padding-bottom:60px;
	z-index:300;
}
.new-technology-image {    /*NEW TECHNOLOGY INFO*/
	top:130px;
	left:0px;
	position:absolute;
	width:245px;
	height:199px;
}
.new-technology-text {
	top:130px;
	left:260px;
	position:absolute;
	width:305px;
	height:200px;
}
.new-technology-footer {    /*NEW TECHNOLOGY FOOTER*/
	top:580px;
	left:30px;
	position:absolute;
	width:1000px;
	height:40px;
	padding-bottom:60px;
	z-index:300;
}
.tech-container {    /*START NEW TECHNOLOGY PAGE*/
	top:60px;
	left:30px;
	position:absolute;
	width:630px;
	height:600px;
	z-index:100;
}
.tech-text {
	top:40px;
	left:0px;
	position:absolute;
	width:530px;
	height:500px;
}
.radiography-footer {    /*RADIOGRAPHY FOOTER*/
	top:730px;
	left:30px;
	position:absolute;
	width:1000px;
	height:40px;
	padding-bottom:60px;
	z-index:300;
}
.camera-footer {    /*CAMERA FOOTER*/
	top:700px;
	left:30px;
	position:absolute;
	width:1000px;
	height:40px;
	padding-bottom:60px;
	z-index:300;
}
.wand-footer {    /*WAND FOOTER*/
	top:680px;
	left:30px;
	position:absolute;
	width:1000px;
	height:40px;
	padding-bottom:60px;
	z-index:300;
}
.laser-footer {    /*LASER FOOTER*/
	top:630px;
	left:30px;
	position:absolute;
	width:1000px;
	height:40px;
	padding-bottom:60px;
	z-index:300;
}              		 /*-----------------START GALLERY---------------------*/
.office-gallery {    /*START OFFICE GALLERY*/
	top:50px;
	left:0px;
	position:absolute;
	width:281px;
	height:193px;
}
.office-gallery img:hover {
	opacity:.7;
}
.treatment-gallery {    /*START TREATMENT GALLERY*/
	top:50px;
	left:320px;
	position:absolute;
	width:281px;
	height:193px;
}
.treatment-gallery img:hover {
	opacity:.7;
}
.before-after-gallery {    /*START BEFORE AND AFTER GALLERY*/
	top:270px;
	left:0px;
	position:absolute;
	width:281px;
	height:193px;
}
.before-after-gallery img:hover {
	opacity:.7;
}
.videos-gallery {    /*START HOME BONDING SERVICES*/
	top:270px;
	left:320px;
	position:absolute;
	width:281px;
	height:193px;
}
.videos-gallery img:hover {
	opacity:.7;
}
.contact-form {
	top:50px;
	left:0px;
	position:absolute;
	width:600px;
	height:500px;
}
.contact-footer {    /*LASER FOOTER*/
	top:1000px;
	left:30px;
	position:absolute;
	width:1000px;
	height:40px;
	padding-bottom:60px;
	z-index:300;
}
.mineola-map {
	top:540px;
	left:0px;
	position:absolute;
	width:500px;
	height:300px;
}
.manhattan-map {
	top:542px;
	right:-410px;
	position:absolute;
	width:500px;
	height:300px;
}
.mineola-directions { /*START DIRECTIONS PAGE*/
	top:50px;
	left:0px;
	position:absolute;
	width:500px;
	height:300px;
}
.manhattan-directions {
	top:420px;
	left:0px;
	position:absolute;
	width:500px;
	height:300px;
}
.directions-footer {    /*DIRECTIONS FOOTER*/
	top:600px;
	left:30px;
	position:absolute;
	width:1000px;
	height:40px;
	padding-bottom:60px;
	z-index:300;
}
	/*__________NEW EMERGENCY___________*/
.outer-shell-em {
	width: 1200px; /* 50 px on each side for mobile */
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: auto;
	position:relative;
	top:180px;
	left:0px;
}

.inner-shell-em {
	width: 1100px; /* 1207px */
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: auto; /* the bottom margin is the negative value of the footer's height */
	z-index: 10;
	position: relative;
}
.logo-em {
	top:5px;
	left:60px;
	position:absolute;
	width:500px;
	height:100px;
	z-index:90;
}
.services-header-emergency img:hover {
	opacity:.7;
	filter:alpha(opacity=70);
}
.services-header-emergency {
	top:20px;
	left:-10px;
	position:absolute;
	width:470px;
	height:50px;
}