/*--------------------- Last Modified --> 2006.11.10 ---------------------*/
/*-------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
  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
/*------------------------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,a img,:link img,:visited img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}


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


/* ----- type selectors ----- */ 
body { 
	background-color:#022C45;
	text-align:center; 
	font:12px/18px Arial, Helvetica, sans-serif; 
	color:#EFEFEF;
	}

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

h1	{ font-size:1.2em; color:#FFF; }
h2	{ font-size:1.1em; color:#FFF; }
h3	{ font-size:1.0em; color:#FFF; }

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

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

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

.bld-right {
	float:right;
	font-weight:bold;
	margin-bottom:25px;
	}
	
.hrule {
	background:url("../images/hrule.jpg");
	height:28px;
	display:block;
	}

.clear {
	clear:both;
	}

div.clear	{ 
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:18px;
	background:url("../images/bullet-back-to-top.gif") right no-repeat;
	}

p.align-ctr {
	text-align:center;
	}
	
img.img-left { 
	float:left; 
	margin:0 5px 8px 0; 
	}
	
img.img-right { 
	float:right; 
	margin:0; 
	}

img.img-left-dr { 
	float:left; 
	margin:-53px 0 0 0; 
	}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
	
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
	
/* ----- global form elements ----- */ 

form {
	width:188px;
	margin:0 0 18px 0;
	}

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

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

input, textarea, select { 
	background-color:#D6E0E9 !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #D6E0E9;
	color:#414141;
	width:183px; /* 5 pixels 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:Arial, Helvetica, sans-serif; 
	font-size:11px;
	}
	
select { width:188px; 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:0 0 18px 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 { 
	width:170px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}
	
#contact-main label select { width:177px; }
	
#contact-main label textarea { height:100px; overflow:auto; }

#contact-business-main { display: none; } /* do not remove */ 


/* ----- submit button form elements ----- */ 

input.submit, input.submit-contact-main { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:85px 0 5px 243px; }

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

#wrap {
	background:url("../images/bg-wrap.jpg") 0 369px no-repeat;
	width:993px;
	margin:0 auto;
	text-align:left;
	}
	
/* ----- column-left ----- */

#column-left {
	width:336px;
	float:left;
	}
	
	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0 31px 25px 116px;
		}
	#column-left form { margin-left:116px; }
	
	/* single column list */
	#column-left ul { padding-left:5px; }
		#column-left ul li { 
			background:transparent url("../images/bullet.gif") 0px 6px no-repeat;
			padding-left:10px; /* pushes text to the right to display bg img */
			}
			
	#column-left ul li ul { margin:0 0 0 5px; }
	
	#column-left a { color:#fff; font-weight:bold; }

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

#column-right {
	width:657px;
	float:left;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right h4, #column-right ul, #column-right dl {
		margin:0 95px 25px 33px;
		}
	#column-right form { margin-left:33px; }
	 
	/* single column list */
	#column-right ul { padding-left:5px; }
		#column-right ul li { 
			background:transparent url("../images/bullet.gif") 0px 6px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			}

	#column-right ul li ul { margin:0 0 0 5px; }
	
	/* definition list */
	#column-right dl { padding-left:5px; }
		#column-right dl dd {
			background:transparent url("../images/bullet.gif") 0px 6px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
	 	
/* header framework
 * ------------------------------------------------------------------------- */

#header-flash { height:328px; text-align:center; } 
#header-graphic { height:328px; position:relative; } /* sets height for all non-flash headers */

	body#about #header-graphic { background:url("../images/header-about.jpg"); }
	body#implant #header-graphic { background:url("../images/header-implant.jpg"); }
	body#cosmetic #header-graphic { background:url("../images/header-cosmetic.jpg"); }
	body#restorative #header-graphic { background:url("../images/header-restorative.jpg"); }
	body#contact #header-graphic { background:url("../images/header-about.jpg"); }
	body#thankyou #header-graphic { background:url("../images/header-about.jpg"); }
	body#sitemap #header-graphic { background:url("../images/header-about.jpg"); }
	
	#header-graphic a {
		position:absolute;
		width:351px;
		height:77px;
		left:46px;
		top:61px;
		}
		
		#header-graphic span { display:none; }

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

#subhead { height:116px; } /* sets height for all non-flash subheads */

	body#index h1#subhead { background:url("../images/subhead-index.jpg"); height:83px; margin:0; }
	body#about #subhead { background:url("../images/subhead-about.jpg"); }
	body#implant #subhead { background:url("../images/subhead-implant.jpg"); }
	body#cosmetic #subhead { background:url("../images/subhead-cosmetic.jpg"); }
	body#restorative #subhead { background:url("../images/subhead-restorative.jpg"); }
	body#contact #subhead { background:url("../images/subhead-contact.jpg"); }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg"); }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg"); }


/* ------------------------ subhead framework with varying heights ------------------------ */
#subhead-meet {
	height:53px;
	background:url("../images/subhead-meet.jpg") ;
	}

/* ------------------------ title framework with varying heights ------------------------- */
#title-contact {
	height:116px;
	background:url("../images/title-contact.jpg") ;
	}

#title-procedures {
	height:112px;
	background:url("../images/title-procedures.jpg") ;
	}

/* ------------------------------------- CTC ---------------------------------------- */
#ctc {
	background: url("../images/btn-ctc.jpg");
	height:160px;
	width:336px;
	position:relative;
	}
	
	body#about #ctc, body#cosmetic #ctc, body#contact #ctc, body#thankyou #ctc {
		background: url("../images/btn-ctc.jpg");
		height:133px;
		width:336px;
		position:relative;
		}
	
	#ctc a {
		position:absolute;
		width:189px;
		height:57px;
		left:116px;
		top:33px;
		}
		
		#ctc a:hover { background: url("../images/btn-ctc.jpg") -116px -193px no-repeat; }
		
		#ctc span { display:none; }


/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:790px;
	margin:0 auto;
	text-align:center;
	}

#footer p, #footer ul {
	margin:0 20px 18px 20px;
	}

#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; }
	
#footer a:link, #footer a:visited	{ text-decoration:none; outline:none; }
#footer a:hover, #footer a:active	{ text-decoration:underline; outline:none; }
	

/* Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:993px; 
	height:41px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:41px; display:block; } /* change height here also */

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

#nav-01 { width: 118px; margin-left: 73px;}
#nav-02 { width: 143px;}
#nav-03 { width: 131px;}
#nav-04 { width: 140px;}
#nav-05 { width: 155px;}
#nav-06 { width: 159px;}


/*-------------- (-79px) X position of button / (-41px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  -73px -41px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -191px -41px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -334px -41px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -465px -41px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -605px -41px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -760px -41px no-repeat; }


/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id ------------- */
body#index #nav-01 { background:url("../images/nav.jpg") -73px -41px no-repeat; }
body#about #nav-02 { background:url("../images/nav.jpg") -191px -41px no-repeat; }
body#implant #nav-03 { background:url("../images/nav.jpg") -334px -41px no-repeat; }
body#cosmetic #nav-04 { background:url("../images/nav.jpg") -465px -41px no-repeat; }
body#restorative #nav-05 { background:url("../images/nav.jpg") -605px -41px no-repeat; }
body#contact #nav-06 { background:url("../images/nav.jpg") -760px -41px no-repeat; }

/* ------------------------------ Column Procedures ---------------------------------------- */

#box-procedures {
	background:url("../images/bg-procedures.jpg");
	width:657px;
	}
	
	#box-scroll {
		background-color:#53839B;
		height:234px;
		width:230px;
		overflow:auto;
		margin-left:23px;
		}
		
		#box-scroll p, #box-scroll ul {
			margin:10px;
			}
			
			#box-scroll a { color:#fff; }

#col-procedures {
	float:left;
	width:267px;
	}
	
#col-nav-procedures {
	float:left;
	width:390px;
	}
	
/* Nav Procedures
 * ------------------------------------------------------------------------- */

#column-right ul#nav-procedures { margin:0; padding:0; }
		#column-right ul#nav-procedures li { 
			background:none;
			padding-left:0;  
			}
			
#nav-procedures {
	background:url("../images/nav-procedures.jpg") top left no-repeat;					
	width:390px;		/* Width of buttons, not entite image (or half of entire image) */
	height:365px;		/* Height of entire image */
	margin:0;
	padding:0;
	}

#nav-procedures li span { display: none; }

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

#nav-procedures li, #nav-procedures a { 
	height:71px;			/* Each button must have the same height, define it here */
	display:block;
	}
	
#nav-procedures a {
	width:277px;
	}

/* margin-top to set where the nav-procedures should begin */
#nav-procedures-01 { margin-top:66px; width:390px; }

/* margin-top if there is a spacing between each nav-procedures button */
#nav-procedures-02, #nav-procedures-03, #nav-procedures-04 { margin-top:0; width:390px; }
