/*--------------------- 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 ------------------------ */

/* --------------------------- secure-login-table ------------------ */

.secure-login{ padding:0 0 0 40px; }
input.login-btn, input.secure-login { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0;
	}
input.login-btn { margin:0 0 0 111px; }
/* ------------------------ type selectors ------------------------ */
body { 
	background:#000;
	text-align:center; 
	font:12px/16px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color:#000;
	}

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

h1	{ font-size:1.3em; color:#000; }
h2	{ font-size:1.2em; color:#000; }
h3	{ font-size:1.0em; color:#000; }

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

a:link,a:visited	{ color:#000; text-decoration:underline; outline:none; font-weight:bold; }
a:hover,a:active	{ color:#000; text-decoration:none; outline:none; font-weight:bold; }

/* ------------------------ 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; 
	}
	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

/* ------------------------ form elements ------------------------ */
form {
	width:205px;
	margin:10px 0 15px 0px; /* 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:#fff !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #000;
	color:#000;
	width:205px; /* 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:0 0 10px 40px;
	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 300px; } /* 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/bg-wrap.jpg") repeat-y;
	width:932px;
	margin:0 auto;
	text-align:left;
	}
	
#left-bottom {
		background:url("../images/bottom-left.jpg") left bottom no-repeat;
		float:left;
		}

/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:205px;
	}
	/* index page link within #masthead */		
	#masthead a {
	position:absolute;
	left:48px;
	width:318px;
	top:83px;
	height:104px;
		}
	#masthead a span {
		display:none;
		}

/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:305px;
	float:left;
	background:url("../images/bg-left.jpg") top no-repeat;
	padding-bottom:256px;
	}
	
body#thankyou #column-left #side-faq,
body#contact #column-left #side-faq  {
	margin-top:75px;
	}

body#index #column-left {
	width:305px;
	float:left;
	background:url("../images/bg-left.jpg") top no-repeat;
	padding-bottom:0;
	}
	

	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0px 50px 10px 50px;
		}

	#column-left form { margin-left:50px; } /* set form margin here */
		#column-left form label { font-size:12px; }

	/* single column list */
	#column-left ul { padding-left:5px; }
		#column-left ul li { 
			background:transparent url("../images/bullet.jpg") 0px 3px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:18px; /* pushes text to the right to display bg img */
			}

	/* 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-left #side-faq {
			width:250px;
			background-color:#c7b28b;
			margin:0 0 10px 33px;
			padding-bottom:30px;
			}
			#column-left #side-faq ul { margin:0 18px 10px 18px; }

/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:627px;
	float:left;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl, #column-right ol {
		margin:0px 55px 10px 40px;
		}

	#column-right form { margin-left:0px; }

	/* single column list */
	#column-right ul { padding-left:40px; }
		#column-right ul li { 
			list-style:disc;
			}
			
	/* single column list */
	#column-right ol { padding-left:40px; }
		#column-right ol li { 
			list-style:decimal;
			}

	/* definition list */
	#column-right dl { padding-left:25px; }
		#column-right dl dt {
			font-weight:bold;
			color:#000;
			}
		#column-right dl dd {
			list-style:disc;
			margin-left:20px;
			}

/* ------------------------ header framework ------------------------ */
#header-flash { height:311px; } /* sets height for the flash header - REMOVE IF NOT USED */
#active-x {height:311px;}
#header-graphic { height:311px; background:url("../images/header-graphic.jpg"); } /* sets height for all non-flash headers */


/* ------------------------ subhead framework ------------------------ */
#subhead { height:85px; } /* sets height for all subheads */
	body#index #subhead { background:url("../images/subhead-index.jpg"); }
	body#locations #subhead { background:url("../images/subhead-locations.jpg"); }
	body#meet-anthony #subhead { background:url("../images/subhead-anthony-alfieri.jpg"); }
	body#meet-paul #subhead { background:url("../images/subhead-paul-isaac.jpg"); }
	body#settlement #subhead { background:url("../images/subhead-settlement.jpg"); }
	body#articles #subhead { background:url("../images/subhead-articles.jpg"); }
	body#planning-process #subhead { background:url("../images/subhead-planning-process.jpg"); }
	body#faqs #subhead { background:url("../images/subhead-faqs.jpg"); }
	body#secure-login #subhead { background:url("../images/subhead-secure-login.jpg"); }
	body#contact #subhead { background:url("../images/subhead-contact.jpg"); }
	body#site-map #subhead { background:url("../images/subhead-site-map.jpg"); }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg"); }

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

#title-faq {
	height:93px;
	background:url("../images/title-faq.jpg") ;
	}
	
#title-subhead-2 {
	height:85px;
	background:url("../images/title-subhead-2.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; }


/* ------------------------footer framework ------------------------ */
#footer {
	width:932px;
	margin:0 auto;
	text-align:center;
	background:url("../images/bottom-wrap-sub.jpg") top no-repeat;
	padding:27px 0 30px 0;
	}

body#index #footer {
	width:932px;
	margin:0 auto;
	text-align:center;
	background:url("../images/bottom-wrap.jpg") top no-repeat;
	padding:283px 0 30px 0;
	position:relative;
	}
	
body#index #footer .bottom-wrap-text {
	position:absolute;
	text-align:left;
	color:#000;
	left: 350px;
	top: 118px;
	width: 338px;
	height: 108px;
	}

#footer p {
	color:#fff;
	margin-bottom:10px;
	}

#footer a:link, #footer a:visited { color:#fff; }
#footer a:hover, #footer a:active { color:#fff; }

#footer ul {margin: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 #fff;
		}
	#footer li.first { border: none; }
	
.phone { font-size:16px; text-align:center; }

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

#column-left #nav li span { display: none; }

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

#column-left #nav li, #column-left #nav a { 
	height:34px;	/* Each button must have the same height, define it here */
	display:block;
	margin:0;
	padding:0;
	}

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

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

#column-left #nav-01 a:hover { background:url("../images/nav.jpg") -305px  0px no-repeat; }
#column-left #nav-02 a:hover { background:url("../images/nav.jpg") -305px  -34px no-repeat; }
#column-left #nav-03 a:hover { background:url("../images/nav.jpg") -305px  -68px no-repeat; }
#column-left #nav-04 a:hover { background:url("../images/nav.jpg") -305px  -102px no-repeat; }
#column-left #nav-05 a:hover { background:url("../images/nav.jpg") -305px -136px no-repeat; }
#column-left #nav-06 a:hover { background:url("../images/nav.jpg") -305px -170px no-repeat; }
#column-left #nav-07 a:hover { background:url("../images/nav.jpg") -305px -204px no-repeat; }
#column-left #nav-08 a:hover { background:url("../images/nav.jpg") -305px -238px no-repeat; }

/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id ------------- */
body#index #column-left #nav-01 { background:url("../images/nav.jpg") -305px  0px no-repeat; }
body#locations #column-left #nav-02 { background:url("../images/nav.jpg") -305px  -34px no-repeat; }
body#settlement #column-left #nav-03 { background:url("../images/nav.jpg") -305px  -68px no-repeat; }
body#planning-process #column-left #nav-04 { background:url("../images/nav.jpg") -305px  -102px no-repeat; }
body#faqs #column-left #nav-05 { background:url("../images/nav.jpg") -305px -136px no-repeat;  }
body#secure-login #column-left #nav-06 { background:url("../images/nav.jpg") -305px -170px no-repeat;  }
body#contact #column-left #nav-07 { background:url("../images/nav.jpg") -305px -204px no-repeat;  }
body#articles #column-left #nav-08 { background:url(../images/nav.jpg) -305px -238px no-repeat;
}

/* Son of Suckerfish: Vertical Sprite Nav
 * ------------------------------------------------------------------------- */
 
/* ------------------------ son of suckerfish: vertical sprite nav ------------------------ */
#column-left #nav li ul {
	position:absolute;
	left:-9999px;
	background-color:#996600;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	margin-left:305px; /* Set to same width as in #nav */
	margin-top:-30px; /* Set to each button height, same as used above */
	}

#column-left #nav li ul li {
	height:20px; /* Height of each drop down nav item */
	border:1px solid #000033;
	width:99%;
	}

#column-left #nav li ul li a {
	width:100%;
	height:20px; /* Height of each drop down nav item, should match above */
	line-height:20px;	 /* Height of each drop down nav item again, should match above */
	}

#column-left #nav li ul li a span {
	display:block;
	padding-left:5px;
	width:100%;
	}

/* Drop down link styles */
#column-left #nav a:link, #column-left #nav a:visited, #column-left #nav a:hover, #column-left #nav a:active {
	font-size:1.0em;
	color:#000000;
	text-decoration:none;
	width:100%;
	}

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

/* Hover styles for drop down items */
#column-left #nav-02 ul a:hover { 
	background-image:none;
	background-color:#996633;
	width:100%;
	color:#FFFFFF;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#column-left #nav-02 ul, #column-left #nav-02 li { width:100px; }		




/* ------------------------ #img-nav ------------------------ */
#column-right #img-nav { 
	background:url("../images/img-nav.jpg") no-repeat; 
	width:627px; 
	height:162px; 
	margin:0;
	padding:0; 
	}

#column-right #img-nav span { display: none; }

#column-right #img-nav li, #column-right #img-nav a { height:162px; display:block; margin:0; padding:0; } /* change height here also */

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

#column-right #img-nav-01 { width: 209px;}
#column-right #img-nav-02 { width: 200px;}
#column-right #img-nav-03 { width: 218px;}

/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#column-right #img-nav-01 a:hover { background:url("../images/img-nav.jpg") 0 -162px no-repeat; }
#column-right #img-nav-02 a:hover { background:url("../images/img-nav.jpg") -209px -162px no-repeat; }
#column-right #img-nav-03 a:hover { background:url("../images/img-nav.jpg") -409px -162px no-repeat; }

/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id ------------- */
body#settlement #column-right #img-nav-01 { background:url("../images/img-nav.jpg") 0 -162px no-repeat; }
body#faqs #column-right #img-nav-02 { background:url("../images/img-nav.jpg") -209px -162px no-repeat; }
body#planning-process #column-right #img-nav-03 { background:url("../images/img-nav.jpg") -409px -162px no-repeat; }

img.newLogo{margin:0 10px 0 33px}
