/*--------------------- Last Modified  2006.02.17 ---------------------*/
/*-----------------------------------------------------------------------*/


/* 
 ----------------------------------------------------------------------------
  Copyright Einstein Industries 2005. 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 { 
	background:#FAF7F6 url("../images/bg-body.jpg") top;
	text-align:center; 
	font:11px/17px Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	}

p, ul, ol, dl, pre, blockquote	{ margin-bottom:10px; }

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

h1,h2,h3 { margin-bottom:8px; }

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

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

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

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

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

p.back-to-top {
	text-align:left;
	display:block;
	padding-left:10px;
	background:url("../images/bullet-back-to-top.gif") 1px 6px no-repeat;
	
	}

div.see-more-bt {
	float:right;
	background:url("../images/bullet-see-more.gif") no-repeat;
	padding:0;
	margin:0;
	}
	#column-left div.see-more-bt {padding-right:45px;}	
	div.see-more-bt span { display:none;}
	div.see-more-bt a { width:95px; height:5px; display:block; padding:0;	margin:0;
}
	
div.see-more-bt#last	{ margin-bottom:65px;}

img.img-left { 
	float:left; 
	margin:2px 10px 10px 0; 
	}
	
img.img-right { 
	float:right; 
	margin:5px 0 10px 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:#66629B !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #FFF;
	color:#FFF;
	width:150px; /* 5 pixles smaller than form width !important */
	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:155px; /* same width as form !important */
	padding:0;
	}

textarea { 
	height:90px; 
	overflow:auto; 
	}
	
input.submit, input.submit-contact-main { 
	width:60px; 
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:90px 0 0 242px; }

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


/* ----- main contact form ----- */ 
 
#contact-main { padding:20px 0 10px 0; }
	
#contact-main label { 
	width:180px; 
	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:150px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}
	
#contact-main label select {
	width:155px;
	}
	
#contact-main label textarea { height:100px; }



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

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

#column-left {
	width:523px;
	float:left;
	color:#FFF;
	}
	
	#column-left p, #column-left h1, #column-left h2 { margin-left:30px; margin-right:36px; line-height:normal;}
	#column-left h1 {margin-top:16px;}
	
	
	/* background image list items */
	#column-left ul { 
		margin-left:30px;
		margin-right:36px;
		}
	#column-left ul li { 
		background:transparent url("../images/bullet.gif") 0px 6px no-repeat;
		padding-left:10px; 
		}
		
		
	body#home #column-left ul {
		float:left;
		margin:22px 5px 22px 53px;
		line-height:normal;
		}
		body#home #column-left li {background:transparent url("");}
			


/* ----- column-right ----- */

#column-right {
	width:237px;
	float:left;
	color:#FFF;
	}

	body#home #column-right img { margin-left:23px;}
	body#smile #column-right a, body#specialty #column-right a { margin-left:23px;}
	
	/* background image list items */
	#column-right ul { 
		margin-left:5px; 
		} 

	#column-right ul li { 
		background:transparent url("../images/bullet.gif") 0px 6px no-repeat;
		padding-left:8px; 
		}
	
	#contact-hd { background:url("../images/contact-hd.jpg") no-repeat; padding: 80px 23px 15px 23px; line-height:normal;}
	#locate-hd { background:url("../images/locate-hd.jpg") no-repeat; padding: 80px 23px 15px 23px; line-height:normal;}
	#featured-hd { background:url("../images/featured-hd.jpg") no-repeat; width:237px; height:48px; }
	#procedures-hd { background:url("../images/procedures-hd.jpg") no-repeat; width:523px; height:42px; }
	#featured-work-hd { background:url("../images/featured_work-hd.jpg") no-repeat; width:237px; height:48px; }
	#featured-procedure-hd { background:url("../images/featured_procedure-hd.jpg") no-repeat; width:523px; height:48px; }
	#patient-hd { background:url("../images/patient-hd.jpg") no-repeat; width:237px; height:52px; margin-bottom:20px;}
	
	
	#sub-container { width:760px; float:left;}
	
	body#meet #sub-container {background:url("../images/bg-bird.jpg") bottom right no-repeat;}
	body#about #sub-container {background:url("../images/bg-frog.jpg") bottom right no-repeat;}
	body#specialty #sub-container, body#smile #sub-container {background:url("../images/bg-colibri.jpg") bottom right no-repeat;}
	body#contact #sub-container {background:url("../images/bg-lynx.jpg") bottom right no-repeat;}
	body#sitemap #sub-container {background:url("../images/bg-frog.jpg") bottom right no-repeat;}
	body#home #sub-container {background:url("../images/bg-eagle.jpg") bottom right no-repeat;}
/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	height:52px;
	clear:both;
	width:100%;
	}
	body#meet #bottom-wrap {background:url("../images/bottom-wrap-bird.jpg");}
	body#about #bottom-wrap, body#sitemap #bottom-wrap {background:url("../images/bottom-wrap-frog.jpg");}
	body#specialty #bottom-wrap, body#smile #bottom-wrap {background:url("../images/bottom-wrap-colibri.jpg") bottom left no-repeat;}
	body#contact #bottom-wrap {background:url("../images/bottom-wrap-lynx.jpg");}
	body#home #bottom-wrap {background:url("../images/bottom-wrap-eagle.jpg");}


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


#header-graphic {
	height:234px; /* sets height for all non-flash headers */
	}
	

	body#meet #header-graphic {background:url("../images/header-meet.jpg");}
	body#about #header-graphic, body#sitemap #header-graphic {background:url("../images/header-about.jpg");}
	body#smile #header-graphic {background:url("../images/header-smile.jpg");}
	body#contact #header-graphic {background: url("../images/header-contact.jpg");}
	body#specialty #header-graphic {background: url("../images/header-specialty.jpg");}
	
	body#home #header-graphic {
		height:298px;
		background:url("../images/header-home.jpg");
	}


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

#subhead {
	height:63px; /* sets height for all subheads */
	}

	body#meet #subhead {
		background:url("../images/subhead-meet.jpg"); 
		}
	
	body#about #subhead {
		background:url("../images/subhead-about.jpg"); 
		}
		
	body#sitemap #subhead {
		background:url("../images/subhead-sitemap.jpg"); height:68px; 
		}
		
	body#contact #subhead {
		background:url("../images/subhead-contact.jpg"); 
		}

	body#smile #subhead {
		background:url("../images/subhead-smile.jpg"); 
		}

	body#specialty #subhead {
		background:url("../images/subhead-specialty.jpg"); 
		}
		
	body#home #subhead {
		background:url("../images/subhead-home.jpg"); 
		}
		
		
/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:760px;
	margin:0 auto;
	text-align:center;
	}

#footer p {
	color:#66629B;
	font-size:10px;
	margin:8px 15px 0 15px;
	line-height:normal;
	}

#footer ul li a:link, #footer ul li a:visited {
	color:#66629B;
	font-weight:bold;
	font-size:10px;
	}

#footer ul li a:hover, #footer ul li a:active {
	color:#9999CC; text-decoration:underline;
	}
#footer a:link, #footer a:visited {
	color:#66629B;
	font-size:10px;
	}

#footer a:hover, #footer a:active {
	color:#9999CC; text-decoration:underline;
	}

#footer ul {margin-top:10px;}

#footer li { /* if your li's float, you can adjust border height w/ line-height */
	padding:0 2px 0 5px;
	display: inline;
	border-left: 1px solid #66629B;
	}

	#footer li.first { border: none; }



/* Horozontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:760px; 
	height:32px; 
	margin-bottom:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:32px; display:block; }

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

#nav-01 { width: 113px; margin-left: 5px;}
#nav-02 { width: 128px;}
#nav-03 { width: 98px;}
#nav-04 { width: 71px;}
#nav-05 { width: 81px;}
#nav-06 { width: 84px;}


/*-------------- (-5px) X position of button / (-32px) height of image from above ------------- */
#nav-01 a:hover {background:url("../images/nav.jpg") -5px -32px no-repeat;}
#nav-02 a:hover {background:url("../images/nav.jpg") -118px -32px no-repeat;}
#nav-03 a:hover {background:url("../images/nav.jpg") -246px -32px no-repeat;}
#nav-04 a:hover {background:url("../images/nav.jpg") -344px -32px no-repeat;}
#nav-05 a:hover {background:url("../images/nav.jpg") -415px -32px no-repeat;}
#nav-06 a:hover {background:url("../images/nav.jpg") -496px -32px no-repeat;}


/* Horozontal Sprite Nav Home
 * ------------------------------------------------------------------------- */

body#home #nav { 
	background:url("../images/nav-home.jpg") no-repeat; 
	width:760px; 
	height:32px; 
	margin-bottom:0; 
	}

body#home #nav span { display: none; }

body#home #nav li, body#home #nav a { height:32px; display:block; }

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

body#home #nav-01 { width: 116px; margin-left: 5px;}
body#home #nav-02 { width: 135px;}
body#home #nav-03 { width: 104px;}
body#home #nav-04 { width: 79px;}
body#home #nav-05 { width: 99px;}


/*-------------- (-5px) X position of button / (-32px) height of image from above ------------- */
body#home #nav-01 a:hover {background:url("../images/nav-home.jpg") -5px -32px no-repeat;}
body#home #nav-02 a:hover {background:url("../images/nav-home.jpg") -121px -32px no-repeat;}
body#home #nav-03 a:hover {background:url("../images/nav-home.jpg") -256px -32px no-repeat;}
body#home #nav-04 a:hover {background:url("../images/nav-home.jpg") -360px -32px no-repeat;}
body#home #nav-05 a:hover {background:url("../images/nav-home.jpg") -439px -32px no-repeat;}



#wolf { background:url("../images/doc_wolf.jpg"); width:400px; height:117px; margin: 10px 61px;}
	#wolf span { display: none; }
#address {margin-left:23px; line-height:normal;}
body#about #address {margin-bottom:125px;}
body#contact #address {margin-left:0;}
#address dt {font-weight:bold;}
#gallery { width:760px; float:left;}
#bottom-space{margin-bottom:50px;}
#bottom-gallery{margin-bottom:100px;}

.bna { margin-left:38px; color:#fff; font-weight:bold;}
.bna dd { float:left; margin-right:15px; margin-bottom:32px;}
.bna dt { margin-bottom:10px;}
.bna li { margin-bottom:32px;}
.testimonial-blurb{ margin:0px 65px 20px 70px; text-align:center;}
.bna-blurb{float:left; margin-right:22px; margin-bottom:0px;}
bna dd #last{float:left; margin-right:0px; margin-bottom:0px;}

.bna-last { margin:0 0 250px 32px; color:#fff; font-weight:bold;}
.bna-last dd { float:left; margin-right:22px; margin-bottom:32px;}
.bna-last dt { margin-bottom:10px;}

body#specialty .bna { margin-left:35px; color:#fff; font-weight:bold;}
body#specialty .bna dd { float:left; margin-right:10px; margin-bottom:8px; margin-left:0;}

body#home .bna {margin-left:0;}
body#home .bna dt {margin-bottom:10px;}
body#home .bna dt { margin-left:20px;}
body#home .bna dd { float:left; margin-left:20px; margin-right:0;}
body#home .bna dd p {margin:10px 0 0 0; text-align:center;}