/*--------------------> Global Selectors <--------------------*/
* {
	margin: 0px;
	padding: 0px;
	outline: none;
}

a img {
	border: 0;
}

.imgLeft {
	float: left;
	margin: 0 10px 10px 0;
}

.imgRight {
	float: right;
	margin: 0 0 10px 10px;
}

.center {
	text-align: center;
}

body {
	background-color: #2a3640;
	background-image: url(../images/background-body.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	
}

#container {
	width: 978px;
	height: auto;
	position: relative;
	margin: auto;
	padding: 0;
}
/*--------------------> Header Selectors <--------------------*/

#locations {
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	width: 978px;
	height: 20px;
	color: #acb1b5;
}

#locations p {
	margin: 0;
	padding: 3px 0 0 0;
	height: 17px;
	width: 978px;
}

#locations a, #locations a:visited, #locations a:active, #locations a:link {
	margin: 0;
	padding: 0;
	color: #acb1b5;
	text-decoration: underline;
}

#locations a:hover {
	color: #acb1b5;
	text-decoration: none;
}

#header {
}

/*--------------------> Mast Selectors <--------------------*/

#mast {
	width: 978px;
	height: 334px;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 0;
	top: 65px;
}

#mast img {
	border: 0;
}

#mast #logo {
	position: absolute;
	text-indent: -9999px;
	top: 35px;
	left: 32px;
	display: block;
	width: 265px;
	height: 195px;
}

#mast a#cta-gallery {
	display: block;
	height: 30px;
	width: 190px;
	padding: 8px 10px 0 0;
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Palatino Linotype", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	position: absolute;
	bottom: 20px;
	right: 30px;
	text-align: right;
}

#mast a#cta-gallery:hover {
	background:#497397;
}

#mast p#mast-phone {
	position: absolute;
	top: 25px;
	right: 42px;
	font-family: "Palatino Linotype", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight:bold;
	color: #c5c8ca;
	padding: 0;
	margin: 0;
	display: block;
	height: 24px;
}

/*--------------------> Top Nav Selectors <--------------------*/

#top-navigation {
	display: block;
	height: 50px;
	/*width: 978px;*/
	width: 852px;
	position: absolute;
	background:url(../images/background-topnav.png) top left no-repeat;
	left: 0;
	top: 15px;
	font-family: "Palatino Linotype", Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding: 22px 63px 0 62px;
	margin: 0;
}

#top-navigation ul {
	list-style: none;
	margin: 0;
	display: block;
	/*padding: 22px 0 0 0;*/
	width: 978px;
	height: 28px;
	/*background:url(../images/background-topnav.png) top left no-repeat;*/
	cursor: default;
}

#top-navigation ul li {
	height: 28px;
	width: auto;
	float: left;
	position: relative;
	padding: 0;
	margin: 0;
	display: block;
}

#top-navigation ul li a, #top-navigation ul li a:hover, #top-navigation ul li a:visited {
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	display: inline-block;
	padding: 2px 14px 0 14px;
	margin: 0;
	height: 26px;
	width: auto;
}

#top-navigation ul li a:hover, #top-navigation ul li a.active {
	background: #497397;
}

#top-navigation ul li ul { 
	display: none;
	width: 215px;
	height: auto;
	position: absolute;
	top: 27px;
	left: 0;
	padding-top: 14px;
	cursor: pointer;
	background: url(../images/pixel.gif) top left repeat;
}

#top-navigation ul li ul li {
	display: block;
	width: 215px;
	height: auto;
	background: #2c5373;
}

#top-navigation ul li ul li a {
	width: 187px;
	padding: 3px 14px 8px 14px;
	height: auto;
	background: none;
	margin: 0;
	float: left;
}

#top-navigation ul li ul li a:hover {
	width: 187px;
	padding: 3px 14px 8px 14px;
	height: auto;
	background: #497397;
	margin: 0;
}

#top-navigation ul li ul li a:visited {
	width: 187px;
	padding: 3px 14px 8px 14px;
	height: auto;
	margin: 0;
}

#top-navigation ul li:hover ul { 
	display: block;
	cursor: pointer;
}

/*--------------------> Content Selectors <--------------------*/

#content {
	position: relative;
	/*padding: 402px 0 0 0;*/
	padding: 432px 0 0 0;
	width: 978px;
	height: auto;
	margin: 0;
	background: url(../images/background-content-top.png) 30px 402px no-repeat;

}

/*--------------------> Column Container Selector <--------------------*/

#column-container {
	/*background: url(../images/background-content-top.png) top right no-repeat;*/
	background: url(../images/background-content.png) top right repeat-y;
	width: 978px;
	/*padding: 30px 0 0 0;*/
	padding: 0;
	margin: 0;
	position: relative;
}

/*--------------------> Left Column Selectors <--------------------*/

#left-column {
	/*position: absolute;
	top: 35px;
	left: 0;*/
	float: left;
	width: 328px;
	height: auto;
	display: block;
	padding: 0;
	margin: 0;
}

#left-column #side-nav {
	width: 328px;
	height: auto;
	display: block;
	background: url(../images/background-sidenav-top.png) top left no-repeat;
	padding: 27px 0 0 0;
	
}

#left-column #side-nav ul {
	width: 288px;
	padding: 0 20px;
	height: auto;
	display: block;
	background: url(../images/background-sidenav-content.png) top left repeat-y;
	list-style: none;
}

#left-column #side-nav ul li {
	width: 288px;
	display: block;
	/*height: 16px;
	padding: 7px 0 15px 0;*/
	
	padding: 4px 0 2px 0;
	background: url(../images/sidenav-divider.png) bottom left repeat-x;
}

#left-column #side-nav ul li a {
	height: 30px;
	/*padding: 9px 0 13px 19px;*/
	padding: 4px 0 0 19px;
	/*padding: 0 0 0 19px;*/
	width: 269px;
	display: block;
	font-size: 16px;
	line-height: 16px;
	font-family: "Palatino Linotype", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	/*background:url(../images/arrow.png) top right no-repeat;*/
	background: url(../images/arrow.jpg) 0 0 no-repeat;
}

#left-column #side-nav ul li a:hover, #left-column #side-nav ul li a.selected {
	background-position: 0 -32px;
}

#left-column #side-nav ul li ul {
	display: block;
	background: none;
	padding: 0;
	height: auto;	
}

#left-column #side-nav ul li ul li {
	background: url(../images/sidenav-subnav.jpg) top left repeat-y;
	width: 286px;
	display: block;
	height: auto;	
	padding: 0 1px;
	position: relative;
}

#left-column #side-nav ul li ul li a {
	background: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #16212a;
	font-weight: normal;
	padding: 6px 0 6px 18px;
	height: auto;
	width: 268px;
}

#left-column #side-nav ul li ul li a:hover {
	background: #51697d;
	color: #FFFFFF;
	padding: 6px 0 6px 18px;
	height: auto;
}

#left-column #side-nav ul li ul li:hover ul {
	display: block;
}

#left-column #side-nav ul ul ul {
	display: none;
	width: 286px;
	background: none;
	position: absolute;
	top: -1px;
	left: 287px;
	background: #d3d7d9;
	border: 1px solid #213f58;
}

#left-column #side-nav ul ul ul li {
	width: 286px;
	background: none;
	padding: 0;
}

#left-column #side-nav ul ul ul li a {
	font-size: 12px;
	/*padding: 6px 0 6px 36px;
	width: 250px;
	background: none;*/
}

/*--------------------> Mini Form Selectors <--------------------*/
#left-column #qc {
	display: block;
	width: 328px;
	height: auto;
	background:url(../images/background-qc-top.png) top left no-repeat;
	padding-top: 117px;
}

#left-column #qc form {
	display: block;
	width: 248px;
	height: auto;
	background:url(../images/background-qc.png) bottom left no-repeat;
	overflow: hidden;
	padding: 0 40px 40px 40px;
}

#left-column #qc form ul {
	list-style: none;
}

#qc ul li {
	margin: 0 0 10px 0;
}

#qc ul li span, #qc ul li a, #qc ul li a:visited {
	font-size: 12px;
	color: #97aab9;
}

#qc ul li a {
	float: right;
}

#qc ul li a:hover {
	text-decoration: none;
}

#qc textarea {
	margin: 0 0 10px 0;
	padding: 5px;
	width: 238px;
	height: 90px;
	border: none 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #707e8a;
}

#qc input {
	margin: 0;
	padding: 5px;
	width: 238px;
	height: 15px;
	border: none 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #707e8a;
}

#qc input.mini-form-button {
	-moz-border-radius: 0;
	width: 156px;
	height: 44px;
	background:url(../images/button-submit.jpg) top left no-repeat;
	margin: 0 0 0 46px;
	text-indent: -9999px;
	cursor: pointer;
	padding: 0;
}

#qc input.mini-form-button:hover {
	background-position: bottom left;
}

#qc p {
}

#qc a {
}

#qc a:hover {
}

/*--------------------> Form Selectors <--------------------*/
.address2 {
  display: none;
}
.valid {
  background-color: #D0ECAA !important;
}
.invalid {
  background-color: #EC8486 !important;
}

/*--------------------> Right Column Selector <--------------------*/

/*#right-column {
	width: 600px;
	height: auto;
	padding: 10px 40px 1px 338px;
}*/

#right-column {
	width: 600px;
	height: auto;
	padding: 10px 40px 1px 0;
	float:right;
}

#right-column h1 {
	color: #185fa4;
	font-size: 20px;
	font-weight: bold;
	font-family: "Palatino Linotype", Arial, Helvetica, sans-serif;
	line-height: 20px;
}

#right-column h2 {
	color: #72a3ca;
	font-size: 16px;
	font-weight: bold;
	font-family: "Palatino Linotype", Arial, Helvetica, sans-serif;
	line-height: 18px;
	margin: 0 0 20px 0;
}

#right-column h3 {
	color: #72a3ca;
	font-size: 16px;
	font-weight: bold;
	font-family: "Palatino Linotype", Arial, Helvetica, sans-serif;
	line-height: 18px;
	margin: 0 0 20px 0;
}

#right-column p {
	color: #f2fbff;
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 20px 0;
}

#right-column a, #right-column a:visited, #right-column a:link, #right-column a:active {
	color: #72a3ca;
	text-decoration: underline;
}

#right-column a:hover {
	text-decoration: none;
}

#right-column ul {
	list-style: none;
	font-size: 14px;
	margin: 0 0 20px 0;
}

#right-column ul li {
	color: #f2fbff;
	line-height: 18px;
	margin: 0;
	padding: 0 0 0 20px;
	background:url(../images/bullet.jpg) 6px 6px no-repeat
}

#right-column ol {
}

#right-column ol li {
}

address {
}

#map {
}

/*--------------------> Btn Call To Action  Blog Selectors <--------------------*/

#btn-cta-blog {
}

#btn-cta-blog a {
}

#btn-cta-blog a:hover {
}

/*--------------------> Footer Selectors <--------------------*/
#footer {
	width: 978px;
	height: auto;
	display: block;
	background: url(../images/background-footer-top.png) top left no-repeat;
	position: relative;
	padding: 54px 0 0 0;
}

#footer #footer-ctas {
	position: absolute;
	z-index: 99;
	top: 47px;
	left: 19px;
	display: block;
	width: 940px;
	height: 130px;
	margin: 0;
	padding: 0;
}

#footer #footer-ctas a {
	display: block;
	height: 130px;
	padding: 0;
	margin: 0;
	float: left;
	text-indent: -9999px;
}

#footer #footer-ctas a#cta-veneers {
	width: 310px;
	background: url(../images/cta-veneers.jpg) top left no-repeat;
}

#footer #footer-ctas a#cta-tmj {
	width: 320px;
	background: url(../images/cta-tmj.jpg) top left no-repeat;
}

#footer #footer-ctas a#cta-implants {
	width: 310px;
	background: url(../images/cta-implants.jpg) top left no-repeat;
}

#footer #footer-ctas a#cta-implants:hover,
#footer #footer-ctas a#cta-tmj:hover,
#footer #footer-ctas a#cta-veneers:hover {
	background-position: bottom left;
}

#footer #footer-content {
	display: block;
	width: 898px;
	height: auto;
	background: url(../images/background-footer-content.png) top left repeat-y;
	padding: 130px 40px 5px 40px;
}

#footer a#lumineers {
	display: inline-block;
	height: 44px;
	width: 153px;
	background:url(../images/logo-lumineers.jpg) top left no-repeat;
	text-indent: -9999px;
	margin-right: 19px;
}

#footer a#invisalign {
	display: inline-block;
	height: 44px;
	width: 153px;
	background:url(../images/logo-invisalign.jpg) top left no-repeat;
	text-indent: -9999px;
	margin-right: 19px;
}

#footer a#oravital {
	display: inline-block;
	height: 44px;
	width: 117px;
	background: url(../images/logo-oravital.jpg) top left no-repeat;
	text-indent: -9999px;
	margin-right: 19px;
}

#footer a#ppm {
	display: inline-block;
	height: 44px;
	width: 117px;
	background: url(../images/logo-ppm.jpg) top left no-repeat;
	text-indent: -9999px;
	margin-right: 35px;
}

#footer a#ppm:hover, #footer a#oravital:hover, #footer a#invisalign:hover, #footer a#lumineers:hover {
	background-position: bottom left;
}

#footer p {
	margin-bottom: 15px;
	color: #828c93;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	
}

#footer a, #footer a:visited, #footer a:link {
	text-decoration: underline;
	color: #828c93;
}

#footer a:hover {
	text-decoration: none;
	color: #828c93;
}

#footer a.active {
	color: #72A3CA;
}

#footer a#sitemap, #footer a#sitemap:hover {
	color: #185fa4;
	text-decoration: none;
	font-size: 20px;
	font-family: "Palatino Linotype", Arial, Helvetica, sans-serif;
	font-weight: bold; 
}

#footer #footer-map {
	display: block;
	width: 120px;
	height: 150px;
	float: right;
	margin: 0 0 0 20px;
	padding: 7px 0 0 0;
}

#footer #footer-map #map {
	display: block;
	width: 120px;
	height: 93px;
	text-indent: -9999px;
	background:url(../images/map.jpg) top left no-repeat;
}

#footer #footer-map #map:hover {
	background-position: bottom left;
}

#footer #footer-map p {
	text-align: center;
	font-size: 14px;
}

#footer #footer-map p#footer-phone {
	font-size: 18px;
	color: #185fa4;
}

#footer #footer-logo {
	display: block;
	width: 140px;
	height: 93px;
	float: right;
	margin: 0 0 0 20px;
	padding: 7px 0 0 0;
}

#footer #footer-logo a#sitelogo {
	width: 140px;
	height: 93px;
	display: block;
	text-indent: -9999px;
	background:url(../images/logo-footer.jpg) top left no-repeat;
	margin-bottom: 15px;
}

#footer a#facebook {
	width: 45px;
	height: 44px;
	display: inline-block;
	background:url(../images/facebook.jpg) top left no-repeat;
	text-indent: -9999px;
	margin: 0 20px 0 0;
}

#footer a#blog {
	width: 45px;
	height: 44px;
	display: inline-block;
	background:url(../images/blog.jpg) top left no-repeat;
	text-indent: -9999px;
}

#footer a#facebook:hover, #footer a#blog:hover {
	background-position: bottom left;
}

#copyright {
	width: 978px;
	height: auto;
	display: block;
	text-align: center;
	color: #acb1b5;
	padding: 30px 0 5px 0;
	background:url(../images/background-copyright.png) top left no-repeat;
}

#copyright p {
	margin: 0;
	padding: 0;
	height: 17px;
	width: 978px;
}

#copyright a, #copyright a:visited, #copyright a:active, #copyright a:link {
	margin: 0;
	padding: 0;
	color: #acb1b5;
	text-decoration: underline;
}

#copyright a:hover {
	color: #acb1b5;
	text-decoration: none;
}

/*--------------------> Sitemap Selectors <--------------------*/
#sitemap {
}

#sitemap ul {
}

#sitemap ul li {
}

#sitemap ul li a {
}

#sitemap ul li a:hover {
}

#disclaimer {
}

/*--------------------> Disclaimer Selectors <--------------------*/

#disclaimer p {
}

#disclaimer a {
}

#disclaimer a:hover {
}
/*-------------------> Clearfix and sIFR Selectors, Please do not modify <--------------------*/
/* Clearfix */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
/* Hide from IE Mac \*/
.clearfix {
	display:block;
}
/* End hide from IE Mac */
.brclear {
	clear:both;
	height:0;
	margin:0;
	font-size: 1px;
	line-height: 0;
}
