/*--------------------- Last Modified  2006.02.17 ---------------------*/
/*-----------------------------------------------------------------------*/


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

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


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


/* ----- type selectors ----- */ 
body { 
	background:#744E18 url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:12px/14px Arial, Helvetica, sans-serif; 
	color:#554638;
	}

p, ul, ol, dl, pre, blockquote	{ margin-bottom:10px; }

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

p.h1, p.h2, p.h3 { margin-bottom:0; }

p.h1	{ font-size:1.2em; font-weight:bold; color:#554638; }
p.h2	{ font-size:1.1em; font-weight:bold; color:#3E5217; }
p.h3	{ font-size:1.0em; font-weight:bold; color:#AE8654; }

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

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

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

div.clear	{ 
	clear:both;
	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:0 5px 5px 0; 
	}
	
img.img-right { 
	float:right; 
	margin: 0 0 5px 5px;
	}
	
img.img-darby{ 
	float:right; 
	}
	
/* ----- global form elements ----- */ 

form {
	width:150px;
	padding: 0 0 0 27px;
	}

form label	{ font-size:.95em; }

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

input, textarea, select { 
	background-color:#FBF2DC !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #E4BD72;
	color:#554638;
	width:150px; /* 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: Arial, Helvetica, sans-serif; 
	font-size:11px;
	}
	
select { 
	width:155px; /* same width as form !important */
	padding:0;
	}

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

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

input.submit-image { 
	background:url("../images/btn-submit.jpg");
	width:65px;
	height:25px;
	border:none;
	cursor:pointer;
	}

#contact_business { display: none; } /* do not remove */ 


/* ----- main contact form ----- */ 
 
/* ----- main contact form ----- */ 

#contact-main {
	width: 500px;
	}

#contact-main dl {
	margin: 0 0 0 5px;
	}
#contact-main p{
	margin: 0 25px 0 50px;
	}
#contact-main dl br {
	clear: both;
	}

#contact-main dt {
	float: left;
	width: 260px;
	line-height: 18px;
	text-align: right;
	clear: left;
	margin-right: 10px;
	}
#contact-main dd {
	margin: 0 0 5px 270px;
	font-size: 11px;
	line-height: 18px;
	text-align: left;
	}
#contact-main dd input, #contact-main dd select, #contact-main dd textarea {
	width:180px;
	}
#contact-main dd input.radio {
	width:13px;
	margin-left: 15px;
	border: none;
	}
#contact-main dl dd input.submit-contact-main { 
	background:url("../images/btn-submit.jpg") no-repeat;
	width:65px;
	height:25px;
	border:none;
	cursor:pointer;
	margin: 0;
	}



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

#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:756px;
	margin:0 auto;
	text-align:left;
	}
	
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:64px;
	}
	/* home link within #masthead */		
	#masthead a {	
		position:absolute;
		left:0px;
		width:756px;
		top:0px;
		height:64px; 
		}
	#masthead a span {
		display:none;
		}
#wrap-gradient {
	background:url("../images/bg-wrap-gradient.jpg") no-repeat;
	width: 756px;
	}
	
/* ----- column-left ----- */

#column-left {
	width:531px;
	float:left;
	}
	
	body#thank #column-left {
		width:531px;
		float:left;
		height:500px;
		}
	
	#column-left p {
		margin: 0 25px 25px 50px;
		}
		#column-left p.text {
		font-size:14px;
		margin: 0 50px 50px 50px;
		}
		
	#column-left p.h1, #column-left p.h2, #column-left p.h3 {
		margin: 0 50px 10px 50px;
		}	
		
		#column-left p.header {
		font-size:19px;
		margin: 0 25px 10px 50px;
		}
	
	/* background image list items */
	#column-left ul { 
		margin-left:5px; 
		}
	#column-left ul li { 
		background:transparent url("../images/bullet.gif") 0px 6px no-repeat;
		padding-left:8px; 
		}
		
div.for-the-most {
	background: url("../images/img-for-the-most.jpg");
	height: 148px;
	position: relative;
	}
	
	div.for-the-most a {	
	position:absolute;
	left:155px;
	width:367px;
	top:57px;
	height:69px; 
	}
	
	div.for-the-most span { display: none; }


#wrap-history {
	background: url("../images/bg-wrap-history.jpg") no-repeat;
	}
.title-history {
	background: url("../images/subhead-our-history.jpg") no-repeat;
	height: 56px;
	}


.title-financing {
	background: url("../images/subhead-for-your-convenience.jpg");
	height: 111px;
	position: relative;
	}

.title-financing {
	background: url("../images/subhead-for-your-convenience.jpg");
	height: 111px;
	position: relative;
	}	
	

#darby-dentists .senior {
width:550px;
}
#darby-dentists .junior {
height:110px;
width:500px;
margin-bottom:10px;
}


#darby-dentists .third {
height:110px;
width:500px;
}
			
#wrap-financing {
	background: url("../images/bg-wrap-financing.jpg") bottom no-repeat;
	}
	#wrap-financing p.last { margin: 0 25px 0 50px; }

	.title-financing a {	
		position:absolute;
		left:355px;
		width:150px;
		top:70px;
		height:30px; 
		}
	#wrap-financing .spacer-financing {
		width: 195px;
		height: 100px;
		float: right;
		}
	img.img-read {
		margin: 0 0 20px 240px;
		}

.title-history span, .title-financing span { display: none; }

	/* background image list items */
	#column-left ul { 
		margin: 0 0  25px 55px; 
		} 

	#column-left ul li { 
		background:transparent url("../images/bullet.gif") 0px 0px no-repeat;
		padding-left:20px; 
		}

#wrap-gallery {
	margin: 0 0 0 50px;
	}
.gallery {
	width: 225px;
	float: left;
	}
	
	.gallery img {
		margin: 0 0 25px 0;
		border: 1px solid #554638;
		}
#content-poem {
 font-size:14px;
 text-align: center;
 }		
	#content-poem h3 {
	font-size: 12px;
	}
	#content-poem img {
	padding-bottom: 20px;}
	
#contact .mission{
 font-size:14px;
 text-align: center;
 }
 
 #contact .mission p{
 font-size:14px;
 text-align: center;
 }
	
/* ----- column-right ----- */

#column-right {
	width:225px;
	float:left;
	}
	#column-right p {
		margin: 0 27px 0 35px;
		line-height: 17px;
		}

	.title-contact {
		background: url("../images/subhead-contact-us.jpg");
		height: 99px;
		display: block;
		}

	.title-find {
		background: url("../images/subhead-find-us.png");
		height: 49px;
		}

	.title-smile {
		background: url("../images/subhead-smile-gallery.jpg");
		height: 156px;
		}
		
		.title-contact span, .title-find span, .title-smile span { display: none; }
		
		.subhead-carecredit {
		background: url("../images/subhead-carecredit.jpg") no-repeat;
		height: 65px;
		position:relative;
		}
		
		.subhead-carecredit a {
		position:absolute;
		width: 153px;
		height:40px;
		top:16px;
		left:20px;
		}
	
		.subhead-carecredit a span {
		display:none;
		}		
		.btn-dental-fee-plan{
		background: url("../images/btn-dental-fee-plan.jpg") no-repeat;
		height: 75px;
		position:relative;
		}
		
		.btn-dental-fee-plan a {
		position:absolute;
		width: 158px;
		height:58px;
		top:-3px;
		left:21px;
		}
	
		.btn-dental-fee-plan a span {
		display:none;
		}

		.subhead-help-card{
		background: url("../images/subhead-help-card.jpg") no-repeat;
		height: 120px;
		position:relative;
		}
		
		.subhead-help-card a {
		position:absolute;
		width: 149px;
		height:105px;
		top:7px;
		left:28px;
		}
	
		.subhead-help-card a span {
		display:none;
		}
		
		.subhead-btn-poem{
		background: url("../images/img-btn-poem.jpg") no-repeat;
		height: 102px;
		position:relative;
		}
		
		.subhead-btn-poem a {
		position:absolute;
		width: 158px;
		height:102px;
		top:-3px;
		left:21px;
		}
		
		.subhead-btn-poem a span{
		display:none;
		}

		

		
	

		#img-map {
			background: url(../images/img-map.jpg) no-repeat;
			height: 100px;
			position: relative;
			}
				#img-map a {
				position:absolute;
				width: 140px;
				height:100px;
				top:0px;
				left:25px;
				}
				#img-map a span {display: none;}							
						
		
		

	/* background image list items */
	#column-right ul { 
		margin-left:5px; 
		} 

	#column-right ul li { 
		background:transparent url("../images/bullet.gif") 0px 6px no-repeat;
		padding-left:8px; 
		}
	
/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	height:70px;
	clear:both;
	width:100%;
	}
	
/* header framework
 * ------------------------------------------------------------------------- */

#header-flash {
	height:273px;
	background:url("../images/bg-header-flash.jpg") no-repeat;
	}

#header-graphic {
	background:url("../images/header.jpg"); 
	height:273px; /* sets height for all non-flash headers */
	}
	
	#header-graphic span {
		display:none;
		}
		
		body#about #header-graphic {
			background:url("../images/header-about.jpg") no-repeat;
			height: 273px; 
			}
		body#contact #header-graphic {
			background:url("../images/header-contact.jpg") no-repeat;
			height: 273px; 
			}
		body#cosmetic #header-graphic {
			background:url("../images/header-cosmetic.jpg") no-repeat;
			height: 273px; 
			}
		body#general #header-graphic {
			background:url("../images/header-general.jpg") no-repeat;
			height: 273px; 
			}
		body#smile #header-graphic {
			background:url("../images/header-smile.jpg") no-repeat;
			height: 273px; 
			}
		body#thank #header-graphic {
			background:url("../images/header-contact.jpg") no-repeat;
			height: 273px; 
			}
			

		body#breast #header-graphic {
			background:url("../images/header-breast.jpg"); 
			}


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

#subhead {
	height:99px; /* sets height for all subheads */
	}
	#subhead span { display: none; }


	body#index #subhead {
		background:url("../images/subhead-we-believe.jpg");
		height: 121px; 
		}

	body#about #subhead {
		background:url("../images/subhead-about.jpg");
		}
	
	body#contact #subhead {
		background:url("../images/subhead-contact.jpg"); 
		}
	body#contact .title-find {
		background: url("../images/subhead-find.jpg");
		height: 99px;
		}

	body#cosmetic #subhead {
		background:url("../images/subhead-cosmetic.jpg"); 
		height:121px;
		width:531px;
		}

	body#general #subhead {
		background:url("../images/subhead-general-dentistry.jpg"); 
		}
		
	body#smile #subhead {
		background:url("../images/subhead-smile.jpg"); 
		}
		
	body#thank #subhead {
		background:url("../images/subhead-thank-you.jpg"); 
		}
		
	body#thank .title-find {
		background: url("../images/subhead-find.jpg");
		height: 99px;
		}
		
#subhead-poem {
	background: url("../images/subhead-poem.jpg");
	height: 56px;
	}		
		#subhead-poem span { display: none;}
		

/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	background: url("../images/bg-footer.gif");
	width:756px;
	margin:0 auto;
	text-align:center;
	padding: 0 0 10px 0;
	}

#footer p {
	color:#fff;
	}

#footer a:link, #footer a:visited {
	color:#fff;
	text-decoration: none;
	}

#footer a:hover, #footer a:active {
	color:#fff;
	text-decoration: underline;
	}

#footer ul {margin-top:0px;}

#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:756px; 
	height:34px; 
	margin-bottom:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:34px; display:block; }

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

#nav-01 { width: 90px;  }
#nav-02 { width: 145px; }
#nav-03 { width: 145px; }
#nav-04 { width: 150px; }
#nav-05 { width: 99px; }
#nav-06 { width: 95px; }


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover {background:url("../images/nav.jpg") -0px -34px no-repeat;}
#nav-02 a:hover {background:url("../images/nav.jpg") -90px -34px no-repeat;}
#nav-03 a:hover {background:url("../images/nav.jpg") -235px -34px no-repeat;}
#nav-04 a:hover {background:url("../images/nav.jpg") -380px -34px no-repeat;}
#nav-05 a:hover {background:url("../images/nav.jpg") -530px -34px no-repeat;}
#nav-06 a:hover {background:url("../images/nav.jpg") -629px -34px no-repeat;}


/* Son of Suckerfish: Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav li ul {
	position:absolute;
	left:-9999px;
	background-color:#FBF2DC;	/* 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 #E4BD72;
	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:#554638;
	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:#F5E6C7;
	color:#554638;
	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:175px; }		
#nav-04 ul, #nav-04 li { width:195px; }


h1.poem{
margin-left:6px;
}
.poemtxt{
font-size:10px;
margin: 0 0 0 0;
position:relative;
left:-27px;
width:190px;
}
.poemtxtind{
font-size:10px;
margin: 0 0 0 0;
position:relative;
left:-35px;
width:195px;
}


