/*--------------------- Last Modified  2006.11.10 ---------------------*/
/*-------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
  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
/*------------------------------------------------------------------------------------*/

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:'';}

/* ------------------------ GLOBAL ELEMENTS ------------------------ */

/* ------------------------ type selectors ------------------------ */
body { 
	background:#f0f0eb;
	text-align:center; 
	font:10px/14px Verdana, Arial, Helvetica, sans-serif;
	color:#663333;
	}

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

h1	{ font-size:1.2em; color:#663333; font-weight:bold; }
h2	{ font-size:1.1em; color:#660033; font-weight:bold; }
h3	{ font-size:1.0em; color:#000; }

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

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

/* ------------------------ classes ------------------------ */
.clear	{ 
	clear:both;
	}

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


img.img-left { 
	float:left; 
	margin:2px 10px 10px 65px;
	}

img.img-right { 
	float:right; 
	margin:5px 0px 10px 10px; 
	}
	
img.bna-featured-first {
	margin:-15px 5px 5px 8px;
	}

img.bna-featured {
	margin:5px 5px 5px 8px;
	}





/* ------------------------ 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:#F3F8F8 !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #FFFFFF;
	color:#CC6666;
	width:145px; /* 5 pixles smaller than form width !important */
	height:20px;
	line-height:20px;
	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:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.0em;
	}

select { width:150px; padding:0; } /* same width as form - !important */

textarea { height:90px; overflow:auto; }

#contact_business { display: none; } /* do not remove */ 


/* ------------------------ SPECIFIC ELEMENTS ------------------------ */

/* ------------------------ main contact form ------------------------ */
#contact-main, #commentform { margin:20px 0 10px 50px; }

#contact-main label, #commentform label { 
	width:210px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:15px;
	font-size:1.0em;
	margin-left:15px;
	}

#contact-main label input, #contact-main label textarea, #contact-main label select,
#commentform label input, #commentform label textarea, #commentform label select { 
	width:170px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}

#contact-main label select, #commentform label select { width:175px; } /* fixes display issue - 5px larger than input field */

#contact-main label textarea, #commentform label textarea { height:100px; overflow:auto; }

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

input.submit, input.submit-contact-main, input.commentform-submit, #menu form input.searchsubmit { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}
	#menu form input.searchsubmit { margin-bottom:10px; }

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 */
	width:64px;
	height:20px;
	border:none;
	cursor:pointer;
	}
	
input.commentform-submit { margin:80px 0 0 242px; }
	
input.commentform-submit {
	width:120px;
	height:20px;
	border:none;
	cursor:pointer;
	}
	
/* ------------------------ INDEX PAGE HORIZONTAL FORM ------------------------ */

body#index #title-contact-index {
background:url("../images/title-index-contact.jpg") no-repeat;
height:33px;
margin:30px 10px 27px 60px;
}


body#index form {
	width:400px;
	margin:10px 0 15px 0; /* set margin left and right below */
	}



body#index #contact-quick { margin:20px 0 10px 75px; }

body#index #contact-quick label { 
	width:220px; 
	position:relative; 
	display:block; 
	text-align:left; 
	margin-bottom:10px;
	font-size:1.0em;
	}

body#index #contact-quick label input, body#index #contact-quick label textarea, body#index #contact-quick label select { 
	width:170px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}

body#index #contact-quick label select { width:175px; } /* fixes display issue - 5px larger than input field */

body#index #contact-quick label textarea { height:100px; overflow:auto; }


body#index input, body#index textarea, body#index select { 
	background-color:#fcf5ee !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #cec3bb;
	color:#000;
	width:150px; /* 5 pixles smaller than form width !important */
	height:22px;
	line-height:20px;
	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:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.0em;
	}

body#index select { width:150px; padding:0; } /* same width as form - !important */

body#index textarea { height:90px; overflow:auto; }

input.submit-contact-index {
	width:170px;
	height:20px;
	border:none;
	cursor:pointer;
	}

/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:760px;
	margin:0 auto;
	text-align:left;
	}
	
#bg-wrap {
	background:url("../images/bg-index-wrap.jpg") repeat-y;
	width:760px;
	text-align:left;
	margin:0 auto;
	float:left;
	}

body#index #bg-bottom-wrap {
	background:url("../images/wrap-bottom-index.jpg");
	height:22px;
	width:760px;
	margin:0 auto;
	clear:both;
	}
	

/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("../images/masthead.jpg") no-repeat;
	height:97px;
	}
	/* index page link within #masthead */		
	#masthead a {
	position:absolute;
	left:44px;
	width:418px;
	top:30px;
	height:63px;
		}
	#masthead a span {
		display:none;
		}
		
/* ------------------------ index-welcome-left ------------------------ */
		
#welcome-left {
	width:505px;
	float:left;
	}	
	
	#welcome-left p, #welcome-left h2, #welcome-left h3, #welcome-left ul, #welcome-left dl, #welcome-left ol {
		margin:0px 10px 10px 65px;
		}
		
#welcome-left h1 {
	margin:-30px 10px 10px 65px;
	}
body#index #welcome-left h1 {
	margin:0px;
	}
	
#welcome-left .gallery-thumbs {
	margin:0 10px 10px 65px;
	}
	#welcome-left .gallery-thumbs img {
	margin:0 3px 10px 0;
	border:2px solid #883959;
	}
	#welcome-left .gallery-thumbs p {
		clear:both;
		margin:10px 0 0 0;
		}
		
body#index #column-left h1 {
	margin-top:-40px;
	}
	
	
	/* single column list */
	#welcome-left ul { padding-left:5px; }
		#welcome-left ul li { 
			background:transparent url("../images/bullet.gif") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:20px; /* pushes text to the right to display bg img */
			color:#990000;
			padding-bottom:10px;
			}
			
	/* single column list */
	#welcome-left ol { padding-left:25px; }
		#welcome-left ol li { 
			list-style:decimal;
			color:#990000;
			padding-bottom:10px;
			}

/* ------------------------ patient-right ------------------------ */
	
#patient-right {
	width:255px;
	float:left;
	}	

#title-column-right {
			background:url("../images/title-column-right.jpg") no-repeat;
			height:91px;
		}

body#index #title-patient-results {
			background:url("../images/title-patients.jpg") no-repeat;
			height:60px;
			clear:both;
			text-align:left;
		}


#title-patient-results {
			background:url("../images/title-patient-results.jpg") no-repeat;
			height:126px;
			clear:both;
			text-align:left;
		}

#title-contact-sub {
			background:url("../images/title-contact-sub.jpg") no-repeat;
			height:126px;
			clear:both;
			text-align:center;
		}
		
		
#title-did-you-know {
			background:url("../images/title-did-you-know.jpg") no-repeat;
			height:36px;
			clear:both;
			text-align:center;
			margin-top:40px;
		}
		
		
#title-patient-forms {
			background:url("../images/title-patient-forms.jpg") no-repeat;
			height:31px;
			clear:both;
			text-align:center;
			margin-top:40px;
		}


	#patient-right p, #patient-right h2, #patient-right h3, #patient-right ul, #patient-right dl {
		margin:0px 60px 10px 25px;
		}
		
		
	#patient-right img.click-call {
		margin:-35px 10px 10px 10px;	
		}
		
	#patient-right img.btn-blog {
		margin:10px 10px 10px 10px;	
		}
	#patient-right form { margin-left:30px; }
#patient-right a span{
	display:none;
}

	/* single column list */
	#patient-right ul, #patient-right ul { padding-left:5px; }
		#patient-right ul li, #patient-right ul li { 
			background:transparent url("../images/bullet.gif") 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 */
			color:#990000;
			padding-bottom:10px;
			}
			
	/* single column list */
	body#blog #patient-right ul, body#blog #patient-right ul { padding-left:5px; }
		body#blog #patient-right ul li, body#blog #patient-right ul li { 
			background:none;
			color:#990000;
			padding-bottom:10px;
			}
			
	body#blog #patient-right ul li ul { margin-left:0; padding-left:0; }
	
	abbr { border:none; }
	
	#menu {
		width:170px;
		padding:10px 10px 0 10px;
		border: 1px solid #fff;
		margin-bottom:10px;
		}
		#menu ul { margin:0; padding:0; }
		#menu form { margin:0 0 0 15px; padding:0; }
			#menu form input { width:135px; }
			
/* ------------------------ column-left framework ------------------------ */
body#index #column-left {
	width:280px;
	float:left;
	}
	
body#index #column-left img {
	margin:2px 3px 3px 65px;
	float:left;
	}

	
	
body#index #column-left #title-cosmetic-dentistry {
	background:url("../images/procedures-cosmetic.jpg") no-repeat;
	height:51px;
	margin:40px 5px 5px 45px;
	}

body#index #column-left h2.left-category {
	padding:5px 0 7px 65px;
	}


	body#index #column-left p, body#index #column-left h1, body#index #column-left h3, body#index #column-left ul, body#index #column-left dl {
		margin:0px 35px 10px 65px;
		}
		

	/* single column list */
	body#index #column-left ul, body#index #column-middle ul { padding-left:5px; }
		body#index #column-left ul li, body#index #column-middle ul li { 
			background:transparent url("../images/bullet.gif") 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 */
			color:#990000;
			}

/* ------------------------ column-middle framework ------------------------ */
body#index #column-middle {
	width:240px;
	float:left;
	}

body#index #column-middle img {
	margin:2px 3px 3px 30px;
	float:left;
	}



body#index #column-middle #title-tmj-treatment {
		background:url("../images/procedures-tmj.jpg") no-repeat;
		height:51px;
		margin:40px 0 10px 11px;
	}


body#index #column-right #title-implants {
		background:url("../images/title-implants.jpg") no-repeat;
		height:51px;
		margin:40px 0 10px -5px;
	}



	body#index #column-middle p, body#index #column-middle h1, body#index #column-middle h2, body#index #column-middle h3, body#index #column-middle ul, body#index #column-middle dl {
		margin:0px 25px 10px 30px;
		}
		
		

/* ------------------------ column-right framework ------------------------ */
body#index #column-right {
	width:200px;
	float:left;
	}
	
body#index #column-right #title-contact {
		background:url("../images/title-contact.jpg") no-repeat;
		height:58px;
		margin:40px 0 10px 13px;
	}



	body#index #column-right p, body#index #column-right h1, body#index #column-right h2, body#index #column-right h3, body#index #column-right ul, body#index #column-right dl {
		margin:0px 10px 10px 13px;
		}

	body#index #column-right form { margin-left:30px; }

	/* single column list */
	body#index #column-right ul, body#index #column-right ul { padding-left:5px; }
		body#index #column-right ul li, body#index #column-right ul li { 
			background:transparent url("../images/bullet.gif") 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 */
			color:#990000;
			}

	/* multi column list */
	body#index #column-right ul.multi { padding-left:5px; } 
		body#index #column-right ul li.multi { 
			padding-left:10px;  /* pushes text to the right to display bg img */
			float:left;
			width:150px;
			line-height:20px; 
			}

	/* definition list */
	body#index #column-right dl { padding-left:5px; }
		body#index #column-right dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		body#index #column-right dl dd {
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}

/* ------------------------ header framework ------------------------ */
body#index #header-flash { height:219px; margin-left:29px; } /* sets height for the flash header - REMOVE IF NOT USED */
#header-graphic { height:210px; background:url("../images/header-graphic.jpg") no-repeat; } /* sets height for all non-flash headers */

	body#index #header-graphic { background:url("../images/header-graphic.jpg") no-repeat; }


/* ------------------------ subhead framework ------------------------ */
#subhead { height:126px; } /* sets height for all subheads */
	body#index #subhead { background:url("../images/subhead-index.jpg") ; }
	body#meet-doctor #subhead { background:url("../images/subhead-meet.jpg"); }
	body#contact #subhead { background:url("../images/subhead-contact.jpg"); }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg"); }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg"); }
	
	body#cosmetic #subhead { background:url("../images/subhead-cosmetic.jpg"); }
	body#reconstruction #subhead { background:url("../images/subhead-reconstruction.jpg"); }
	body#tmj #subhead { background:url("../images/subhead-tmj.jpg"); }
	body#dental-implants #subhead { background:url("../images/subhead-implants.jpg"); }
	body#veneers #subhead { background:url("../images/subhead-veneers.jpg"); }
	body#blog #subhead { background:url("../images/subhead-blog.jpg"); }
	
/* ------------------------ subhead framework with varying heights ------------------------ */

/* ------------------------ title framework with varying heights ------------------------- */
#title-contact {
	height:55px;
	background:url("../images/title-contact.jpg") ;
	}


/* ------------------------------------- Buttons ---------------------------------------- */

/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg") no-repeat;
	width:100%; /* fix for Safar */
	height:126px;
	clear:both; /* important - do not remove */
	}

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



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

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

#footer a:link, #footer a:visited { color:#663333; }
#footer a:hover, #footer a:active { color:#663333; }

#footer ul {margin: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 #663333;
		}
	#footer li.first { border: none; }

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */

/* ------------------------ horizontal sprite nav ------------------------ */
#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:760px; 
	height:35px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

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

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

#nav-01 { width: 115px; margin-left: 29px;}
#nav-02 { width: 136px; margin-left: 3px;}
#nav-03 { width: 101px; margin-left: 3px;}
#nav-04 { width: 223px; margin-left: 4px;}
#nav-05 { width: 111px; margin-left: 231px;}

/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  -29px -35px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -147px -35px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -286px -35px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -391px -35px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -618px -35px no-repeat; }

/*-------------- OPTIONAL - Keeps the hover state on each page based on body id ------------- */
body#SPECIFY #nav-01 { background:url("../images/nav.jpg")  -29px -35px no-repeat; }
body#SPECIFY #nav-02 { background:url("../images/nav.jpg") -147px -35px no-repeat; }
body#SPECIFY #nav-03 { background:url("../images/nav.jpg") -286px -35px no-repeat; }
body#SPECIFY #nav-04 { background:url("../images/nav.jpg") -391px -35px no-repeat; }
body#SPECIFY #nav-05 { background:url("../images/nav.jpg") -618px -35px no-repeat; }






/* ------------------------ Lower Navigation ------------------------ */
#lower-nav { 
	background:url("../images/lower-nav.jpg") no-repeat; 
	width:760px; 
	height:54px; 
	margin:0;
	padding:0; 
	}

#lower-nav span { display: none; }

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

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

#lower-nav-01 { width: 146px; margin-left: 29px;}
#lower-nav-02 { width: 123px;}
#lower-nav-03 { width: 138px;}
#lower-nav-04 { width: 113px;}
#lower-nav-05 { width: 181px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#lower-nav-01 a:hover { background:url("../images/lower-nav.jpg")  -29px -54px no-repeat; }
#lower-nav-02 a:hover { background:url("../images/lower-nav.jpg") -175px -54px no-repeat; }
#lower-nav-03 a:hover { background:url("../images/lower-nav.jpg") -298px -54px no-repeat; }
#lower-nav-04 a:hover { background:url("../images/lower-nav.jpg") -436px -54px no-repeat; }
#lower-nav-05 a:hover { background:url("../images/lower-nav.jpg") -549px -54px no-repeat; }


/*-------------- OPTIONAL - Keeps the hover state on each page based on body id ------------- */
body#SPECIFY #lower-nav-01 { background:url("../images/lower-nav.jpg")  -29px -54px no-repeat; }
body#SPECIFY #lower-nav-02 { background:url("../images/lower-nav.jpg") -175px -54px no-repeat; }
body#SPECIFY #lower-nav-03 { background:url("../images/lower-nav.jpg") -298px -54px no-repeat; }
body#SPECIFY #lower-nav-04 { background:url("../images/lower-nav.jpg") -436px -54px no-repeat; }
body#SPECIFY #lower-nav-05 { background:url("../images/lower-nav.jpg") -549px -54px no-repeat; }

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

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

#lower-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 */
	}

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

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

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

/* Hover styles for drop down items */
#lower-nav-03 ul a:hover, #lower-nav-04 ul a:hover { 
	background-image:none;
	background-color:#AA0000;
	color:#FFFFFF;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#lower-nav-03 ul, #lower-nav-03 li { width:260px; }		
#lower-nav-04 ul, #lower-nav-04 li { width:90px; }



/* Image Fixes */

img.img-first { 
	padding-left:65px;
	}
	
img.img-bna-first {
margin: 10px 0 10px 90px;
}
img.img-bna {
margin: 10px 0 10px 20px;
}

/* ------------------------ blog styles ------------------------ */
#welcome-left #commentlist li p { margin:0; padding:0; }

#welcome-left .storycontent ul li ol, #welcome-left .storycontent ul li ul, #welcome-left .storycontent ol li ul  { margin:0; padding:0; }
#welcome-left .storycontent ul li li { margin:0; padding:0 0 0 20px; list-style:none; }


#btn-gallery{
position:relative;
background:url(../images/gallery-btn.jpg) no-repeat;
width:180px;
height:150px;
}	
#btn-gallery a{
	position:absolute;
	width:163px;
	height:125px;
	top: 9px;
	left: 8px;
}
#btn-gallery-inside{
position:relative;
background:url(../images/gallery-btn.jpg) no-repeat;
width:180px;
height:150px;
left:10px;
}	
#btn-gallery-inside a{
	position:absolute;
	width:163px;
	height:125px;
	top: 9px;
	left: 8px;
}

