/*--------------------- 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:#000;
	text-align:center; 
	font:12px/16px Arial, Helvetica, sans-serif; 
	color:#000;
	}

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

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

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

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

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

div.clear	{ 
	height:.01em; 
	clear:both;
	overflow:hidden; 
	}
div.clear-h2	{ 
	height:10px; 
	clear:both;
	overflow:hidden; 
	}
p.back-to-top {
	text-align:right;
	display:block;
	padding-right:20px;
	background:url("../images/bullet.jpg") right no-repeat;
	}
p.more-info {
	text-align:right;
	display:block;
	}
img.img-left { 
	float:left; 
	margin:0px 5px 0px 0px;
	}

img.img-right { 
	float:right; 
	margin:0px 0px 0px 0px; 
	}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
	
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
	

/* ------------------------ 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:#FFFFFF !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #000;
	color:#000;
	width:165px; /* 5 pixles smaller than form width !important */
	height:20px;
	line-height:16px;
	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:1.0em;
	}

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

textarea { height:66px; 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: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; }

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

input.submit, input.submit-contact-main, input.submit-french-contact-main { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}

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

input.submit-image { /* REMOVE IF NOT USED */
	background:url("../images/btn-submit.jpg");
	width:73px;
	height:21px;
	border:none;
	cursor:pointer;
	}
	
input.submit-french-image { /* REMOVE IF NOT USED */
	background:url("../images/btn-french-submit.jpg");
	width:73px;
	height:21px;
	border:none;
	cursor:pointer;
	}

	
	
input.submit-contact-main { /* REMOVE IF NOT USED */
	background:url("../images/btn-submit-main.jpg");
	width:73px;
	height:21px;
	border:none;
	cursor:pointer;
}

input.submit-french-contact-main { /* REMOVE IF NOT USED */
	background:url("../images/btn-submit-french-main.jpg");
	width:73px;
	height:21px;
	border:none;
	cursor:pointer;
}

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

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


/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:64px;
	}
	/* index page link within #masthead */		
	#masthead .link-home {
	position:absolute;
	left:385px;
	width:345px;
	top:4px;
	height:53px;
		}
	#masthead span {
		display:none;
		}


	#masthead .link-french  {
	position:absolute;
	left:23px;
	width:189px;
	top:4px;
	height:53px;
		}

/* ------------------------ french masthead framework ------------------------ */
#french-masthead {
	position:relative;
	background:url("../images/masthead-french.jpg");
	height:64px;
	}
	/* index page link within #masthead */		
	#french-masthead .link-home {
	position:absolute;
	left:385px;
	width:345px;
	top:4px;
	height:53px;
		}
	#french-masthead span {
		display:none;
		}


	#french-masthead .link-french  {
	position:absolute;
	left:23px;
	width:189px;
	top:4px;
	height:53px;
		}


/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:248px;
	float:left;
	}

	#column-left p, #column-left address, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin: 20px 35px 10px 20px;
		}

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

	/* single column list */
	#column-left ul { padding-left:5px; }
		#column-left ul 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 */
			}
	#column-left a {
	font-size: 0.95em;
}
/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:502px;
	float:left;
	}
body#choose #column-right p{
	margin-right:0px; padding-right:56px;
}	

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

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

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

	/* multi column list */
	#column-right ul.multi { padding-left:5px; } 
		#column-right ul.multi li { 
			background:transparent url("../images/bullet.jpg") 0px 0px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:16px;  /* 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-flash {
	height:345px; padding: 0 6px 0 6px; width: 738px;
} /* sets height for the flash header - REMOVE IF NOT USED */
	/* --------------- no flash text styles ----------------------*/
	#header-flash p, #header-flash noscript { padding: 5px 0 0 30px; color: #FFFFFF;}
	#header-flash a:link, #header-flash a:visited {color: #FFFFFF;}
	#header-flash a:hover, #header-flash a:active {color: #FFFF00;  text-decoration: none;}

#header-graphic { height:345px; width: 738px; margin: 0 6px 0 6px; } /* sets height for all non-flash headers */

	body#index #header-graphic, body#french-index #header-graphic { background:url("../images/header-index.jpg") no-repeat; margin:0; }
	body#choose #header-graphic, body#french-choose #header-graphic { background:url("../images/header-index.jpg") no-repeat; }
	body#cosmetic #header-graphic, body#french-cosmetic #header-graphic { background:url("../images/header-cosmetic.jpg") no-repeat; }
	body#reconstructive #header-graphic, body#french-reconstructive #header-graphic { background:url("../images/header-reconstructive.jpg") no-repeat; }
	body#latest #header-graphic, body#french-latest #header-graphic { background:url("../images/header-latest.jpg") no-repeat; }
	body#contact #header-graphic, body#french-contact #header-graphic { background:url("../images/header-contact.jpg") no-repeat; }
	body#thankyou #header-graphic, body#french-thank-you #header-graphic { background:url("../images/header-contact.jpg") no-repeat; }
	body#sitemap #header-graphic, body#french-sitemap #header-graphic { background:url("../images/header-sitemap.jpg") no-repeat; }


/* ------------------------ subhead framework ------------------------ */
#subhead { height: 67px; width: 492px; margin: 1px 6px 10px 4px;} /* sets height for all subheads */
	body#index #subhead { background:url("../images/subhead-index.jpg"); height:75px; margin: 0px; width: 502px;}
	body#choose #subhead { background:url("../images/subhead-why.jpg"); }
	body#cosmetic #subhead { background:url("../images/subhead-cosmetic.jpg"); }
	body#reconstructive #subhead { background:url("../images/subhead-reconstructive.jpg"); }
	body#latest #subhead { background:url("../images/subhead-latest.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"); }
	
	
/* ------------------------ french titles subhead framework ------------------------ */
#subhead { height: 67px; width: 492px; margin: 1px 6px 10px 4px;} /* sets height for all subheads */
	body#french-index #subhead { background:url("../images/subhead-french-index.jpg"); height:75px; margin: 0px; width: 502px;}
	body#french-choose #subhead { background:url("../images/subhead-french-why.jpg"); }
	body#french-cosmetic #subhead { background:url("../images/subhead-french-cosmetic.jpg"); }
	body#french-reconstructive #subhead { background:url("../images/subhead-french-reconstructive.jpg"); }
	body#french-latest #subhead { background:url("../images/subhead-french-techniques.jpg"); }
	body#french-contact #subhead { background:url("../images/subhead-french-contact.jpg"); }
	body#french-thank-you #subhead { background:url("../images/subhead-french-thank.jpg"); }
	body#french-sitemap #subhead { background:url("../images/subhead-french-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:90px;
	background:url("../images/title-contact.jpg") ;
	}

#french-title-contact {
	height:90px;
	background:url("../images/title-french-contact.jpg") ;
	}

#smile-gallery {
	padding-top:78px;
	background:url("../images/title-smile-gallery.jpg") top no-repeat ;
	width: 218px;
	float:left;
	}
	
body#french-index #smile-gallery {
	padding-top:78px;
	background:url("../images/title-french-gallery.jpg") top no-repeat ;
	width: 231px;
	float:left;
	}
	
	
#our-procedures {
	padding-top: 78px;
	background: url("../images/title-our-procedures.jpg") top no-repeat;
	width: 275px;
	float: left;
	}
	
body#french-index #our-procedures {
	padding-top: 78px;
	background: url("../images/title-french-procedures.jpg") top no-repeat;
	width: 260px;
	float: left;
	}
	
#gallery-procedures {
	background: #b1d0c2 url("../images/gallery-procedures-bottom.jpg") bottom no-repeat;
	width: 493px;
	padding-bottom: 30px;
	margin-left: 3px;
	}

#affiliations {
	background: url("../images/affiliations.jpg") top no-repeat;
	height: 252px;
	}

body#french-index #affiliations, body#french-choose #affiliations, body#french-cosmetic #affiliations , body#french-reconstructive #affiliations, body#french-latest #affiliations, body#french-sitemap #affiliations {
	background: url("../images/french-affiliations.jpg") top no-repeat;
	height: 252px;
	}



/* ------------------------ 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:10px;
	clear:both; /* important - do not remove */
	}

/* ------------------------footer framework ------------------------ */
#footer {
	width:750px;
	margin:0 auto;
	text-align:center;
	padding-top: 20px;
	}

#footer p, #footer address {
	color:#fff;
	margin-bottom:10px;
	}

#footer a:link, #footer a:visited { color:#fff; }
#footer a:hover, #footer a:active { color:#fff; 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 #fff;
		}
	#footer li.first { border: none; }

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

#nav span { display: none; }

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

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

#nav-01 { width: 65px; margin-left: 6px;}
#nav-02 { width: 123px;}
#nav-03 { width: 141px;}
#nav-04 { width: 180px;}
#nav-05 { width: 129px;}
#nav-06 { width: 100px;}


/*-------------- (-79px) X position of button / (-29px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg") -6px -29px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -71px -29px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -194px -29px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -335px -29px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -515px -29px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -644px -29px no-repeat; }

/*-------------- OPTIONAL - Keeps the hover state on each page based on body id ------------- */
body#index #nav-01, body#french-index #nav-01 { background:url("../images/nav.jpg") -6px -29px no-repeat; }
body#choose #nav-02 { background:url("../images/nav.jpg") -71px -29px no-repeat; }
body#cosmetic #nav-03 { background:url("../images/nav.jpg") -194px -29px no-repeat; }
body#reconstructive #nav-04 { background:url("../images/nav.jpg") -335px -29px no-repeat; }
body#latest #nav-05 { background:url("../images/nav.jpg") -515px -29px no-repeat; }
body#contact #nav-06 { background:url("../images/nav.jpg") -644px -29px no-repeat; }




/* ------------------------ FRENCH NAVIGATION ------------------------ */
#french-nav { 
	background:url("../images/french-nav.jpg") no-repeat; 
	width:760px; 
	height:29px; 
	margin:0;
	padding:0; 
	}

#french-nav span { display: none; }

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

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

#french-nav-01 { width: 62px; margin-left: 6px;}
#french-nav-02 { width: 143px;}
#french-nav-03 { width: 125px;}
#french-nav-04 { width: 152px;}
#french-nav-05 { width: 145px;}
#french-nav-06 { width: 101px;}


/*-------------- (-79px) X position of button / (-29px) height of image from above ------------- */
#french-nav-01 a:hover { background:url("../images/french-nav.jpg") -6px -29px no-repeat; }
#french-nav-02 a:hover { background:url("../images/french-nav.jpg") -68px -29px no-repeat; }
#french-nav-03 a:hover { background:url("../images/french-nav.jpg") -211px -29px no-repeat; }
#french-nav-04 a:hover { background:url("../images/french-nav.jpg") -336px -29px no-repeat; }
#french-nav-05 a:hover { background:url("../images/french-nav.jpg") -488px -29px no-repeat; }
#french-nav-06 a:hover { background:url("../images/french-nav.jpg") -633px -29px no-repeat; }

/*-------------- OPTIONAL - Keeps the hover state on each page based on body id ------------- */
body#index #nav-01, body#french-index #nav-01 { background:url("../images/nav.jpg") -6px -29px no-repeat; }
body#choose #nav-02 { background:url("../images/nav.jpg") -71px -29px no-repeat; }
body#cosmetic #nav-03 { background:url("../images/nav.jpg") -194px -29px no-repeat; }
body#reconstructive #nav-04 { background:url("../images/nav.jpg") -335px -29px no-repeat; }
body#latest #nav-05 { background:url("../images/nav.jpg") -515px -29px no-repeat; }
body#contact #nav-06 { background:url("../images/nav.jpg") -644px -29px no-repeat; }
