/*--------------------- Last Modified  2010.02.22 ---------------------*/
/*-----------------------------------------------------------------------*/


/* 
 ----------------------------------------------------------------------------
  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
 * ------------------------------------------------------------------------- */

/* 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 */
p.h1,p.h2,p.h3,h4,h5,h6,pre,code,td { font-size:1em; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,p.h1,p.h2,p.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:url("../common_images/bg-body.jpg") repeat top center; margin: 0; padding: 0;
	text-align:center; 
	font:12px/16px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color:#26527E;
	}

blockquote { 
	margin-left:10px; 
	margin-right:10px; 
	}

p.h1	{ font-size:1.2em; color:#B2A06E; font-weight:bold; }
p.h2	{ font-size:1.1em; color:#5D8EC2; font-weight:bold; }
p.h3	{ font-size:1.0em; color:#26527E; font-weight:bold; }

p.h1 span,p.h2 span,p.h3 span	{ display:none; }

a:link,a:visited	{ color:#26527E; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#26527E; text-decoration:none; outline:none; }

/* ----- classes ----- */

div.clear	{ 
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background-image: url(../common_images/bullet-back-to-top.jpg);
	background-repeat: no-repeat;
	background-position: right;
	}
	
img.learn-more-right {
	height:31px;
	float:right;
	margin:5px 41px 10px 10px; 
	}
	
img.learn-more-left {
	height:31px;
	float:right;
	margin:5px 35px 10px 10px; 
	}

img.img-left { 
	float:left; 
	margin:5px 30px 10px 25px; 
	}
	
img.img-right { 
	float:right; 
	margin:5px 40px 10px 10px; 
	}
	
img.img-left-enlarge { 
	float:left; 
	margin:0px 10px 10px 25px; 
	}
	
img.img-right-enlarge { 
	float:right; 
	margin:0px 90px 10px 0px; 
	}
	
img.img-inside-right { 
	float:right; 
	margin:0px 20px 5px 0px; 
	}
	
img.map {margin-left:50px;}

p.left-white {color:#FFFFFF;}

	
/* ----- global form elements ----- */ 

form {
	width:215px;
	margin:10px 0 15px 0;
	}

form label	{ font-size:.95em; }

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:#FFFFFF !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #FFFFFF;
	color:#26527E;
	width:210px; /* 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:215px; 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;
	}
	
#contact-main label input, #contact-main label textarea, #contact-main label select { 
	border:1px solid #7F9DB9;
	width:170px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}
	
#contact-main label select { width:175px; }
	
#contact-main label textarea { height:100px; overflow:auto; }

#contact-business-main { display: none; } /* do not remove */ 


/* ----- submit button form elements ----- */ 

input.submit-contact-main { margin:85px 0 0 243px; }

input.submit-image, input.submit-contact-main { /* REMOVE IF NOT USED */
	width:49px;
	height:18px;
	border:none;
	cursor:pointer;
	background-image: url(../common_images/btn-submit.jpg);
	}


/* framework
 * ------------------------------------------------------------------------- */

#wrap-global {
	width:100%;
	margin: 0 auto;
	width:100%;
	text-align:left;
	background-image: url(../common_images/bg-wrap-global.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	}

#wrap {
	width:785px;
	margin:0 auto;
	background-image: url(../common_images/bg-wrap.jpg);
	background-repeat: repeat-y;
	}
			
#masthead {
	position:relative;
	height:76px;
	background-image: url(../common_images/masthead2.jpg);
	width: 785px;
	}
	/* index page link within #masthead */		
	#masthead a {
	position:absolute;
	left:0px;
	top:0px;
	height:76px;
	display: block;
	width: 785px;
		}
	#masthead a span {
		display:none;
		}
		#mastInclude{} 
		#mastInclude a, #mastinclude a:visited {
	font-size: 2em;
	font-weight: normal;
	color: #FFF;
	text-align: center;
	padding-top: 45px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 0px;
	text-decoration: none;
}

/* ----- column-left ----- */

#column-left {
	color:#FFFFFF;
	width:293px;
	float:left;
	background-image: url(../common_images/bg-column-left.jpg);
	background-repeat: no-repeat;
	background-position: top;
	}
	
	#column-left p, #column-left ul {
		padding:0 25px 10px 50px;
		}
	#column-left form { padding-left:50px; }
	#column-left a:link, #column-left a:visited { color:#FFFFFF; text-decoration:underline; outline:none; }
	#column-left a:hover, #column-left a:active { color:#FFFFFF; text-decoration:none; outline:none; }
	
	/* single column list */
	#column-left ul { padding-left:5px; }
		#column-left ul li {
	padding:0 0 10px 15px;  /* pushes text to the right to display bg img */
	background-color: transparent;
	background-image: url(../common_images/bullet-left.jpg);
	background-repeat: no-repeat;
	background-position: 0px 4px;
			}
	
			
/* ----- column-right ----- */

#column-right {
	width:492px;
	float:left;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0 53px 10px 26px;
		}
	#column-right form { margin-left:26px; }
	#column-right table { margin-left:26px; }
	#column-right li ul { margin:0; }
	 
	/* single column list */
	#column-right ul { padding-left:5px; }
		#column-right ul li { 
			background:transparent url("../common_images/bullet.jpg") 0px 4px no-repeat;
			padding-left:15px;  /* pushes text to the right to display bg img */
			}

	/* multi column list */
	#column-right ul.multi { padding-left:5px; } 
		#column-right ul.multi li { 
			background:transparent url("../common_images/bullet.jpg") 0px 4px no-repeat;
			padding-left:15px;  /* pushes text to the right to display bg img */
			float:left;
			width:150px;
			line-height:20px; 
			}
	
	/* definition list */
	#column-right dl { padding-left:5px; }
		#column-right dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-right dl dd {
			background:transparent url("../common_images/bullet.jpg") 0px 4px no-repeat;
			padding-left:15px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}

/* ----- column-full ----- */

#column-full {
	width:725px;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	}

	#column-full p, #column-full h1, #column-full h2, #column-full h3, #column-full ul, #column-full dl {
		margin:0 53px 10px 26px;
		}
	#column-full form { margin-left:26px; }
	#column-full table { margin-left:26px; }
	#column-full li ul { margin:0; }
	 
	/* single column list */
	#column-full ul { padding-left:5px; }
		#column-full ul li { 
			background:transparent url("../common_images/bullet.jpg") 0px 4px no-repeat;
			padding-left:15px;  /* pushes text to the right to display bg img */
			}

	/* multi column list */
	#column-full ul.multi { padding-left:5px; } 
		#column-full ul.multi li { 
			background:transparent url("../common_images/bullet.jpg") 0px 4px no-repeat;
			padding-left:15px;  /* pushes text to the right to display bg img */
			float:left;
			width:150px;
			line-height:20px; 
			}
	
	/* definition list */
	#column-full dl { padding-left:5px; }
		#column-full dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-full dl dd {
			background:transparent url("../common_images/bullet.jpg") 0px 4px no-repeat;
			padding-left:15px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
	
/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url("../common_images/bottom-wrap.jpg");
	height:53px;
	clear:both;
	width:100%; /* fix for Safar */
	}

	
/* header framework
 * ------------------------------------------------------------------------- */

#header-graphic { height:281px; background:url("../common_images/header.jpg"); }
	
	body#index #header-graphic { background:url("../common_images/header-index.jpg"); }
	body#about #header-graphic { background:url("../common_images/header-about.jpg"); }
	body#implant #header-graphic { background: url("../common_images/header-restorative.jpg"); }
	body#general #header-graphic { background:url("../common_images/header-general.jpg"); }
	body#restorative #header-graphic { background:url("../common_images/header-implant.jpg"); }
	body#contact #header-graphic { background:url("../common_images/header-contact.jpg"); }
	body#thankyou #header-graphic { background:url("../common_images/header-thankyou.jpg"); }


/* subhead framework
 * ------------------------------------------------------------------------- */

#subhead { height:108px; } /* sets height for all subheads */

	body#index #subhead { background:url("../common_images/subhead-welcome.jpg"); }
	body#about #subhead { background:url("../common_images/subhead-about.jpg"); }
	body#implant #subhead { background:url("../common_images/subhead-implant.jpg"); }
	body#general #subhead { background:url("../common_images/subhead-general.jpg"); }
	body#restorative #subhead { background:url("../common_images/subhead-restorative.jpg"); }
	body#contact #subhead { background: url("../common_images/subhead-contact.jpg"); }
	body#thankyou #subhead { background:url("../common_images/subhead-thankyou.jpg"); }
	body#apnea #subhead { background:url("../common_images/subhead-apnea.jpg"); }
		body#video #subhead { background:url("../common_images/subhead_blank.jpg"); }


/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:785px;
	margin:0 auto;
	text-align:center;
	}

#footer p, ul {
	color:#26527E;
	margin:0 53px 10px 50px;
	}

#footer a:link, #footer a:visited { color:#26527E; text-decoration:none; }

#footer a:hover, #footer a:active { color:#FFFFFF; text-decoration:underline; }

#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 #26527E;
	}

	#footer li.first { border: none; }

/* Horozontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav {
	background:url("../common_images/nav_new.jpg") no-repeat;
	width:785px;
	height:47px;
	margin:0;
	padding:0;
	}
div#nav { 
	background:url("../common_images/nav_blank.jpg") no-repeat; 
	width:785px; 
	height:27px; 
	margin:0;
	padding:0; 
	}
#nav span { display: none; }

#nav li, #nav a { height:47px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; display:inline; }

#nav-01 { width: 45px; margin-left: 75px;}
#nav-02 { width: 58px; margin-left: 2px;}
#nav-03 { width: 68px; margin-left: 2px;}
#nav-04 { width: 53px; margin-left: 2px;}
#nav-05 { width: 135px; margin-left: 2px;}
#nav-06 { width: 186px;margin-left: 2px;}
#nav-07 { width: 80px;margin-left: 2px;}


/*-------------- (-75px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../common_images/nav_new.jpg") -75px -47px no-repeat; }
#nav-02 a:hover { background:url("../common_images/nav_new.jpg") -122px -47px no-repeat; }
#nav-03 a:hover { background:url("../common_images/nav_new.jpg") -182px -47px no-repeat; }
#nav-04 a:hover { background:url("../common_images/nav_new.jpg") -252px -47px no-repeat; }
#nav-05 a:hover { background:url("../common_images/nav_new.jpg") -307px -47px no-repeat; }
#nav-06 a:hover { background:url("../common_images/nav_new.jpg") -444px -47px no-repeat; }
#nav-07 a:hover { background:url("../common_images/nav_new.jpg") -632px -47px no-repeat; }

