/* 
 ----------------------------------------------------------------------------
  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: #5E94CB url("../images/allpages/back.gif") top repeat-x;
	text-align:center; 
	font:11px/18px Arial, Helvetica, sans-serif; 
	color:#000; 
	}

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:1.2em; color:#000; }
h2	{ font-size:1.1em; color:#000; }
h3	{ font-size:1.0em; color:#000; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#13509F; text-decoration:underline; }
a:hover,a:active	{ color:#38522D; text-decoration:none; }


/* ----- 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: 5px 25px 10px 15px; 
	}

	
/* ----- global form elements ----- */ 

form {
	width:172px;
	padding:10px 0 15px 0;
	margin: 0 0 0 25px;
	}

form label	{ font-size:.95em; }

form br { 
	line-height:0; /* defaults vertical spacing between fields */
	}  

input, textarea, select { 
	background-color:#fff; 
	border:1px solid #86B2B3;
	color:#000;
	width:167px; /* 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:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}
	
select { 
	width:150px; /* 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-image { 
	background:url("../images/btn-submit.jpg");
	width:63px;
	height:15px;
	border:none;
	cursor:pointer;
	}


/* ----- main contact form ----- */ 

#contact-main {
	width: 410px;
}

#contact-main dl {
	margin: 0 0 0 5px;
}
body #contact-main p{
	margin: 0 0 0 5px;
}
#contact-main dl br {
	clear: both;
}

#contact-main dt {
	float: left;
	width: 180px;
	line-height: 18px;
	text-align: right;
}
#contact-main dd {
	margin: 0 0 5px 190px;
	font-size: 11px;
	line-height: 18px;
	text-align: left;
}
#contact-main dd input, #contact-main dd select, #contact-main dd textarea {
	width:200px;
}
#contact-main dd input.radio {
	width:13px;
	margin-left: 10px;
	border: none;
}
#contact-main dl dd input.submit-contact-main { width: 60px; }



/* framework
 * ------------------------------------------------------------------------- */

#wrap { 
	background:url("../images/allpages/wrap.jpg") repeat-y left; 
	width:780px; 
	margin:0 auto; 
	text-align:left; 
	}
	
#header-graphic {
		background: url(../images/header/index.jpg);
		height:293px;
		position: relative;
	}
body#about #header-graphic {
		background: url(../images/header/about.jpg);
		height:293px;
		position: relative;
	}
body#meet #header-graphic {
		background: url(../images/header/meet.jpg);
		height:293px;
		position: relative;
	}
body#cosmetic #header-graphic, body#restorative #header-graphic, body#general #header-graphic {
		background: url(../images/header/cosmetic.jpg);
		height:293px;
		position: relative;
	}
body#gallery #header-graphic {
		background: url(../images/header/gallery.jpg);
		height:293px;
		position: relative;
	}
body#contact #header-graphic {
		background: url(../images/header/contact.jpg);
		height:293px;
		position: relative;
	}
	#header-graphic span{
		display: none;
	}
	#header-graphic a{
		position: absolute;
		margin: 24px 0 0 23px;
		height: 69px;
		width: 258px;
		height: 69px;
	}

/* Horozontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav { 
	background: url("../images/allpages/topnav.jpg") no-repeat; 
	width:780px; 
	height:51px; 
	margin-bottom:0; 
	margin: 0;
	padding: 0;
	}
body#index #nav { height: 40px;}

#nav span { display: none; }

#nav li, #nav a { height: 34px; display: block; }

#nav li { float: left; list-style: none; _display: inline; }

#nav-01 { width: 46px; margin-left: 255px;}
#nav-02 { width: 69px;}
#nav-03 { width: 114px;}
#nav-04 { width: 85px;}
#nav-05 { width: 96px;}
#nav-06 { width: 64px;}

#nav-01 a:hover {background:url("../images/allpages/topnav.jpg") -255px -52px no-repeat;}
#nav-02 a:hover {background:url("../images/allpages/topnav.jpg") -301px -52px no-repeat;}
#nav-03 a:hover {background:url("../images/allpages/topnav.jpg") -370px -52px no-repeat;}
#nav-04 a:hover {background:url("../images/allpages/topnav.jpg") -484px -52px no-repeat;}
#nav-05 a:hover {background:url("../images/allpages/topnav.jpg") -569px -52px no-repeat;}
#nav-06 a:hover {background:url("../images/allpages/topnav.jpg") -665px -52px no-repeat;}

/* Son of Suckerfish: Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav li ul {
	position: absolute;
	left: -9999px;
	background-color: #fff;	/* 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:none;
	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:12px/18px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-weight: bold;
	color: #5E94CB;
	text-decoration: none;
	}

#nav li:hover ul, #nav li.sfhover ul	{ left: auto; }

/* Hover styles for drop down items */
#nav-04 ul a:hover { 
	background-image: none;
	color: #7FB4AE;
	text-decoration: none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-04 ul, #nav-04 li { width: 150px; }

#wrap-top{
	background: url(../images/allpages/wrap-top.jpg) repeat-x;
	width: 696px;
	margin: 0 0 0 42px;
}
body#index #wrap-top{
	background: url(../images/allpages/wrap-top2.jpg) repeat-x;
	width: 696px;
	margin: 0 0 0 42px;
}
#wrap-bottom{
	background: url(../images/inset/office-inside.jpg) no-repeat 42px bottom;
}
body#index #wrap-bottom{
	background: url(../images/inset/office.jpg) no-repeat 42px bottom;
}
 
#column-left { 
	width:455px; 
	float:left; 
	}
	#titles{
		background: url(../images/titles/index.jpg) no-repeat top left;
		height: 71px;
	}
	body#about #titles{
		background: url(../images/titles/about.jpg) no-repeat top left;
		height: 56px;
	}
	body#meet #titles{
		background: url(../images/titles/meet.jpg) no-repeat top left;
		height: 56px;
	}
	body#thankyou #titles{
	background: url("../images/titles/thankyou.jpg") no-repeat top left;
	height:56px;
	}
	body#cosmetic #titles{
		background: url(../images/titles/cosmetic.jpg) no-repeat top left;
		height: 56px;
	}
	body#restorative #titles{
		background: url(../images/titles/restorative.jpg) no-repeat top left;
		height: 56px;
	}
	body#general #titles{
		background: url(../images/titles/general.jpg) no-repeat top left;
		height: 56px;
	}
	body#gallery #titles{
		background: url(../images/titles/gallery.jpg) no-repeat top left;
		height: 56px;
	}
	body#contact #titles{
		background: url(../images/titles/contact.jpg) no-repeat top left;
		height: 56px;
	}
	body#sitemap #titles{
		background: url(../images/titles/sitemap.jpg) no-repeat top left;
		height: 56px;
	}
	#titles2{
		background: url(../images/titles/index-execptional.jpg) no-repeat top left;
		height: 48px;
		margin: 20px 0 0 40px;
	}
		#titles p, #titles2 p {
			display: none;
		}
	#column-left p{
		margin: 0 25px 15px 30px;
	}
	#column-left ul{
		margin: 0 25px 15px 30px;
	}
	#column-left h1{
		margin: 10px 25px 5px 30px;
	}
	#column-left h2{
		margin: 20px 25px 5px 30px;
	}
	#procedurenav{
		float: right;
		border: 1px solid #fff;
		margin: 0 25px 10px 18px;
	}
		#column-left #procedurenav p{
			color: #fff;
			font-weight: bold;
			font-size: 13px;
			margin: 5px 8px 0 8px;
		}
		#column-left #procedurenav ul{
			font-weight: bold;
			margin: 0 8px 5px 8px;
		}
		#column-left #procedurenav a{
			color: #3B539B;
		}
	.clickhere{
		background: url(../images/allpages/click-here.gif) no-repeat 273px;
		position: relative;
		clear: both;
		height: 7px;
		overflow: hidden;
	}
		.clickhere a{
			position: absolute;
			width: 133px;
			height: 7px;
			margin: 0 0 0 273px;
		}
		.clickhere span{
			display: none;
		}
	#home-thumbs{
		width: 142px;
		float: left;
		margin: 0 0 0 60px;
		display: inline;
	}
		#column-left #home-thumbs p{
			margin: 10px 0 0 0;
			font-weight: bold;
			color: #3B539B;
		}
		#procedure-list{
			float: left;
			margin: 0 0 20px 25px;
		}
		#column-left #procedure-list p{
			font-weight: bold;
			color: #3B539B;
			margin: 10px 0 0 50px;
		}
		.gallery-titles{
			margin: 0 0 0 30px;
			height: 20px;
			width: 250px;
		}
		#gallery-veneers{
			background: url(../images/titles/gallery/veneers.gif) no-repeat left;
		}
		#gallery-veneers-crowns{
			background: url(../images/titles/gallery/veneers-crowns.gif) no-repeat left;
		}
		#gallery-whitening{
			background: url(../images/titles/gallery/whitening.gif) no-repeat left;
		}
		#gallery-periodontics{
			background: url(../images/titles/gallery/perio-crowns.gif) no-repeat left;
		}
		#gallery-fillings{
			background: url(../images/titles/gallery/fillings.gif) no-repeat left;
		}
		#gallery-gap-closing{
			background: url(../images/titles/gallery/gap.gif) no-repeat left;
		}
			.gallery-titles span{
				display: none;
			}
		#bna-pagenav select, #bna-pagenav option{
			background: #8BB5DF;
			color: #fff;
		}
		#bna-pagenav a{
			color: #fff;
		}
		#bna-pagenav select{
			border: 1px solid #fff;
		}
				
		#column-left #procedure-list ul{
			margin: 0 0 20px 50px;
		}
		#column-left li{
			background: url(../images/allpages/arrow_right.gif) no-repeat left;
			padding-left: 12px;
		}
		body#about #middle-titles{
			background: url(../images/titles/middle-ourstaff.jpg) no-repeat left;
			height: 52px;
			margin: 0 0 0 40px;
		}
			#middle-titles p{
				display: none;
			}
		#staffbox{
			margin: 20px 0 0 40px;
		}
		.staffpics{
			width: 200px;
			text-align: center;
			float: left;
		}
		.staffpics img{
			border: 1px solid #000;
		}
		#column-left .staffpics p{
			margin: 0 0 15px 0;
			line-height: 14px;
		}
  
#column-right {
	background: url(../images/allpages/contact-back.jpg) no-repeat top left; 
	width:224px; 
	float:left; 
	}
	#column-right p{
		margin: 0 23px 0 25px;
	}
	body#contact #column-right p{
		margin: 15px 23px 20px 25px;
	}
	#title-side{
		background: url(../images/titles/side-contact.jpg);
		height: 24px;
		width: 129px;
		margin: 54px 0 0 24px;
	}
	body#contact #title-side{
		background: url(../images/titles/side-locate.jpg) no-repeat left;
		height: 24px;
		width: 129px;
		margin: 54px 0 0 24px;
	}
		#title-side p{
			display: none;
		}
	#mapbox{
		margin: 0 auto 20px auto;
		text-align: center;
	}
	#forms{
		background: url(../images/inset/side-forms.gif);
		width: 150px;
		height: 87px;
		margin: 10px 0 0 38px; 
		position: relative;
		}
		#forms span {display:none;}
		#forms a{
			position: absolute;
			width: 150px;
			height: 73px;
			margin: 14px 0 0 0; 
			}
	#read-more{
		background: url(../images/inset/side-meet.gif);
		width: 150px;
		height: 87px;
		margin: 0 0 0 38px; 
		position: relative;
		}		
	#newsletter{
		background: url(../images/inset/newsletter.gif);
		width: 170px;
		height: 100px;
		margin: 20px 0 0 22px;
		position: relative;
		background-image: url(../images/inset/newsletter.gif);
		}
		#newsletter span {display:none;}
		#newsletter a{
	position: absolute;
	width: 159px;
	height: 100px;
	margin-left:15px;
			}

  #archive {
	position:relative;
	margin:-10px 0 0 25px;
	}



	#column-right p.ptt {margin: 0 0 0 38px;}
	body#about #read-more{
		background: url(../images/inset/side-about.gif);
		}
	body#meet #read-more{
		background: url(../images/inset/side-meet.gif);
		}
	body#cosmetic #read-more, body#restorative #read-more, body#general #read-more{
		background: url(../images/inset/side-procedures.gif);
		}
	body#gallery #read-more{
		background: url(../images/inset/side-gallery.gif);
		}
	body#contact #read-more{
		background: url(../images/inset/side-contact.gif);
		margin-bottom: 30px;
		}
		#read-more a{
			position: absolute;
			width: 150px;
			height: 73px;
			margin: 14px 0 0 0; 
			}
		#read-more span{
			display: none;
		}
/* background image list items */
#column-specific ul { 
	margin-left:3px; 
	} 

#column-specific ul li { 
	background:transparent url("../images/bullet.gif") 0px 6px no-repeat;
	padding-left:8px; 
	}
 
#bottom-wrap { 
	background: url(../images/allpages/wrap-bottom.jpg);
	height:9px; 
	clear:both; 
	overflow:hidden; 
	}


/* inside framework
 * ------------------------------------------------------------------------- */

#subhead {
	height:20px; /* sets height for all subheads */
	}

body#face #subhead {
	background:url("../images/subhead-face.jpg"); 
	}

body#breast #subhead {
	background:url("../images/subhead-breast.jpg"); 
	}

/* -- or -- */
	
body.breast #subhead {
	background:url("../images/subhead-breast.jpg"); 
	}


/* footer
 * ------------------------------------------------------------------------- */
 
#footer { 
	width:760px; 
	margin:10px auto; 
	text-align:center; 
	}

#footer p {
	color:#fff;
	}

#footer a:link, #footer a:visited {
	color:#fff;
	}
#footer li a:link, #footer li a:visited {
	color:#fff;
	font-weight: bold;
	}

#footer a:hover, #footer a:active {
	color:#fff;
	}

#footer li { /* if your li's float, you can adjust border height w/ line-height */
	padding: 0 1px 0 3px;
	display: inline;
	border-left: 1px solid #fff;
	}

	#footer li.first { border: none; }
	
