/*--------------------- 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:#0F1C47 url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:12px/16px Arial, Helvetica, sans-serif; 
	color:#0F1C47;
	}

blockquote { 
	margin-left:10px; 
	margin-right:10px; 
	}

h1	{ font-size:1.2em; color:#0F1C47; }
h2	{ font-size:1.1em; color:#0F1C47; }
h3	{ font-size:1em; color:#4F5D8A; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#FFF; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#FFF; text-decoration:none; outline:none; }


/* ----- classes ----- */

.clear {
	clear:both;
	}

div.clear	{ 
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:18px;
	background:url("../images/bullet-back-to-top.html") right no-repeat;
	}
	
img.img-left { 
	float:left; 
	margin:0 10px 0 0; 
	}
	
img.img-right { 
	float:right; 
	margin:0; 
	}

	
/* ----- global form elements ----- */ 

form {
	width:150px;
	margin:0 0 15px 0;
	}

	form label	{ 
	font-size:.95em;
	color:#FFFFFF;	}

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:#414141;
	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:Arial, Helvetica, sans-serif; 
	font-size:11px;
	}
	
select { width:150px; 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:20px 0 10px 0; }

#contact-main label { 
	width:220px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	color:#0F1C47;
	}
	
#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:170px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}

.captcha {
	margin-top: 105px;
}

.captcha img {
	position: absolute;
	left: 110%;
}

.captcha input {
	margin-top: 45px;
}
	
#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:45px 0 5px 243px; }

input.submit, input.submit-contact-main { /* REMOVE IF NOT USED */
	background:url("../images/btn-submit.jpg");
	width:59px;
	height:18px;
	border:0;
	cursor:pointer;
	}


/* framework
 * ------------------------------------------------------------------------- */

#wrap {
	background: url("../images/bg-wrap.jpg") repeat-y;
	width:778px;
	margin:0 auto;
	text-align:left;
	}
	
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:90px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:0px;
		width:0px;
		top:0px;
		height:0px; 
		}
	#masthead a span {
		display:none;
		}

/* ----- column-left ----- */

#column-left {
	width:515px;
	float:left;
	}
	
#column-left a:link, #column-left a:visited	{ color:#0F1C47; text-decoration:underline; outline:none; }
#column-left a:hover, #column-left a:active	{ color:#0F1C47; text-decoration:none; outline:none; }



	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
	margin:20px 20px 0 30px;
	}
	p#welcome {
		margin-top:10px;
	}
	#column-left form { 
	margin-left:30px;
	margin-top:0;	
	 }
	 
	 #column-left form p {
	 color:#0000CC;
	 }
	
	/* single column list */
	#column-left ul { padding-left:5px; }
		#column-left ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px; /* pushes text to the right to display bg img */
			padding-top:3px;
			}
			
	#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;
			color:#99CC00;
			}
		#column-left 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;
			}
			
	#subhead {
	background-image:url(../images/subhead-smile.jpg);
	background-repeat:no-repeat;
	height:68px;
	width:515px;
	}
	
	#doc-img {
	background-image:url(../images/left-col-bg.jpg);
	background-repeat:no-repeat;
	width:515px;
	}
	
	#view-gallery {
	position:relative;
	background-image:url(../images/image-view-gallery.jpg);
	height:278px;
	width:515px;
	}
	
	#bottom-left-content {
	position:relative;
	background-image:url(../images/left-bottom-content.jpg);
	height:278px;
	width:515px;
	}
	
	.image-entrance {
	float:right;
	padding:0 0 10px 10px;
	}
	
	.image-doc {
	float:right;
	padding:0 0 10px 10px;
	}
	
	#view-gallery a.view-gallery {
			position:absolute;
			width:215px;
			height:33px;
			left:260px;
			top:216px;
			}
			
	#view-gallery span { display:none; }
	
	.img-float-left {
	float:left;
	margin:0 5px 5px 0;
	}
	
	.img-float-right {
	float:right;
	margin:0 0 5px 8px;
	}
	
/* ----- column-right ----- */

#column-right {
	width:263px;
	float:left;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right dl {
		margin:0 40px 0 40px;
		color:#FFFFFF;
				}
				
	#column-right form { 
	padding:10px 0 0 50px; }
	 
	#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;
			color:#99CC00;
			}
		#column-right 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;
			}
			
	#right-col-questions {
	background-image:url(../images/subhead-mail-us.jpg);
	background-repeat:no-repeat;
	width:263px;
	height:479px;
	}
		
#img-map {
position:relative;
background-image: url(../images/img-map.jpg);
height:118px;
width:263px;
margin-top:95px;
}

#img-map a {
	position:absolute;
	width:225px;
	height:71px;
	left:13px;
	top:31px;
	}	

#img-map span {
	display:none;
	}

#img-map-contact {
position:relative;
background-image: url(../images/locate-us.gif);
height:118px;
width:263px;
margin-top:35px;
}

#img-map-contact a {
	position:absolute;
	width:225px;
	height:71px;
	left:13px;
	top:31px;
	}	

#img-map-contact span {
	display:none;
	}


#right-col-logos {
	position:relative;
	background-image:url(../images/right-col-logos.jpg);
	width:263px;
	height:400px;
	margin-top:120px;
	}
	
#right-col-logos a.gen-dentistry {
	position:absolute;
	width:112px;
	height:100px;
	left:14px;
	top:9px;
	}	

#right-col-logos a.docs {
	position:absolute;
	width:108px;
	height:103px;
	left:133px;
	top:12px;
	}	

#right-col-logos a.aacd {
	position:absolute;
	width:226px;
	height:54px;
	left:15px;
	top:152px;
	}

#right-col-logos a.wda {
	position:absolute;
	width:112px;
	height:51px;
	left:16px;
	top:253px;
	}

#right-col-logos a.ada {
	position:absolute;
	width:103px;
	height:37px;
	left:138px;
	top:260px;
	}

#right-col-logos span {
	display:none;
	}
	
#right-col-logos-contact {
	position:relative;
	background-image:url(../images/right-col-logos.jpg);
	width:263px;
	height:400px;
	margin-top:-20px;
	}
	
#right-col-logos-contact a.gen-dentistry {
	position:absolute;
	width:112px;
	height:100px;
	left:14px;
	top:9px;
	}	

#right-col-logos-contact a.docs {
	position:absolute;
	width:108px;
	height:89px;
	left:133px;
	top:15px;
	}	

#right-col-logos-contact a.aacd {
	position:absolute;
	width:226px;
	height:54px;
	left:15px;
	top:152px;
	}

#right-col-logos-contact a.wda {
	position:absolute;
	width:112px;
	height:51px;
	left:16px;
	top:253px;
	}

#right-col-logos-contact a.ada {
	position:absolute;
	width:103px;
	height:37px;
	left:138px;
	top:260px;
	}

#right-col-logos-contact span {
	display:none;
	}
	
	
	
#patienforms {margin-top: 225px;}	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	background-repeat:no-repeat;
	height:52px;
	clear:both;
	width:100%; 
	}

	
/* header framework
 * ------------------------------------------------------------------------- */

#header-flash { height:300px; } 
#active-x {height:300px;}
#header-graphic { height:355px; position:relative; } /* 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-index.jpg"); }
	body#cosmetic #header-graphic { background:url("../images/header-index.jpg"); }
	body#general #header-graphic { background:url("../images/header-index.jpg"); }
	body#results #header-graphic { background:url("../images/header-index.jpg"); }
	body#contact #header-graphic { background:url("../images/header-index.jpg"); }
	body#thankyou #header-graphic { background:url("../images/header-index.jpg"); }
	
#header-graphic a.home {
	position:absolute;
	width:288px;
	height:211px;
	left:38px;
	top:101px;
}

#header-graphic span{
display:none;
}


/* subhead framework
 * ------------------------------------------------------------------------- */

#subhead { height:68px; } /* sets height for all non-flash subheads */

	body#index #subhead { background:url("../images/subhead-smile.jpg"); }
	body#about #subhead { background:url("../images/subhead-about.jpg"); }
	body#contact #subhead { background:url("../images/subhead-contact.jpg"); }
	body#cosmetic #subhead { background:url("../images/subhead-cosmetic.jpg"); }
	body#general #subhead { background:url("../images/subhead-general.jpg"); }
	body#results #subhead { background:url("../images/subhead-results.jpg"); }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg"); }


/* ------------------------ subhead framework with varying heights ------------------------ */
#subhead-meet-doc {
	height:55px;
	background:url("../images/subhead-meet-doc.html") ;
	}

/* ------------------------ title framework with varying heights ------------------------- */
#title-qcontact {
	height:55px;
	background:url("../images/title-qcontact.html") ;
	}

body#contact #title-qcontact, body#thankyou #title-qcontact {
	height:55px;
	background:url("../images/title-locate.html") ;
	}

#title-our-procedures {
	height:35px;
	background:url("../images/title-our-procedures.html") ;
	}

/* ------------------------------------- Buttons ---------------------------------------- */
#btn-special-offer {
		height:186px;
		display:block;
		background:url("../images/dental-btn-special-offer.html") no-repeat;	
		}
		#btn-special-offer:hover {
				background:url("../images/dental-btn-special-offer.html") -100px 0 no-repeat; /* -100px = horizontal img shift, 0px = vertical shift from top */
				}
		#btn-special-offer span { display:none; }


/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:778px;
	margin:0 auto;
	text-align:center;
	}

#footer p {
	margin:0 20px 10px 20px;
	color:#FFFFFF;
	}

#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 #ffffff;
	}

	#footer li.first { border: none; }

/* Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:778px; 
	height:46px; 
	margin:0;
	padding-left:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:46px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; display:inline; position:relative; }

#nav-01 { width: 99px; margin-left: 0px;}
#nav-02 { width: 92px;}
#nav-03 { width: 165px;}
#nav-04 { width: 154px;}
#nav-05 { width: 134px;}
#nav-06 { width: 134px;}


/*-------------- (-79px) X position of button / (-47px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  -0px -47px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -99px -47px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -191px -47px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -356px -47px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -510px -47px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -644px -47px no-repeat; }


/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id ------------- */
body#index #nav-01 { background:url("../images/nav.jpg")  -0px -47px no-repeat; }
body#about #nav-02 { background:url("../images/nav.jpg") -99px -47px no-repeat; }
body#cosmetic #nav-03 { background:url("../images/nav.jpg") -191px -47px no-repeat; }
body#general #nav-04 { background:url("../images/nav.jpg") -356px -47px no-repeat; }
body#results #nav-05 { background:url("../images/nav.jpg") -510px -47px no-repeat; }
body#contact #nav-06 { background:url("../images/nav.jpg") -644px -47px no-repeat; }

/* Son of Suckerfish: Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav li ul {
	position:absolute;
	left:-9999px;
	padding-right:1px;			/* Fixes one px spacing for border-right in FF */
	background-color:#720000;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	}

#nav li ul li { 
	height:20px; 				/* Height of each drop down nav item */
	border:1px solid #FF00FF;
	border-top:none;
	}	

#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 */
	}

#nav li ul li a span {
	display:block;
	padding-left:5px;
	}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:1.0em;
	color:#FFFFFF;
	text-decoration:none;
	}

#nav li:hover ul, #nav li.sfHover ul	{ left: auto; }

/* Hover styles for drop down items */
#nav-03 ul a:hover, #nav-04 ul a:hover { 
	background-image:none;
	background-color:#AA0000;
	color:#FFFFFF;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-03 ul, #nav-03 li { width:260px; }		
#nav-04 ul, #nav-04 li { width:90px; }



/* CLICK TO CALL
 * ------------------------------------------------------------------------- */
#btn-ctc { 
	background:url("../images/btn.ctc.html") no-repeat; 
	width:263px; 
	height:107px; 
	margin:0;
	padding-left:0; 
	}

#btn-ctc span { display: none; }

#btn-ctc li, #btn-ctc a { 
height:107px;
margin:0 0 0 -0px;
display:block; } /* change height here also */

#btn-ctc li { 
float:left; 
list-style:none; 
display:inline; 
position:relative; 
}

#btn-ctc-01 { 
width: 263px; 
margin-left: 0;
}

/*-------------- (-79px) X position of button / (-47px) height of image from above ------------- */
#btn-ctc-01 a:hover { 
background:url("../images/btn-ctc.jpg") -0px -107px no-repeat; 
}

#column-right ul {
}

#patient-login {
	display: block;
	position: absolute;
	left: 50%;
	top: 17px;
	margin-left: -360px;
	width: 188px;
	height: 26px;
	background-image: url(../images/patient-login.gif);
	overflow: hidden;
	text-indent: -999em;
}