/*--------------------- 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; }

a { outline:none; }

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


/* ----- type selectors ----- */ 
body { 
	background: #1A6802 url(../images/bg-body.jpg) top repeat-x;
	text-align:center; 
	font:12px/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:#0D3405; }
h2	{ font-size:1.1em; color:#003300; }
h3	{ font-size:1em; color:#006600; }

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

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

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

div.clear	{
	clear:both;
	height:0.01em;
	width: 100%;
	}

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	clear: both;
	
	}
	
img.img-left { 
	float:left; 
	margin:2px 10px 10px 0; 
	}
	
img.img-right { 
	float:right; 
	margin:5px 0 10px 10px; 
	}


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

form {
	width:150px;
	padding:10px 0 15px 0;
	margin: 0 0 10px 15px;
	}

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

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

input, textarea, select { 
	background-color:#E7EEF0!important; /* to prevent highlighting by Google Toolbar */
	
	color:#000;
	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:1em;
	}
	
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-image { 
	background:url(../images/button-submit.jpg);
	width:53px;
	height:16px;
	border:none;
	cursor:pointer;
	}

	body#contact input.submit-image { 
	background:url(../images/button-submit.jpg);
	width:53px;
	height:16px;
	border:none;
	cursor:pointer;
	margin:90px 0 0 242px; }

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


/* ----- main contact form ----- */ 
 
#contact-main {
	padding:20px 0 10px 0;
	width: 380px;
	margin: 0 auto;
}
	
#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-sub.jpg) repeat-y;width:760px;margin:0 auto;text-align:left;}

	body#index #wrap {background:url(../images/bg-wrap.jpg) repeat-y;width:760px;margin:0 auto;text-align:left;}

#masthead {position:relative;background:url(../images/masthead-sub.jpg);height:175px;}	
	body#index #masthead {position:relative;background:url(../images/masthead.jpg);height:175px;}

	
	/* home link within #masthead */		
	#masthead a {position:absolute;left:0px;width:760px;top:0px;height:175px; }
	#masthead a span {display:none;}
	


/* ----- column-left ----- */

#column-left {width:569px;float:left;}
	#column-left h1,#column-left h2,#column-left h3,#column-left p{ margin:0 26px 10px 26px;}
	
	#column-left img.img-left { 	float:left; 	margin:2px 10px 10px 26px; 	}

	body#index #column-left { width:255px; background: url(../images/bg-col-left.jpg) repeat-y;}
	#column-left div.header{ background:url(../images/header-index-col-left.jpg); height:178px;}
	
	body#index #column-left div#case{ background:#FFFFFF url(../images/bg-case.jpg) repeat-y; text-align:center; }
	body#index #column-left div#case div.header{ background:url(../images/header-case.jpg); background-repeat:no-repeat; height:52px;}
	body#index #column-left div#case div.bottom{ background: url(../images/bottom-case.jpg); height:20px;}
	body#index #column-left div#procedures{ background:#FFFFFF url(../images/bg-case.jpg) repeat-y; text-align:left; }
	body#index #column-left div#procedures div.header{ background:url(../images/header-procedures.jpg); height:30px; }
	body#index #column-left div#procedures div.bottom{ background:url(../images/bottom-procedures.jpg); background-repeat:no-repeat; height:77px; clear: both;}
	body#index #column-left div#procedures div.patientform{ background:url(../images/patientform-btn.jpg); background-repeat:no-repeat; height:131px; clear: both;}
		body#index #column-left div#procedures div.patientform a { width:255px; height:131px; position:absolute;}
		body#index #column-left div#procedures div.patientform a span { display:none; }
		
	#column-left ul{ width:200px; float:left; color:#0D3405; margin-left:30px;}
	#column-left ul li{ list-style-type:disc; margin-left:20px;}
	#column-left ul li.none{ list-style:none; margin:0px; padding:0px;}
		
	#column-left ul.multi {
	margin: 0 0 0 10px;
	width:240px;
}
	#column-left ul.multi li {
	background:transparent url(../images/img-bullet.jpg) 0px 4px no-repeat;
	padding-left:10px;
	float:left;
	width:100px;
	height:45px;
	margin:5px 10px 0px 0px;
	list-style-type: none;
	line-height:14px;
}

	#column-left ul.main{
	width:450px;
	float:left;
	color:#0D3405;
	margin-left: 25px;
}
		

/* ----- column-mid ----- */

#column-mid {width:314px;float:left;}

	#column-mid div.difference { background:url(../images/header-difference.jpg); height:80px;}
	#column-mid div.staff { background:url(../images/header-staff.jpg); height:93px;}
	#column-mid div.content { margin:0 15px 60px 15px;}
	
	#column-mid ul{ margin-left:5px; }
	#column-mid ul li{background:transparent url(../images/img-bullet-grey.jpg) 0px 4px no-repeat;	padding-left:8px;	margin-left:10px;	text-align: left;	}

/* ----- column-right ----- */

#column-right {width:191px;float:left; text-align:left;}

	div.media{ background:url(../images/header-media.jpg); height:63px;}

	div.quick-contact{ background:url(../images/header-contact.jpg); height:33px;}
	
	body#contact div.quick-contact{background:url(../images/header-call.jpg)}
	
	#column-right a.button {
	width:150px;
	display:block;
	margin:0 auto 10px auto;
	text-decoration: none;
	text-align: center;
}
		#column-right a.button  img { margin-bottom:5px;}
		
	#column-right h2,#column-right h3, #column-right p{ margin:0 15px 10px 15px;}
	
	#column-right a.ptt {
	width:150px;
	display: block;
	margin: 0 auto 10px auto;
}
	
	
	#column-right a.bna{
	margin-left: 5px;
	width: 180px;
}
	/* 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-sub.jpg);height:65px;clear:both;width:100%;}
	
	body#index #bottom-wrap {background:url(../images/bottom-wrap.jpg);height:65px;clear:both;width:100%;}
/* subhead framework
 * ------------------------------------------------------------------------- */

#subhead {	height:80px; 	background:url(../images/subhead.jpg); 	}
	#subhead span{display:none;}

	body#contact #subhead {background:url(../images/subhead-contact.jpg); }
	body#cosmetic #subhead {background:url(../images/subhead-cosmetic.jpg); }
	body#drgriffin #subhead {background:url(../images/subhead-dr.jpg); }
	body#general #subhead {background:url(../images/subhead-general.jpg); }		
	body#sitemap #subhead {background:url(../images/subhead-sitemap.jpg); }
	body#staff #subhead {background:url(../images/subhead-staff.jpg); }
	body#implant #subhead {background:url(../images/subhead-implant.jpg); }
	body#sedation #subhead {background:url(../images/subhead-sedation.jpg); }
	body#thanks #subhead {background:url(../images/subhead-thanks.jpg); }
	
	body#implant-benefits #subhead {background:url(../images/subhead-implant-benefits.jpg); }
	body#sedation-benefits #subhead {background:url(../images/subhead-sedation-benefits.jpg); }
	body#cerec #subhead {background:url(../images/subhead-cerec.jpg); }
	body#tmj #subhead {background:url(../images/subhead-tmj.jpg); }
	body#snoring #subhead {background:url(../images/subhead-snoring.jpg); }
	body#veneers #subhead {background:url(../images/subhead-veneers.jpg); }
	body#whitening #subhead {background:url(../images/subhead-whitening.jpg); }
	
	
/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:760px;
	margin:0 auto;
	text-align:center;
	}

#footer p {
	color:#FFFFFF;
	}

#footer a:link, #footer a:visited {
	color:#FFFFFF;
	}

#footer a:hover, #footer a:active {
	color:#fff;
	}

#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 #FFFFFF;
	}

	#footer li.first { border: none; }
/* Horozontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav { 
	background:url(../images/nav.jpg) no-repeat; 
	width:760px; 
	height:24px; 
	margin-bottom:0; 
	}

#nav span { display: none; }

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

#nav li { float:left; list-style:none; _display:inline; }

#nav-01 { width: 136px; margin-left: 203px;}
#nav-02 { width: 133px;}
#nav-03 { width: 76px;}
#nav-04 { width: 65px;}
#nav-05 { width: 90px;}
#nav-06 { width: 56px;}


/*-------------- (-79px) X position of button / (-24px) height of image from above ------------- */
#nav-01 a:hover {background:url(../images/nav.jpg) -203px -24px no-repeat;}
#nav-02 a:hover {background:url(../images/nav.jpg) -339px -24px no-repeat;}
#nav-03 a:hover {background:url(../images/nav.jpg) -472px -24px no-repeat;}
#nav-04 a:hover {background:url(../images/nav.jpg) -548px -24px no-repeat;}
#nav-05 a:hover {background:url(../images/nav.jpg) -613px -24px no-repeat;}
#nav-06 a:hover {background:url(../images/nav.jpg) -703px -24px 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:#0C3400;	/* 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-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-01 ul a:hover, #nav-02 ul a:hover { 
	background-image:none;
	background-color:#1A6802;
	color:#FFFFFF;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-01 ul, #nav-01 li { width:175px; }		
#nav-02 ul, #nav-02 li { width:165px; }


/* Horozontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav-sub { 
	background:url(../images/nav-sub.jpg) no-repeat; 
	width:760px; 
	height:24px; 
	margin-bottom:0; 
	}

#nav-sub span { display: none; }

#nav-sub li, #nav-sub a { height:24px; display:block; }

#nav-sub li { float:left; list-style:none; _display:inline; }

#nav-sub-01 { width: 136px; margin-left: 203px;}
#nav-sub-02 { width: 133px;}
#nav-sub-03 { width: 76px;}
#nav-sub-04 { width: 65px;}
#nav-sub-05 { width: 90px;}
#nav-sub-06 { width: 56px;}


/*-------------- (-79px) X position of button / (-24px) height of image from above ------------- */
#nav-sub-01 a:hover {background:url(../images/nav-sub.jpg) -203px -24px no-repeat;}
#nav-sub-02 a:hover {background:url(../images/nav-sub.jpg) -339px -24px no-repeat;}
#nav-sub-03 a:hover {background:url(../images/nav-sub.jpg) -472px -24px no-repeat;}
#nav-sub-04 a:hover {background:url(../images/nav-sub.jpg) -548px -24px no-repeat;}
#nav-sub-05 a:hover {background:url(../images/nav-sub.jpg) -613px -24px no-repeat;}
#nav-sub-06 a:hover {background:url(../images/nav-sub.jpg) -703px -24px no-repeat;}


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

#nav-sub li ul {
	position:absolute;
	left:-9999px;
	padding-right:1px;			/* Fixes one px spacing for border-right in FF */
	background-color:#0C3400;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	}

#nav-sub li ul li { 
	height:20px; 				/* Height of each drop down nav item */
	
	border-top:none;
	}	

#nav-sub 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-sub li ul li a span {
	display:block;
	padding-left:5px;
	}

/* Drop down link styles */
#nav-sub a:link, #nav-sub a:visited, #nav-sub a:hover, #nav-sub a:active {
	font-size:1.0em;
	color:#FFFFFF;
	text-decoration:none;
	}

#nav-sub li:hover ul, #nav-sub li.sfhover ul	{ left: auto; }

/* Hover styles for drop down items */
#nav-sub-01 ul a:hover, #nav-sub-02 ul a:hover { 
	background-image:none;
	background-color:#1A6802;
	color:#FFFFFF;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-sub-01 ul, #nav-sub-01 li { width:175px; }		
#nav-sub-02 ul, #nav-sub-02 li { width:165px; }


