/* CSS Reset
/* ----------------------------------------*/
ul, ol { list-style:none; }
h1, h2, h3, h4, h5, h6, pre, code, td { font-size:1em; }
ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input, label, div, dd, dt, dl, table, tr, td { margin:0; padding:0; }
a img, :link img, :visited img, fieldset { border:none; }

/* global elements
 * ------------------------------------------------------------------------- */
@font-face {
	font: normal normal 'FuturaBook';
	src:	url('/fonts/tt0140m_-webfont.eot');
	src:	url('/fonts/tt0140m_-webfont.eot?#iefix') format('embedded-opentype'),
			url('/fonts/tt0140m_-webfont.woff') format('woff'),
			url('/fonts/tt0140m_-webfont.ttf') format('truetype'),
			url('/fonts/tt0140m_-webfont.svg#FuturaBook') format('svg');
}
@font-face {
	font: normal normal 'CenturyGothicItalic';
	src:	url('/fonts/gothici-webfont.eot');
	src:	url('/fonts/gothici-webfont.eot?#iefix') format('embedded-opentype'),
			url('/fonts/gothici-webfont.woff') format('woff'),
			url('/fonts/gothici-webfont.ttf') format('truetype'),
			url('/fonts/gothici-webfont.svg#CenturyGothicItalic') format('svg');
}
body {
	background: #3D3232 url("../images/bg-body.jpg") top left repeat-x;
	text-align:center;
	font:12px/18px Arial;
	color:#194169;
}
p, ul, ol, dl, pre, blockquote { margin-bottom:10px; }
blockquote {
	margin-left: 10px;
	margin-right: 10px;
}
p.h1, p.h2, p.h3 { margin-bottom:8px; }
p.h1 { color:#fff; font-size:1.2em; }
p.h2 { color:#fff; font-size:1.1em; font-weight:bold; }
p.h3 { color:#fff; font-size:1.0em; }
p.h1 span, p.h2 span, p.h3 span { display:none; }
a:link, a:visited { color:#5E332A; text-decoration:underline; }
a:hover, a:active { color:#fff; }

/* ----- classes ----- */
div.clear {
	clear:both;
	height:.01em;
	overflow:hidden;
}
p.back-to-top {
	text-align:right;
	display:block;
	background:url("../images/bullet-back-to-top.gif") right no-repeat;
	padding-right:18px;
}
img.img-left	{ float:left; margin:2px 10px 10px 0; }
img.img-right	{ float: right; margin: 5px 20px 10px 10px; }
img.floatLeft	{ float: left; margin: 12px 15px 2px 2px; }
img.floatRight	{ float: right; margin: 12px 15px 2px 2px; }
img.bottom-img-margin { margin-bottom:10px; }
form.main-contact { margin: 0 10px 0 10px; }

/* ----- global form elements ----- */ 
form {
	width:150px;
	padding:10px 0 15px 0;
}
form label { font-size:.95em; }
form br { line-height:0; /* defaults vertical spacing between fields */ }
input, textarea, select {
	background-color:#6A9BD9 !important;
	border:0px solid;
	color:#fff;
	width:145px; /* 5 pixles smaller than form width !important */
	height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:5px; /* vertically position text in input/textarea field */
	padding-left:8px; /* horizontally position text in input/textarea field */
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
}
select {
	width:150px; /* same width as form !important */
	padding:0;
}
textarea {
	height:70px;
	overflow:auto;
	width:144px;
}
input.submit, input.submit-contact-main {
	width:60px;
	cursor:pointer;
	padding:0;
}
input.submit-contact-main { margin:90px 0 0 220px; }
input.submit-image {
	background: url("../images/btn-submit.jpg");
	width:76px;
	height:19px;
	border:none;
	cursor:pointer;
}
input#contact_business { display:none; }
#contact-main { padding:20px 0 10px 0; }
#contact-main label {
	width:200px;
	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:200px;
	position:absolute;
	left:110%;
	top:-2px;
}
#contact-main label select { width:210px; }
#contact-main label textarea { height:100px; }

/* framework
 * ------------------------------------------------------------------------- */
#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:760px;
	margin:0 auto;
	text-align:left;
}
#masthead {
	background-color:#3d3232;
	height:82px;
	width:760px;
	margin:0;
	padding:0;
	float:left;
}
#masthead p {
	text-align:right;
	float:right;
	margin-top:40px;
	padding:0;
	color:#bad8ff;
}
#masthead p span.call {
	font-size:16px;
	font-family: "CenturyGothicItalic", Arial, Helvetica, sans-serif;
}
#masthead p span.dr-names {
	font-size:16px;
	font-family:"CenturyGothicItalic", Arial, Helvetica, sans-serif;
}
#masthead p span.call a:link, #masthead p span.call a:visited { color:#bad8ff; }
#masthead p span.call a:active, #masthead p span.call a:hover { text-decoration:underline; }
#masthead p span.call a:active { outline: 1px dotted gray; }

/* column left
 * ------------------------------------------------------------------------- */
#column-left {
	width:520px;
	float:left;
}
#column-left p { margin:0 10px 10px 41px; }
.addthis_toolbox { margin:10px 10px 10px 41px; }
#column-left h1, #column-left h2, #column-left h3, #column-left h4 {
	margin:0 10px 10px 41px;
	color: #fff;
}
#column-left form { margin:0 0 0 41px; }
#btn-read-more {
	background-image:url(../images/btn-read-more.jpg) no-repeat;
	padding:3px 0 0 0;
}
#featured-patient-content {
	background:url("../images/featured-patient-content.jpg") right bottom no-repeat;
	width:520px;
	padding-bottom:45px;
}
#featured-patient-content p {
	margin:0 5px 5px 41px;
	width:340px;
}
#featured-patient-a { background-image:url(../images/featured-patient-a.jpg); width:195px; height:118px; }
#featured-patient-b { background-image:url(../images/featured-patient-b.jpg); width:195px; height:118px; }
#subhead-blog				{ background-image: url(../images/subhead-blog.jpg); width:520px; height:85px; }
#subhead-blog-ticker		{ background-image: url(../images/subhead-blog-ticker.jpg); width:240px; height:88px; }
#subhead-bridges			{ background-image: url(../images/subhead-bridges.jpg); width:520px; height:85px; }
/*#subhead-contact			{ background-image:url(../images/subhead-contact.jpg); height:88px; }*/
#subhead-contact			{ background-image: url(../images/subhead-contact-not-top.png); width:240px; height:58px; }
#subhead-none				{ background-image: url(../images/subhead-none.jpg); width:240px; height:68px; }
#subhead-contact02			{ background-image: url(../images/subhead-contact02.jpg); width:520px; height:85px; }
#subhead-cos-dentistry		{ background-image: url(../images/subhead-cos-dentistry.jpg); width:520px; height:85px; }
#subhead-cosmetic			{ background-image:url(../images/subhead-cosmetic.jpg); width:520px; height:88px; }
#subhead-cosmetic-couple	{ background-image:url(../images/subhead-cosmetic-couple.jpg); width:255px; height:172px; float:left; }
#subhead-crowns				{ background-image: url(../images/subhead-crowns.jpg); width:520px; height:85px; }
#subhead-dental-implants	{ background-image: url(../images/subhead-implants.jpg); width:520px; height:85px; }
#subhead-featured			{ background-image:url(../images/subhead-featured.jpg); width:520px; height:75px; }
#subhead-gallery			{ background-image: url(../images/subhead-gallery.jpg); width:520px; height:85px; }
#subhead-general			{ background-image: url(../images/subhead-general.jpg); width:520px; height:85px; }
#subhead-location			{ background-image:url(../images/subhead-location.jpg); height:88px; }
#subhead-location-2			{ background-image:url(../images/subhead-location-2.jpg); height:53px; }
#subhead-maintenance-repair	{ background-image: url(../images/subhead-followup.jpg); width:520px; height:85px; }
#subhead-map				{ padding: 0 0 0 55px; }
#subhead-porcelain-veneers	{ background-image: url(../images/subhead-porcelain-veneers.jpg); width:520px; height:85px; }
#subhead-practice			{ background-image: url(../images/subhead-practice.jpg); width:520px; height:85px; }
#subhead-testimonials		{ background-image: url(../images/subhead-testimonials.jpg); width:520px; height:85px; }
#subhead-procedures			{ background-image:url(../images/subhead-procedures.jpg); height:88px; }
#subhead-restorative		{ background-image: url(../images/subhead-restorative.jpg); width:520px; height:85px; }
#subhead-smile-makeover		{ background-image: url(../images/subhead-makeover.jpg); width:520px; height:85px; }
#subhead-team				{ background-image: url(../images/subhead-team.jpg); width:520px; height:85px; }
#subhead-teeth-whitening	{ background-image: url(../images/subhead-teeth-whitening.jpg); width:520px; height:85px; }
#subhead-veneers			{ background-image: url(../images/subhead-veneers.jpg); width:520px; height:43px; }
#subhead-whitening			{ background-image: url(../images/subhead-whitening.jpg); width:520px; height:43px; }
#subhead-featured span { display:none; }
#sub-feat-patient {
	background-image: url(../images/sub-feat-patient-a.jpg);
	width:193px;
	height:118px;
	float:right;
}
#quick-nav {
	width:200px;
	float:right;
	background:url(../images/quick-nav-wrap.jpg) repeat-y;
	margin: 0 10px 5px 10px;
}
#quick-nav ul { margin-left:30px; }
#quick-nav li {
	background:transparent url("../images/bullet-quick-nav.gif") 0px 4px no-repeat;
	padding-left:10px;
}

/* column right
 * ------------------------------------------------------------------------- */
#column-right {
	width:240px;
	float:right;
}
#column-right p { margin:0 20px 10px 45px; }
#column-right form { margin-left:45px; }
#subhead-questions { height:55px; }
#column-right ul, #column-left ul {
	margin-left:45px;
	width:185px;
}
#column-right ul li, #column-left ul li {
	background:transparent url("../images/bullet.gif") 0px 4px no-repeat;
	padding-left:12px;
	width:185px;
}
#bottom-wrap {
	background-image:url(../images/bottom-wrap.jpg);
	height:45px;
	clear:both;
	overflow:hidden;
}
#google-map {
	background-image:url(/images/google-map.gif);
	height: 60px;
}

/* footer
 * ------------------------------------------------------------------------- */
#footer {
	width:760px;
	margin:10px auto;
	text-align:center;
}
#footer p {
	color:#fff;
	margin: 0 0 5px 0;
}
#footer a:link, #footer a:visited {
	color:#fff;
	text-decoration:none;
}
#footer a:hover, #footer a:active {
	color:#FC9499;
	text-decoration:none;
}
#footer li { /* if your li's float, you can adjust border height w/ line-height */
	padding: 0 5px 0 7px;
	display: inline;
	border-left: 1px solid #fff;
}
#footer li.first { border: none; }

/* Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */
div#nav {
	background: url("../images/bg-nav.jpg") no-repeat;
	color:#fff;
	font:13px 'FuturaBook' Arial;
	float:left;
	height:32px;
	margin-bottom:0;
	overflow:hidden;
	padding:0;
	width:760px;
}
#nav ul {
	margin: 4px 0 0 7px;
	float:left;
	width:100%;
}
#nav li, #nav a {
	height: 21px;
	display: block;
}
#nav li {
	float: left;
	list-style: none;
	display: inline;
}
#nav li a:hover, #nav li a:active { color:#fc9499; text-decoration:none; }
#nav li a:link, #nav li a:visited { color:#fff; }
#nav li {
	border-right:1px solid #131f8b;
	text-align:left;
	padding:5px 8px 0;;
}
#nav li.last { border:none; }

/* Slideshow
/* ----------------------------------------*/
.images {
	background-color:#87b6e7;
	position:relative;
	height:307px;
	width:760px;
	float:left;
	cursor:pointer;
}
.images div {
	display:none;
	position:absolute;
	top:0;
	left:0;
	margin:0;
	padding:0;
	height:301px;
	font-size:12px;
}
.slidetabs {
	position:absolute;
	clear:both;
	margin-left:678px;
	top:366px;
	z-index:99;
}
.slidetabs a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(/tools/img/scrollable/arrow/navigator.png) no-repeat;
	display:block;
	font-size:1px;
}
.slidetabs a:hover { background:#ffffff; }
.slidetabs a, .slidetabs a:visited {
	background: #accef0;
	border-radius: 10px 10px 10px 10px;
	cursor: pointer;
	display: block;
	float: left;
	height: 7px;
	margin: 0 6px 0 0;
	width: 7px;
}
.slidetabs a.current { background:#ffffff; }

/* Blog Ticker
---------------------------------------------------------------------------*/
.newsticker-jcarousellite {
	padding: 0 0 0 35px;
	width: 172px;
}
#column-right .newsticker-jcarousellite ul li {
	background:none;
	display:block;
	list-style:none;
	overflow: hidden;
	padding:0 0 15px;
}
.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.blogContent	{ height: 3em; overflow: hidden; }

a.btn-testimonials:link,
a.btn-testimonials:visited
{
	display:block;
	margin:-25px 0 20px 45px;
	width:110px;
	text-align:center;


	color: #ffffff !important;
	text-decoration:none !important;
	



	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	padding: 8px 20px;
	background: -moz-linear-gradient(
		top,
		#7fa0d3 0%,
		#3a75bd);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#7fa0d3),
		to(#3a75bd));
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border: 1px solid #3a75bd;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);

}

a.btn-testimonials:hover,
a.btn-testimonials:active
{
	text-shadow: 2px 2px 5px #ffffff;
	filter: dropshadow(color=#ffffff, offx=2, offy=2); 
}


