/*--------------------- Last Modified  2006.03.25 ---------------------*/
/*-----------------------------------------------------------------------*/

/* 
 ----------------------------------------------------------------------------
  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 */
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:#D4C7B9 url("../images/bg-body.jpg") top repeat-x;
	text-align:center;
	font:12px/21px "Verdana", Arial, Helvetica, sans-serif;
	color:#fff;
}
blockquote {
	margin-left:10px;
	margin-right:10px;
}
p.h1, h1 {
	font-size:1.3em;
	color:#fff;
	font-weight:lighter;
}
p.h2, h2 {
	font-size:1.4em;
	color:#FFC;
	font-weight:bold;
}
p.h3, h3 {
	font-size:1
.em;
	color:#fff;
	font-weight:bold;
	font-size: 1.3em;
}
h1 span, h2 span, h3 span {
	display:none;
}
a:link, a:visited {
	color:#fff;
	text-decoration:underline;
	outline:none;
}
a:hover, a:active {
	color:#fff;
	text-decoration:none;
	outline:none;
}
/* ----- classes ----- */
div.clear {
	clear:both;
	height:.01em;
	overflow:hidden;
}
p.back-to-top {
	text-align:right;
	display:block;
	font-size:11px;
}
#column-right p.back-to-top a {
	text-decoration:none;
}
img.img-left {
	float:left;
	margin:0px;
	padding:0px;
}
img.img-right {
	float:right;
	margin:0;
}
img.divider {
	float:right;
	margin-bottom:15px;
}
img.img-right-lt-blue-thumbs {
	float:right;
	margin-right:80px;
}
p.centered-text {
	text-align:center;
}
/* ----- global form elements ----- */ 
form {
	width:150px;
	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:#FFF !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #262B48;
	color:#3B839C;
	width:145px; /* 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:Arial, Helvetica, sans-serif;
	font-size:11px;
}
#encrypt-form, #reply-from {
	display:none;
}
select {
	width:150px;
	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 {
	width:170px;
	position:absolute;
	left:110%;
	top:-2px;
}
#contact-main label select {
	width:177px;
}
#contact-main label textarea {
	height:100px;
	overflow:auto;
}


#contact-button {
	background:transparent url("../images/btn-contact.jpg") no-repeat;
	margin:0 0px 5px 0px;
	height:91px;
	width:220px;
	display: block;
}


/* ----- submit button form elements ----- */ 
input.submit, input.submit-contact-main {
	width:60px;
	height:20px;
	cursor:pointer;
	padding:0;
}
input.submit-contact-main {
	margin:90px 0 5px 243px;
}
/* framework
 * ------------------------------------------------------------------------- */
#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:784px;
	margin:0 auto;
	text-align:left;
}
#bg-wrap-bottom {
	background:url("../images/bg-wrap-bottom.jpg") bottom no-repeat;
	width:784px;
}
/* ----- column-left ----- */
#column-left {
	width:220px;
	float:left;
	color:#CCFFFF;
	font-size:11px;
	line-height:16px;
}
#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
	margin:0 15px 20px 40px;
}
#column-left form {
	margin-left:43px;
}

#column-left ul, #column-left h2{ margin:0;}
#sidebar{
	display: block;
	padding: 10px 20px 0 44px;
}
#logo-aacd {
	background:url("../images/logo-aacd.jpg");
	width:220px;
	height:74px;
	position:relative;
}
#logo-aacd a {
	position:absolute;
	width:183px;
	height:48px;
	left:20px;
	top:12px;
}
#img-directions {
	background:url("../images/img-directions.jpg") no-repeat;
	width:190px;
	height:197px;
	position:relative;
}
#img-directions a {
	position:absolute;
	width:138px;
	height:136px;
	left:44px;
	top:61px;
}
#img-directions span {
	display:none;
}
/* ----- column-right ----- */
#column-right {
	width:564px;
	float:left;
}
body#home #column-right {
	width:564px;
	float:left;
}
body#thankyou #column-right {
	height:700px;
}
#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl, #column-right small {
	margin:0 39px 20px 24px;
}
#column-right p.narrow {
	width:360px;
}
#column-right form {
	margin-left:30px;
}
/* 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:15px;  /* pushes text to the right to display bg img */
}
#bg-aloha {
	background:url("../images/bg-colright-aloha.jpg") repeat-y;
	width:564px;
}
#bg-aloha-bottom {
	background:url("../images/bg-colright-aloha-bottom.jpg") bottom no-repeat;
	width:564px;
	padding-bottom:50px;
}
.img-staff {
	padding: 0 0 0 30px;
}
/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	height:61px;
	clear:both;
	width:100%; /* fix for Safari */
}
/* header framework
 * ------------------------------------------------------------------------- */
#header-graphic {
	height:391px;
	position:relative;
}
#header-graphic a {
	position:absolute;
	left:8px;
	width:325px;
	top:19px;
	height:64px;
}
#header-graphic a span {
	display:none;
}
body #header-graphic {
	background:url("../images/header-index.jpg");
}

body#home #header-graphic {
	background:url("../images/header-index.jpg");
}
body#blog #header-graphic {
	background:url("../images/header-index.jpg");
}
body#about #header-graphic, body#general #header-graphic {
	background:url("../images/header-about.jpg");
}
body#cosmetic #header-graphic {
	background:url("../images/header-cosmetic.jpg");
}
body#restorative #header-graphic {
	background:url("../images/header-restorative.jpg");
}
body#dental #header-graphic {
	background:url("../images/header-technology.jpg");
}
body#contact #header-graphic, body#thankyou #header-graphic {
	background:url("../images/header-contact.jpg");
}
/* subhead framework
 * ------------------------------------------------------------------------- */
#subhead {
	height:151px;
	margin-bottom:-66px;
} /* sets height for all subheads */
body#home #subhead {
	background:url("../images/subhead-index.jpg");
}
body#blog #subhead {
	background:url("../images/subhead-index.jpg");
}
body#general #subhead {
	background:url("../images/subhead-general.jpg");
}
body#about #subhead {
	background:url("../images/subhead-about.jpg");
}
body#cosmetic #subhead {
	background:url("../images/subhead-cosmetic.jpg");
}
body#dental #subhead {
	background:url("../images/subhead-dental.jpg");
}
body#restorative #subhead {
	background:url("../images/subhead-restorative.jpg");
}
body#technology #subhead {
	background:url("../images/subhead-technology.jpg");
}
body#contact #subhead {
	background:url("../images/subhead-contact.jpg");
}
body#thankyou #subhead {
	background:url("../images/subhead-thankyou.jpg");
}

#subhead-index-script {
	background:url("../images/subhead-index.jpg") no-repeat;
	height:20px;
	width:564px;
	padding-top: 80px;
}
/* ----- subhead framework with varying heights ----- */
#subhead-email {
	height:69px;
	background:url("../images/subhead-email.jpg");
}
#subhead-location {
	height:63px;
	background:url("../images/subhead-location.jpg");
}
body#contact #subhead-location, body#thankyou #subhead-location {
	height:63px;
	background:url("../images/subhead-location-contact.jpg");
}
#subhead-gallery {
	height:89px;
	background:url("../images/subhead-gallery.jpg");
}
/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:784px;
	margin:0 auto;
	text-align:center;
	font-size:11px;
}
#footer p {
	color:#262B48;
	margin:0 20px 10px 20px;
}
#footer a:link, #footer a:visited {
	color:#262B48;
}
#footer a:hover, #footer a:active {
	color:#262B48;
}
#footer ul {
	margin-bottom: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 #262B48;
}
#footer li.first {
	border: none;
}
/* Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */
#nav {
	background:url("../images/nav.jpg") no-repeat;
	width:784px;
	height:29px;
	margin:0;
	padding:0;
}
#nav span {
	display: none;
}
#nav li, #nav a {
	height:29px;
	display:block;
} /* change height here also */
#nav li {
	float:left;
	list-style:none;
	display:inline;
}
#nav-01 {
	width: 59px;
	margin-left: 8px;
}
#nav-02 {
	width: 134px;
}
#nav-03 {
	width: 137px;
}
#nav-04 {
	width: 156px;
}
#nav-05 {
	width: 83px;
}
#nav-06 {
	width: 67px;
}
#nav-07 {
	width: 55px;
}
#nav-08 {
	width: 78px;
}
#nav-01 a:hover, body#home #nav-01 {
	background:url("../images/nav.jpg") -8px -29px no-repeat;
}
#nav-02 a:hover, body#general #nav-02 {
	background:url("../images/nav.jpg") -67px -29px no-repeat;
}
#nav-03 a:hover, body#cosmetic #nav-03 {
	background:url("../images/nav.jpg") -200px -29px no-repeat;
}
#nav-04 a:hover, body#restorative #nav-04 {
	background:url("../images/nav.jpg") -337px -29px no-repeat;
}
#nav-05 a:hover, body#dental #nav-05 {
	background:url("../images/nav.jpg") -493px -29px no-repeat;
}
#nav-06 a:hover, body#gallery #nav-06 {
	background:url("../images/nav.jpg") -576px -29px no-repeat;
}
#nav-07 a:hover, body#about #nav-07 {
	background:url("../images/nav.jpg") -643px -29px no-repeat;
}
#nav-08 a:hover, body#contact #nav-08 {
	background:url("../images/nav.jpg") -698px -29px no-repeat;
}
/* Testimonials Pop-Up */
body#testimonials {
	background-color:#D4C7B9;
	background-image:none;
	text-align:left;
	font:12px/16px "Verdana", Arial, Helvetica, sans-serif;
	color:#000;
	padding:10px;
}
body#testimonials p {
	margin-bottom:15px;
}
