/*--------------------- Last Modified  2006.03.25 ---------------------*/
/*-----------------------------------------------------------------------*/


/* 
 ----------------------------------------------------------------------------
  Copyright Einstein Industries 2006. Used with Permission.                             
  May not be duplicated or reproduced.

  Please check for cross-browser compatibility prior to making changes
  MINIMUM BROWSER CHECK :: IE5.x/IE6/Firefox/Safari

  CSS Document - layout.css
 ---------------------------------------------------------------------------- 
*/


/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }

/* Remove inconsistent (among browsers) default padding or margin */
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; }

/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }


/* global elements
 * ------------------------------------------------------------------------- */


/* ----- type selectors ----- */ 
body {
	text-align:center;
	font:12px/16px Arial, Helvetica, sans-serif;
	color:#fff;
	background-image: url(../images/page-bg.jpg);
	background-repeat: repeat;
	}
	
#page-bg { background:url("../images/bg-body.jpg") repeat-x; }

blockquote { 
	margin-left:10px; 
	margin-right:10px; 
	}

h1	{ font-size:14px; color:#fff; }
h2	{ font-size:14px; color:#fff; }
h3	{ font-size:13px; color:#fff; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#e0ac61; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#e0ac61; text-decoration:none; outline:none; }

/* ----- classes ----- */

div.clear	{ 
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	
	}
	
img.img-left { 
	float:left;
	padding:0 10px 0 0; 
	}
	
img.img-right { 
	float:right; 
	margin:5px 0 10px 10px; 
	}
	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

	
/* ----- global form elements ----- */ 

form {
	width:150px;
	margin:10px 0 15px 0;
	}

form label	{ font-size:.95em; }

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 #000;
	color:#000;
	width:253px; /* 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:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}
	
select { width:165px; padding:0; height:22px; } /* 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; }
	
#contact-main label textarea { height:100px; overflow:auto; }


/* ----- submit button form elements ----- */ 

input.submit, input.submit-contact-main { 
	background:url("../images/btn-submit.jpg");
	width:58px;
	height:20px;
	cursor:pointer; 
	padding:0;
	border:none;
	}
	
input.submit-call-now { 
	background:url("../images/btn-submit-2.jpg");
	width:260px;
	height:20px;
	padding:0;
	border:none;
	color:#FFF;
	font-weight:bold;
	}	
	
	

input.submit-contact-main { margin:85px 0 0 243px; }


/* framework
 * ------------------------------------------------------------------------- */

#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:970px;
	margin:0 auto;
	text-align:left;
	}
	
#masthead {
	position:relative;
	
	height:90px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:0px;
		width:0px;
		top:0px;
		height:0px; 
		}
	#masthead a span {
		display:none;
		}

/* ----- column-left ----- */

#column-left {
	width:623px;
	float:left;
	}
	
	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0 20px 10px 57px;
		}
	#column-left #summary-table {
		margin-left: 55px;
		margin-right: 20px;
		margin-top: -10px;
	}
	#column-left .table-text {
		margin:5px;
	}
	#column-left form { margin-left:57px; }
	
	#column-left img { margin:0 0 10px 57px; }
	#column-left .bna { margin:0 0 0 10px; }
	
	/* single column list */
	#column-left ul {
	padding-left:25px;
	list-style-type: disc;
}
		#column-left ul li {
	/*background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;*/
	padding-left:5px; /* pushes text to the right to display bg img */
	list-style-position: outside;
			}
	
	#column-left ol {
	padding-left:65px;
	list-style-type: decimal;
	list-style-position: inside;
}
		#column-left ol li { 
			padding-left:5px; 
			margin-right: 20px;
			}
			
	#column-left ol li p {
			margin-left:18px;
			margin-top:5px;
			}
	
	/* definition list */
	#column-left dl { padding-left:5px; }
		#column-left dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-left dl dd {
			
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
			
	#column-left #affiliations {
		position:relative;
		height:270px;
		background:url("../images/affiliations.jpg") bottom no-repeat;
		padding:20px 0 0 0;
		}
		#column-left #affiliations a.aacd {
			position:absolute;
			height:77px;
			width:103px;
			top:70px;
			left:56px;
			}
		#column-left #affiliations a.ada {
			position:absolute;
			height:68px;
			width:95px;
			top:78px;
			left:213px;
			}
		#column-left #affiliations a.agd {
			position:absolute;
			height:76px;
			width:81px;
			top:69px;
			left:369px;
			}
		#column-left #affiliations a.docs {
			position:absolute;
			height:85px;
			width:113px;
			top:60px;
			left:498px;
			}
		#column-left #affiliations a.gmda {
			position:absolute;
			height:65px;
			width:89px;
			top:178px;
			left:54px;
			}
		#column-left #affiliations a.wda {
			position:absolute;
			height:59px;
			width:123px;
			top:186px;
			left:354px;
			}
		#column-left #affiliations a.cc {
			position:absolute;
			height:70px;
			width:68px;
			top:173px;
			left:521px;
			}
			
/* ----- column-right ----- */

#column-right {
	width:347px;
	float:left;
	padding-bottom:200px;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0 56px 10px 37px;
		}
	#column-right form { margin-left:37px; }
	 
	/* single column list */
	#column-right ul { padding-left:5px; }
		#column-right ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			}

	/* multi column list */
	#column-right ul { padding-left:5px; } 
		#column-right ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			float:left;
			width:150px;
			line-height:20px; 
			}
	
	/* definition list */
	#column-right dl { padding-left:5px; }
		#column-right dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-right dl dd {
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
			
	#column-right #ctc {
		position:relative;
		background:url("../images/btn-ctc.jpg");
		height:167px;
		}
		#column-right #ctc #link {
			position:absolute;
			top:55px;
			left:39px;
			height:77px;
			width:254px;
			}
	#column-right #ctc-blank {
		position:relative;
		background:url("../images/btn-topright-blank.jpg");
		height:106px;
		}
		#column-right .ctc-text {
	color: #f8c014;
	position:absolute;
	top:130px;
	font-size: 14px;	
		}
		#column-right .ctc-text a {
	color: #f8c014;
		}
		
	.patient-offer-text {
		color: #f8c014;
		
	}
	.patient-offer-text strong {
		color: #f8c014;
		font-size:14px;
		
	}
	
		
	#column-right span.bold { font-weight:bold; color:#e0ac61; }
	
	#column-right #map {
		position:relative;
		height:132px;
		background:url("../images/btn-map.jpg");
		}
		#column-right #map a {
			position:absolute;
			height:54px;
			width:75px;
			top:53px;
			left:40px;
			}
	#column-right #map-phone {
	z-index: 15;
	margin-left:38px;
	margin-top: 10px;
	}
			
	#column-right #title-from-the-dentist { margin-top:40px; }
	#column-right img#from-the-dentist { margin:10px 0 10px 37px; }
	#column-right #title-contact {
		height:52px;
		background:url("../images/title-contact.jpg");
		}
	body#contact #title-contact, body#thankyou #title-contact {
		height:52px;
		background:url("../images/title-location.jpg");
		}
	
/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg") bottom no-repeat;
	width:970px; /* fix for Safar */
	padding-bottom:100px;
	}

	
/* header framework
 * ------------------------------------------------------------------------- */

#header-graphic { 
	height:260px; 
	
	background:url("../images/header-graphic.jpg"); 
	position:relative;
	}
	#header-graphic a {
		position:absolute;
		height:145px;
		width:316px;
		top:1px;
		left:40px;
		}
.Office_Title { display:none; }
		
#header-address-phone {
	z-index: 10;
	position: absolute;
	left: 145px;
	top: 160px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-variant: normal;
	color: #6e783d;
	text-align: center;
	line-height: 25px;
	}
#Click-to-Call-Text {
	z-index: 10;
	
	position: inherit;
	left: 45px;
	top: 160px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-variant: normal;
	color: #909868;
	text-align: right;
	line-height: 21px;
}

#ClickToCallForm p	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #333;
}

/* subhead framework
 * ------------------------------------------------------------------------- */

#subhead { height:100%; padding-top:101px; } /* sets height for all subheads */

	body#index #subhead { background:url("../images/subhead-index.jpg") no-repeat; }
	body#about #subhead { background:url("../images/subhead-about.jpg") no-repeat; }
	body#cosmetic-procedures #subhead { background:url("../images/subhead-cosmetic-procedures.jpg") no-repeat; }
	body#dentures #subhead { background:url("../images/subhead-dentures.jpg") no-repeat; }
	body#dental-implants #subhead { background:url("../images/subhead-dental-implants.jpg") no-repeat; }
	body#invisalign #subhead { background:url("../images/subhead-invisalign.jpg") no-repeat; }
	body#sedation-dentistry #subhead { background:url("../images/subhead-sedation-dentistry.jpg") no-repeat; }
	body#gallery #subhead { background:url("../images/subhead-gallery.jpg") no-repeat; }
	body#contact #subhead { background:url("../images/subhead-contact.jpg") no-repeat; }
	body#restorative-family #subhead { background:url("../images/subhead-restorative-family.jpg") no-repeat; }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg") no-repeat; }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg") no-repeat; }
	body#blog #subhead { background:url("../images/subhead-blog.jpg") no-repeat; }
	body#porcelain-veneers #subhead { background:url("../images/subhead-porcelain-veneers.jpg") no-repeat; }
	body#teeth-whitening #subhead { background:url("../images/subhead-teeth-whitening.jpg") no-repeat; }
	body#porcelain-crowns #subhead { background:url("../images/subhead-porcelain-crowns.jpg") no-repeat; }
	body#lumineers #subhead { background:url("../images/subhead-lumineers.jpg") no-repeat; }



/* ----- subhead framework with varying heights ----- */

#subhead-meet-doc {
	height:55px;
	
	}


/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:760px;
	margin:0 auto;
	text-align:center;
	}

#footer p {
	color:#000;
	margin-bottom:10px;
	}

#footer a:link, #footer a:visited { color:#000; }

#footer a:hover, #footer a:active { color:#000; }

#footer ul {margin:0 0 10px 0;}

#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 #000;
	}

	#footer li.first { border: none; }
	
/* Horozontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:970px; 
	height:42px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:42px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; _display:inline; }

#nav-01 { width: 69px; padding:0 0 0 29px;}
#nav-02 { width: 83px;}
#nav-03 { width: 150px;}
#nav-04 { width: 137px;}
#nav-05 { width: 214px;}
#nav-06 { width: 106px;}
#nav-07 { width: 53px;}
#nav-08 { width: 91px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  -29px -42px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -98px -42px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -181px -42px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -331px -42px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -468px -42px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -682px -42px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -788px -42px no-repeat; }
#nav-08 a:hover { background:url("../images/nav.jpg") -841px -42px no-repeat; }


/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id ------------- */
body#index #nav-01 { background:url("../images/nav.jpg")  0px -42px no-repeat; }
body#about #nav-02 { background:url("../images/nav.jpg") -98px -42px no-repeat; }
body#cosmetic-procedures #nav-03 { background:url("../images/nav.jpg") -181px -42px no-repeat; }
body#sedation-dentistry #nav-04 { background:url("../images/nav.jpg") -331px -42px no-repeat; }
body#restorative-family #nav-05 { background:url("../images/nav.jpg") -468px -42px no-repeat; }
body#gallery #nav-06 { background:url("../images/nav.jpg") -682px -42px no-repeat; }
body#blog #nav-07 { background:url("../images/nav.jpg") -788px -42px no-repeat; }
body#contact #nav-08 { background:url("../images/nav.jpg") -841px -42px no-repeat; }

/* Son of Suckerfish: Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav li ul {
	position:absolute;
	left:-9999px;
	padding-right:1px;			/* Fixes one px spacing for border-right in FF */
	background-color:#fff;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	}

#nav li ul li { 
	height:20px; 				/* Height of each drop down nav item */
	border:1px solid #000;
	border-top:none;
	}	

#nav li ul li a {
	width:100%;
	height:20px;				/* Height of each drop down nav item, should match above */
	line-height:20px;			/* Height of each drop down nav item again, should match above */
	}

#nav li ul li a span {
	display:block;
	padding-left:5px;
	}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:1.0em;
	color:#000;
	text-decoration:none;
	}

#nav li:hover ul, #nav li.sfHover ul	{ left: auto; }

/* Hover styles for drop down items */
#nav-02 ul a:hover, #nav-03 ul a:hover { 
	background-image:none;
	background-color:#e6dcc8;
	color:#000;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-02 ul, #nav-02 li { width:185px; }
#nav-03 ul, #nav-03 li { width:171px; }

/* nav-featured
 * ------------------------------------------------------------------------- */

#nav-featured { 
	background:url("../images/nav-featured.jpg") bottom no-repeat; 
	width:623px; 
	height:212px; 
	margin:0;
	padding:40px 0 0 0; 
	position:relative;
	}
	
	#nav-featured span { display:none; }
	
	#nav-featured a.teeth-whitening {
		position:absolute;
		width:182px;
		height:32px;
		top:87px;
		left:56px;
		}
	#nav-featured a.dentures {
		position:absolute;
		width:182px;
		height:32px;
		top:124px;
		left:56px;
		}
	#nav-featured a.dental-implants {
		position:absolute;
		width:182px;
		height:32px;
		top:161px;
		left:56px;
		}
	#nav-featured a.porcelain-veneers {
		position:absolute;
		width:182px;
		height:32px;
		top:87px;
		left:242px;
		}
	#nav-featured a.tooth-colored-fillings {
		position:absolute;
		width:182px;
		height:32px;
		top:124px;
		left:242px;
		}
	#nav-featured a.invisalign {
		position:absolute;
		width:182px;
		height:32px;
		top:161px;
		left:242px;
		}
	#nav-featured a.dental-bonding {
		position:absolute;
		width:182px;
		height:32px;
		top:87px;
		left:427px;
		}
	#nav-featured a.porcelain-crowns {
		position:absolute;
		width:182px;
		height:32px;
		top:124px;
		left:427px;
		}
	#nav-featured a.sedation-dentistry {
		position:absolute;
		width:182px;
		height:32px;
		top:161px;
		left:427px;
		}
		
/* ------------------ BLOG STYLES ------------------*/

form#wp_searchform input {
	width: 150px;
}

body#blog ol li {
	list-style: decimal;
	padding: 0;
}

body#blog ol {
	margin-left: 85px;
	margin-bottom: 10px;
}

body#blog ul li ol {
	margin-left: 25px;
	margin-bottom: 0px;
}

blockquote {
	font-style: italic; 
}

body#blog dt {
	color: #d7a75e;
}








