/*--------------------- 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:#B1BCC9;
	text-align:center; 
	font:12px/21px Arial, Helvetica, sans-serif; 
	color:#443219;
	}

h1	{ font-size:1.2em; color:#443219; }
h2	{ font-size:1.1em; color:#443219; }
h3	{ font-size:1.0em; color:#443219; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#455A72; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#CAD3DC; text-decoration:underline; outline:none; }

/* ----- classes ----- */

div.clear	{ 
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	}
	
img.img-left { 
	float:left; 
	margin:2px 10px 10px 40px; 
	}
	
img.img-right { 
	float:right; 
	margin:5px 40px 0px 5px; 
	}
img.img-map { 
	margin:5px 10px 0px 40px; 
	}
.header {
	font-weight:bold;
	font-size:1.2em;
	padding-top:15px;
	}
	
.header-2 {
	font-weight:bold;
	font-size:1.4em;
	padding-top:15px;
	}

	
.first, body#mohs #column-right .header, body#skin #column-right .header {
	padding-top:0;
	}
/* ----- 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:#CAD3DC !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #0E3F5F;
	color:#000;
	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:1.0em;
	}
	
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 40px; }

#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:175px; }
	
#contact-main label textarea { height:100px; overflow:auto; }


/* ----- 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; }


/* framework
 * ------------------------------------------------------------------------- */
#top {
	margin:0 auto;
	width:760px;
}
#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:760px;
	margin:0 auto;
	text-align:left;
	}
	#wrap p, #wrap h1, #wrap h2, #wrap h3, #wrap ul, #wrap dl, #wrap ol {
		margin:0 40px 10px 40px;
		}
		#wrap ol { margin-left:55px; }
		#wrap p.map-link { margin-left:90px; }


	/* single column list */
	#wrap ul { padding-left:5px; }
		#wrap ul li { 
			background:transparent url("../images/bullet.jpg") 0px 8px no-repeat;
			padding-left:15px; /* pushes text to the right to display bg img */
			margin-bottom:10px;
			}
	#wrap dl { padding-left:5px; }
		#wrap dl dt { 
			background:transparent url("../images/bullet.jpg") 0px 8px no-repeat;
			padding-left:15px; /* pushes text to the right to display bg img */
			margin-bottom:10px;
			font-weight:bold;
			}
		#wrap dl dd { 
			padding-left:15px;
			margin-bottom:10px;
			}

		#wrap dl.mohs { padding-left:0; }
		#wrap dl.mohs dt { 
			background:none;
			padding-left:0; 
			margin-bottom:0;
			}
		#wrap dl.mohs dd { padding-left:0; }

	/* single column list */
	#wrap ol { padding-left:5px; }
		#wrap ol li {
			list-style-type:decimal;
			margin-bottom:10px;
			}
		body#about #wrap #testimonials ul li { 
			background:none;
			padding-left:0px; /* pushes text to the right to display bg img */
			}		
		body#forms #wrap ul li { 
			background:transparent url("../images/pdf-icon-sm.gif") 0px 4px no-repeat;
			padding-left:20px; /* pushes text to the right to display bg img */
			}		
	
#masthead {
	position:relative;
	background:url("../images/masthead-sub.jpg") no-repeat;
	height:212px;
	}
	body#index #masthead {
		background:url("../images/masthead.jpg") no-repeat;
		height:299px;
		}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:22px;
		top:4px;
		width:210px;
		height:43px; 
		}
	#masthead a span {
		display:none;
		}
/* ----- column-left ----- */
#column-left {
	width:235px;
	float:left;
	position:relative;
	}
	
	#floatingNav {
		position: absolute;
		z-index: 1000;
		left:0;
		top:0;
		width:235px;
		height:180px;
		float:left;
	}	
	#column-left ul {
		margin:0 0 0 40px;
		padding:0;
		width:185px;
		z-index: 1000;
		}
		#column-left ul li {
			margin:0 0 1px 0;
			padding:0;
			background-image:none;
			}
		#column-left ul li a {
			margin:0;
			color:#FFF;
			text-decoration:none;
			font-weight:bold;
			font-size:1.0em;
			display:block;
			width:185px;
			height:25px;
			background-color:#899AAE;
			}
		#column-left ul li a span { padding:4px 0 0 15px; }

		#column-left ul li a:hover {
			background-color:#0E4365; 
			}
	
/* ----- column-right ----- */
#column-right {
	width:525px;
	float:left;
	}
	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl, #column-right ol { margin-left:0; }



#wrap #credentials, #wrap #credential-icon #wrap #appointments { margin-bottom:0; }
#credential-icon { text-align:right; font-size:0.9em; }
#img-index-01 { margin:25px 0 0 81px; }
#img-index-02 { margin:25px 0 0 146px; }

/* ----- subheads ------- */
#subhead, #subhead-rt {
	background-repeat: no-repeat;
	height:74px;
}	
	body#index #subhead { background-image:url("../images/subhead-index.jpg");	}
	body#about #subhead { background-image:url("../images/subhead-about.jpg");	}
	body#mohs #subhead { background-image:url("../images/subhead-mohs.jpg");	}
	body#contact #subhead { background-image:url("../images/subhead-contact.jpg");	}
	body#thankyou #subhead { background-image:url("../images/subhead-thankyou.jpg");	}
	body#skin #subhead { background-image:url("../images/subhead-skin.jpg");	}
	body#forms #subhead { background-image:url("../images/subhead-forms.jpg");	}
/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	height:36px;
	clear:both;
	width:100%; /* fix for Safar */
	}

	
/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	background:#95744B url("../images/bg-footer.jpg") bottom left no-repeat;
	width:760px;
	margin:0 auto;
	text-align:center;
	}

#footer p {
	color:#fff;
	padding-bottom:15px;
	}

#footer a:link, #footer a:visited { color:#fff; }
#footer a:hover, #footer a:active { color:#fff; text-decoration:none; }

#footer ul {}

#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 #fff;
	}

	#footer li.first { border: none; }

#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:760px; 
	height:34px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:34px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; display:inline; }

#nav-01 { width: 76px; margin-left: 10px;}
#nav-02 { width: 146px;}
#nav-03 { width: 125px;}
#nav-04 { width: 118px;}
#nav-05 { width: 81px;}
#nav-06 { width: 181px;}


/*-------------- (-46px) X position of button / (-34px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  -10px -34px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg")  -86px -34px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -232px -34px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -357px -34px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -475px -34px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -556px -34px no-repeat; }


/*-------------- - Keeps the hover state on each page based on body #id ------------- */
body#index #nav-01 		{ background:url("../images/nav.jpg")  -10px -68px no-repeat; }
body#about #nav-02 		{ background:url("../images/nav.jpg")  -86px -68px no-repeat; }
body#mohs #nav-03 		{ background:url("../images/nav.jpg") -232px -68px no-repeat; }
body#skin #nav-04 		{ background:url("../images/nav.jpg") -357px -68px no-repeat; }
body#forms #nav-05 		{ background:url("../images/nav.jpg") -475px -68px no-repeat; }
body#contact #nav-06 	{ background:url("../images/nav.jpg") -556px -68px no-repeat; }



/* ----------------- Affiliations Navigation ------------------------------ */
body#index #nav-affiliations, body#about #nav-affiliations { 
	background:url("../images/nav-affiliations.jpg") no-repeat; 
	width:760px; 
	height:150px; 
	margin:0;
	padding:0; 
	}

body#index #nav-affiliations span, body#about #nav-affiliations span { display: none; }

body#index #nav-affiliations li, body#index #nav-affiliations a, body#about #nav-affiliations li, body#about #nav-affiliations a { height:150px; display:block; } /* change height here also */

body#index #nav-affiliations li, body#about #nav-affiliations li { float:left; list-style:none; display:inline; background:none; padding:0; }

body#index #nav-affiliations-01, body#about #nav-affiliations-01 { width: 100px; margin-left: 54px;}
body#index #nav-affiliations-02, body#about #nav-affiliations-02 { width: 180px; margin:0;}
body#index #nav-affiliations-03, body#about #nav-affiliations-03 { width: 128px; margin:0;}
body#index #nav-affiliations-04, body#about #nav-affiliations-04 { width: 272px; margin:0;}

