/*--------------------- 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:#A17AB9 url("../images/background.jpg") top repeat-x;
	text-align:center; 
	font:11px/16px Arial, Helvetica, sans-serif; 
	color:#4C2E6B;
	}
	
	body#patient-forms { 
	background-color:#FFFFFF url top repeat-x;
	text-align:center; 
	font:11px/16px Arial, Helvetica, sans-serif; 
	color:#FFFFFF;
	}
	
	body#consent-forms { 
	background-color:#FFFFFF url top repeat-x;
	text-align:center; 
	font:11px/16px Arial, Helvetica, sans-serif; 
	color:#FFFFFF;
	}

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

p.h1	{ font-size:1.2em; color:#AD3F86; font-weight:bold; }
p.h2	{ font-size:1.1em; color:#4C2E6B; font-weight:bold; }
p.h3	{ font-size:1.0em; color:#4C2E6B; font-weight:bold; }

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

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

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

div.clear	{ 
	clear:both;
	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 0; 
	}
	
img.img-right { 
	float:right; 
	margin:5px 0 10px 10px; 
	}

img.buttons {margin-bottom:20px;}
img.bottom-buttons {padding-bottom:35px;}
img.maps {margin-left:21px; padding-bottom:15px;}
	
.ty-popup {
	width:480px;
	height:350px;
	}	
	.ty-popup-top {
		font-size:1.2em; 
		color:#AD3F86; 
		font-weight:bold;
		padding-top:25px;
		}	


div.bnas { text-align:center; display:inline; margin:0 32px 10px 52px; }

div.popup {
 	width:640px; 
 	padding: 5px 10px 10px 10px; 
 	margin:10px 0 0 10px; 
 	text-align:left;
	background-color:#FFFFFF;
 	}
body#payment-calculator div.popup {
	background-color:#CC99FF; 
	width:650px; 
	padding: 5px 10px 10px 10px; 
	margin:10px 0 0 10px; 
	text-align:left;
	}
	
	/* single column list */
	div.popup ul { padding-left:5px; }
		div.popup ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px; /* pushes text to the right to display bg img */
			}
	div.popup form {
	width:148px;
	margin:10px 0 15px 0;
	}

table.email-list {
	font-size:10px;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:180px;
	}
	
p.underline {text-decoration:underline;}

p#right {text-align:right;}
	
/* ----- global form elements ----- */ 

form {
	width:148px;
	margin:10px 0 15px 100px;
	}

form label	{ font-size:0.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 #4C2E6B;
	color:#4C2E6B;
	width:143px; /* 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 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:243px; 
	top:-2px;
	}
		
#contact-main label select { width:177px; }

#contact-main label.print { width:420px; padding-top:90px; text-align:center; }
#contact-main label.print2 { width:420px; padding-top:10px; text-align:center; }
	
#contact-main label textarea { height:100px; overflow:auto; }

#contact-main label textarea.comment { height:100px; margin:0 15px 0 0;}
#contact-main label textarea.comment-special { height:70px; margin:0 15px 0 0; overflow:hidden;}
#contact-main label.commentbox { height:100px; margin:0 15px 10px 0;}
#contact-main label textarea.maincomment { height:110px; margin:0 15px 100px 0;}

/* ----- calculator form elements ----- */ 
#calculator input, #calculator textarea, #calculator select { 
	background-color:#FFF !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #4C2E6B;
	color:#4C2E6B;
	width:80px; /* 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;
	}

/* ----- 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; }
input.submit-forms { margin:10px 0 0 240px; }

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

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

#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:778px;
	margin:0 auto;
	text-align:left;
	}
	
body#index #wrap {
	background:url("../images/bg-wrap-index.jpg") repeat-y;
	}
	
#wrap-columns-index {
	background:url("../images/bg-wrap-columns-index.jpg") bottom no-repeat;
	float:left;
	}
	
#wrap-columns {
	background:url("../images/bg-wrap-columns.jpg") bottom no-repeat;
	float:left;
	padding-bottom:50px;
	}
	
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:220px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:85px;
		width:250px;
		top:45px;
		height:95px; 
		}
	#masthead a span {
		display:none;
		}

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

#column-left {
	width:230px;
	float:left;
	position:relative;
	}
	
	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul {
		margin:0 27px 10px 47px;
		}
			
	#column-left form { margin-left:47px; }
	
	/* single column list */
	#column-left ul { padding:0; }
		#column-left ul li { 
			background:transparent url("../images/bullet.jpg") 0px 4px no-repeat;
			padding-left:10px; /* pushes text to the right to display bg img */
			}
	
	#column-left img.forms a {
		position:absolute;
		left:42px;
		width:155px;
		top:50px;
		height:38px; 
		}
		
	#column-left p.bottom {text-align:center; margin-bottom:16px;}
	
	#column-left #email {background:url("../images/hdr-email.jpg") no-repeat; width:230px; height:58px;}
	#column-left #email p {padding-top:32px; color:#FFF;}
	#column-left #email.contact-bottom {background:url("../images/hdr-email.jpg") no-repeat; width:230px; height:58px; margin-bottom:50px;}

#patient-forms {background:url("../images/btn-new-patient-form.jpg") no-repeat; width:230px; height:95px; position:relative;}
	/* index page link within #masthead */		
	#patient-forms a {	
		position:absolute;
		left:55px;
		width:151px;
		top:45px;
		height:52px; 
		}
	#patient-forms a span {
		display:none;
		}

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

#column-left-index {
	width:230px;
	float:left;
	}
	
	#column-left-index p, #column-left-index h1, #column-left-index h2, #column-left-index h3, #column-left-index ul {
		margin:0 27px 10px 47px;}
			
	#column-left-index form { margin-left:47px; }
	
	/* single column list */
	#column-left-index ul { padding-left:5px; }
		#column-left-index ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px; /* pushes text to the right to display bg img */
			}
			
	#column-left-index p.bottom {text-align:center; margin-bottom:16px;}
	
	#column-left-index #email {background:url("../images/hdr-email.jpg") no-repeat; height:58px;}
	#column-left-index #email p {padding-top:32px; color:#FFF;}

#patient-forms {background:url("../images/btn-new-patient-form.jpg") no-repeat; height:95px; position:relative; }
	#column-left-index #patient-forms a {
		position:absolute;
		left:42px;
		width:155px;
		top:50px;
		height:38px; 
		}
		
/* ----- column-center ----- */

#column-center {
	width:319px;
	float:left;
	}

	#column-center p, #column-center h1, #column-center h2, #column-center h3, #column-center ul, #column-center dl {
		margin:0 16px 10px 16px;
		}
	#column-center form { margin-left:0px; }
	 
	/* single column list */
	#column-center ul { padding-left:5px; }
		#column-center ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			}
	
	/* definition list */
	#column-center dl { padding-left:5px; }
		#column-center dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-center dl dd {
			background:transparent url("../images/bullet-pink.jpg") 0px 6px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
	
	#column-center p#learn-more {background:url("../images/btn-learn-more.jpg") no-repeat; height:125px; text-align:right; position:relative;}
	/* index page link within #masthead */		
	#column-center p#learn-more a {	
		position:absolute;
		left:83px;
		top:7px;
		width:151px;
		height:112px; 
		}
	#column-center p#learn-more a span {
		display:none;
		}
	
#separator {background:url("../images/separator.jpg") no-repeat; height:64px;}

	#column-center p#address {text-align:center; font-size:1.1em;}	
	
/* ----- column-right ----- */

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

	#column-right-index p {margin:5px 0 5px 0;}
	
 	#column-right-index form { margin-left:0px; }
	 
	/* single column list */
	#column-right-index ul { padding-left:5px; }
		#column-right-index ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			}
			
/* ----- column-right ----- */

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

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul {
		margin:0 32px 10px 22px;
		}
	#column-right form { margin-left:22px; }
	#column-right table { margin:0 32px 20px 22px; }
	#column-right img.media { margin-left:22px; }
	#column-right p.address { text-align:center; }
	 
	/* single column list */
	#column-right ul { padding-left:4px; }
		#column-right ul li { 
			background:transparent url("../images/bullet.jpg") 0px 4px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			}

/* ----- index bna ----- */
div.bna {
	width:196px;
	height:100px;
	padding-left:11px;
	color:#4C2E6B;
	text-align:center;
	font-weight:bold;
	font-size:10.25px;
	}
	
div.purple {
	background-color:#A17AB9;
	width:196px;
	height:100px;
	margin-left:11px;
	padding:0;
	color:#FFF;
	text-align:center;
	font-weight:bold;
	font-size:10.25px;
	padding-top:3px;
	}
	
div.pink {
	background-color:#AD3F86;
	width:196px;
	height:100px;
	margin-left:11px;
	padding:0;
	color:#FFF;
	text-align:center;
	font-weight:bold;
	font-size:10.25px;
	padding-top:3px;
	margin-top:0;
	}
	
	
/* ----- bottom-wrap ----- */
 	
#bottom-wrap {
	background:url("../images/bg-footer.jpg") no-repeat;
	height:22px;
	clear:both;
	width:100%; /* fix for Safari */
	}
	
/* subhead framework
 * ------------------------------------------------------------------------- */

#subhead { height:20px; } /* sets height for all subheads */

	body#index #subhead { background:url("../images/subhead-index.jpg"); }
	body#about #subhead { background:url("../images/subhead-about.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-doc {
	height:55px;
	background:url("../images/subhead-meet-doc.jpg") ;
	}


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

#footer p {
	color:#FFF;
	margin:0 50px 10px 50px;
	}

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

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

	#footer li.first { border: none; }


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

#nav span { display: none; }

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

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

#nav-01 { width: 72px; margin-left: 11px;}
#nav-02 { width: 87px;}
#nav-03 { width: 194px;}
#nav-04 { width: 168px;}
#nav-05 { width: 129px;}
#nav-06 { width: 106px;}

/*-------------- (-79px) X position of button / (-42px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  -11px -42px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg")  -83px -42px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -170px -42px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -364px -42px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -532px -42px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -661px -42px no-repeat; }

/*-------------- OPTIONAL - Keeps the hover state on each page based on body id ------------- */
body#index #nav-01 { background:url("../images/nav.jpg")  -11px -42px no-repeat; }
body#services #nav-02 { background:url("../images/nav.jpg")  -83px -42px no-repeat; }
body#concerns #nav-03 { background:url("../images/nav.jpg") -170px -42px no-repeat; }
body#testimonials #nav-04 { background:url("../images/nav.jpg") -364px -42px no-repeat; }
body#patient #nav-05 { background:url("../images/nav.jpg") -532px -42px no-repeat; }
body#contact-page #nav-06 { background:url("../images/nav.jpg") -661px -42px no-repeat; }


body#local-directions p{ margin: 0 0 10px 0; }
