/*--------------------- 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:#ddd0a6 url("../images/bg-body.jpg");
	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:#72a493; }
h2	{ font-size:1.1em; color:#591627; }
h3	{ font-size:1.0em; color:#591627; }

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

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

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

.clear {
	clear:both;
	}

	
div.hr {
	background:url("../images/img-hr.jpg");
	height:20px;
	display:block;
	}
	
div.hr2 {
	background:url("../images/img-hr.jpg") right no-repeat;
	height:20px;
	display:block;
	}

#column-center h2.no-margin-btm {
	margin-bottom:0;
	}

p.back-to-top {
	text-align:right;
	display:block;
	}
	
img.img-left { 
	float:left; 
	margin:0; 
	}
	
img.img-right { 
	float:right; 
	margin:0; 
	}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
	
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
	
/* ----- global form elements ----- */ 

form {
	width:224px;
	margin:0 0 15px 0;
	}

form label	{ font-size:.95em; }

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:#FFF !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #404040;
	color:#404040;
	width:219px; /* 5 pixels smaller than form width !important */
	height:18px;
	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:11px;
	}
	
select { width:224px; padding:0; } /* same width as form - !important */

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

#contact-business { display: none; } /* do not remove */ 


/* ----- main contact form ----- */ 
 
#contact-main { margin:0 0 18px 0; }

#contact-main label { 
	width:220px; 
	position:relative; 
	display:block; 
	text-align:left; 
	margin-bottom:10px;
	font-size:1.0em;
	}
	
#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:170px;
	position:absolute; 
	top:-2px;
	}
	
#contact-main label select { width:177px; }
	
#contact-main label textarea { height:100px; overflow:auto; }

#contact-business-main { display: none; } /* do not remove */ 


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

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

input.submit-contact-main { margin:85px 0 5px 243px; }

#main-form {
padding:0 -30px 0 0;
}


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

#bg-gradient {
	background:url("../images/bg-gradient.jpg") top repeat-x;
	width:100%;
	}

#bg-hand {
	background:url("../images/bg-hand2.jpg") bottom no-repeat;
	width:100%;
	height:220px;
	z-index:99;
	}

#bg-wall {
	background:url("../images/bg-wall.jpg") top center no-repeat;
	width:100%;
	}

#wrap {
	background:url("../images/bg-wrap.gif") repeat-y;
	width:900px;
	margin:0 auto;
	text-align:left;
	}
	
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:143px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:62px;
		width:243px;
		top:30px;
		height:86px; 
		}
	#masthead a span {
		display:none;
		}
		
#header-left {
	width:305px;
	float:left;
	}
	
#header-right {
	width:595px;
	float:left;
	}
	
#bottom-container-content {
	width:900px;
	background:url("../images/bg-wrap.gif");
	margin:0 auto;
	background-repeat:repeat-y;
	}
	
#bottom-container-content p {
margin:0 50px 30px 50px;
}

/* ----- column-left ----- */

#column-left {
	width:318px;
	float:left;
	}
	
	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0 22px 18px 70px;
		}
	
	/* single column list */
	#column-left ul { padding-left:15px; }
		#column-left ul li {
			list-style-type:disc; 
			}
			
	#column-left ul li ul { margin:0 0 0 5px; }
	
	/* definition list */
	#column-left dl { padding-left:5px; }
		#column-left dl dt {
			font-weight:bold;
			}
		#column-left dl dd {
			list-style-type:disc;
			margin-left:5px;
			}
			
#office {
	background:url("../images/img-office.jpg") no-repeat;  			
	height: 77px;
	margin-left: 49px;
	}			

/* ----- column-center ----- */

#column-center {
	width:265px;
	float:left;
	}
	
	#column-center p, #column-center h1, #column-center h2, #column-center h3, #column-center ul, #column-center dl {
		margin:0 18px 18px 19px;
		}
	#column-center form { margin-left:0px; }
	
	/* single column list */
	#column-center ul { padding-left:5px; }
		#column-center ul li {
			list-style-type:disc; 
			}
			
	#column-center ul li ul { margin:0 0 0 5px; }

	/* definition list */
	#column-center dl { padding-left:5px; }
		#column-center dl dt {
			font-weight:bold;
			}
		#column-center dl dd {
			list-style-type:disc;
			margin-left:5px;
			}
			
/* ----- column-right ----- */

#column-right {
	width:317px;
	float:left;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0 69px 18px 20px;
		}
	#column-right form { margin-left:20px; }
	 
	#column-left form { margin-left:70px; }
	 
	/* single column list */
	#column-right ul { padding-left:5px; }
		#column-right ul li {
			list-style-type:disc; 
			}

	#column-right ul li ul { margin:0 0 0 5px; }

	/* definition list */
	#column-right dl { padding-left:5px; }
		#column-right dl dt {
			font-weight:bold;
			}
		#column-right dl dd {
			list-style-type:disc;
			margin-left:5px;
			}
			
	#bna-thumb {
	position:relative;
	background-image:url(../images/img-bna.jpg);
	height:156px;
	width:266px;
	}	
	
	#bna-thumb2 {
	position:relative;
	background-image:url(../images/img-bna2.jpg);
	height:156px;
	width:266px;
	}	
	
	#bna-thumb a, #bna-thumb2 a {
	position:absolute;
	left:21px;
	width:227px;
	top:49px;
	height:86px;
		}
	#bna-thumb a span {
		display:none;
		}
		
#location {
 background:url(../images/logo-minthill2.jpg) no-repeat;
 height:100px;
 margin-bottom:100px;
 }
	#location p {
	padding: 50px 0 0 85px;
	}
			
/* ----- bottom content ----- */
#bottom-content {
width:900px;
margin:0 auto;
background-image:url(../images/bg-green-wrap.gif);
background-repeat:repeat-y;
}

#bottom-content a {
color:#ffffff;
}

#bottom-content p {
margin:0 50px 0 50px;
}

.bottom-content {
padding:10px 50px 5px 50px;
}

#bottom-content ul {margin-bottom:10px;}

#bottom-content-left { 1px solid #000;}
	
#bottom-content li.first { border: none; }

#top-curve {
width:900px;
height:20px;
background-image:url(../images/top-curve.gif);
margin:0 auto;
background-repeat:no-repeat;
}
	
	
/* header framework
 * ------------------------------------------------------------------------- */

#header-graphic { height:553px; background:url("../images/header-index.jpg"); } /* sets height for all non-flash headers */

	body#index #header-graphic { background:url("../images/header-index.jpg"); }
	body#practice #header-graphic { background:url("../images/header-contact.jpg"); }
	body#sedation #header-graphic { background:url("../images/header-sedation.jpg"); }
	body#cosmetic #header-graphic { background:url("../images/header-cosmetic.jpg"); }
	body#restorative #header-graphic { background:url("../images/header-restorative.jpg"); }
	body#contact #header-graphic { background:url("../images/header-contact.jpg"); }
	body#thankyou #header-graphic { background:url("../images/header-index.jpg"); }
	body#sitemap #header-graphic { background:url("../images/header-contact.jpg"); }
	

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

#subhead { height:116px; } /* sets height for all non-flash subheads */

	body#index #subhead { background:url("../images/subhead-index.jpg"); }
	body#practice #subhead { background:url("../images/subhead-practice.jpg"); }
	body#sedation #subhead { background:url("../images/subhead-sedation.jpg"); }
	body#cosmetic #subhead { background:url("../images/subhead-cosmetic.jpg"); }
	body#restorative #subhead { background:url("../images/subhead-restorative.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"); }


/* ------------------------ subhead framework with varying heights ------------------------ */
#subhead-blank {
	height:115px;
	background:url("../images/subhead-blank.jpg") ;
	/*margin-bottom:-50px;*/
	}

#subhead-meet-dentists {
	height:115px;
	background:url("../images/subhead-meet-dentists.jpg") top right no-repeat ;
	}
	
#subhead-meet-dentists2 {
	height:94px;
	background:url("../images/subhead-meet-dentists2.jpg") top right no-repeat ;
	}

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

#subhead-commitment {
	height:269px;
	background:url("../images/subhead-commitment.jpg") top right no-repeat ;
	}

#subhead-ftrd-procedure {
	height:236px;
	background:url("../images/subhead-ftrd-procedure.jpg") right no-repeat ;
	}
	
#facebook {
	height:89px;
	background:url("../images/facebook.jpg") right no-repeat ;
	}

#subhead-male-face {
	height:188px;
	background:url("../images/subhead-male-face.jpg") ;
	}

#subhead-financing {
	height:241px;
	background:url("../images/subhead-financing.jpg") top left no-repeat ;
	}
	
#viewpractice {height:171px; padding-left:49px;}


/* ------------------------ title framework with varying heights ------------------------- */
#title-affiliations {
	height:63px;
	background:url("../images/title-affiliations.jpg") top left no-repeat ;
	}
	
#title-qcontact {
	height:144px;
	background:url("../images/title-qcontact.jpg") ;
	}


/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:900px;
	margin:0 auto;
	text-align:center;
	padding-top:225px;
	padding-bottom:20px;
	position:relative;
	}
	
#footer-content {
	position:absolute;
	top:125px;
	left:0;
	width:900px;
	}
	
#footer a { color:#000; }

#footer p {
	margin:-100px 80px 10px 80px;
	}

#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;
	display: inline;
	border-left: 1px solid #000;
	}

	#footer li.first { border: none; }

#bottom-content { padding-top:20px; }

#bottom-content ul {margin-bottom:10px;}

#bottom-content li { /* if your li's float, you can adjust border height w/ line-height */
	padding:0 5px 0 7px;
	display: inline;
	border-left: 1px solid #fff;
	}

	#bottom-content li.first { border: none; }

/* Vertical Sprite Nav
 * ------------------------------------------------------------------------- */

#nav {
	background:url("../images/nav.jpg") top left no-repeat;					
	width:305px;		/* Width of buttons, not entite image (or half of entire image) */
	height:410px;		/* Height of entire image */
	margin:0;
	padding:0;
	}

#nav li span { display: none; }

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

#nav li, #nav a { 
	height:28px;			/* 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:43px; width:305px; }

/* margin-top if there is a spacing between each nav button */
#nav-02, #nav-03, #nav-04, #nav-05, #nav-06 { margin-top:0; width:305px; }

#nav-01 a:hover { background:url("../images/nav.jpg") -305px  -43px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -305px  -71px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -305px  -99px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -305px  -127px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -305px -155px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -305px -183px no-repeat; }

/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id ------------- */
body#index #nav-01 { background:url("../images/nav.jpg") -305px  -43px no-repeat; }
body#practice #nav-02 { background:url("../images/nav.jpg") -305px  -71px no-repeat; }
body#sedation #nav-03 { background:url("../images/nav.jpg") -305px  -99px no-repeat; }
body#cosmetic #nav-04 { background:url("../images/nav.jpg") -305px  -127px no-repeat; }
body#restorative #nav-05 { background:url("../images/nav.jpg") -305px -155px no-repeat; }
body#contact #nav-06 { background:url("../images/nav.jpg") -305px -183px no-repeat; }
