/*--------------------- 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:#F8E7E7;
	text-align:center; 
	font:12px/16px Arial, Helvetica, sans-serif; 
	color:#000;
	}

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

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

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

a:link,a:visited	{ color:#000; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#000; 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;
	}
	
img.img-left { 
	float:left; 
	margin:2px 10px 10px 15px; 
	}
	
img.img-right { 
	float:right; 
	margin:5px 25px 10px 10px; 
	}
	
p.photo {margin: 0 15px 10px 15px;}

	
/* ----- 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:#FFFFFF !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #7F9DB9;
	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 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:170px; }
	
#contact-main label textarea { height:100px; overflow:auto; }

#contact-main p.clear-textarea {margin-top:60px;}

#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:20px 0 0 242px; }


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

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

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

body#index #column-left {
	width:533px;
	float:left;
	margin-top:20px;
	}
	
#column-left {
	width:465px;
	float:left;
  
	}
	
	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0 25px 10px 15px;
		}
	#column-left form { margin-left:15px; }
	#column-left table { margin:0 5px 10px 15px; }
	
	#column-left p.address {color:#E53B06; padding-top:10px;}
	
	#column-left p.top {padding-top:10px;}
	
	#column-left h2 {padding-top:10px; padding-bottom:0; margin-bottom:0;}
	#column-left h3 {padding-top:10px; padding-bottom:0; margin-bottom:0;}
	/* single column list */
	#column-left ul { padding-left:5px; }
		#column-left ul li { 
			padding-left:10px; /* pushes text to the right to display bg img */
			}

	/* multi column list */
	#column-left ul { padding-left:5px; } 
		#column-left ul li { 
			padding-left:10px;  /* pushes text to the right to display bg img */
			float:left;
			
			line-height:20px;
             
			}
	
	/* definition list */
	#column-left dl { padding-left:5px; }
		#column-left dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-left dl dd {
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
			
/* ----- column-right ----- */

body#index #column-right {
	width:227px;
	float:left;
	height:auto;
	}

#column-right {
	width:295px;
	float:left;
	height:600px;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0 25px 10px 25px;
		}
	
	#column-right p.address {color:#E53B06; padding-top:500px; }
	
	body#drmichaelhorn #column-right {background:url("../images/bg-column-right-about.jpg") top right no-repeat; width:295px;}
	body#breast #column-right {background:url("../images/bg-column-right-breast.jpg") top right no-repeat; width:295px;}
    body#finance #column-right {background:url("../images/bg-column-right-breast.jpg") top right no-repeat; width:295px;}
	body#case1 #column-right {background:url("../images/bg-column-right-case1.jpg") top right no-repeat; width:295px;}
	body#case2 #column-right {background:url("../images/bg-column-right-case2.jpg") top right no-repeat; width:295px;}
	body#case3 #column-right {background:url("../images/bg-column-right-case3.jpg") top right no-repeat; width:295px;}
	body#case4 #column-right {background:url("../images/bg-column-right-case4.jpg") top right no-repeat; width:295px;}
	body#contactus #column-right {background:url("../images/bg-column-right-about.jpg") top right no-repeat; width:295px;}
	body#thankyou #column-right {background:url("../images/bg-column-right-about.jpg") top right no-repeat; width:295px;}
	body#sitemap #column-right {background:url("../images/bg-column-right-breast.jpg") top right no-repeat; width:295px;}

/* ----- welcome ----- */

#welcome {
	background:url("../images/bg-welcome.jpg") top no-repeat;
	width:533px;
	float:left;
	padding-bottom:50px;
	}
	
	#welcome p, #welcome h1, #welcome h2, #welcome h3, #welcome ul {
		margin:0 25px 10px 15px;
		}
	
	/* single column list */
	#welcome ul { padding-left:5px; }
		#welcome ul li { 
			padding-left:10px; /* pushes text to the right to display bg img */
			}
			

/* ----- contact ----- */

#contact {
	background:url("../images/bg-contact.jpg") top no-repeat;
	width:227px;
	float:left;
	}

	#contact p, #contact h1, #contact h2, #contact h3 {
		margin:0 25px 10px 25px;
		color:#E53B06;
		}
	#contact form { margin-left:25px; }
		
/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg") no-repeat;
	height:1px;
	clear:both;
	width:100%; /* fix for Safar */
	}

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

/* subhead framework
 * ------------------------------------------------------------------------- */
#subhead { width:465px; }

	body#index #subhead { background:url("../images/subheaders/subhead-welcome.jpg"); height:50px; }
	
	body#drmichaelhorn #subhead { background:url("../images/subheaders/subhead-about.jpg"); height:70px; }
	body#contactus #subhead { background:url("../images/subheaders/subhead-contact.jpg"); height:70px; }
	body#thankyou #subhead { background:url("../images/subheaders/subhead-thankyou.jpg"); height:70px; }
	body#sitemap #subhead { background:url("../images/subheaders/subhead-sitemap.jpg"); height:70px; }
	body#breast #subhead { background:url("../images/subheaders/subhead-breast.jpg"); height:137px; }
    body#finance #subhead { background:url("../images/subheaders/subhead-finance.jpg"); height:70px; width:500px; }
	body#case1 #subhead { background:url("../images/subheaders/subhead-case1.jpg"); height:143px; }
	body#case2 #subhead { background:url("../images/subheaders/subhead-case2.jpg"); height:143px; }
	body#case3 #subhead { background:url("../images/subheaders/subhead-case3.jpg"); height:143px; }
	body#case4 #subhead { background:url("../images/subheaders/subhead-case4.jpg"); height:143px; }
    
    .creditcare{
            padding-left:10px; }	

/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	background:url("../images/bg-footer.jpg") top repeat-y;
	width:760px;
	margin:0 auto;
	text-align:center;
	}

#footer a:link, #footer a:visited { color:#E53B06; text-decoration:underline; }

#footer a:hover, #footer a:active { color:#E53B06; text-decoration:none; }

#footer ul {padding:5px 0 5px 0; text-align:right;}

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

	#footer li.first { border: none; }
	
/* bottom
 * ------------------------------------------------------------------------- */
 
#bottom {
	width:760px;
	margin:0 auto;
	text-align:center;
	}

#bottom p {
	color:#000;
	margin-bottom:10px;
	}

/* Horozontal Sprite Nav
 * ------------------------------------------------------------------------- */

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

#nav span { display: none; }

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

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

#nav-01 { width: 53px; margin-left: 1px;}
#nav-02 { width: 113px;}
#nav-03 { width: 144px;}
#nav-04 { width: 67px;}
#nav-05 { width: 67px;}
#nav-06 { width: 67px;}
#nav-07 { width: 67px;}
#nav-08 { width: 89px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")    -1px -20px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg")  -54px -20px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -167px -20px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -311px -20px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -378px -20px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -445px -20px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -512px -20px no-repeat; }
#nav-08 a:hover { background:url("../images/nav.jpg") -579px -20px no-repeat; }


/* Patients Nav
 * ------------------------------------------------------------------------- */

#patients-header, #patients-middle, #patients-bottom, #patients-sub { 
	width:760px;
	margin:0;
	padding:0;
	clear:both;
	}
	
#patients-header { height:283px; background: url("../images/patients-header.jpg"); }
#patients-middle { height:322px; background: url("../images/patients-middle.jpg"); }
#patients-bottom { height:276px; background: url("../images/patients-bottom.jpg"); }
#patients-sub { height:322px; background: url("../images/patients-sub.jpg"); }

#patients-header span, #patients-middle span, #patients-bottom span, #patients-sub span { display: none; }

#patients-header li, #patients-header a { height:283px; display:block;}
#patients-middle li, #patients-middle a { height:322px; display:block;}
#patients-bottom li, #patients-bottom a { height:276px; display:block;}
#patients-sub li, #patients-sub a { height:322px; display:block;}

#patients-header li, #patients-middle li, #patients-bottom li, #patients-sub li { float:left; list-style:none; display:inline; }

#patients-header #head-01 { width: 379px; margin-left: 1px;}
#patients-header #head-02 { width: 380px;}

#patients-middle #middle-01 { width: 189px; margin-left: 1px;}
#patients-middle #middle-02 { width: 190px;}
#patients-middle #middle-03 { width: 189px;}
#patients-middle #middle-04 { width: 190px;}

#patients-bottom #bottom-01 { width: 504px; margin-left: 1px;}
#patients-bottom #bottom-02 { width: 255px;}

#patients-sub #sub-01 { width: 189px; margin-left: 1px;}
#patients-sub #sub-02 { width: 190px;}
#patients-sub #sub-03 { width: 189px;}
#patients-sub #sub-04 { width: 190px;}

/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#patients-header #head-01 a:hover { background: url("../images/patients-header.jpg") -1px -283px no-repeat; }
#patients-header #head-02 a:hover { background: url("../images/patients-header.jpg") -380px -283px no-repeat; }

#patients-middle #middle-01 a:hover { background: url("../images/patients-middle.jpg")    -1px -322px no-repeat; }
#patients-middle #middle-02 a:hover { background: url("../images/patients-middle.jpg") -190px -322px no-repeat; }
#patients-middle #middle-03 a:hover { background: url("../images/patients-middle.jpg") -380px -322px no-repeat; }
#patients-middle #middle-04 a:hover { background: url("../images/patients-middle.jpg") -569px -322px no-repeat; }

#patients-bottom #bottom-01 a:hover { background: url("../images/patients-bottom.jpg")    -1px -276px no-repeat; }
#patients-bottom #bottom-02 a:hover { background: url("../images/patients-bottom.jpg") -505px -276px no-repeat; }

#patients-sub #sub-01 a:hover { background: url("../images/patients-sub.jpg")    -1px -322px no-repeat; }
#patients-sub #sub-02 a:hover { background: url("../images/patients-sub.jpg") -190px -322px no-repeat; }
#patients-sub #sub-03 a:hover { background: url("../images/patients-sub.jpg") -380px -322px no-repeat; }
#patients-sub #sub-04 a:hover { background: url("../images/patients-sub.jpg") -569px -322px no-repeat; }

.nav2{ border: 1px solid #000; text-align: center; background: #FEF6F4; }
.nav2 li{ display: inline; padding: 10px 2px 10px 2px; color: #E53B06; line-height: 30px; }
.nav2 li a{ font: bold 12px Arial, Helvetica, sans-serif; text-decoration: none; color: #E53B06;  }
.nav2 li a:hover{ text-decoration: underline; }

.galnk a{ font: bold 13px Arial, Helvetica, sans-serif; color: #E53B06;  }
