@charset "UTF-8";
body {
	font: 100%/1.4 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-color: #FFF;
	margin: 0;
	padding: 0;
	color: #837870;
}






/* @group Text & Links */

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
}
a img { 
	border: none;
}

a:link {
	color: #1595d3;
	text-decoration: none; 
}
a:visited {
	color: #1595d3;
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
	color: #8a8a8a;
}


p {
	font-size: 13px;
	padding: 0 0 7px;
	margin: 0;
	line-height: 18px;
}

a {
	font-size: 13px;
	padding: 0 0 7px;
	margin: 0;
	line-height: 18px;
}


h1 {
	font-family: Museo-300;
	font-weight: normal;
	font-style: normal;
	
	font-size: 24px;
	padding: 0 0 14px;
	margin: 0;
	line-height: 24px;
	color: #1595d3;
}



h2 {
	font-family: Museo-300;
	font-weight: normal;
	font-style: normal;
	
	font-size: 16px;
	padding: 10px 0 5px;
	margin: 0;
	line-height: 24px;
	color: #1595d3;
}



h3 {
	font-size: 15px;
	padding: 0 0 7px;
	margin: 0;
	line-height: 18px;
	color: #1595d3;
	font-weight: normal;
	font-style: normal;
}


h4 {
	font-size: 14px;
	padding: 0 0 5px;
	margin: 0;
	line-height: 18px;
	color: #837870;
	font-weight: normal;
	font-style: normal;
}


.home_text h1 {
	font-family: Museo-300;
	font-weight: normal;
	font-style: normal;
	
	font-size: 18px;
	padding: 0 0 6px;
	margin: 26px 0 0;
	line-height: 23px;
	color: #1595d3;
}


.content ul, .content2 ul {
	font-size: 13px;
	line-height: 18px;
	list-style-position: outside;
	padding-left: 0;
	padding-bottom: 4px;
	margin-left: 5px;
	list-style-image: url(../images/bullet.png);
}

.content li, .content2 li {
	padding-bottom: 2px;
	margin-left: 8px;
}

.hub_text_column li {
	list-style-image: url(../images/arrow.png);
}

.hub_text_column p {
	
}

.simple_nav_column ul {
	list-style-position: outside;
	margin-left: 0px;
	list-style-image: none;
	list-style-type: none;
}

.simple_nav_column li {
	padding-bottom: 2px;
	margin-left: 0px;
}

.simple_nav_column li a {
	color: #9f928a;
	font-size: 12px;
	line-height: 17px;
	margin: 0;
	padding: 0;
}

.simple_nav_column li a:hover {
	color: #1595d3;
}

.simple_nav_column li.selected a {
	color: #1595d3;
	font-weight: bold;
}

.simple_nav_column h4 a {
	color: #9f928a;
	font-size: 14px;
	margin: 0;
	padding: 0 0 5px;
}

.simple_nav_column h4 a:hover {
	color: #1595d3;
}



.hours_table {
	width: 100px;
	float: left;
}

.hours_table p {
	font-size: 13px;
	padding: 0;
	line-height: 18px;
	margin: 0;
}

.hours h3 {
	padding-top: 10px;
}











/* @end */





/* @group Special Text */

.headerstrip p {
	font-size: 11px;
	padding: 0;
	margin: 0;
	color: #bcbbba;
}

.phoneNumber {
	font-size: 12px;
	color: #1595d3;
}

/* @end */



/* @group Containers */

.headerstrip {
	width: 960px;
	margin: 0 auto;
	text-align: right;
	padding-top: 20px;
	padding-bottom: 22px;
}



.covid-circle {
	position: relative;
	width: 220px;
	top: 120px;
	left: 770px;
}



.header {
	width: 960px;
	margin: 0 auto 40px;
}

.logo {
	float: left;
	margin-left: -24px;
}

#navigation {
	float: right;
	margin-top: 17px;
}

.homerow {
	width: 960px;
	margin: 0 auto;
}

.fade_container {
	min-height: 350px;
	background: url(../images/content_fade_bg.png) repeat-x;
	float: left;
	width: 100%;
}

.content {
	width: 960px;
	margin: 0 auto;
}

.content2 {
	width: 960px;
	margin: 0 auto;
}

.hub_text_column, .about_text_column {
	width: 430px;
	padding-right: 50px;
	padding-top: 35px;
	float: left;
}

.hub_right_column, .about_right_column {
	width: 480px;
	float: left;
}


.staff {
	float: left;
	width: 960px;
	margin-top: 10px;
	margin-bottom: 25px;
/*	border-top: 1px solid #e5e5e5;*/
	padding-top: 8px;
}

.staff_name {
	background-color: #d0eaf6;
	height: 180px;
	width: 240px;
}

.staff_name p {
	font-weight: bold;
	font-size: 14px;
	padding-top: 15px;
	padding-left: 15px;
}

.staff_column1 {
	width: 480px;
	float: left;
}

.staff_column2 {
	width: 480px;
	float: left;
}

.staff_column3 {
	width: 480px;
	float: left;
	border-top: 1px solid #e5e5e5;
	padding-top: 5px;
	margin-top: 15px;
}

.staff_text {
	width: 410px;
	padding-right: 70px;
	padding-top: 0;
}




.simple_content {
	padding-top: 40px;
	border-top: 1px solid #e5e5e5;
}

.simple_nav_column {
	width: 200px;
	padding-right: 40px;
	float: left;
}

.simple_text_column {
	width: 630px;
	padding-right: 90px;
	float: left;
	padding-bottom: 30px;
}

.simple_image_row {
	
}






/* @end */






/* @group Misc */

html {
	-webkit-text-size-adjust: none
}

/* ~~ Miscellaneous float/clear classes ~~ */
.fltrt {  
	float: right;
}
.fltlft { 
	float: left;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.divider {
	padding-right: 10px;
	padding-left: 10px;
}

.invisiclass {
	display: none;
}



/* @end */

/* @group Banners */

.banner_content {
	width: 960px;
	margin: 0 auto;
}

.home {
	background: url(../images/banners/home.jpg) no-repeat center;
	height: 440px;
}

.dentistry {
	background: url(../images/banners/dentistry.jpg) no-repeat center;
	height: 440px;
}

.cosmetic {
	background: url(../images/banners/cosmetic.jpg) no-repeat center;
	height: 440px;
}

.dentalHealth {
	background: url(../images/banners/dentalHealth.jpg) no-repeat center;
	height: 440px;
}

.about {
	background: url(../images/banners/about.jpg) no-repeat center;
	height: 440px;
}

/* @end */




/* @group Buttons */


a.book_appt {
	background: url(../images/book_appt.png) no-repeat 0 5px;
	display: block;
	width: 177px;
	height: 40px;
	float: right;
	margin-right: -11px;
	margin-top: 340px;
}

a.book_appt:hover {
	background: url(../images/book_appt_o.png) no-repeat 0 5px;
}


/* @end */

/* @group Panels */

.home_text {
	width: 400px;
	height: 180px;
	float: left;
	padding-right: 80px;
}

.home_headline {
	margin-top: 39px;
	margin-bottom: 8px;
}

.blue_panel {
	width: 240px;
	height: 180px;
	float: left;
	background-color: #d0eaf6;
}

.question_panel {
	width: 210px;
	height: 115px;
	float: left;
	padding: 40px 15px 0;
	font-size: 14px;
}




/* @end */




/* @group Booking Buttons */


.book-now.altbutton {
	margin-top: 20px;
	margin-bottom: 20px;
}

.book-now {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.book-now:hover {
	opacity: 0.6;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

/* @end */






/* @group Image panels */

.spacer {
	width: 240px;
	height: 180px;
	float: left;
}


.water {
	background: url(../images/panels/water.jpg) no-repeat;
	width: 240px;
	height: 180px;
	float: left;
}

.woman1 {
	background: url(../images/panels/woman1.jpg) no-repeat;
	width: 240px;
	height: 180px;
	float: left;
}

.woman2 {
	background: url(../images/panels/woman2.jpg) no-repeat;
	width: 240px;
	height: 180px;
	float: left;
}

.woman3 {
	background: url(../images/panels/woman3.jpg) no-repeat;
	width: 240px;
	height: 180px;
	float: left;
}

.child1 {
	background: url(../images/panels/child1.jpg) no-repeat;
	width: 240px;
	height: 180px;
	float: left;
}

.couple1 {
	background: url(../images/panels/couple1.jpg) no-repeat;
	width: 240px;
	height: 180px;
	float: left;
}

.couple2 {
	background: url(../images/panels/couple2.jpg) no-repeat;
	width: 240px;
	height: 180px;
	float: left;
}

.couple3 {
	background: url(../images/panels/couple3.jpg) no-repeat;
	width: 240px;
	height: 180px;
	float: left;
}

.couple4 {
	background: url(../images/panels/couple4.jpg) no-repeat;
	width: 240px;
	height: 180px;
	float: left;
}

.man1 {
	background: url(../images/panels/man1.jpg) no-repeat;
	width: 240px;
	height: 180px;
	float: left;
}

.girl1 {
	background: url(../images/panels/girl1.jpg) no-repeat;
	width: 240px;
	height: 180px;
	float: left;
}

.teeth1 {
	background: url(../images/panels/teeth1.jpg) no-repeat;
	width: 240px;
	height: 180px;
	float: left;
}

.teeth2 {
	background: url(../images/panels/teeth2.jpg) no-repeat;
	width: 240px;
	height: 180px;
	float: left;
}

.teeth3 {
	background: url(../images/panels/teeth3.jpg) no-repeat;
	width: 240px;
	height: 180px;
	float: left;
}

.checkup1 {
	background: url(../images/panels/checkup1.jpg) no-repeat;
	width: 240px;
	height: 180px;
	float: left;
}

.family1 {
	background: url(../images/panels/family1.jpg) no-repeat;
	width: 240px;
	height: 180px;
	float: left;
}

.family2 {
	background: url(../images/panels/family2.jpg) no-repeat;
	width: 240px;
	height: 180px;
	float: left;
}

.family3 {
	background: url(../images/panels/family3.jpg) no-repeat;
	width: 240px;
	height: 180px;
	float: left;
}

.teen1 {
	background: url(../images/panels/teen1.jpg) no-repeat;
	width: 240px;
	height: 180px;
	float: left;
}

.dentures {
	background: url(../images/panels/dentures.jpg) no-repeat;
	width: 240px;
	height: 180px;
	float: left;
}

.wisdomTeeth {
	background: url(../images/panels/wisdomTeeth.jpg) no-repeat;
	width: 240px;
	height: 180px;
	float: left;
}

.splint {
	background: url(../images/panels/splint.jpg) no-repeat;
	width: 240px;
	height: 180px;
	float: left;
}

.checkup {
	background: url(../images/panels/checkup.jpg) no-repeat;
	width: 240px;
	height: 180px;
	float: left;
}





.hub_right_column {
	background: url(../images/panels/waves.png) no-repeat 110px 60px;
}

a.location {
	background: url(../images/panels/location.jpg) no-repeat;
	width: 240px;
	height: 180px;
	float: left;
	padding: 0;
	margin: 0;
}

a.location:hover {
	background: url(../images/panels/location_o.jpg) no-repeat;
}

/* @end */



/* @group Footer */

.footer {
	width: 960px;
	margin: 30px auto;
	clear: left;
	border-top: 1px solid #e5e5e5;
	padding-top: 20px;
}

.footer p {
	font-size: 11px;
	line-height: 15px;
	color: #b5aea9;
}

.footer a {
	font-size: 11px;
	line-height: 15px;
	color: #b5aea9;
}

.footer a:hover {
	font-size: 11px;
	line-height: 15px;
	color: #1595d3;
	text-decoration: none; 
}

.links {
	float: right;
}

/* @end */






























