/*--------------------- 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:#D2E1EF url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:12px/16px Verdana, Arial, Helvetica, sans-serif; 
	color:#555555;
	}
#body-img { 
	background: url("../images/bottom-img.jpg") bottom repeat-x;
	text-align:center; 
	}
blockquote { margin-left:10px; margin-right:10px; }

h1	{ font-size:1.2em; color:#555555; }
h2	{ font-size:1.1em; color:#9B700E; }
h3	{ font-size:1.0em; color:#0B76CC; }

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

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

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

div.clear	{ 
	height:.01em; 
	clear:both;
	overflow:hidden; 
	}
div.clear-h2	{ 
	clear:both;
	height:10px; 
	overflow:hidden; 
	}
p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("../images/bullet.jpg") right no-repeat;
	}

img.img-left { 
	float:left; 
	margin:0px 0px 0px 69px;
	}

img.img-right { 
	float:right; 
	margin:0px 0px 0px 0px; 
	}

/* ------------------------ form elements ------------------------ */
form {
	width:200px;
	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 */
#contact_quick label {color: #0B76CC}
input, textarea, select { 
	background-color:#74B5DA !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #FFFFFF;
	color:#FFFFFF;
	width:215px; /* 5 pixles smaller than form width !important */
	height:16px;
	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: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 { margin:20px 0 10px 0; }

#contact-main label { 
	width:220px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1em;
	}

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

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

input.submit, input.submit-contact-main { 
	background-color:#D2E1EF !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #000;
	color:#000;
	width:48px;
	height:18px;
	cursor:pointer; 
	padding:0px; 	
	line-height: 14px;
	font-size: .9em;
	}

input.submit-contact-main { margin:95px 0 2px 245px;} /* defines placement of contact-main submit button */


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

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

/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:535px;
	float:left;
	padding-bottom:60px;
	}

	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0px 40px 10px 80px;
		}

	#column-left form { margin-left:60px; } /* set form margin here */

	/* single column list */
	#column-left ul { padding-left:25px; }
		#column-left ul li { 
			background:transparent url("../images/bullet.jpg") 0px 3px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:15px; /* pushes text to the right to display bg img */
			}

	/* multi column list */
	#column-left ul.multi { padding-left:25px; } 
		#column-left ul.multi li { 
			background:transparent url("../images/bullet.jpg") 0px 3px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:15px;  /* pushes text to the right to display bg img */
			float:left;
			width:170px; /* sets the width of each column */
			line-height:20px; 
			}

	/* definition list */
	#column-left dl { padding-left:5px; }
		#column-left dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-left dl dd {
			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 */
			margin-left:5px;
			}

/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:325px;
	float:left;
	color: #41413F;
	padding-bottom: 200px;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0px 100px 10px 24px;
		}

	#column-right form { margin-left:24px; }

	/* single column list */
	#column-right ul { padding-left:5px; }
		#column-right ul li { 
			background:transparent url("../images/bullet.jpg") 0px 3px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:15px;  /* pushes text to the right to display bg img */
			margin-bottom: 4px;
			}
	#column-right ul.no-bullet { padding-left:5px; }
		#column-right ul.no-bullet 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 */
			margin-bottom: 4px;
			}
	/* multi column list */
	#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; 
			}

	/* 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; /* 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;
			}

/* ------------------------ header framework ------------------------ */
#header-graphic { height:324px; position: relative;background:url("../images/header.jpg");} /* sets height for all non-flash headers */
	#header-graphic a{
	position:absolute;
	left:88px;
	width:160px;
	top:122px;
	height:125px;
		}
	#header-graphic a span {
		display:none;
		}

	body#index #header-graphic { background:url("../images/header.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 { padding-top:150px; } /* sets height for all subheads */
	body#index #subhead { background:url("../images/subhead-index.jpg") top no-repeat;}
	body#about #subhead { background:url("../images/subhead-about.jpg") top no-repeat; }
	body#cosmetic #subhead { background:url("../images/subhead-cosmetic.jpg") top no-repeat; }
	body#laser #subhead { background:url("../images/subhead-laser.jpg") top no-repeat; }
	body#smile #subhead { background:url("../images/subhead-smile.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; height: 350px;}
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg") top no-repeat; }

/* ------------------------ subhead framework with varying heights ------------------------ */
#smiles4life {
	background: url("../images/img-smile4life.gif") top left no-repeat;
	margin: 50px 0 0 80px;
	}
	#smiles4life p {
		margin: 0 24px 0 135px;
		font-size: .95em;
		color: #41413F;
		}
h2#title-smile-gallery {
	height:136px;
	background:url("../images/title-smile-gallery.jpg") ;
	margin: 0px;
	}
#smile-wrap {
	background: url("../images/smile-wrap.jpg") repeat-y;
	margin-bottom: 20px;
	}
#bna-images {
	background: url("../images/bna-images.jpg") bottom no-repeat;
	height: 227px;
	position: relative;
	}
	
	

	#bna-images a.bna-01{
		position: absolute;
		left: 94px;
		height: 104px;
		width: 173px;
		top: 67px;
		}
	#bna-images a.bna-02{
		position: absolute;
		left: 289px;
		height: 104px;
		width: 173px;
		top: 68px;
		}
#title-dr {
	background: #D2E1EF url("../images/bg-dr.jpg") top no-repeat;}
	h2#dr-worcester {
	background: url("../images/top-dr.jpg") top no-repeat;
	height: 125px;
	margin: 0px;
	}
/* ------------------------ title framework with varying heights ------------------------- */
#title-contact {
	padding-top: 150px;
	background:url("../images/title-contact.jpg") top no-repeat;
	}

#title-procedures {
	height:123px;
	background:url("../images/title-procedures.jpg") ;
	}

/* ------------------------------------- Buttons ---------------------------------------- */
#click-to-call {
		height:124px;
		display:block;
		background:url("../images/click-to-call.gif") no-repeat;
		position: relative;
		}
		#click-to-call a {
				position: absolute;
				top: 9px;
				left: 2px;
				height: 104px;
				width: 263px;
				}
		#click-to-call span { display:none; }


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

/* ------------------------footer framework ------------------------ */
#footer-bg {
		width: auto;
		background: #6CB1F9 url("../images/footer-wrap.jpg") top repeat-x;
	}
#footer {
	width:860px;
	margin:0 auto;
	text-align:left;
	padding: 32px 0 10px 80px;
	}

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

#footer a:link, #footer a:visited { color:#FFFFFF; }
#footer a:hover, #footer a:active { color:#FFFFFF; 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 ------------------------ */
/* ------------------------ horizontal sprite nav ------------------------ */
#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:860px; 
	height:36px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

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

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

#nav-01 { width: 85px; margin-left: 74px;}
#nav-02 { width: 110px;}
#nav-03 { width: 183px;}
#nav-04 { width: 81px;}
#nav-05 { width: 140px;}
#nav-06 { width: 123px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  -74px -36px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -159px -36px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -269px -36px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -452px -36px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -533px -36px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -673px -36px no-repeat; }
