/*-------------------------------------------------------------------------------------*/
/* undo default styling 
/*------------------------------------------------------------------------------------*/

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:#687f24 url("../images/bg-body.jpg") top repeat-x;
	text-align:center;
	font:12px/16px "Lucida Grande", Arial, Helvetica, sans-serif;
	color:#6f6f6f;
	}

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

h1	{ font-size:1.2em; color:#135587; }
h2	{
	font-size:1.2em;
	color:#135587;
}
h3	{ font-size:1.3em; color:#135587; }
h4	{ font-size:1.0em; color:#135587; }

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

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

/* ------------------------ classes ------------------------ */
.clear	{ 
	clear:both;
	}

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

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

img.img-left { 
	float:left; 
	margin:2px 10px 10px 0px;
	}

img.img-right { 
	float:right; 
	margin:5px 0px 10px 10px; 
	}
.indent {
	margin-left:30px;
	}	
.horizontal-rule {
	border-bottom:1px solid; border-bottom-color:#666666; width:auto;
	}	

/* ------------------------ form elements ------------------------ */
form {
	width:500px;
	margin:10px 0 15px 0; /* set margin left and right below */
	}

form label	{
	font-size:0.95em;
	margin-left:18px;
} 

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 #7F7F7F;
	color:#7F7F7F;
	width:200px; /* 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:"Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:1em;
	}

select {
	width:200px;
	padding:0;
} /* same width as form - !important */

textarea { height:90px; overflow:auto; }

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


/* ------------------------ SPECIFIC ELEMENTS ------------------------ */

/* ----- 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,

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

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

input.submit-contact-main { margin:95px 0 0 243px; } /* defines placement of contact-main submit button */

input.submit-image, input.submit-contact-main { /* REMOVE IF NOT USED */
	background:url("../images/btn-submit.jpg");
	width:64px;
	height:20px;
	border:none;
	cursor:pointer;
	}

/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap-top {
	width:100%;
	height:363px;
	background-image:url(../images/bg-top.jpg);
	background-repeat:no-repeat;
	background-position:top;
	margin:0pt auto;
	text-align:center;
}

#wrap-middle {
	width:100%;
	background-color:#FFFFFF;
	margin: auto;
}

#wrap-bottom {
	width:100%;
	height:243px;
	background-image:url(../images/bg-bottom.jpg);
	background-repeat:no-repeat;
	background-position:center;
	clear: both;
}

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

#container2 {
	width:960px; 
	margin:0 auto; 
	text-align:left; 
	background-image:url(../images/bg-wrap2.jpg); 
	background-repeat:repeat-y;
	}

/* ------------------------ masthead framework ------------------------ */
#masthead {
	background:url("../images/masthead.jpg");
	height:194px;
	width: 900px;
	text-align: center;
	position: relative;
	margin: 0 auto;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:0px;
		width:0px;
		top:0px;
		height:0px; 
		}
	#masthead a span {
		display:none;
		}

/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:600px; float:left; margin:0;
	}

	#column-left p, #column-left ul, #column-left dl {
	margin:0px 40px 12px 18px;
		}
	#column-left h1, #column-left h2, #column-left h3, #column-left h4 {
	margin:0px 40px 5px 18px;
	}

	#column-left form { margin-left:0px; } /* set form margin here */

	/* single column list */
	#column-left ul { padding-left:5px; }
		#column-left ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px; /* pushes text to the right to display bg img */
			}

	/* definition list */
	#column-left dl { padding-left:5px; }
		#column-left dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-left dl dd {
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
			
			/* ------------------------ column-left2 framework ------------------------ */
#column-left2 {
	width:660px; float:left; margin:0;
	}

	#column-left2 p, #column-left ul, #column-left2 dl {
	margin:0px 40px 12px 18px;
		}
	#column-left2 h1, #column-left h2, #column-left2 h3, #column-left2 h4 {
	margin:0px 40px 5px 18px;
	}

	#column-left2 form { margin-left:0px; } /* set form margin here */

	/* single column list */
	#column-left2 ul { padding-left:5px; }
		#column-left2 ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px; /* pushes text to the right to display bg img */
			}

	/* definition list */
	#column-left2 dl { padding-left:5px; }
		#column-left dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-left2 dl dd {
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
			
		/* ------------------------ dr mckinney ------------------------ */
		#index-dr-mckinney {
	width:299px;
	float:left;
	background-image:url(../images/header-drmckinney.jpg);
	background-repeat:no-repeat;
	padding-top: 90px;
		}
		#index-dr-mckinney p {
	margin:0 10px 20px 18px;
		}
		
		/* ------------------------ dr schultz ------------------------ */
		#index-dr-schultz {
	width:299px;
	float:left;
	background-image:url(../images/header-drschultz.jpg);
	background-repeat:no-repeat;
	padding-top: 90px;
		}
		#index-dr-schultz p { margin:0 10px 30px 10px; 
		}

/* ------------------------ dr lervick ------------------------ */
		#index-dr-lervick {
	width:299px;
	float:left;
	background-image:url(../images/header-drlervick.jpg);
	background-repeat:no-repeat;
	padding-top: 90px;
		}
		#index-dr-schultz p { margin:0 10px 30px 10px; 
		}

/* ------------------------ video ------------------------ */
		#index-video {
	width:295px;
	float:left;
	padding-top: 5px;
	padding-left: 6px;
		}
		#index-video p { margin:0 5px 30px 5px; 
		}

/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:300px; float:left; margin:0;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
	margin:0px 17px 10px 20px;
		}

	#column-right form {
	margin-left:40px;
}

	/* single column list */
	#column-right ul { padding-left:5px; }
		#column-right ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			}

	/* multi column list */
	#column-right ul { padding-left:5px; } 
		#column-right ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* 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("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
			
/* ------------------------ column-right buttons ------------------------ */
			
#btn-whitening {
	position:relative;
	background: url(../images/btn-whitening.jpg) no-repeat left top;
	width: 259px; height: 69px;
	margin-left:20px;
	}

	#btn-whitening a{	
		position:absolute;
		width: 259px; height: 69px;
		}

	#btn-whitening a:hover{ background: transparent url(../images/btn-whitening.jpg) -259px 0px no-repeat; }	
	#btn-whitening a span { display:none;}
	
#btn-reviews {
	position:relative;
	background: url(../images/btn-reviews.jpg) no-repeat left top;
	width: 259px; height: 69px;
	margin-left:20px;
	}

	#btn-reviews a{	
		position:absolute;
		width: 259px; height: 69px;
		}

	#btn-reviews a:hover{ background: transparent url(../images/btn-reviews.jpg) -259px 0px no-repeat; }	
	#btn-reviews a span { display:none;}
	
#btn-forms {
	position:relative;
	background: url(../images/btn-forms.jpg) no-repeat left top;
	width: 259px; height: 69px;
	margin-left:20px;
	}

	#btn-forms a{	
		position:absolute;
		width: 259px; height: 69px;
		}

	#btn-forms a:hover{ background: transparent url(../images/btn-forms.jpg) -259px 0px no-repeat; }	
	#btn-forms a span { display:none;}	
	
#btn-referral {
	position:relative;
	background: url(../images/btn-referral.jpg) no-repeat left top;
	width: 259px; height: 69px;
	margin-left:20px;
	}

	#btn-referral a{	
		position:absolute;
		width: 259px; height: 69px;
		}

	#btn-referral a:hover{ background: transparent url(../images/btn-referral.jpg) -259px 0px no-repeat; }	
	#btn-referral a span { display:none;}	
	
	
#btn-mouthguard {
	position:relative;
	background: url(../images/btn-mouthguard.jpg) no-repeat left top;
	width: 259px; height: 69px;
	margin-left:20px;
	}

	#btn-mouthguard a{	
		position:absolute;
		width: 259px; height: 69px;
		}

	#btn-mouthguard a:hover{ background: transparent url(../images/btn-referral.jpg) -259px 0px no-repeat; }	
	#btn-mouthguard a span { display:none;}			


#btn-account {
	position:relative;
	background: url(../images/btn-account.jpg) no-repeat left top;
	width: 259px; height: 69px;
	margin-left:20px;
	}

	#btn-account a{	
		position:absolute;
		width: 259px; height: 69px;
		}

	#btn-account a:hover{ background: transparent url(../images/btn-account.jpg) -259px 0px no-repeat; }	
	#btn-account a span { display:none;}	


/* ------------------------ header framework ------------------------ */
#header-graphic { height:300px; } /* sets height for all non-flash headers */

	body#index #header-graphic { background:url("../images/header-index.jpg"); }
	body#about #header-graphic { background:url("../images/header-about.jpg"); }
	body#contact #header-graphic { background:url("../images/header-contact.jpg"); }
	body#thankyou #header-graphic { background:url("../images/header-thankyou.jpg"); }
	body#sitemap #header-graphic { background:url("../images/header-sitemap.jpg"); }
	body#review #header-graphic { background:url("../images/header-review.jpg"); }
	body#scheduler #header-graphic { background:url("../images/header-request.jpg"); }


/* ------------------------ subhead framework ------------------------ */
#subhead { width:900px; height:116px; margin:0 auto; } /* sets height for all subheads */
	body#index #subhead { background:url("../images/subhead-index.jpg"); }
	body#about #subhead { background:url("../images/subhead-about.jpg"); }
	body#procedures #subhead { background:url("../images/subhead-procedures.jpg"); }
	body#results #subhead { background:url("../images/subhead-results.jpg"); }
	body#contact #subhead { background:url("../images/subhead-contact.jpg"); }
	body#places #subhead { background:url("../images/subhead-places.jpg"); }


/* ------------------------ subhead2 framework ------------------------ */
#subhead2 { width:960px; height:116px; margin:0 auto; } /* sets height for all subheads */
	body#reviews #subhead2 { background:url("../images/subhead-reviews.jpg"); }
	body#scheduler #subhead2 { background:url("../images/subhead-request.jpg"); }

/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	width:100%; /* fix for Safar */
	height:20px;
	clear:both; /* important - do not remove */
	}

/* ------------------------footer framework ------------------------ */
#footer { width:900px; margin:0 auto; text-align:left;
	}

#footer p {
	color:#FFFFFF;
	margin-top:10px;
	margin-left:15px;
	}

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

#footer ul {margin-left:10px; padding-top:100px;}
	#footer li { /* if your li's float, you can adjust border height w/ line-height */
		padding:0 5px 0 7px; /* adjusts the spacing between each li display and border-left */
		display: inline;
		border-left: 1px solid #FFFFFF;
		}
	#footer li.first { border: none; }


/* ------------------------ horizontal sprite nav ------------------------ */
#nav {
	background:url("../images/nav.jpg") no-repeat;
	width:900px;
	height:53px;
	margin:0 auto;
	padding:0;
	}

#nav span { display: none; }

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

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

#nav-01 { width: 62px; margin-left:12px}
#nav-02 { width: 86px;}
#nav-03 { width: 101px;}
#nav-04 { width: 122px;}
#nav-05 { width: 99px;}



/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  -12px -53px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg")  -74px -53px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -160px -53px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -261px -53px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -383px -53px no-repeat; }



/*-------------- OPTIONAL - Keeps the hover state on each page based on body id ------------- */
body#index #nav-01 { background:url("../images/nav.jpg")       -12px -53px no-repeat; }
body#about #nav-02 { background:url("../images/nav.jpg")      -74px -53px no-repeat; }
body#procedures #nav-03 { background:url("../images/nav.jpg") -160px -53px no-repeat; }
body#results #nav-04 { background:url("../images/nav.jpg")    -261px -53px no-repeat; }
body#contact #nav-05 { background:url("../images/nav.jpg")    -383px -53px no-repeat; }
	

