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

/* ------------------------ type selectors ------------------------ */
body {
	background:#2C1507 url("../images/bg-body.jpg") top repeat-x;
	text-align:center;
	font:12px/15px Arial, Helvetica, sans-serif;
	color:#311D0C;
}
blockquote {
	margin-left:10px;
	margin-right:10px;
}
h1 { font-size:1.25em; color:#692C0F; }
h2 { font-size:1.15em; color:#396EB3; }
h3 { font-size:1.05em; color:#311D0C; }
h4 { font-size:1.0em; color:#000; }
h1 span, h2 span, h3 span { display:none; }
a:link, a:visited { color:#2E4868; text-decoration:underline; }
a:hover, a:active { color:#311D0C; }

/* ------------------------ classes ------------------------ */
.clear			{ clear:both; }
div.clear		{ clear:both; height:.01em; overflow:hidden; }
div.clear-h2	{ clear: both; height:10px; overflow:hidden; }
p.back-to-top {
	text-align:right;
	display:block;
	padding-right:21px;
	background:url("../images/bullet.gif") right no-repeat;
}
img.img-left	{ border:solid 1px #CDB69F; float:left; margin:3px 10px 5px 0px; }
img.img-center	{ margin:0px 0px 20px 45px; }
img.img-right	{ border:solid 1px #CDB69F; float:right; margin:2px 0px 5px 10px; }
p.api { float: left; }
a.gallery_btn { margin-left: 20px; }
a.testimonial_btn { margin-left: 20px; }
a.map {
	background: url("../images/title-visit.jpg") 0 -75px no-repeat;
	display: block;
	height: 105px;
}

/* ------------------------ form elements ------------------------ */
form {
	width:150px;
	margin:10px 0 15px 0; /* set margin left and right below */
}
form label { font-size:.95em; }
form br {
	line-height:0;
	height:0;
} /* defaults vertical spacing between fields */
input, textarea, select {
	background-color:#FFFFFF !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #000;
	color:#000;
	width:218px; /* 5 pixles smaller than form width !important */
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.0em;
}
select {
	width:150px;
	padding:0;
} /* same width as form - !important */
textarea {
	height:66px;
	overflow:auto;
}
#contact_business { display: none; } /* do not remove */

/* ------------------------ main contact form ------------------------ */
#contact-main { margin:20px 0 10px 0; }
#contact-main label {
	width:220px;
	position:relative;
	display:block;
	text-align:right;
	margin-bottom:10px;
	font-size:1.0em;
}
#contact-main label input, #contact-main label textarea, #contact-main label select {
	width:170px;
	position:absolute;
	left:110%;
	top:-2px;
}
#contact-main label select { width:175px; } /* fixes display issue - 5px larger than input field */
#contact-main label textarea {
	height:100px;
	overflow:auto;
}
input.submit, input.submit-contact-main {
	width:60px;
	height:20px;
	cursor:pointer;
	padding:0;
}
input.submit-contact-main { margin:95px 0 0 243px; } /* defines placement of contact-main submit button */

/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */
#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:825px;
	margin:0 auto;
	text-align:left;
}
body#index #wrap {
	background:url("../images/bg-wrap-index.jpg") repeat-y;
	width:825px;
	margin:0 auto;
	text-align:left;
}
body#index #wrap-img {
	background:url("../images/bottom-img-index.jpg") bottom no-repeat;
	width:825px;
	margin:0 auto;
	text-align:left;
}
#wrap-img {
	background:url("../images/bottom-img.jpg") bottom no-repeat;
	width:825px;
	margin:0 auto;
	text-align:left;
}
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:73px;
}
	#masthead span.number {
	font: 24px/26px Arial;
	top:12px;
	padding-bottom:2px;
	position:absolute;
	right:35px;
	color:#fff;
}
#masthead a.branding {
	height:56px;
	left:10px;
	position:absolute;
	top:10px;
	width:433px;
}
#masthead a span { display:none; }
#masthead a.email {
	height:22px;
	position:absolute;
	right: 35px;
	top: 40px;
	width: 183px;
}
#masthead a.email span { display:none; }

/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:529px;
	float:left;
	padding-bottom: 60px;
}
#column-left p, #column-left h1, #column-left h3, #column-left h4, #column-left ul, #column-left ol { margin:0px 20px 10px 30px; }
#column-left h2 { margin:0px 12px 10px 30px; }
#column-left form { margin-left:40px; } /* set form margin here */
	#column-left ul {
	padding-left:25px;
	padding-bottom: 10px;
	display:block;
	clear:left;
}
#column-left ul li {
	background:transparent url("../images/bullet.gif") 0px 4px no-repeat;
	padding-left:22px;
	margin-bottom: 4px;
}
#column-left ol {
	padding-left:25px;
	padding-bottom: 10px;
}
	#column-left ul.multi { padding-left:25px; }
#column-left ul.multi li {
	background:transparent url("../images/bullet.gif") 0px 4px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
	padding-left:22px;  /* pushes text to the right to display bg img */
	float:left;
	width:170px; /* sets the width of each column */
	line-height:20px;
}
	#column-left dl { padding-left:0px; }
#column-left dl dt { font-weight:bold; }
#column-left dl dd {
	background:none; /* 0px = horizontal position for left, 6px = vertical position from top */
	padding-left:0px;  /* pushes text to the right to display bg img */
	margin-left:0px;
}
img#foxtv { margin: 10px 0 10px 70px; }

/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:296px;
	float:left;
	padding-bottom: 20px;
}
#column-right-index {
	background:transparent url("../images/col-right-index.jpg") no-repeat;
	width:296px;
	float:left;
	padding-bottom: 20px;
	position:relative;
}
#ctc a {
	position:absolute;
	left:10px;
	width:250px;
	top:25px;
	height:100px;
}
#column-right-index p, #column-right-index h1, #column-right-index h2, #column-right-index h3, #column-right-index ul, #column-right-index dl { margin:0px 50px 10px 20px; }
#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl { margin:0px 50px 10px 20px; }
body#doctors #column-right h2 { margin-top: 50px; }
#column-right form { padding-left:20px; }
#column-right-index form { padding-left:20px; }
	#column-right ul { padding-left:0px; }
#column-right ul li {
	background:none; /* 0px = horizontal position for left, 6px = vertical position from top */
	padding-left:0px;  /* pushes text to the right to display bg img */
}
	#column-right ul.multi { padding-left:5px; }
#column-right ul.multi li {
	background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
	padding-left:10px;  /* pushes text to the right to display bg img */
	float:left;
	width:150px;
	line-height:20px;
}
	#column-right dl { padding-left:0px; }
#column-right dl dt { font-weight:bold; }
#column-right dl dd { background:none; /* 0px = horizontal position for left, 6px = vertical position from top */ }
#bttn1 { background:url("../images/patient_ed_bttn.jpg"); height:43px; position:relative; margin-top:15px; }
#bttn2 { background:url("../images/dental-health-guides-bttn.jpg"); height:43px; position:relative; }
#bttn3 { background:url("../images/privacypolicy-bttn.jpg"); height:43px; position:relative; }
#bttn4 { background:url("../images/mededfile-bttn.jpg"); height:43px; position:relative; }
#bttn1 a, #bttn2 a, #bttn3 a, #bttn4 a { position:absolute; left:10px; width:296px; top:2px; height:43px; }
#ctc { margin-top:150px; }
#video_website {
	background:url(../images/video-website-bg.jpg) no-repeat;
	width:296px;
	padding-top:100px;
}
body#index #video_website {
	background:none;
	width:285px;
	height:184px;
	padding-top:0;
}
#video_website a { margin-left:25px; }
body#index #video_website a { margin-left:0; }

/* ------------------------ header framework ------------------------ */
#header-flash {
	height:421px;
	float: left;
	background:url("../images/header-bg.jpg");
	width: 572px;
	padding: 24px 58px 0px 0px;
} /* sets height for the flash header - REMOVE IF NOT USED */
#header-graphic {
	height:445px;
	width: 630px;
	float: left;
	background:url("../images/header-01.jpg");
} /* sets height for all non-flash headers */
body#doctors #header-graphic { background:url("../images/header-01.jpg"); }
body#practice #header-graphic { background:url("../images/header-02.jpg"); }
body#implants #header-graphic { background:url("../images/header-03.jpg"); }
body#cosmetic #header-graphic { background:url("../images/header-04.jpg"); }
body#veneers #header-graphic { background:url("../images/header-01.jpg"); }
body#whitening #header-graphic { background:url("../images/header-02.jpg"); }
body#invisalign #header-graphic { background:url("../images/header-03.jpg"); }
body#recon #header-graphic { background:url("../images/header-04.jpg"); }
body#general #header-graphic { background:url("../images/header-01.jpg"); }
body#periodontics #header-graphic { background:url("../images/header-02.jpg"); }
body#dentures #header-graphic { background:url("../images/header-03.jpg"); }
body#bone #header-graphic { background:url("../images/header-04.jpg"); }
body#botox #header-graphic { background:url("../images/header-01.jpg"); }
body#makeover #header-graphic { background:url("../images/header-02.jpg"); }
body#tech #header-graphic { background:url("../images/header-03.jpg"); }
body#gallery #header-graphic { background:url("../images/header-04.jpg"); }
body#financing #header-graphic { background:url("../images/header-01.jpg"); }
body#faqs #header-graphic { background:url("../images/header-02.jpg"); }
body#sedation #header-graphic { background:url("../images/header-03.jpg"); }
body#contact #header-graphic { background:url("../images/header-04.jpg"); }
body#thankyou #header-graphic { background:url("../images/header-04.jpg"); }
body#sitemap #header-graphic { background:url("../images/header-01.jpg"); }

/* ------------------------ subhead framework ------------------------ */
#subhead { padding-top:103px; } /* sets height for all subheads */
body#index #subhead {
	background:url("../images/subhead-index.jpg") top no-repeat;
	float: left;
}
body#doctors #subhead { background:url("../images/subhead-doctors.jpg") top no-repeat; }
body#practice #subhead { background:url("../images/subhead-practice.jpg") top no-repeat; }
body#implants #subhead { background:url("../images/subhead-implants.jpg") top no-repeat; }
body#cosmetic #subhead { background:url("../images/subhead-cosmetic.jpg") top no-repeat; }
body#veneers #subhead { background:url("../images/subhead-veneers.jpg") top no-repeat; }
body#whitening #subhead { background:url("../images/subhead-whitening.jpg") top no-repeat; }
body#invisalign #subhead { background:url("../images/subhead-invisalign.jpg") top no-repeat; }
body#recon #subhead { background:url("../images/subhead-recon.jpg") top no-repeat; }
body#general #subhead { background:url("../images/subhead-general.jpg") top no-repeat; }
body#periodontics #subhead { background:url("../images/subhead-perio.jpg") top no-repeat; }
body#dentures #subhead { background:url("../images/subhead-dentures.jpg") top no-repeat; }
body#bone #subhead { background:url("../images/subhead-bone.jpg") top no-repeat; }
body#botox #subhead { background:url("../images/subhead-botox.jpg") top no-repeat; }
body#makeover #subhead { background:url("../images/subhead-makeover.jpg") top no-repeat; }
body#tech #subhead { background:url("../images/subhead-tech.jpg") top no-repeat; }
body#gallery #subhead { background:url("../images/subhead-gallery.jpg") top no-repeat; }
body#financing #subhead { background:url("../images/subhead-financing.jpg") top no-repeat; }
body#faqs #subhead { background:url("../images/subhead-faqs.jpg") top no-repeat; }
body#sedation #subhead { background:url("../images/subhead-sedation.jpg") top no-repeat; }
body#contact #subhead { background:url("../images/subhead-contact.jpg") top no-repeat; }
body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg") top no-repeat; }
body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg") top no-repeat; }
body#multiple #subhead, body#single #subhead { background:url("../images/subhead-blog.jpg") top no-repeat; }
body#astoria-cosmetic-dentistry #subhead { background:url("../images/subhead-astoria-cosmetic-dentistry.jpg") top no-repeat; }
body#botox-cosmetic-cost #subhead { background:url("../images/subhead-botox-cosmetic-cost.jpg") top no-repeat; }
body#communities-we-serve #subhead { background:url("../images/subhead-communities-we-serve.jpg") top no-repeat; }
body#dental-bridges #subhead { background:url("../images/subhead-dental-bridges.jpg") top no-repeat; }
body#dental-crowns #subhead { background:url("../images/subhead-dental-crowns.jpg") top no-repeat; }
body#dental-implants-cost #subhead { background:url("../images/subhead-dental-inplant-cost.jpg") top no-repeat; }
body#injectable-treatment #subhead { background:url("../images/subhead-injectable-treatment.jpg") top no-repeat; }
body#invisalign-cost #subhead { background:url("../images/subhead-invisalign-cost.jpg") top no-repeat; }
body#manhattan-cosmetic-dentistry #subhead { background:url("../images/subhead-manhattan-cosmetic-detistry.jpg") top no-repeat; }
body#porcelain-veneers-cost #subhead { background:url("../images/subhead-porcelain-veneers-cost.jpg") top no-repeat; }
body#porcelain-veneers-benefits #subhead { background:url("../images/subhead-porcelain-veneers-benefits.jpg") top no-repeat; }
body#porcelain-veneers-cost #subhead { background:url("../images/subhead-porcelain-veneers-cost.jpg") top no-repeat; }
body#queens-cosmetic-dentistry #subhead { background:url("../images/subhead-queens-cosmetic-dentistry.jpg") top no-repeat; }
body#restorative-dentistry #subhead { background:url("../images/subhead-restorative-dentistry.jpg") top no-repeat; }
body#smile-makeover-cost #subhead { background:url("../images/subhead-smile-makeover-cost.jpg") top no-repeat; }
#implants_subhead {
	position:relative;
	background:url("../images/subhead-implants.jpg");
	height:103px;
}
	#implants_subhead a {
	position:absolute;
	left:258px;
	width:188px;
	top:19px;
	height:57px;
}
#implants_subhead a span { display:none; }

/* ------------------------ subhead framework with varying heights ------------------------ */
#index-left		{ width: 269px; float: left; }
#index-middle	{ width: 260px; float: left; }
h2#title-implants	{ height:207px; background:url("../images/title-implants.jpg"); margin: 0; width: inherit; }
h2#title-meetdoc	{ height: 64px; background: url("../images/title-meetdoc.jpg"); margin: 0; width: inherit; }
h2#title-invisalign	{ height: 87px; background: url("../images/title-invisalign.jpg"); margin: 0; width: inherit; }
h2#title-news		{ height: 87px; background: url("../images/title-news.jpg"); margin: 0; width: inherit; }
h2#title-botox		{ height: 78px; background:url("../images/title-botox.jpg"); margin: 0; width: inherit; }
h2#smilepix_logo	{ height: 78px; background:url("../images/smilepix_logo.jpg"); margin: 0; width: inherit; }
#title-contact					{ background:url("../images/title-contact.jpg") top no-repeat; margin-left: 1px; padding-top:80px; }
body#contact #title-contact,
body#thankyou #title-contact	{ padding-top:70px; }

/* ------------------------------------- Buttons ---------------------------------------- */
#click-to-call {
	height:186px;
	display:block;
	background:url("../images/click-to-call.jpg") no-repeat;
}
#click-to-call:hover { background:url("../images/click-to-call.jpg") -100px 0 no-repeat; /* -100px = horizontal img shift, 0px = vertical shift from top */ }
#click-to-call span { display:none; }
#video_website span { display:none; }

/* ------------------------ bottom-wrap framework ------------------------ */
body#index #bottom-wrap {
	background:url("../images/bottom-wrap-index.jpg");
	width:100%; /* fix for Safar */
	height:20px;
	clear:both; /* important - do not remove */
}
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	width:100%; /* fix for Safar */
	height:20px;
	clear:both; /* important - do not remove */
}

/* ------------------------footer framework ------------------------ */
#footer {
	width:800px;
	margin:0 auto;
	text-align:center;
	padding-right:25px;
}
#footer p {
	color:#FFFFFF;
	margin-bottom:10px;
}
#footer a:link, #footer a:visited { color:#FFFFFF; }
#footer a:hover, #footer a:active {
	color:#DDD0BF;
	text-decoration: none;
}
#footer ul { margin-bottom:10px; }
#footer li { /* if your li's float, you can adjust border height w/ line-height */
	padding:0 5px 0 7px; /* adjusts the spacing between each li display and border-left */
	display: inline;
	border-left: 1px solid #FFFFFF;
}
#footer li.first { border: none; }

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */
#nav {
	background:url("../images/nav.jpg") top left no-repeat;
	width:195px;	/* Width of buttons, not entite image (or half of entire image) */
	height:435px;	 /* Height of entire image */
	margin:0;
	padding:0;
	float: left;
}
ul#nav { padding-top:10px; }
#nav li a span {
	display:block;
	width:158px;
}
#nav li a {
	font: normal normal normal 14px 'Century Gothic', Arial, serif;
	color:#fff;
	text-decoration:none;
	padding:3px 1px 5px 6px;
	white-space: nowrap;
	text-shadow: 2px 2px 2px #333;
}
#nav li a:hover { background:url("../images/nav-hover.jpg") top left no-repeat; }
#nav li a#current { color:#f4c49e; }
#nav li {
	float:left;
	list-style:none;
	position:relative;
	padding:0px 0;
}
#nav li, #nav a { display:block; }
#nav-01, #nav-02, #nav-03, #nav-04, #nav-05, #nav-06, #nav-07, #nav-08, #nav-09, #nav-10, #nav-11, #nav-12, #nav-13, #nav-14, #nav-15, #nav-16, #nav-17, #nav-18, #nav-19, #nav-20, #nav-21 {
	margin-top:0;
	width:195px;
}

/* ----- Social Media Kit ------ */
div#social-media {
	width:260px;
	height:122px;
	background:url("../images/smk.jpg") no-repeat;
	margin:0;
	position:relative;
	z-index:999;
}
div#social-media span { display:none; }
#social-media a				{ height:40px; position:absolute; top:53px; width:40px; }
#social-media a.twitter		{ left:43px; }
#social-media a.linkedin	{ left:88px; }
#social-media a.facebook	{ left:133px; }
#social-media a.youtube		{ left:178px; }

/* ------------------------ Sub Navigation framework ------------------------ */
#side-top-bg {
	background:url(../images/side-website-bg.jpg) no-repeat;
	width:296px;
	padding-top:65px;
}
#sub-nav {
	background:url(../images/nav-website-bg.jpg) no-repeat;
	width:296px;
	padding-top:53px;
}
#sub-nav ul {
	margin-bottom:22px;
	width:220px;
}
#sub-nav li a#current {
	background:url("../images/arrow-current.gif") 0px 4px no-repeat;
	color:#a07521;
}
#sub-nav li a {
	display:block;
	font-size: 16px;
	background:url("../images/arrow.gif") 0px 4px no-repeat;
	padding:5px 0 5px 17px;
	text-decoration:none;
	border-bottom:1px solid #B9A799;
}
#sub-nav li a:hover { background: url("../images/arrow-hover.gif") 0px 4px no-repeat; }
#sub-nav li a:active {
	background:url("../images/arrow-current.gif") 0px 4px no-repeat;
	color:#a07521;
}
#sub-nav p.nav-title {
	font: normal normal normal 18px 'Century Gothic', Arial, sans-serif;
	color:#396EB3;
	padding-bottom:10px;
	margin:0 50px 0px 20px;
}

/* video overlay styles */
.video-wrap {
	width:900px;
	height:506px;
}
#video-title {
	height:40px;
	background:black;
	color:white;
}
div#column-left #video-title h1 {
	font-size:20px;
	line-height:40px;
	padding:0 15px;
	margin:0 0 0 0;
	color:#fff;
	font-weight:normal;
}
#videoPlayer1, #videoPlayer2, #videoPlayer3, #videoPlayer4 {
	width:650px;
	height:347px;
	float:left;
}
#video-data {
	width:250px;
	height:347px;
	float:left;
}
.simple_overlay {
	display:none;
	z-index:10000;
}
.simple_overlay .close {
	background-image:url("../images/close.png");
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}
#accordion {
	background:#333;
	height:317px;
	overflow:hidden;
}
#accordion h2.accordianLink {
	background:url('../images/buttons.jpg') no-repeat;
	font-weight:normal;
}
#accordion h2.accordianLink.active {
	background:url('../images/buttons.jpg') no-repeat 0 -30px;
	font-weight:normal;
}
#accordion h2 {
	margin:0;
	height:30px;
	font-size:16px;
	line-height:30px;
	padding:0 15px;
	text-decoration:none;
	cursor:pointer;
	font-weight:normal;
	color:#fff;
}
div#column-left a.view-all-vids {
	background:url("../images/buttons.jpg") no-repeat scroll 0 -59px transparent;
	margin:0;
	height:30px;
	font-size:16px;
	line-height:30px;
	padding:0 15px;
	text-decoration:none;
	cursor:pointer;
	color:#fff;
	display:block;
	width:220px;
}
div#column-left a:hover.view-all-vids { color:#ddd; }
html body#index div#wrap div#wrap-img div#column-left div#subhead div#index-middle div#video_website div#video-data h2#videoSite {
	margin:0 0 0 0;
	color:#fff;
}
#accordion .pane {
	height:257px;
	padding:0 15px;
	color:#fff;
	font-size:12px;
	overflow:auto;
}
.pane div { padding:10px 0 0 0; }
#videoSite { background:url('../images/buttons.jpg') no-repeat 0 -60px; }
img.videoLink { cursor:pointer; }
img.videoLink.img-right	{ margin-right:20px; }
img.videoLink.img-left	{ margin-left:30px; }
#bone img.videoLink.img-left { margin-left:0; }
