/*--------------------- 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:#fff url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:12px/16px "Arial", Helvetica, sans-serif; 
	color:#000;
	}

blockquote { margin-left:10px; margin-right:10px; }

h1	{ font-size:1.6em; color:#5F7A95; }
h2	{ font-size:1.2em; color:#000; }
h3	{ font-size:1.4em; color:#000; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#2f86af; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#6D8EA6; text-decoration:underline; outline:none; }6D8EA6


/* ------------------------ classes ------------------------ */
.clear	{ 
	clear:both;
	}

div.clear	{ 
	height:.01em; 
	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;
	}

img.img-left { 
	float:left; 
	margin:2px 10px 10px 0px;
	}

img.img-right { 
	float:right; 
	margin:5px 0px 10px 10px; 
	}

/* ------------------------ form elements ------------------------ */
form {
	width:150px;
	margin:10px 0 15px 10px; /* set margin left and right below */
	}

form label	{ font-size:.95em; color:#fff; } 

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 #B4790C;
	color:#000;
	width:145px; /* 5 pixles 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:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}

select { width:150px; padding:0; } /* same width as form - !important */

textarea { height:90px; 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 { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:95px 0 0 243px; } /* defines placement of contact-main submit button */

input.submit-image, input.submit-contact-main { /* REMOVE IF NOT USED */
	background:url("../images/btn-submit.jpg");
	width:64px;
	height:20px;
	border:none;
	cursor:pointer;
	}

/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {
	background:url("../images/body-wrap.jpg") repeat-y;
	width:720px;
	margin:0 auto;
	text-align:left;
	}

/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:357px;
	}
	/* index page link within #masthead */		
	#masthead a#home-link {
	position:absolute;
	left:205px;
	width:514px;
	top:0px;
	height:149px;
		}
	#masthead a#home-link span {
		display:none;
		}
		
img#nblsc {
	margin-left:70px;
	padding-top:30px;
	}

/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:204px;
	background-repeat:repeat-y;
	float:left;
	
	}

	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0px 0px 10px 0px;
		}

	#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.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 */
			}

	/* multi 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 */
			float:left;
			width:150px; /* sets the width of each column */
			line-height:20px; 
			}

	/* definition list */
	#column-left dl { margin: 10px 0 0 0; padding:0 0 0 45px; float:left; width:120px; }
		#column-left dl dt {
			font-weight:bold;
			color:#8A251D;
			 margin: 10px 0 0 0;
			}
		#column-left dl dd {
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
     	   
			}
		#column-left #clear-left { float:right; width:166px; height:3px; background-color:#fff;}
			
		#column-left #case-results {float:right; width:166px; height:25px; background-color:#8A251D;  }
		#column-left #case-results h2 { font-size:1.1em; color:#fff; margin-left:12px; line-height:25px;}

/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:515px;
	float:left;
	}
/* -------------------- right-content frame work ----------------------- */
#right-faq {
	
	background-color:#dcdcdc;
	width:170px;
	height:270px;
	padding: 10px 0 0 0;

	}
	#column-right #contact-right {float:left; width:170px; height:25px; background-color:#8A251D; margin:0 0 10px 0;  }
	#column-right #contact-right h2 { font-size:1.1em; color:#fff; margin-left:12px; line-height:25px;}

	#right-faq strong {
	color:#8A251D;
	font-size:1.2em;
	}
	
	.p-right {color:#fff}

#right-content {
	width:170px;
	float:right;
	}
#right-content p, #right-content h1, #right-content h2, #right-content h3, #right-content ul, #right-content dl {
		margin:0px 10px 10px 10px;
		line-height:16px;1
		}
#right-content #breaker { float:right; width:170px;height:5px; background-color:#fff;}

/* -------------------- content main frame work ----------------------- */

#main-content {
	width:345px;
	float:left;
	}


#main-content p, #main-content h1, #main-content h2, #main-content h3, #main-content ul, #main-content dl {
		margin:0px 10px 10px 10px;
		}

	#main-content form { margin-left:25px; }
	
	
	#main-content input,#main-content textarea,#main-content select {
			background-color:#FFFFFF !important;
			border:1px solid #B4790C;
			color:#000000;
			font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
			font-size:1em;
			height:18px;
			line-height:18px;
			margin-bottom:4px;
			padding-left:4px;
			padding-top:1px;
			vertical-align:middle;
			width:200px;
			}
			#main-content #contact_comment {height:100px;}
			#main-content #Submit {width:145px;}

	/* single column list */
	
	/* multi column list */
	#main-content ul { display:block; } 
		#main-content ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
		/* pushes text to the right to display bg img */	
			width:290px;
			line-height:20px;
			list-style-type:disc;
			margin-left:18px;
			}

	/* definition list */
	#main-content dl { }
		#main-content dl dt {
			background:transparent url("../images/Q.jpg") 0px 6px no-repeat; 
			padding:10px 0 10px 35px;
			}
		#main-content dl dd {
			background:transparent url("../images/A.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding:10px 0 0 35px
			}

/* ------------------------ header framework ------------------------ */
#header-flash { height:300px; } /* sets height for the flash header - REMOVE IF NOT USED */
#active-x {height:300px;}
#header-graphic { height:300px; } /* sets height for all non-flash headers */

	body#index #header-graphic { background:url("../images/header-index.jpg"); }
	body#about #header-graphic { background:url("../images/header-about.jpg"); }
	body#contact #header-graphic { background:url("../images/header-contact.jpg"); }
	body#thankyou #header-graphic { background:url("../images/header-thankyou.jpg"); }
	body#sitemap #header-graphic { background:url("../images/header-sitemap.jpg"); }


/* ------------------------ subhead framework ------------------------ */
#subhead { height:20px; width:339px; background-color:#999999; margin:5px 0 10px 0; } /* sets height for all subheads */
	/*body#index #subhead { background:url("../images/subhead-index.jpg"); }
	body#about #subhead { background:url("../images/subhead-about.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-meet-doc {
	height:55px;
	background:url("../images/subhead-meet-doc.jpg") ;
	}

/* ------------------------ title framework with varying heights ------------------------- */
#title-contact {
	height:55px;
	background:url("../images/title-contact.jpg") ;
	}

#title-our-procedures {
	height:35px;
	background:url("../images/title-our-procedures.jpg") ;
	}

/* ------------------------------------- Buttons ---------------------------------------- */
#btn-special-offer {
		height:186px;
		display:block;
		background:url("../images/dental-btn-special-offer.jpg") no-repeat;	
		}
		#btn-special-offer:hover {
				background:url("../images/dental-btn-special-offer.jpg") -100px 0 no-repeat; /* -100px = horizontal img shift, 0px = vertical shift from top */
				}
		#btn-special-offer span { display:none; }


/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */
#bottom-wrap {
	background:url("../images/footer-wrap.jpg");
	width:100%; /* fix for Safar */
	height:70px;
	clear:both; /* important - do not remove */
	
	}
	
	#bottom-wrap p {
	color:#fff;
	padding:15px 0 0 234px;
	line-height:22px;
	font-size:1em;
	}

#bottom-wrap a:link, #bottom-wrap a:visited { color:#009900; }
#bottom-wrap a:hover, #bottom-wrap a:active { color:#000; }

#bottom-wrap ul {margin:10px;}
	#bottom-wrap 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 #009900;
		}
	#bottom-wrap li.first { border: none; }

/* ------------------------footer framework ------------------------ */
#footerlogos {
background-image:url(../images/bottom-wrap.jpg) ;
	width:720px;
	height:135px;
	margin:0 auto;
	padding:0;
	}
	
	/* ------------------------footer framework ------------------------ */
#footer {
	background-color:#f4f3df;
	width:720px;
	margin:0 auto;
	text-align:center;
	padding:0 0 10px;
	}

#footer p {
	color:#000;
	margin:0 10px 10px 10px;
	}

#footer a:link, #footer a:visited { color:#CC0000; }
#footer a:hover, #footer a:active { color:#2f86af; }

#footer ul { margin:0 0 10px 0;}
	#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 #003a5d;
		}
	#footer li.first { border: none; }




/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */





/* ------------------------ horizontal sprite nav ------------------------ */
#column-right #nav {
	background-color:#8a251d;
	width:515px; 
	height:30px; 
	margin:0;
	padding:0;
	 
	}

#column-right #nav span { display: block; line-height:28px; font-family:Arial, Helvetica, sans-serif; font-weight:bold;  }

#column-right #nav li, #column-right #nav a { height:30px; display:block; padding-left:10px;} /* change height here also */

#column-right #nav li { float:left; list-style:none; _display:inline; position:relative; padding:0; }

#column-right #nav-01 { width: 50px; margin-left:10px; }
#column-right #nav-02 { width: 113px;}
#column-right #nav-03 { width: 112px;}
#column-right #nav-04 { width: 103px;}
#column-right #nav-05 { width: 49px;}
#column-right #nav-06 { width: 70px;}

#column-right #nav-03 span  { line-height:normal;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#column-right #nav-01 a:hover { background-color:#fff; color:#FF0000 }
#column-right #nav-02 a:hover { background-color:#fff; }
#column-right #nav-03 a:hover { background-color:#fff; }
#column-right #nav-04 a:hover { background-color:#fff; }
#column-right #nav-05 a:hover { background-color:#fff; }
#column-right #nav-06 a:hover { background-color:#fff; }



/* ------------------------ son of suckerfish: horizontal sprite nav ------------------------ */
#column-right #nav li ul {
	position:absolute;
	left:-9999px;
	background-color:#8A251D; 
	padding:0 0 5px 0;
	
	}
	
	

#column-right #nav li ul li { 
	 /* Height of each drop down nav item */
	padding-top:5px;
	border-top:none;
	font-size:.9em;
	position:relative;
	
	}	

#column-right #nav li ul li a {
	width:100%;
	
	line-height:20px;	 /* Height of each drop down nav item again, should match above */
	padding:0;
	
	}

#column-right #nav li ul li a span {
	  display:block;
	  padding-left:5px;
	  float:left;
	  margin: 0 0 0 0;
	  line-height:normal;
	  
	}
	

	

/* Drop down link styles */
#column-right #nav a:link, #column-right #nav a:visited, #column-right #nav a:active {
	font-size:1.0em;
	color:#fff;
	text-decoration:none;
	
	}
#column-right #nav a:hover {
    font-size:1.0em;
	color:#8a251d;
	text-decoration:none;
	
	}


#column-right #nav li:hover ul, #column-right #nav li.sfHover ul { left: auto; }

/* Hover styles for drop down items */
#column-right #nav-03 ul a:hover{ 
	background-image:none;
	background-color:#fff;
	color:#8A251D;
	text-decoration:none;
	
	}
	 #column-right #nav-04 ul a:hover {
	 background-image:none;
	background-color:#fff;
	color:#8A251D;
	text-decoration:none;
	position:relative;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#column-right #nav-03 ul, #column-right #nav-03 li { width:150px; }		
#column-right #nav-04 ul, #column-right #nav-04 li { width:200px; }





/* ------------------------ vertical sprite nav ------------------------ */

#column-left #left-nav {
	margin:0;
	padding:0 0 0 92px;
	float:left;
	background-image:url(../images/left-nav.jpg);
	height:456px;
	width:112px;
	background-repeat:no-repeat;
	}

#column-left #left-nav li span { display: block; font-family:"Times New Roman", Times, serif; font-size:10px; font-weight:bold; line-height:normal;   }

#column-left #left-nav li { float:left; list-style:none; position:relative; }

#column-left #left-nav li, #left-nav a { 
	color:#fff;
		/* Each button must have the same height, define it here */
	display:block;
	text-decoration:none;

	}
	
#column-left #left-nav a:hover,#column-left #left-nav  a:active {
color:#fff;
text-decoration:none;
}


/* margin-top to set where the nav should begin */

#column-left #left-nav-01 { width: 99px;  padding-top:30px; }
#column-left #left-nav-02 { width: 99px;  padding-top:49px; }
#column-left #left-nav-03 { width: 99px;  padding-top:30px;}
#column-left #left-nav-04 { width: 99px;  padding-top:48px;}
#column-left #left-nav-05 { width: 99px;  padding-top:52px;}
#column-left #left-nav-06 { width: 99px;  padding-top:40px;}
#column-left #left-nav-07 { width: 99px;  padding-top:45px;}

/* margin-top if there is a spacing between each nav button */


#column-left #left-nav-01 a:hover { background-color:#000000; height:auto; }
#column-left #left-nav-02 a:hover { background-color:#000000; height:auto; }
#column-left #left-nav-03 a:hover { background-color:#000000; height:auto; }
#column-left #left-nav-04 a:hover { background-color:#000000; height:auto; }
#column-left #left-nav-05 a:hover { background-color:#000000; height:auto; }
#column-left #left-nav-06 a:hover { background-color:#000000; height:auto; }
#column-left #left-nav-07 a:hover { background-color:#000000; height:auto; }

h2.contact-title a:link,h2.contact-title a:visited  {color:#FFFFFF;}
h2.contact-title a:hover {color:#2f86af;}



.p-right a:link,.p-right a:visited  {color:#FFFFFF;}
.p-right a:hover {color:#2f86af;}
