/* 
 ----------------------------------------------------------------------------
  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 { margin:0; padding:0; }

/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }

a { outline:none; }

#column-center p.button {
	margin: 32px 24px;
}

p.button a {
	margin: 1em 0;
	padding: 7px 12px 7px 32px;
	color: #ffffff;
	font: 15px Georgia,"Times New Roman",Times,serif;
	font-weight: bold;
	line-height: 1.2em;
	background: #A33653 url("../images/info-icon.png") 0% 50% no-repeat;
	border-color: #CF406B #CF406B #66192B;
	border-style: solid;
	border-width: 1px 1px 1px 0;
	text-decoration: none;
}

p.button a:hover {
	background-color: #66192B;
	text-decoration: underline;
}

p.button a:active {
	color: #ffa500;
}


/* global elements
 * ------------------------------------------------------------------------- */


/* ----- type selectors ----- */ 
body {
	background: #fff url("../images/bg-body.jpg") top left repeat-x;
	text-align:center;
	color:#000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	}

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:17px; color:#AF3A59; }
h2	{ font-size:14px; color:#A63754; }
h3	{ font-size:13px; color:#721C2F; }
h4	{ font-size:13px; color:#000; }

span	{ display:none; }

a:link,a:visited	{ color:#AA3353; text-decoration:underline; }
a:hover,a:active	{
	color:#AF3A59;
	text-decoration:underline;
	text-align: left;
}


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

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

p.top {
	text-align:right;
	display:block;
	} 
	
img.img-left { 
	float:left; 
	margin:2px 10px 10px 0; 
	}
	
img.img-right { 
	float: right; 
	margin: 2px 0 10px 10px; 
	}

img.bna-left {
	float:left;
	margin:10px 10px 10px 24px;
	}

img.bna-right {
	float:left;
	margin:10px 30px 10px 10px;
	}

p.text-right {
	text-align:right;
	}

/* ----- global form elements ----- */ 

form { 
	width:150px; 
	margin:10px 0 15px 15px; 
	}

form label	{ font-size:11px; }

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

input, textarea, select { 
	background-color:#fff; 
	border:1px solid #000;
	color:#AA3353;
	width:145px; /* 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:13px;
	}
	
select { 
	width:150px; /* same width as form !important */
	}

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

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


/* ----- main contact form ----- */ 
 
#contact-main { 
	padding:20px 0 10px 0; 
	}
	
#contact-main label { 
	width:220px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:13px;
	}
	
#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:200px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}
	
#contact-main label select {
	width:205px;
	}
	
#contact-main label textarea { height:100px; }


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

#wrap { 
	background:url("../images/bg-wrap.jpg") repeat-y; 
	width:769px; 
	margin:0 auto; 
	text-align:left; 
	}
	
#masthead {
	position:relative;
	background:url("../images/masthead.jpg") left top no-repeat;
	width:769px;
	height:247px;
	}
	/* home link within header */		
	#masthead a {
		position:absolute;
		left:0px;
		width:211px;
		top:13px;
		height:137px;
		}

#content-container {
	width: 769px;
	float:left;
}

#column-left { 
	width:189px; 
	float:left; 
	}

#column-center {
	width:391px;
	float:left;
}
	#column-center p, #column-center h1, #column-center h2, #column-center h3,  #column-center h4{
		margin:10px 20px 0 24px;
	}
	
#column-center #associatons  {
	position:relative;
	background:url("../images/logos-welcome-sub.jpg") left top no-repeat;
	width:391px;
	height:83px;
	}
	/* home link within header */		
	#associatons  a.ald {
		position:absolute;
		left:37px;
		width:162px;
		top:7px;
		height:65px;
		}
	#associatons  a.aacd {
		position:absolute;
		left:251px;
		width:104px;
		top:4px;
		height:75px;
		}
		
/* background image list items */
#column-center ul { 
	margin-left:34px; 
	} 
	#column-center ul li { 
		background:transparent url("../images/bg-bullet.jpg") 0px 6px no-repeat;
		padding-left:10px; 
		}

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

	
#column-right #childres-area  {
	position:relative;
	background:url("../images/img-childrens-area.jpg") left top no-repeat;
	width:189px;
	height:219px;
	}
	/* home link within header */		
	#childres-area  a {
		position:absolute;
		left:11px;
		width:168px;
		top:10px;
		height:180px;
		}
 
#bottom-wrap { 
	background:url("../images/bottom-wrap.jpg") no-repeat; 
	width:769px; 
	height:66px; 
	clear:both; 
	overflow:hidden; 
	}


/* inside framework
 * ------------------------------------------------------------------------- */
#wrap-inside { 
	background:url("../images/bg-wrap-inside.jpg") repeat-y; 
	width:769px; 
	margin:0 auto; 
	text-align:left; 
	}
	
#content-container-inside {
	width: 769px;
	float:left;
}

#column-left-inside { 
	width:189px; 
	float:left; 
	}
	
.teethwhitening-sd-nav{ 
			margin-top: 16px;
}

#column-left-inside #childres-area  {
	position:relative;
	background:url("../images/img-childrens-area-inside.jpg") left top no-repeat;
	width:189px;
	height:230px;
	}
	/* home link within header */		
	#childres-area  a {
		position:absolute;
		left:11px;
		width:168px;
		top:0px;
		height:200px;
		}
#column-left-inside #logos  {
	position:relative;
	width:189px;
	height:203px;
	background:url("../images/img-logo-inside.jpg") no-repeat;
	}
	/* home link within header */		
	#logos  a.ald {
		position:absolute;
		left:11px;
		width:163px;
		top:130px;
		height:64px;
		}
	#logos  a.aacd {
		position:absolute;
		left:41px;
		width:104px;
		top:10px;
		height:94px;
		}

#column-right-inside {
	width:580px;
	float:left;
}
	#column-right-inside p, #column-right-inside h1, #column-right-inside h2, #column-right-inside h3, #column-right-inside h4 {
		margin:10px 30px 0 24px;
	}

#offic-photos {
	width:580px;
}
	#office-photos-one {
		width:194px;
		float:left;
		padding:0 0 0 24px;
	}
		#office-photos-one h3 {
			margin:10px 0 0 0;
		}
		 #office-photos-one p {
			margin:0 0 10px 0;
		}
	#office-photos-two {
		width:180px;
		float:left;
	}
		#office-photos-two h3 {
			margin:10px 0 0 0;
		}
		 #office-photos-two p {
			margin:0 0 10px 0;
		}
	#office-photos-three {
		width:180px;
		float:left;
	}
		#office-photos-three h3 {
			margin:10px 0 0 0;
		}
		 #office-photos-three p {
			margin:0 0 10px 0;
		}

/* background image list items */
#column-right-inside ul { 
	margin:0 30px 0 34px; 
	} 
	#column-right-inside ul li { 
		background:transparent url("../images/bg-bullet.jpg") 0px 6px no-repeat;
		padding-left:10px; 
		}
		#column-right-inside ul li {
			margin-bottom:10px;
			}
	
#bottom-wrap-inside { 
	background:url("../images/bottom-wrap-inside.jpg") no-repeat; 
	width:769px; 
	height:66px; 
	clear:both; 
	overflow:hidden; 
	}

/* inside framework - header images
 * ------------------------------------------------------------------------- */

#subhead {
	height:60px; /* sets height for all subheads */
}
	
#subhead .nodisplay {
	display: none;
}

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

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

body#about .about {
	background:url("../images/bg-01.jpg") bottom left no-repeat;
}

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

body#procedures .procedures {
	background:url("../images/bg-02.jpg") bottom left no-repeat;
	padding-bottom:155px;
}

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

body#cosmetic .cosmetic {
	background:url("../images/bg-03.jpg") bottom left no-repeat;
}

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

body#technology .technology {
	background:url("../images/bg-04.jpg") bottom left no-repeat;
}

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

body#locations .locations {
	background:url("../images/bg-05.jpg") bottom left no-repeat;
}

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

body#childres-dent #subhead {
	background:url("../images/subhead-childrens-dentistry.jpg"); 
	}

body#childres-dent .childres-dent {
	background:url("../images/bg-05.jpg") bottom left no-repeat;
}

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

body#invisalign .invisalign {
	background:url("../images/bg-01.jpg") bottom left no-repeat;
}

/* -- images -- */
	
#img-welcome {
	width:196px;
	height:248px;
	float:right;
	background:url("../images/bg-welcome.jpg") right top no-repeat;
}

#welcome-sub {
	width:197px;
	height:199px;
	float:left;
	background:url("../images/img-welcome-sub.jpg"); 
	}

/* footer
 * ------------------------------------------------------------------------- */
 
#footer { 
	width:769px; 
	margin:0 auto; 
	text-align:center; 
	}

#footer-river-edge {
	width:256px;
	float:left;
}
	#footer-river-edge p {
		text-align:center;
	}
#footer-nutley {
	width:256px;
	float:left;
}
	#footer-nutley p {
		text-align: center;
	}

#footer-wanaque {
	width:257px;
	float:left;
}
	#footer-wanaque p {
		text-align: center;
	}

#footer p {
	color:#000;
	}

#footer a:link, #footer a:visited {
	color:#AA3353;
	}

#footer a:hover, #footer a:active {
	color:#AF3A59;
	}

#footer ul { margin-bottom:5px; margin-top: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; }
	
/* Vertical Sprite Nav - Main Nav
 * ------------------------------------------------------------------------- 

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

#nav li span { display: none; }

#nav li {
	width: 189px;
	height: 25px;
	float: left;
	list-style: none;
	}

#nav-home li, #nav-home a, #nav-about li, #nav-about a, #nav-procedure li, #nav-procedure a, #nav-invisalign li, #nav-invisalign a, #nav-childs li, #nav-childs a, #nav-results li, #nav-results a, #nav-tech li, #nav-tech a, #nav-contact li, #nav-contact a, #nav-cosmetic li, #nav-cosmetic a { 
	height: 25px;
	display: block;
	}

/* margin-top to set where the nav should begin 
#nav-home { margin-top:0px; width:189px; }

/* margin-top if there is a spacing between each nav button 
#nav-about, #nav-procedure, #nav-cosmetic, #nav-invisalign, #nav-, #nav-07, #nav-08, #nav-09 { margin-top:0; width:189px; }

#nav-home a:hover { background: transparent url("../images/nav.jpg") -189px  -0px no-repeat; }
#nav-about a:hover { background: transparent url("../images/nav.jpg") -189px  -25px no-repeat; }
#nav-procedure a:hover { background: transparent url("../images/nav.jpg") -189px  -50px no-repeat; }
#nav-cosmetic a:hover { background: transparent url("../images/nav.jpg") -189px  -75px no-repeat; }
#nav-invisalign a:hover { background: transparent url("../images/nav.jpg") -189px -115px no-repeat; }
#nav-childs a:hover { background: transparent url("../images/nav.jpg") -189px -140px no-repeat; }
#nav-results a:hover { background: transparent url("../images/nav.jpg") -189px -165px no-repeat; }
#nav-tech a:hover { background: transparent url("../images/nav.jpg") -189px -190px no-repeat; }
#nav-contact a:hover { background: transparent url("../images/nav.jpg") -189px -215px no-repeat; }


/* Son of Suckerfish: Vertical Sprite Nav
 * ------------------------------------------------------------------------- 
 
#nav li ul {
	position: absolute;
	left: -9999px;
	background-color: #A73B53;	/* Background color of drop down nav - add more styles (i.e. background image) if you want 
	margin-left: 189px;			/* Set to same width as in #nav 
	margin-top: -25px;			/* Set to each button height, same as used above 
	}
	
#nav li ul li {
	height: 25px;				/* Height of each drop down nav item 
	border:1px solid #ccc;
	border-top:none;
	}

#nav li ul li a {
	text-align: left;
	width: 250px;
	padding: 0px;
	display: block;
	padding: 5px;
	}

#nav li ul li a:hover {
	text-align: left;
	text-decoration: underline;
	}
	
	

/* Drop down link styles 
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	}

#nav li:hover ul, #nav li.sfHover ul	{ left: auto; }

/* Hover styles for drop down items 
#nav-about ul a:hover, #nav-cosmetic ul a:hover, #nav-invisalign ul a:hover, #nav-childs ul a:hover, #nav-tech ul a:hover, #nav-contact ul a:hover { 
	background-image: none;
	background-color:#FFCCCC;
	text-decoration:none;
	color:#990033;
	float: left;
	}

/* width of drop down nav - choose width that allows items to display on one line 
#nav-about ul, #nav-about li { width: 250px; }		
#nav-cosmetic ul, #nav-cosmetic li { width: 250px; }
#nav-invisalign ul, #nav-invisalign li { width: 250px; }
#nav-childs ul, #nav-childs li { width: 250px; }
#nav-tech ul, #nav-tech li { width: 250px; }
#nav-contact ul, #nav-contact li { width: 250px; }

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

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

#buttons li span { display: none; }

#buttons li {
	float: left;
	list-style: none;
	}

#buttons li, #buttons a { 
	height: 156px;			/* Each button must have the same height, define it here */
	display: block;
	}

/* margin-top to set where the nav should begin */
#buttons-01 { margin-top:0px; width:189px; }

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

#buttons-01 a:hover { background: transparent url("../images/buttons.jpg") -189px  -0px no-repeat; }
#buttons-02 a:hover { background: transparent url("../images/buttons.jpg") -189px  -156px no-repeat; }
#buttons-03 a:hover { background: transparent url("../images/buttons.jpg") -189px  -312px no-repeat; }




/* patient results button
 * ------------------------------------------------------------------------- */
#patient-results-button {
	margin-top:50px;
	}
#patient-results-button a {
	display:block;
	width:189px;
	height:68px;
	margin:0px;
	padding:0px;
	line-height:32px;
	text-align:center;
	background:url("../images/patient-results-button.jpg") 0px 0px no-repeat;
	}
	#patient-results-button a:hover, #patient-results-button a:active {
		background-position:0px -68px;
		}.asd {
	color: #AA3353;
}
.Blackinsidetext {
	color: #000;
}

.hidden {
	visibility: hidden;
}

/**
 * Verticle CSS Drop-Down Menu Module
 *
 * @file		dropdown.css
 * @package		Dropdown
 * @version		0.7.1
 * @type		Transitional
 * @stacks		597-599
 * @browsers	Windows: IE6+, Opera7+, Firefox1+
 *				Mac OS: Safari2+, Firefox2+
 *
 * @link		http://www.lwis.net/
 * @copyright	2006-2008 Live Web Institute. All Rights Reserved.
 *
 */

/**
 * Default CSS Styling	  ------------------
 */

ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
 list-style: none;
 margin: 0;
 padding: 0;
 font-weight: bold;
}

ul.dropdown {
 position: relative;
 z-index: 597;
 margin-bottom: 1em;
}

ul.dropdown li {
 float: left;
 line-height: 1.2em;
 vertical-align: middle;
 zoom: 1;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
}

ul.dropdown ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 598;
 width: 100%;
}

ul.dropdown ul li {
 float: none;
}

ul.dropdown ul ul {
 top: 0px;
 left: 100%;
}

ul.dropdown li:hover > ul {
 visibility: visible;
}

/*-------------------------------------------------/
 * @section		Base Drop-Down Styling
 * @structure	ul (unordered list)
 *				ul li (list item)
 *				ul li a (links)
 *				/*\.class|(li|a):hover/
 * @level sep	ul
 */

ul.dropdown {
 font: normal 15px Georgia, "Times New Roman", Times, serif;
}

	ul.dropdown li {
	 padding: 0;
	 border-style: solid;
	 border-width: 1px 1px 1px 0;
	 border-color: #CF406B #CF406B #66192B;
	 background: #A33653;
	 color: #ffffff;
	}

	ul.dropdown li.hover,
	ul.dropdown li:hover {
	 background-color: #66192B;
	 color: #ffffff;
	}

	ul.dropdown a {
		padding: 7px 10px;
		display: block;
	}
	ul.dropdown li a:link,
	ul.dropdown li a:visited	{ color: #fff; text-decoration: none; }
	ul.dropdown li a:hover		{ color: #fff; text-decoration: underline; }
	ul.dropdown li a:active	{ color: #ffa500; }


	/* -- level mark -- */

	ul.dropdown ul {
	 width: 250px;
	 margin-top: 1px;
	}

		ul.dropdown li li {
		 font-weight: normal;
		 background-color: #66192B;
		 border-style: solid;
		 border-width: 1px 1px 1px 0;
	 	 border-color: #8F233E #8F233E #3F101B #6F1B30;
		}
		
		ul.dropdown li li:hover {
		 background-color: #8F3E53;
		 text-decoration: underline;
		}
		
		ul.dropdown li li a {
			display: block;
		}



/*-------------------------------------------------/
 * @section		Support Class `dir`
 * @level sep	ul, .class
 */
 
 
ul.dropdown-vertical {
 width: 100%;
 border-top: 1px solid #66192B;
}

ul.dropdown-vertical ul {
 top: -2px;
 left: 100%;
}

ul.dropdown-vertical li {
 float: none;
}


ul.dropdown *.dir {
 padding-right: 20px;
 background-image: url(../images/nav-arrow-down.png);
 background-position: 100% 50%;
 background-repeat: no-repeat;
}


/* -- Components override -- */

ul.dropdown-vertical *.dir,
ul.dropdown-upward ul *.dir {
 background-image: url(../images/nav-arrow-right.png);
}