/*--------------------- 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;
	/*left: 0px;*/
}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,a img,:link img,:visited img {
	clip: rect(auto,auto,auto,0px);
	left: 0px;
	padding-left: 0px;
	float: none;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-left-style: 0;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	clear: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
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 ----- */ 
html {
	background:#2f669d url("../images/bg-html.jpg");
	width:100%;
	}

body { 
	background:url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:12px/15px Arial, Helvetica, sans-serif; 
	color:#19385b;
	padding-bottom:20px;
	}

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

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

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

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

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

.txt-orange {
	color:#d46023;
	}
	
.clear {
	clear:both;
	}

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

p.back-to-top {
	text-align:right;
	display:block;
	}

p.h1	{ font-size:1.2em; color:#19385b; font-weight:bold; }
p.h2	{ font-size:1.1em; color:#d46023; font-weight:bold; }
p.h3	{ font-size:1.0em; color:#19385b; font-weight:bold; }
	
img.img-left { 
	float:left; 
	margin-right:5px; 
	}
	
img.img-right { 
	float:right; 
	margin-left:5px; 
	}
	img#img-implant {
		border:solid 2px #22699E;
	}

.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:207px;
	margin:0 0 18px 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 #b2c6da;
	color:#414141;
	width:202px; /* 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:207px; padding:0; } /* same width as form - !important */

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

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

#wrap dl dd {
			/*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 */
			margin-left:5px;
			}
	
/* prevent blue linked image borders */

a img,:link img,:visited img,fieldset { border:none; }
/* ----- 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: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; }

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

#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:860px;
	margin:0 auto;
	text-align:left;
	}
	
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:130px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:33px;
		width:355px;
		top:53px;
		height:65px; 
		}
	#masthead a span {
		display:none;
		}
		

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

#column-left {
	width:590px;
	float:left;
	}
	
	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl, #column-left #video {
		margin:0 21px 18px 40px;
		}
	#column-left form { margin-left:40px; }
	
	/* 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; }

	#column-left ol {
		margin:0 0 20px 60px;
		}
		#column-left ol li {
			list-style:decimal;
			margin-bottom:5px;
		}


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

.index-footer-bna {
margin-left:40px;
}

#our-procedures-left {
	_margin: 0 0 0 -40px;
	color:#ffffff;
}
			
#our-procedures-left a {
	color:#ffffff;
}
			
#our-procedures-right {
	color:#ffffff;
}
			
#our-procedures-right a {
	color:#ffffff;
}

#privacy-policy a {
font-weight:bold;
color:#ffffff;
margin-left:6px;
}
			
			
/* ----- column-right ----- */

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

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0 40px 18px 21px;
		}
	#column-right form { margin-left:21px; }
	 
	/* single column list */
	#column-right ul { padding-left:15px; }
		#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:15px; }
		#column-right dl dt {
			font-weight:bold;
			}
		#column-right dl dd {
			list-style-type:disc;
			margin-left:15px;
			}
	
/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	height:44px;
	clear:both;
	width:100%; 
	}

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

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

	body#index #header-graphic { background:url("../images/header-graphic-2.jpg"); }
	body#about #header-graphic { background:url("../images/header-graphic-3.jpg"); }
	body#procedures #header-graphic { background:url("../images/header-graphic-4.jpg"); }
	body#sedation #header-graphic { background:url("../images/header-graphic-2.jpg"); }
	body#gallery #header-graphic { background:url("../images/header-graphic-3.jpg"); }
	body#contact #header-graphic { background:url("../images/header-graphic-4.jpg"); }
	body#thankyou #header-graphic { background:url("../images/header-graphic-3.jpg"); }
	body#sitemap #header-graphic { background:url("../images/header-graphic-4.jpg"); }

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

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

	body#index #subhead { background:url("../images/subhead-index.jpg"); }
	body#about #subhead { background:url("../images/subhead-about.jpg"); }
	body#procedures #subhead { background:url("../images/subhead-procedures.jpg"); }
	body#dental-implants #subhead { background:url("../images/subhead-implants.jpg"); }
	body#sedation #subhead { background:url("../images/subhead-sedation.jpg"); }
	body#gallery #subhead { background:url("../images/subhead-gallery.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"); }*/

/* ------------------------ title framework with varying heights ------------------------- */
#title-qcontact {
	height:64px;
	background:url("../images/title-qcontact.jpg") ;
	}

body#contact #title-qcontact, body#thankyou #title-qcontact {
	height:64px;
	background:url("../images/title-location.jpg") ;
	}

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

/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:860px;
	margin:0 auto;
	text-align:center;
	color:#fff;
	}
	
#footer a { color:#fff; }

#footer p {
	margin:0 20px 18px 20px;
	}

#footer ul {margin-bottom:18px;}

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

	#footer li.first { border: none; }

/* Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:860px; 
	height:40px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

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

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

#nav-01 { width: 95px; margin-left: 48px;}
#nav-02 { width: 116px;}
#nav-03 { width: 130px;}
#nav-04 { width: 175px;}
#nav-05 { width: 142px;}
#nav-06 { width: 108px;}


/*-------------- (-79px) X position of button / (-40px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  -48px -40px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -143px -40px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -259px -40px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -389px -40px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -564px -40px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -706px -40px no-repeat; }


/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id ------------- */
body#about #nav-01 { background:url("../images/nav.jpg")  -48px -40px no-repeat; }
body#procedures #nav-02 { background:url("../images/nav.jpg") -143px -40px no-repeat; }
body#dental-implants #nav-03 { background:url("../images/nav.jpg") -259px -40px no-repeat; }
body#sedation #nav-04 { background:url("../images/nav.jpg") -389px -40px no-repeat; }
body#gallery #nav-05 { background:url("../images/nav.jpg") -564px -40px no-repeat; }
body#contact #nav-06 { background:url("../images/nav.jpg") -706px -40px no-repeat; }


/* Procedures
 * ------------------------------------------------------------------------- */

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

#list-procedures {
	background:url("../images/bg-procedures.jpg");
	width:590px;
	color:#fff;
	}

#bg-procedures {
	background:url("../images/bg-procedures-bottom.jpg") bottom no-repeat;
	width:590px;
	}
	
	#bg-procedures p, #bg-procedures dl {
		margin:0 0 13px 55px;
		}
	
/* definition list */
	#column-left #bg-procedures dl { padding:0; float:left; width:225px; }
		#column-left #bg-procedures dl dt {
			font-weight:bold;
			margin-bottom:13px;

			}
		#column-left #bg-procedures dl dd {
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
	
