/*--------------------- 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:#29859B url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:12px/18px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color:#011F26;
	}

p, ul, ol, dl, pre, blockquote	{ margin-bottom:10px; }

blockquote { 
	margin-left:10px; 
	margin-right:10px; 
	}

h1	{ font-size:1.2em; color:#0E4C5B; padding:0 20px 0 33px; }
h2	{ font-size:1.1em; color:#4D3844; padding:0 20px 0 33px; }
h3	{ font-size:1.0em; color:#0E4C5B; padding:0 20px 0 33px; }

p.h1 span,p.h2 span,p.h3 span	{ display:none; }

a:link,a:visited	{ color:#89732C; text-decoration:underline; outline:none;}
a:hover,a:active	{ color:#125464; text-decoration:underline; outline:none;}

/* ----- classes ----- */

div.clear	{ 
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	font-size:.85em;
	}
	
img.img-left { 
	float:left; 
	margin:0px 15px 0px 0; 
	}
	
img.img-right { 
	float:right; 
	margin:5px 0 10px 10px; 
	}
#brns { height:127px;}
#simplant { height:142px;}
#featured-procedure { background:url("../images/featured-procedures.jpg") no-repeat; height:53px;}
#column-left p.sized { padding:12px 0 0 33px; margin:0px;}

	
#whitening-popup h2 {
	font:1.25em "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-weight:600;
	color:#ffffff;
	margin:30px 15px 0 15px;

}



/* ----- global form elements ----- */ 

form {
	width:175px;
	padding:10px 0 15px 22px;
	}

form label	{ font-size:.95em; }

form br { 
	line-height:0; /* defaults vertical spacing between fields */
	}  

input, textarea, select { 
	background-color:#F8F7F3 !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #C0B9A3;
	color:#000;
	width:175px; /* 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:1em;
	}
	
select { 
	width:180px; /* same width as form !important */
	padding:0;
	}

textarea { 
	height:90px; 
	overflow:auto; 
	}
	
input.submit, input.submit-contact-main { 
	width:68px; 
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:90px 0 0 198px; }


#contact_business { display: none; } /* do not remove */ 


/* ----- main contact form ----- */ 
 
#contact-main { padding:20px 0 10px 60px; }
	
#contact-main label { 
	width:180px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	}
	
#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:150px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}
	
#contact-main label select {
	width:155px;
	}
	
#contact-main label textarea { height:100px; }



/* 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") no-repeat;
	height:80px;
	}
	/* home link within #masthead */		
	#masthead a {	
		position:absolute;
		left:30px;
		width:350px;
		top:8px;
		height:60px; 
		}
	#masthead a span {
		display:none;
		}

/* ----- column-left ----- */

#column-left {
	width:529px;
	float:left;
	}
	
#column-left p { padding:0 20px 0 33px;}

#column-left ul.list { padding:0 20px 0 43px;}

#column-left ul.list  li { 
		background:transparent url(../images/bullet.gif) no-repeat 0px 6px;
		padding-left:12px; 
		}

.aboutusphotos { margin:0 10px 5px 30px; float:left;}

/* ----- column-right ----- */

#column-right {
	width:249px;
	float:left;
	}

#contact-hd {
	background:url("../images/col-right-contact.jpg") no-repeat;
	width:249px;
	height:88px;
	}
#locate-hd {
	background:url("../images/col-right-locate.jpg") no-repeat;
	width:249px;
	height:88px;
	}
#locate-hd-2 {
	background:url("../images/col-right-locate-2.jpg") no-repeat;
	width:249px;
	height:58px;
	}	
	
	
#map {
	margin: 0 0 0 18px;
}

#column-right p {padding:0px 50px 0 23px;}
#column-right p.address { padding:23px 50px 0 23px; color:#46380D;}
#column-right p.case {color:#125464; padding:0 40px 0 26px; margin:0px;}
#column-right p.link { padding:0 0 0 41px;}
#quick-contact p {padding:0px 10px 0 10px;}


	/* 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") no-repeat;
	height:42px;
	clear:both;
	width:100%;
	}
#bottom-wrap-sub {
	background:url("../images/bottom-wrap-sub.jpg") no-repeat;
	height:42px;
	clear:both;
	width:100%;
	}
	
/* header framework
 * ------------------------------------------------------------------------- */


#header-graphic {
	height:194px; /* sets height for all non-flash headers */
	}

	body#home #header-graphic {
		background:url("../images/header-home.jpg") no-repeat; 
		}
	body#about #header-graphic {
		background:url("../images/header-home.jpg") no-repeat; 
		}
	body#restorative #header-graphic {
		background:url("../images/header-home.jpg") no-repeat; 
		}
	body#general #header-graphic {
		background:url("../images/header-home.jpg") no-repeat; 
		}
	body#implants #header-graphic {
		background:url("../images/header-home.jpg") no-repeat; 
		}
	body#contact #header-graphic {
		background:url("../images/header-home.jpg") no-repeat; 
		}
	body#thankyou #header-graphic {
		background:url("../images/header-home.jpg") no-repeat; 
		}
	body#sitemap #header-graphic {
		background:url("../images/header-home.jpg") no-repeat; 
		}
	body#sleep-apnea #header-graphic {
		background:url("../images/header-home.jpg") no-repeat; 
		}


/* subhead framework
 * ------------------------------------------------------------------------- */

#subhead {
	height:65px; /* sets height for all subheads */
	}

	body#home #subhead {background:url("../images/subhead-home.jpg"); }
	body#about #subhead {background:url("../images/title-about.jpg"); }
	body#restorative #subhead {background:url("../images/title-restorative.jpg"); }
	body#general #subhead {background:url("../images/title-general.jpg"); }
	body#implants #subhead {background:url("../images/title-implants.jpg"); }
	body#contact #subhead {background:url("../images/title-contact.jpg"); }
	body#sleep-apnea #subhead {background:url("../images/title-sleep-apnea.jpg"); }
	body#thankyou #subhead {background:url("../images/title-thankyou.jpg"); }
	body#sitemap #subhead {background:url("../images/title-sitemap.jpg"); }
	

/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:760px;
	margin:0 auto;
	text-align:center;
	font-size:.95em;
	}

#footer p {
	color:#fff;
	}

#footer a:link, #footer a:visited {
	color:#fff;
	}

#footer a:hover, #footer a:active {
	color:#0E4C5B;
	}

#footer ul {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 #fff;
	}

	#footer li.first { border: none; }


/* Horozontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:778px; 
	height:38px; 
	margin-bottom:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:38px; display:block; }

#nav li { float:left; list-style:none; _display:inline; }

#nav-01 { width: 70px; margin-left: 0;}
#nav-02 { width: 121px;}
#nav-03 { width: 203px;}
#nav-04 { width: 122px;}
#nav-05 { width: 66px;}
#nav-06 { width: 94px;}
#nav-07 { width: 102px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover {background:url("../images/nav.jpg")  -0px -38px no-repeat;}
#nav-02 a:hover {background:url("../images/nav.jpg") -70px -38px no-repeat;}
#nav-03 a:hover {background:url("../images/nav.jpg") -191px -38px no-repeat;}
#nav-04 a:hover {background:url("../images/nav.jpg") -394px -38px no-repeat;}
#nav-05 a:hover {background:url("../images/nav.jpg") -516px -38px no-repeat;}
#nav-06 a:hover {background:url("../images/nav.jpg") -582px -38px no-repeat;}
#nav-07 a:hover {background:url("../images/nav.jpg") -676px -38px no-repeat;}

/* Vertical Sprite Nav
 * ------------------------------------------------------------------------- */

#column-left #nav-v {
	background:url("../images/nav-v.jpg") no-repeat;					
	width:224px;		/* Width of buttons, not entite image (or half of entire image) */
	height:211px;		/* Height of entire image */
	margin:0;
	float:right;
	}

#column-left #nav-v li span { display: none; }

#column-left #nav-v li {
	list-style:none;
	float:left;
	}

#column-left #nav-v li, #column-left #nav-v a { 
	height:30px;			/* Each button must have the same height, define it here */
	display:block;
	}


/* margin-top if there is a spacing between each nav button */
#column-left #nav-v-01, #column-left #nav-v-02, #column-left #nav-v-03, #column-left #nav-v-04, #column-left #nav-v-05, #column-left #nav-v-06, #column-left #nav-v-07 { margin-top:0px; width:224px; }

#column-left #nav-v-01 a:hover { background:url("../images/nav-v.jpg") -224px  -0px no-repeat; }
#column-left #nav-v-02 a:hover { background:url("../images/nav-v.jpg") -224px  -30px no-repeat; }
#column-left #nav-v-03 a:hover { background:url("../images/nav-v.jpg") -224px  -60px no-repeat; }
#column-left #nav-v-04 a:hover { background:url("../images/nav-v.jpg") -224px  -90px no-repeat; }
#column-left #nav-v-05 a:hover { background:url("../images/nav-v.jpg") -224px -120px no-repeat; }
#column-left #nav-v-06 a:hover { background:url("../images/nav-v.jpg") -224px -150px no-repeat; }
#column-left #nav-v-07 a:hover { background:url("../images/nav-v.jpg") -224px -180px no-repeat; }
