/*--------------------- 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:#404040 url("../images/bg-body-index2.jpg") top repeat-x;
	text-align:center; 
	font:12px/16px Arial, Helvetica, sans-serif; 
	color:#fff7d5;
	}
blockquote { margin-left:10px; margin-right:10px; }

h1	{ font-size:1.2em; color:#d0a825; }
h2	{ font-size:1.1em; color:#90c8e3; }
h3	{ font-size:1.0em; color:#fffae4; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#90c7e0; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#fff7d5; text-decoration:underline; outline:none; }

#social-media {
	margin: 0 0 15px 14px;
}

#social-media a {
	padding: 0 8px;
}

/* ------------------------ classes ------------------------ */
.clear {clear: both;}

#test1 {
background: url("../images/header-index.jpg") top no-repeat;
height: 299px;
width: 802px;
}
div.rounded * {
background: url("../images/img-mcconell.gif");
}

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:15px;
	background:url("../images/bullet-back-to-top.jpg") right no-repeat;
	}
p.more-info {
	text-align:right;
	display:block;
	}
img.img-left { 
	float:left; 
	margin:0px 5px 0px 0px;
	}
body#index img.img-left { 
	float:left; 
	margin:0px 5px 0px 15px;
	}

img.img-right { 
	float:right; 
	margin:0px 0px 0px 0px; 
	}
.address-text {
	color: #90c8e3;
	}

/* ------------------------ form elements ------------------------ */
form {
	width:370px;
	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 #404040;
	color:#404040;
	width:155px; /* 5 pixles smaller than form width !important */
	height:19px;
	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: Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}

select { width:150px; padding:0; } /* same width as form - !important */

textarea { height:46px; overflow:auto; }

#contact_business { display: none; } /* do not remove */ 


/* ------------------------ SPECIFIC ELEMENTS ------------------------ */
/* -------------------- 2 column form index setup ------------------------------*/
div.form-2-col {
	width: 160px;
	float: left;
	margin: 0px;
	padding: 0 5px 0 0px;
	display:inline;
	}


/* ------------------------ main contact form ------------------------ */
#contact-main { margin:20px 0 10px 0;}

#contact-main label { 
	width:170px; 
	display:block; 
float: left;
	margin-bottom:10px;
	font-size:1.0em;
	}

#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:190px;
	float: right;
	}

#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 { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:0; } /* defines placement of contact-main submit button */

/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {
	width:802px;
	margin:0 auto;
	text-align:left;
	}

/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("../images/masthead2.jpg");
	height:96px;
	}
	/* index page link within #masthead */		
	#masthead a {
	position:absolute;
	left:1px;
	width:423px;
	top:8px;
	height:83px;
		}
	#masthead a span {
		display:none;
		}

/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:401px;
	float:left;
	padding-top: 19px;
	}

	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0px 20px 10px 20px;
		}

	#column-left form { margin-left:0px; } /* set form margin here */

	/* single column list */
	#column-left ul { padding-left:5px; }
		#column-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:10px; /* pushes text to the right to display bg img */
			}

	/* multi column list */
	#column-left ul.multi { padding-left:5px; } 
		#column-left 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; /* 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:401px;
	float:left;
	padding-top: 19px;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0px 20px 10px 20px;
		}

	#column-right form {padding-left: 20px; }
	
	#misspellings, #names li {
		font-size:10px;
	}

	/* single column list */
	#column-right ul { padding-left:5px; }
		#column-right ul li { 
			background:transparent url("../images/bullet.gif") 0px 4px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			line-height: 18px;
			}
	
	/* 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:333px; width:638px; float:right;} /* sets height for all subheads */
	body#index #header-graphic { background:url("../images/header-index2.jpg") no-repeat; }
	body#practice #header-graphic { background:url("../images/header-practice.jpg"); }
	body#cosmetic #header-graphic { background:url("../images/header-cosmetic.jpg"); }
	body#restorative #header-graphic { background:url("../images/header-whitening.jpg"); }
	body#general #header-graphic { background:url("../images/header-invisialign.jpg"); }
	body#implant #header-graphic { background:url("../images/header-about.jpg"); }
	body#ortho #header-graphic { background:url("../images/header-general.jpg"); }
	body#injectables #header-graphic { background:url("../images/header-general.jpg"); }
	body#veneers #header-graphic { background:url("../images/header-contact.jpg"); }
	body#faqs #header-graphic { background:url("../images/header-faq.jpg"); }
	body#whitening #header-graphic { background:url("../images/header-restorative.jpg"); }
	body#contact #header-graphic, body#contact-patient-survey #header-graphic { background:url("../images/header-veneers.jpg"); }
	body#thankyou #header-graphic { background:url("../images/header-index2.jpg"); }
	body#sitemap #header-graphic { background:url("../images/header-index2.jpg"); }
	body#cerec #header-graphic { background:url("../images/header-cosmetic.jpg"); }
	body#blog #header-graphic { background:url("http://hutchdentist.com/images/header-cosmetic.jpg"); }


/* ------------------------ subhead framework ------------------------ */
#subhead { height:40px; } /* sets height for all subheads */
	body#index #subhead { background:url("../images/subhead-index.gif"); padding: 0px; margin: 0px;}
	body#practice #subhead { background:url("../images/subhead-practice.gif"); }
	body#cosmetic #subhead { background:url("../images/subhead-cosmetic.gif"); }
	body#restorative #subhead { background:url("../images/subhead-restorative.gif"); }
	body#general #subhead { background:url("../images/subhead-general.gif"); }
	body#implant #subhead { background:url("../images/subhead-implant.gif"); }
	body#ortho #subhead { background:url("../images/subhead-orthodontics.gif"); }
	body#veneers #subhead { background:url("../images/subhead-veneers.gif"); }
	body#faqs #subhead { background:url("../images/subhead-faqs.gif"); }
	body#whitening #subhead { background:url("../images/subhead-whitening.gif"); }
	body#injectables #subhead { background:url("../images/subhead-injectables.gif"); }
	body#contact #subhead { background:url("../images/subhead-contact.gif"); }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.gif"); }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.gif"); }
	body#contact-patient-survey #subhead { background:url("../images/subhead-patient-survey.gif"); }
	body#cerec #subhead { background:url("../images/subhead-cerec.gif"); }

/* ------------------------ subhead framework with varying heights ------------------------ */
#btn-zoom-index {
	height:153px;
	background:url("../images/btn-zoom-index.gif") ;
	position:relative;
	}
	#btn-zoom-index a {
	top: 28px;
	left: 190px;
	width: 182px;
	height: 100px;
	position: absolute;
		}
#btn-care-credit-index {
	height:153px;
	background:url("../images/btn-care-credit-index.gif");
	position:relative;
	margin-top: 8px;
	}
	#btn-care-credit-index a {
	top: 28px;
	left: 190px;
	width: 182px;
	height: 100px;
	position: absolute;
	}
#btn-botox-index {
	height:153px;
	background:url("../images/btn-botox.jpg");
	position:relative;
	margin-top: 8px;
	}
	#btn-botox-index a {
	top: 28px;
	left: 190px;
	width: 182px;
	height: 100px;
	position: absolute;
	}
#btn-invisalign-index {
	height:152px;
	background:url("../images/btn-invisalign-index.gif") ;
	position:relative;
	}
	#btn-invisalign-index a {
	top: 32px;
	left: 26px;
	width: 185px;
	height: 100px;
	position: absolute;
		}
#btn-juvederm-index {
	height:152px;
	background:url("../images/btn-juvederm.jpg") ;
	position:relative;
	margin-top:5px;
	}
	#btn-juvederm-index a {
	top: 32px;
	left: 26px;
	width: 185px;
	height: 100px;
	position: absolute;
		}
	#btn-invisalign-index a span, #btn-zoom-index a span, #btn-care-credit-index a span, #btn-botox-index a span, #btn-juvederm-index a span { display: none;}
	
#bna-thumb-index {
	position: relative;
	background: url("../images/bna-thumb-index-new.gif");
	height: 181px;
	}
#bna-thumb-index a {
	position:absolute;
	top: 9px;
	left: 25px;
	width: 350px;
	height: 153px;
	}
.thumbs{
	margin: 15px 0px 30px 10px;
}
/* ------------------------ title framework with varying heights ------------------------- */
#title-contact {
	height:40px;
	background:url("../images/title-contact.gif") ;
	}

body#contact #title-contact, body#thankyou #title-contact {
	height:40px;
	background:url("../images/title-visit.gif") ;
	}
#title-featured {
	height:40px;
	background:url("../images/title-featured.gif") ;
	}
#title-featured-case {
	height:40px;
	background:url("../images/title-featured-case.gif") ;
	}
#title-about-practice {
	height:40px;
	background:url("../images/title-about-practice.gif") ;
	margin-bottom: 10px;
	}
#title-video-website{
	height:48px;
	background:url("../images/title-video-website.gif") no-repeat;
}

/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */
#bottom-wrap {
	width:100%; /* fix for Safar */
	clear:both; /* important - do not remove */
	}

/* ------------------------footer framework ------------------------ */
#footer-bg {	
	background: #5d95ba url("../images/footer-bg.jpg") top repeat-x;
	width:auto;
	margin:0 auto;
	text-align:center;
	}
#footer {	
	margin:0 auto;
	width: 850px;
	font-size: .9em;
	padding-top: 24px;
	padding-bottom: 10px;
	}

#footer p {
	color:#404040;
	margin-bottom:10px;
	}

#footer a:link, #footer a:visited { color:#404040; }
#footer a.ei-link:link, #footer a.ei-link:visited { color:#8dc4dd; }
#footer a:hover, #footer a:active { color:#404040; 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 #404040;
		}
	#footer li.first { border: none; }
	
#footer p.address-2-col {
	width: 160px;
	float: left;
	text-align:left;
	}
#footer p.address-2-col-first {
	width: 160px;
	float: left;
	text-align:left;
	padding-left:280px;
	}
/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */
/* ------------------------ vertical sprite nav ------------------------ */
#nav {
	background:url("../images/nav.jpg") top left no-repeat;					
	width:164px;	/* Width of buttons, not entite image (or half of entire image) */
	height:333px;	 /* Height of entire image */
	float:left;
	margin:0px;
	padding:0px;
	}

#nav li span { display: none; }

#nav li { float:left; list-style:none; position:relative; }

#nav li, #nav a { 
	height: 20px;	/* Each button must have the same height, define it here */
	display:block;
	}

/* margin-top to set where the nav should begin */
#nav-01 { margin-top:28px; width:164px; }

/* margin-top if there is a spacing between each nav button */
#nav-02, #nav-03, #nav-04, #nav-05, #nav-06, #nav-07, #nav-08, #nav-09, #nav-10, #nav-11, #nav-12, #nav-13, #nav-14 { margin-top:0; width:164px; }

#nav-01 a:hover { background:url("../images/nav.jpg") -164px  -28px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -164px  -48px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -164px  -68px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -164px  -88px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -164px -108px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -164px -128px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -164px -148px no-repeat; }
#nav-08 a:hover { background:url("../images/nav.jpg") -164px -168px no-repeat; }
#nav-09 a:hover { background:url("../images/nav.jpg") -164px -188px no-repeat; }
#nav-10 a:hover { background:url("../images/nav.jpg") -164px -208px no-repeat; }
#nav-11 a:hover { background:url("../images/nav.jpg") -164px -228px no-repeat; }
#nav-12 a:hover { background:url("../images/nav.jpg") -164px -248px no-repeat; }
#nav-13 a:hover { background:url("../images/nav.jpg") -164px -268px no-repeat; }
#nav-14 a:hover { background:url("../images/nav.jpg") -164px -288px no-repeat; }


/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id ------------- */
body#index #nav-01 { background:url("../images/nav.jpg") -164px  -28px no-repeat; }
body#practice #nav-02 { background:url("../images/nav.jpg") -164px  -48px no-repeat; }
body#cosmetic #nav-03 { background:url("../images/nav.jpg") -164px  -68px no-repeat; }
body#restorative #nav-04 { background:url("../images/nav.jpg") -164px  -88px no-repeat; }
body#general #nav-05 { background:url("../images/nav.jpg") -164px -108px no-repeat; }
body#implant #nav-06 { background:url("../images/nav.jpg") -164px -128px no-repeat; }
body#ortho #nav-07 { background:url("../images/nav.jpg") -164px  -148px no-repeat; }
body#cerec #nav-08 { background:url("../images/nav.jpg") -164px  -168px no-repeat; }
body#veneers #nav-09 { background:url("../images/nav.jpg") -164px  -188px no-repeat; }
body#faqs #nav-10 { background:url("../images/nav.jpg") -164px  -208px no-repeat; }
body#whitening #nav-11 { background:url("../images/nav.jpg") -164px -228px no-repeat; }
body#injectables #nav-12 { background:url("../images/nav.jpg") -164px -248px no-repeat; }
body#contact #nav-13 { background:url("../images/nav.jpg") -164px -268px no-repeat; }
body#multiple #nav-14 { background:url("../images/nav.jpg") -164px -288px no-repeat; }


#patient-survey { padding-top:30px }
#patient-survey img { padding-left:2px }


/*-- patient form --*/
#column-left form#contact-patient  {width:401px;margin:0; padding:0; }
ul#patient-list-style li{ list-style:none; background:none; line-height:20px;  }

#contact-patient #patient-list-style input.user-input {width:12px; height:12px; background-color:#404040 !important; }
#patient-list-style li.list-spacing {margin:15px 0 0 0; }
#patient-list-style li.explain-why {margin:5px 0 0 0;  width:200px;}
#patient-list-style li.radio-left {float:left; width:168px; padding:0 0 12px 10px;}

#patient-list-style li.radio-minutes {float:left; width:108px; padding:0 0 12px 10px;}
#patient-list-style textarea.user-text-area {width:250px; }
#contact-patient input, #contact-patient textarea {
background-color:#FFFFFF !important;
border:1px solid #404040;
color:#404040;
font-family:Arial,Helvetica,sans-serif;
font-size:1em;
line-height:18px;
margin-bottom:4px;
padding-left:4px;
padding-top:1px;
vertical-align:middle;
width:155px;
}

#column-left input.submit-contact-main {
margin:0 0 0 221px;
width:70px;
}