/* CSS Reset
------------------------------------------------------------------------------------*/
html, 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, iframe { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset, img, a img, :link img, :visited img, iframe { 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:''; }

/* ------------------------ GLOBAL ELEMENTS ------------------------ */
body {
	background:#fff url(http://www.cnyeye.com/images/bg-body.jpg) top center repeat-x;
	text-align:center;
	font:14px/22px Arial, Helvetica, sans-serif;
	color:#000;
}
body#inside { background:#fff url(http://www.cnyeye.com/images/bg-body-inside.jpg) top center repeat-x; }
blockquote {
	margin-left:10px;
	margin-right:10px;
}
h1, p.h1 { font-size:24px; color:#4d7998; font-weight:none; line-height:24px; }
h2, p.h2 { font-size:20px; color:#4d7998; font-weight:bold; }
h3, p.h3 { font-size:18px; color:#4d7998; font-weight:bold; }
h4, p.h4 { font-size:12px; color:#4d7998; font-weight:bold; }
h1 span, h2 span, h3 span { display:none; }
a:link, a:visited, a:hover, a:active { color:#0e749c; text-decoration:underline; }

/* ------------------------ classes ------------------------ */
.clear		{ clear:both; }
div.clear	{ height:.01em; overflow:hidden; }
p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("../images/bullet-back-to-top.jpg") right no-repeat;
}
img.img-left	{ float:left; margin:2px 10px 10px 0px; }
img.img-right	{ float:right; margin:0px 0px 10px 10px; }
.module { margin: 0 0 3em; }

/* ------------------------ form elements ------------------------ */
form { margin:10px 0 15px 0; /* set margin left and right below */ }
form label { /* font-size:.95em; */ color:#fff; }
form br {
	line-height:0;
	height:0;
} /* defaults vertical spacing between fields */
input, textarea, select {
	background-color:#fff !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #668294;
	color:#000;
	width:200px; /* 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:12px;
}
form input.required {
	background: url(http://www.cnyeye.com/images/required.jpg) top right no-repeat;
	padding-right:50px;
}
select {
	width:150px;
	height:auto;
} /* same width as form - !important */
textarea {
	height:90px;
	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 */
input.submit-image, input.submit-contact-main { /* REMOVE IF NOT USED */
	background:url("../images/btn-submit.jpg");
	width:64px;
	height:20px;
	border:none;
	cursor:pointer;
}

/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */
#wrap {
	width:980px;
	margin:0 auto;
	text-align:left;
}
body#inside #masthead {
	position:relative;
	background:url("../images/masthead-inside.jpg");
	height:321px;
	margin-bottom:30px;
}
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:411px;
}
	#masthead a {
	position:absolute;
	left:0px;
	width:0px;
	top:0px;
	height:0px;
}
#masthead a span { display:none; }
#masthead span.phone {
	font:30px Arial;
	color:#fff;
	text-shadow: 2px 2px 2px #111;
	font-weight:bold;
	display:block;
	padding-right:17px;
	padding-top:50px;
	text-align:right;
}
#masthead span.phone a { position:relative; }
#masthead #showcase-containers {
	position:absolute;
	left:0;
	top:321px;
	background: url(http://www.cnyeye.com/images/showcase-containers.png) no-repeat;
	display:block;
	width:980px;
	height:212px;
}
#masthead #showcase-containers img.img-right {
	float:right;
	margin:0px 0px 10px 0px;
}
#masthead #showcase-containers div {
	height:169px;
	left:19px;
	position:absolute;
	top:12px;
	width:220px;
}
#masthead #showcase-containers div#container-1 { left:19px; }
#masthead #showcase-containers div#container-2 { left:260px; }
#masthead #showcase-containers div#container-3 { left:500px; }
#masthead #showcase-containers div#container-4 { left:740px; }
#masthead #showcase-containers a { position:relative; }
#masthead #showcase-containers div p {
	margin:0px 20px 0px 20px;
	color:#000;
	line-height:14px;
	font-size:12px;
}
#masthead #showcase-containers div p.title {
	margin:16px 20px 15px 20px;
	color:#32556e;
	font-weight:600;
	font-size:18px;
}

/* ------------------------ column-left framework ------------------------ */
#column-left {
	margin-top:126px;
	width:460px;
	margin-left:20px;
	float:left;
}
body#inside #column-left {
	width:700px;
	margin:0 0 0 20px;
}
#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl { margin:0px 0px 10px 0px; }
#column-left p.h2 { margin:0 20px 0px 0px; }
#column-left form { margin-left:0px; } /* set form margin here */
	#column-left ul { padding-left:15px; }
#column-left ul li {
	list-style-type:disc;
	list-style-position:inside;
	padding-left:10px;  /* pushes text to the right to display bg img */
	line-height:20px;
	margin-bottom:10px;
}
	#column-left dl { padding-left:5px; }
#column-left dl dt {
	font-weight:bold;
	color:#99CC00;
}
#column-left dl dd {
	background:transparent url(http://www.cnyeye.com/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 */
	margin-left:5px;
}
body#inside div#postcard {
	margin:10px 0px 0 0px;
	background:#4a83a2;
	width:700px;
}
body#inside div#postcard div.header	{ width:700px; height:71px; background: url(http://www.cnyeye.com/images/postcard-header-inside.jpg) no-repeat; }
div#postcard div.header				{ width:499px; height:71px; background: url(http://www.cnyeye.com/images/postcard-header.jpg) no-repeat; }
div#postcard {
	margin:0 0px 0 0px;
	background:#4a83a2;
	width:459px;
	color:#fff;
}
div#postcard div.footer				{ margin-top:10px; background:url(../images/postcard-footer.jpg) no-repeat; width:459px; height:6px; }
body#inside div#postcard div.footer	{ margin-top:10px; background:url(../images/postcard-footer-inside.jpg) no-repeat; width:700px; height:6px; }
div#postcard form { margin:20px 20px 0px 10px; }
div#postcard form label {
	width:173px;
	display:block;
	float:left;
}
body#inside div#postcard form label {
	width:309px;
	margin-right:10px;
	display:block;
	float:left;
	text-align:right;
}
div#postcard form select {
	position:inline;
	padding:0;
	margin:0;
	width:168px;
}
body#inside div#postcard input.submit, div#postcard input.submit {
	margin:10px 0 0 10px;
	height:24px;
	width:140px;
	background-color:#48849F !important;
	color:#fff;
	border:1px solid #fff;
	text-align:center;
	float:right;
}
body#inside div#postcard input { width:295px; }
div#postcard textarea {
	width:100%;
	margin:10px 0 0 0;
	display:none;
}
div#postcard form a:link, div#postcard form a:visited {
	color:#fff;
	font-size:12px;
	text-decoration:underline;
}

/* ------------------------ column-right framework ------------------------ */
#column-right {
	margin-top:126px;
	margin-left:20px;
	width:460px;
	float:left;
}
body#inside #column-right {
	width:240px;
	margin:0 0 0 20px;
}
#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl { margin:0px 0px 10px 0px; }
#column-right form { margin-left:0px; }
	#column-right ul { padding-left:5px; }
#column-right ul li {
	background:transparent url(http://www.cnyeye.com/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 */
}
	#column-right ul { padding-left:5px; }
#column-right ul li {
	background:transparent url(http://www.cnyeye.com/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:5px; }
#column-right dl dt {
	font-weight:bold;
	color:#99CC00;
}
#column-right dl dd {
	background:transparent url(http://www.cnyeye.com/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 */
	margin-left:5px;
}
#column-right #video-container {
	background:#e6e6e6;
	padding:20px;
	margin:0 0 30px 0;
	font-size:12px;
}
#column-right #video-container a:link, #column-right #video-container a:visited { text-decoration:underline; }
#column-right #video-container p.h4 { margin-bottom:0px; }
#column-right #video-container img.img-left {
	float:left;
	margin:0px 10px 10px 0px;
}
#column-right #video-container .video1 {
	width:199px;
	float:left;
	margin-right:21px;
}
#column-right #video-container .video2 {
	width:199px;
	float:left;
}
.box_round {
	-moz-border-radius: 12px; /* FF1+ */
	-webkit-border-radius: 12px; /* Saf3-4 */
	border-radius: 12px; /* Opera 10.5, IE 9, Saf5, Chrome */
}

/* ------------------------ header framework ------------------------ */
#header-flash { height:300px; } /* sets height for the flash header - REMOVE IF NOT USED */
#active-x { height:300px; }
#header-graphic { height:300px; } /* sets height for all non-flash headers */
body#index #header-graphic { background:url("../images/header-index.jpg"); }
body#about #header-graphic { background:url("../images/header-about.jpg"); }
body#contact #header-graphic { background:url("../images/header-contact.jpg"); }
body#thankyou #header-graphic { background:url("../images/header-thankyou.jpg"); }
body#sitemap #header-graphic { background:url("../images/header-sitemap.jpg"); }

/* ------------------------ subhead framework ------------------------ */
#subhead { height:20px; } /* sets height for all subheads */
body#index #subhead { background:url("../images/subhead-index.jpg"); }
body#about #subhead { background:url("../images/subhead-about.jpg"); }
body#contact #subhead { background:url("../images/subhead-contact.jpg"); }
body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg"); }
body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg"); }

/* ------------------------ subhead framework with varying heights ------------------------ */
#subhead-meet-doc {
	height:55px;
	background:url("../images/subhead-meet-doc.jpg");
}

/* ------------------------ title framework with varying heights ------------------------- */
#title-contact {
	height:55px;
	background:url("../images/title-contact.jpg");
}
#title-our-procedures {
	height:35px;
	background:url("../images/title-our-procedures.jpg");
}

/* ------------------------------------- Buttons ---------------------------------------- */
#btn-special-offer {
	height:186px;
	display:block;
	background:url("../images/dental-btn-special-offer.jpg") no-repeat;
}
#btn-special-offer:hover { background:url("../images/dental-btn-special-offer.jpg") -100px 0 no-repeat; /* -100px = horizontal img shift, 0px = vertical shift from top */ }
#btn-special-offer span { display:none; }

/* ------------------------ bottom-wrap framework ------------------------ */
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	width:100%; /* fix for Safar */
	height:20px;
	clear:both; /* important - do not remove */
}

/* ------------------------footer framework ------------------------ */
#footer-wrap {
	width:100%;
	margin:30px 0 0 0;
	text-align:center;
	min-height:400px;
	background-color: #375E7B;
	background-image: -moz-linear-gradient(top, #375E7B, #385F73);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #375E7B), color-stop(1, #385F73));
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#375E7B', EndColorStr='#385F73');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#375E7B', EndColorStr='#385F73')";
}
#footer {
	width:980px;
	margin:0 auto;
	text-align:left;
	padding-top:25px;
	color:#fff;
}
#footer p { margin-top:10px; }
#footer a:link, #footer a:visited {
	color:#fff;
	text-decoration:none;
}
#footer a:hover, #footer a:active { text-decoration:underline; }
#footer ul {
	margin:10px 15px;
	width:215px;
	float:left;
	display:block;
}
#footer li { margin-bottom:5px; /* if your li's float, you can adjust border height w/ line-height */ }
#footer li.title {
	border-bottom: 1px solid #6c9ab1;
	color:#fff;
	font-weight:bold;
	font-size:16px;
	margin-bottom:10px;
}
#footer li.bottom { margin-bottom:20px; }

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */
ul#nav {
	width:980px;
	height:37px;
	margin:10px 0 0 0;
	display:block;
	text-align:center;
	font-size:12px;
}
ul#nav li {
	display:inline;
	line-height:32px;
}
ul#nav li a {
	height:43px;
	padding:14px 10px 13px 10px;
	text-decoration:none;
	font-weight:bold;
}
ul#nav li a:link, ul#nav li a:visited { color:#FFFFFF; }
ul#nav li a:active, ul#nav li a:hover { color:#38c1f1; }
#vms-lightwindow-link { display:none; }
div.error span {
	border:1px solid #d80700;
	color:#fff;
	font-weight:bold;
	padding:5px;
	font-size:10px;
	background-color: #ee4e59;
	background-image: -moz-linear-gradient(top, #ee4e59, #d80700); /* FF3.6 */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ee4e59), color-stop(1, #d80700)); /* Saf4+, Chrome */
	background-image: linear-gradient(top, #ee4e59, #d80700);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ee4e59', EndColorStr='#d80700'); /* IE6–IE9 */
	-moz-border-radius: 5px; /* FF1+ */
	-webkit-border-radius: 5px; /* Saf3-4 */
	border-radius: 5px; /* Opera 10.5, IE9, Saf5, Chrome *//*  margin-left:5px; */
}
/* pure CSS arrow */
.error em {
	display:block;
	width:0;
	height:0;
	border:10px solid;
	border-color:#d80700 transparent transparent;
	position:absolute;
	bottom:-19px;
	left:90px;
}
body#inside div.am-i-a-candidate {
	width:240px;
	height:184px;
	background:transparent url(http://www.cnyeye.com/images/am-i-a-candidate-inside.png) no-repeat;
	line-height:20px;
}
body#inside #column-right div.am-i-a-candidate p { margin:0 100px 0 21px; }
body#inside #column-right div.am-i-a-candidate p.h2 {
	margin:0 0px 10px 21px;
	padding-top:22px;
}
div.am-i-a-candidate {
	width:460px;
	height:144px;
	background:transparent url(http://www.cnyeye.com/images/am-i-a-candidate.png) no-repeat;
	margin-bottom:20px;
}
div.am-i-a-candidate a:link, div.am-i-a-candidate a:visited {
	color:#000;
	text-decoration:none;
}
#column-right div.am-i-a-candidate p { margin:0 160px 10px 20px; }
#column-right div.am-i-a-candidate p.h2 { padding-top:25px; }

/* lucid */
.editable {
	color:#000 !important;
	text-shadow:none !important;
}
.editable a:link { color:#0000ff !important; }
#showcase-containers .editable { display:inline !important; }
#column-left #breadcrumb {
	display:block;
	margin-bottom:10px;
	height:20px;
	font-weight:bold;
}
#column-left #breadcrumb ul {
	margin:0;
	padding:0;
}
#column-left #breadcrumb ul li {
	padding:0;
	display:inline;
	list-style-type:none;
	margin:0 5px 0 0;
	width:auto;
	font-size:12px;
}

/* subNav
-------------------------------------------------------------- */
#column-right ul#subNav {
	margin: 0 0 25px 0px;
	padding:0;
}
#column-right ul#subNav li {
	background-image: none;
	margin: 0 0 5px 0;
	padding: 0;
	width:240px;
	float:none;
}
#column-right ul#subNav li li {
	background-image: none;
	margin: 0 0 5px 10px;
	padding: 0;
}
#column-right ul#subNav ul {
	margin-top: 5px;
	padding:0;
}
#column-right ul#subNav li a:link, #column-right ul#subNav li a:visited {
	background: #E6E6E6;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #000;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	width: 220px;
	font-size: 12px;
	font-weight: normal;
	line-height: 1;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}
#column-right ul#subNav li li a:link, #column-right ul#subNav li li a:visited { width: 209px; }
#column-right ul#subNav li a:active, #column-right ul#subNav li a:hover {
	color: #000;
	background-color: #FCFEFC;
}
#column-right ul#subNav li.current ul li a:active, #column-right ul#subNav li.current ul li a:hover {
	color: #000;
	background-color: #FCFEFC;
}
#column-right ul#subNav li a:active { top: 1px; }
#column-right ul#subNav li.current a:link, #column-right ul#subNav li.current a:visited {
	background-color: #FCFEFC;
	font-weight:bold;
}
#column-right ul#subNav > li > a:link, #column-right ul#subNav > li > a:visited {
	background-color: #2F2F2F;
	background-image: -moz-linear-gradient(top, #2F2F2F, #1E1E1E); /* FF3.6 */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2F2F2F), color-stop(1, #1E1E1E)); /* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#2F2F2F', EndColorStr='#1E1E1E'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#2F2F2F', EndColorStr='#1E1E1E')"; /* IE8 */
	color:#fff;
}
#column-right ul#subNav > li > a:active, #column-right ul#subNav > li > a:hover { color:#fff; }

/* SMK
---------------------------------------------------------------------------*/
.smk {
	height:auto;
	margin:0 auto 2em;
	overflow:hidden;
}
#column-right .smk ul {
	margin:0;
	padding:0;
}
#column-right .smk ul li {
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	width:42px;
}
.smk a {
        display:block; 
        background-image: url(http://d30mo6i91aesjd.cloudfront.net/c/common/social-icons/social_media_icons.png);
        width: 32px;
        height: 32px; 
        float: left;
        margin: 10px 5px 0 0;
}
.smk.module h3 {
	font: 14px/22px Arial, Helvetica, sans-serif;
	color: black;
}
.blog { background-position: 0 0 } 
.blog:hover { background-position: 0 -42px } 
.docshop { background-position: 0 -84px } 
.docshop:hover { background-position: 0 -126px } 
.facebook { background-position: 0 -168px } 
.facebook:hover { background-position: 0 -210px } 
.googleplus { background-position: 0 -252px } 
.googleplus:hover { background-position: 0 -294px } 
.linkedin { background-position: 0 -336px } 
.linkedin:hover { background-position: 0 -378px } 
.twitter { background-position: 0 -420px } 
.twitter:hover { background-position: 0 -462px } 
.youtube { background-position: 0 -504px } 
.youtube:hover { background-position: 0 -546px }

/* News Ticker
---------------------------------------------------------------------------*/
.newsticker-jcarousellite {
	background:#efefef;
	border:solid 1px #ccc;
	border-bottom:none;
	border-radius:7px 7px 0 0;
	-moz-border-radius:7px 7px 0 0;
	-webkit-border-radius:7px 7px 0 0;
}
#column-right .newsticker-jcarousellite ul li {
	display:block;
	list-style:none;
	overflow: hidden;
	padding:5px 10px 10px;
	width:auto;
}
.newsticker-jcarousellite li span			{ display:block; }
.newsticker-jcarousellite li span.blogDate	{ font-size: 0.8em; }
.newsticker-jcarousellite li span.blogTitle	{ font-size: 1.2em; font-weight:bold; height: 1.5em; line-height: 1.5em; overflow: hidden; }
.newsticker-jcarousellite li span.blogPost	{ height: 3em; line-height: 1.5em; overflow: hidden; }
#blogTicker a.viewAll {
	background:#e0e0e0;
	border:solid 1px #ccc;
	border-top:none;
	border-radius:0 0 7px 7px;
	-moz-border-radius:0 0 7px 7px;
	-webkit-border-radius:0 0 7px 7px;
	display:block;
	font-weight:bold;
	line-height:2em;
	text-align:center;
	text-decoration:none;
}
#blogTicker a.viewAll:hover, #blogTicker a.viewAll:active { text-decoration:underline;}