@charset "utf-8";
/* Resets */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td{
	margin:0;
	padding:0;
	font-size:14px;
	line-height: 1.2em;
}
h1, h2, h3, h4, h5, h6{
	font-size:1em;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: .09em;
}
a{text-decoration:none;}
ol,ul{}
address, caption, cite, code, dfn, em, strong, th, var{font-weight:normal;}
table{border-width:0px;}
fieldset, img{border:0;}
 
caption,th{text-align:left;}
q:before, q:after{content:'';}
br {
	clear: both;
}

/*Layout */
body {
	background-color: #1d1d1d;
}

article, #article {
	width: 800px;
	margin-left: 50%;
	z-index: 99;
	visibility: visible;
	top: 150px;
	/* [disabled]border: thin dashed #FFF; */
	position: absolute;
	left: -400px;
	font-family: Helvetica, Arial, sans-serif;
	color: #1D1D1D;
}
section, #section {
	width: 740px;
	border: 1px solid #E6A796;
	background-color: #e8ded1;
	border-radius: 10px;
	-moz-border-radius:	10px;
	-webkit-border-radius:	10px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	min-height: 400px;
 }
section a:link, #section a:link, #aside a:link  {
	color: #386abb;
}
section a:visited, #section a:visited, #aside a:visited  {
	color: #639;
}
section a:hover, #section a:hover, #aside a:hover  {
	color: #639;
}

aside, #aside {
	float: right;
	width: 215px;
	padding: 5px;
	background-color: #f7f7f7;
	border: 2px solid #111;
	margin-bottom: 15px;
	margin-top: 20px;
	border-radius: 10px;
	-moz-border-radius:	10px;
	-webkit-border-radius:	10px;
	min-height: 385px;
}
#aside #award {
	background-image: url(../images/layout/award-dentist.png);
	background-repeat: no-repeat;
	height: 175px;
}
#aside ul li{
	padding-left: 1.5em;
	background-image: url(../images/layout/bullet-sidebar.png);
	background-repeat: no-repeat;
	background-position: left -2px;
	list-style-type: none;
	margin-bottom: 0.5em;
	list-style-position: outside;
	margin-left: -17px;
	}
#aside ul {
	margin-left: 1.5em;
}

#aside hr {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	height: 0px;
	color: #000;
	width: 95%;
}

footer, #footer {
	clear: both;
 	font-size: 0.8em;
	line-height: 1.5em;
 	margin-top: 3em;
}

#header, #nav {
	position: absolute;
	width: 800px;
	margin-left: 50%;
	z-index: 99;
	visibility: visible;
	left: -400px;
	top: 110px;
	display: inline;
	/* [disabled]background-image: url(../images/layout/nav_reflect.png); */
	background-repeat: repeat-x;
	background-position: left top;
}

#header {
	background-image: url(../images/layout/header2.png);
	background-repeat: no-repeat;
	top: 1px;
	width: 800px;
	z-index: 5;
	height: 175px;
	background-position: left top;
	position: absolute;
}
#headerImg {
	position: absolute;
	margin-left: 50%;
	z-index: 1;
	visibility: visible;
	top: 0px;
	left: 280px;
	background-image: url(../images/layout/header_higgs.png);
	height: 210px;
	width: 200px;
 }

#headerLeft {
	width: 300px;
}
#headerRight {
	margin-top: -25px;
	background-color: #231F1C;
	width: 380px;
	padding: 0.6em;
	border-radius: 10px;
	-moz-border-radius:	10px;
	-webkit-border-radius:	10px;
	opacity: .6;
	color: #FFF;
	font-style: normal;
	font-variant: normal;
	letter-spacing: 0.1em;
	font-size: 0.9em;
}

#header address {
	font-variant: normal;
	font-style: normal;
	font-size: .8em;
}
/* Navagation Display */ 
/* https://www.noupe.com/tutorial/drop-down-menu-jquery-css.html  */
ul.topnav {
	list-style: none;
	margin: 0;
	float: left;
	width: 780px;
	font-size: 16px;
	background-image: url(../images/layout/topnav_divider.png);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-position: left center;
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
}  
 
ul.topnav li {
	float: left;
	margin: 0;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 11px;
	background-image: url(../images/layout/topnav_divider.png);
	background-repeat: no-repeat;
	background-position: right center;
}  
ul.topnav li a{
	padding: 10px 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
	white-space: nowrap;
}  

ul.topnav li a:hover{
	background-image: url(../images/layout/topnav_hover.png);
	background-repeat: no-repeat;
	background-position: center top;
}  
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 13px;
	height: 35px;
	float: left;
	background-image: url(../images/layout/subnav_btn.png);
	background-repeat: no-repeat;
	background-position: center top;
}  
ul.topnav li span.subhover {
	background-position: center bottom;
	cursor: pointer;
	/* [disabled]background-image: url(../images/layout/subnav_btn.gif); */
} /*--Hover effect for trigger--*/  
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0;
	top: 35px;
	margin: 0;
	padding: 0;
	display: none;
	float: left;
	/* [disabled]width: 270px; */
	border: 1px solid #111;
	opacity: .95;

}  
ul.topnav li ul.subnav li{
	margin: 0;
	padding: 0;
	border-top: 1px solid #252525; /*--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
	/* [disabled]width: 170px; */
	font-size: 10px;
}  
html ul.topnav li ul.subnav li a {
	float: left;
	width: 195px;
	padding-left: 20px;
	background-color: #1D1D1D;
	background-image: url(../images/layout/dropdown_linkbg.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}  
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background-color: #333;
	background-image: url(../images/layout/dropdown_linkbg.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}  
/* Display */ 
.alt {
	display: none;
}
h2 {
	color: #666;
	/* [disabled]text-shadow: #000 0 0 1px; */
	font-size: 1.1em;
	/* [disabled]padding-top: 0.5em; */
	padding-left: 0em;
	margin: 0px;
	padding-bottom: 0.5em;
	text-transform: none;
	/* [disabled]display: none; */

}
h3 {
	color: #FFF;
	color: #1D1D1D;
	/* [disabled]text-shadow: black 0px 0px 1px; */
	font-size: 1.3em;
	line-height: 2em;
	font-weight: bold;
	/* [disabled]text-transform: uppercase; */
	text-align: center;
}
h4, {
	font-weight: normal;
	color: #0073A0;
	font-size: 1em;
	line-height: 2em;
	font-style: oblique;
}
h4 {
	font-weight: normal;
	font-style: italic;
	font-size: 1em;
	margin-bottom: .5em;
}

h4, strong {
	color: #1D1D1D;
	font-weight: 600;
}
.AccordionPanelTab h4 {
	font-size: .8em;
}

 .floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.clear {
	clear: both;
	float: none;
}
.textLeft {
	text-align: left;
}
.textRight {
	text-align: right;
}
.center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.shadow{
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
 }

.imgLeft {
  float: left;
  margin-right: 2em;
  margin-top: 0em;
  margin-bottom: 2em;
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  -moz-border-radius:	10px;
  -webkit-border-radius:	10px;


}
.imgRight {
  float: right;
  margin-left: 2em;
  margin-top: 0em;
  margin-bottom: 2em;
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  -moz-border-radius:	10px;
  -webkit-border-radius:	10px;

	
}
.imageCol {
	width: 200px;
	/* [disabled]margin-left: 2em; */
}


p {
	padding-bottom: 1em;
	font-size: 1em;
	line-height: 1.7em;
}
blockquote  {
	font-size: 0.8em;
	padding: 1.5em;
	border-radius: 10px;
	-moz-border-radius:	10px;
	-webkit-border-radius:	10px;
	/* [disabled]background-color: #BAC6D9; */
	background-color: #D3D6DC;
}
blockquote span:first-child {
	background-image:url(../images/layout/blockQuotes.png);
	background-position:left top;
	background-repeat:no-repeat;
	height:24px;
	width:25px;
	display:inline-block;
	/* [disabled]float:left; */
	margin-right:1em;
}  
 
 
blockquote span:last-child {
	background-image:url(../images/layout/blockQuotes.png);
	background-position:right top;
	background-repeat:no-repeat;
	height:1em;
	width:22px;
	display: inline-block;
	margin-left: 0.5em;
}
.quoted {
	font-weight: bold;
	padding-right: 5em;
	background-image: url(../images/layout/quoted.png);
	background-repeat: no-repeat;
	background-position: right top;
	/* [disabled]line-height: 2em; */
	margin-left: 2em;
	font-size: 0.9em;
	height: 45px;
	display: inline-block;
	padding-top: 5px;
}
 
.small {
	font-size: 0.8em;
}
#sidebarVideo {
	height: 148px;
	width: 210px;
	background-image: url(../images/layout/dental-practice-presentation.png);
	margin-left: 2px;
	background-repeat: no-repeat;
}
a#videoButton {
	display: block;
	background-image: url(../images/layout/play-video.png);
	height: 148px;
	width: 210px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	margin-left: -10px;
}
a#videoButton:hover {
	background-image: url(../images/layout/play-video.png);
	background-position: -200px top;
}

 
ul li, ol li{
	font-size: 0.9em;

 }
.portfolioDesc {
	width: 400px;
}

#section ul li{
	padding-left: 2em;
	background-image: url(../images/layout/bullet.png);
	background-repeat: no-repeat;
	background-position: 0px 0em;
	list-style-type: none;
	list-style-position: outside;
	padding-bottom: 1em;
	}
#section ol {
	margin-left: 1.5em;
}
	
#section ol li{
	padding-left: 0.5em;
	margin-bottom: 0.7em;
	list-style-position: outside;
	}
#section ol ul li {
	background-position: 1em 3px;
	color: #333;
	padding-left: 3em;
	padding-top: 0.5em;
}

#sectionMatt, .feature {
 }
#sectionMatt, .feature.full   {
	width: 100%;
	padding: 1em;
}


.feature.shadow.floatLeft.alley {
	margin-right: 1.2em;
}

.feature iframe{
	height:380px;
	width:220px;
	padding:0px;
	margin:0px;
}

.feature .thumbFrame {
	border: 0px solid #FFF;
	height: 118px;
	width: 214px;
	border-radius: 10px;
	-moz-border-radius:	10px;
	-webkit-border-radius:	10px;
	background-color: #FFF;
	margin-top: -1em;
	margin-right: -1em;
	margin-bottom: 1em;
	margin-left: 2em;
}
.feature img {
	/* [disabled]height: 113px; */
	/* [disabled]width: 210px; */
	margin-top: 2px;
	margin-left: 2px;
	border-radius: 10px;
	-moz-border-radius:	10px;
	-webkit-border-radius:	10px;
  }
  
  
  
.feature .details {
	padding: 1em;
}
.specialOffer {
	background-color: #91816E;
}

.btn {
	/* [disabled]clear: both; */
	height: 20px;
	/* [disabled]float: left; */
}
.btn a{
	float: left;
	height: 20px;
	line-height: 20px;
	color: #958773;
	font-size: 0.8em;
	text-decoration: none;
	background-image: url(../images/layout/button.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 25px;
}

.btn a:hover{
	background-image: url(../images/layout/button.png);
	background-position: left -20px;
  }
.btn span {
	float: left;
	width: 10px;
	height: 20px;
	background-image: url(../images/layout/button.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.btnprev a{
	 	background-position: left -40px;
}
.btnprev a:hover{
 	background-position: left -60px;
  }
.btnnext a{
	background-position: right -80px;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 0px;
}
.btnnext a:hover{
 	background-position: right -100px;
  }
.btnnext span {
	float: left;
	width: 15px;
	height: 20px;
	background-image: url(../images/layout/button.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.btn.btnrepo {
	margin-bottom: 0.5em;
	margin-left: 1em;
	clear: both;

}
.btnnav {
	width: 70px;
}
.tableStats {
	width: 95%;
	/* [disabled]font-size: 5px; */
	/* [disabled]font-weight: lighter; */
	color: #333;
}
th {
	font-weight: bold;
}
th, td {
	padding: 5px;
	font-size: 0.8em;
}
 tr:nth-child(odd)    {
	background-color:#F3F3FF;
}

tr:nth-child(even)    {
	background-color:#D0D6C7;
}
 
 
#time tr:nth-child(odd)    {
	background-color: #D8DDE9;
}

#time tr:nth-child(even)    {
	background-color: #F3F5F8;
}
 
 
.attention {
	font-size: 16px;
	background-color: #FF9;
}
#article h1 {
	color: #335777;
	/* [disabled]text-align: center; */
	font-size: 1.3em;
	margin-bottom: 0.5em;
}
