/*--------------------- 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:#DDB560 url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:12px/17px Arial, Helvetica, sans-serif; 
	color:#A4783E;
	}

blockquote { 
	margin-left:10px; 
	margin-right:10px; 
	}

h1	{ font-size:1.2em; color:#61513A; }
h2	{ font-size:1.1em; color:#BD771D; }
h3	{ font-size:1em; color:#A4783E; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#A4783E; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#DDB560; text-decoration:underline; outline:none; }

/* ----- classes ----- */

div.clear	{ 
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:20px;
	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; 
	}

#nav ul .indentation { width: 138px; margin-left: 7px; border:none;}

	
/* ----- 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:#CBBAA2 !important; /* to prevent highlighting by Google Toolbar */
	border:0px solid #CBBAA2;
	color:#896B44;
	width:130px; /* 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:47px; 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: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; }

input.submit-image, input.submit-contact-main { /* REMOVE IF NOT USED */
	background:url("../images/btn-submit.jpg") top no-repeat;
	width:47px;
	height:16px;
	border:none;
	cursor:pointer;
	}


/* framework
 * ------------------------------------------------------------------------- */

#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:760px;
	margin:0 auto;
	text-align:left;
	}
	
#wrap-inside {
	background:url("../images/bg-wrap-inside.jpg") repeat-y;
	width:760px;
	margin:0 auto;
	text-align:left;
	}
#masthead {
	position:relative;
	background:url("../images/masthead.jpg") top no-repeat;
	height:100px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:33px;
		width:300px;
		top:25px;
		height:45px; 
		}
	#masthead a span {
		display:none;
		}

/* ----- column-left ----- */

#column-left {
	width:215px;
	float:left;
	}
	
	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left dl {
		margin:0 29px 10px 23px;
		}
	#column-left form { margin-left:23px; }
	
	#contactus-left{
		background:  url("../images/subhead-left-contact.jpg") top no-repeat;
		height: 81px;
		}
	#location-left{
		background: url("../images/subhead-left-location.jpg") top no-repeat;
		height: 236px;
		}
	#contactus-left-inside{
		background:  url("../images/subhead-left-contact-inside.jpg") top no-repeat;
		height: 81px;
		margin-top: 10px;
		}
	#locateus-left-inside{
		background:  url("../images/subhead-left-locate-inside.jpg") top no-repeat;
		height: 81px;
		margin-top: 10px;
		}
	#procedures-left-inside{
		background:  url("../images/subhead-left-procedures.jpg") top no-repeat;
		height: 81px;
		}
		
/* ----- column-center ----- */

#column-center {
	width:330px;
	float:left;
	margin-bottom:-40px;
	}
	
	#column-center p, #column-center h1, #column-center h3, #column-center ul, #column-center dl {
		margin:0 15px 10px 18px;
		}
	#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.jpg") 0px 6px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
	#subhead-center {
		background: url("../images/subhead-center-index.jpg") top no-repeat;
		height: 64px;
		}
	#procedures-center {
		background: url("../images/procedures-center-index.jpg") top no-repeat;
		height: 110px; width:330px;
		}

/* ----- column-right ----- */

#column-right {
	width:215px;
	float:left;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0 25px 10px 34px;
		}
	#column-right form { margin-left:0px; }
	 
	/* single column list */
	#column-right ul { padding-left:5px; }
		#column-right 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-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;
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
	#meet-doc {
		background: url("../images/meet-doc-index.jpg") top no-repeat;
		height: 70px;
		}
	#memberships-rt {
		background: url("../images/memberships-rt-index.jpg") top no-repeat;
		text-align: center;
		padding-top: 108px;
		}

/* ----- column-right-inside ----- */

#column-right-inside {
	width:545px;
	float:left;
	}
	
	#column-right-inside p, #column-right-inside h1, #column-right-inside h2, #column-right-inside h3, #column-right-inside ul, #column-right-inside dl {
		margin:0 30px 10px 20px;
		}
	#column-right-inside form { margin-left:20px; }
	
	/* single column list */
	#column-right-inside ul { padding-left:5px; }
		#column-right-inside 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-right-inside dl { padding-left:5px; }
		#column-right-inside dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-right-inside dl dd {
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
	#subnav {
		background: #F4F0E6 url("../images/subnav-top.jpg") top no-repeat;
		float: right;
		width: 175px;
		margin: 0 30px 10px 10px ;
		padding-top: 45px;
		display: inline;
			}
	#subnav.procedures {
		background: #F4F0E6 url("../images/subnav-top-procedures.jpg") top no-repeat;
			}
		#subnav ul a:link, #subnav ul a:visited {color: #BD771D;}
		#subnav ul a:hover, #subnav ul a:active {color: #BD771D; text-decoration:none;}
		
		#subnav ul li { 
		padding-bottom: 3px;
		}
		
		#subnav ul .indent {
		margin-left: 10px;
		}
		
		#subnav ul {
		margin-left: 10px;
		margin-right: 10px;
		}

/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	height:40px;
	clear:both;
	width:100%; /* fix for Safar */
	}

#bottom-wrap-inside {
	background:url("../images/bottom-wrap-inside.jpg");
	height:40px;
	clear:both;
	width:100%; /* fix for Safar */
	}
	
/* header framework
 * ------------------------------------------------------------------------- */

#header-flash { height:345px; background:url("../images/header-bg.jpg") top no-repeat; width:490px; float: left;} /* sets height for the flash header - REMOVE IF NOT USED */

#header-graphic { height:327px;} /* sets height for all non-flash headers */

	body#meet #header-graphic { background:url("../images/header-meet.jpg") top no-repeat;}
	body#about #header-graphic { background:url("../images/header-about.jpg"); }
	body#procedures #header-graphic { background:url("../images/header-procedures.jpg"); }
	body#faq #header-graphic { background:url("../images/header-faq.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#face #header-graphic { background:url("../images/header-face.jpg"); }
	body#breast #header-graphic { background:url("../images/header-breast.jpg"); }
	body#body #header-graphic { background:url("../images/header-body.jpg"); }
	body#skin #header-graphic { background:url("../images/header-skin.jpg"); }
	body#breast-augmentation #header-graphic { background:url("../images/header-breast-augmentation.jpg"); }
	body#liposuction #header-graphic { background:url("../images/header-liposuction.jpg"); }

/* subhead framework
 * ------------------------------------------------------------------------- */

#subhead { height:20px; } /* sets height for all subheads */

	body#index #subhead { background:url("../images/subhead-index.jpg"); }
	


/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:760px;
	margin:0 auto;
	text-align:center;
	padding-top: 10px;
	}

#footer p {
	color:#61513A;
	margin-bottom:10px;
	}

#footer a:link, #footer a:visited { color:#61513A; }

#footer a:hover, #footer a:active { color:#61513A; text-decoration:none; }

#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 #A4783E;
	line-height: 20px;
	}

	#footer li.first { border: none; }





/* Vertical Sprite Nav
 * ------------------------------------------------------------------------- */

#nav-button {
	background:url("../images/nav-button.jpg") top left no-repeat; float:left;		
	width:270px;		/* Width of buttons, not entite image (or half of entire image) */
	height:345px;		/* Height of entire image */
	margin:0;
	padding:0;
	}

#nav-button li span { display: none; }

#nav-button li {
	float:left;
	list-style:none;
	}

#nav-button li, #nav-button a { 
	height:77px;			/* Each button must have the same height, define it here */
	display:block;
	}

/* margin-top to set where the nav should begin */
#nav-button-01 { margin-top:4px; width:270px; }

/* margin-top if there is a spacing between each nav button */
#nav-button-02, #nav-button-03, #nav-button-04 { margin-top:0; width:270px; }

#nav-button-01 a:hover { background:url("../images/nav-button.jpg") -270px  -4px no-repeat; }
#nav-button-02 a:hover { background:url("../images/nav-button.jpg") -270px  -81px no-repeat; }
#nav-button-03 a:hover { background:url("../images/nav-button.jpg") -270px  -158px no-repeat; }
#nav-button-04 a:hover { background:url("../images/nav-button.jpg") -270px  -235px no-repeat; }



#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	height:29px; 
	}

#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; position:relative; }

#nav-01 { width: 86px; margin-left: 13px;}
#nav-02 { width: 169px;}
#nav-03 { width: 110px;}
#nav-04 { width: 190px;}
#nav-05 { width: 75px;}
#nav-06 { width: 108px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  -13px -29px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -99px -29px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -268px -29px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -378px -29px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -568px -29px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -643px -29px no-repeat; }

/* ------------------------ son of suckerfish: horizontal sprite nav ------------------------ */
#nav li ul {
	position:absolute;
	left:-9999px;
	padding-right:1px; /* Fixes one px spacing for border-right in FF */
	background-color:#F0E7DE;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	}

#nav li ul li { 
	height:25px; /* Height of each drop down nav item */
	border-top:1px solid #d2c6b6;
	border-top:none;
	}	

#nav li ul li a {
	width:100%;
	height:25px;	/* Height of each drop down nav item, should match above */
	line-height:25px;	 /* Height of each drop down nav item again, should match above */
	}

#nav li ul li a span {
	display:block;
	padding-left:5px;
  font-weight:bold;
}

#nav li ul li.subitem a span {
	padding-left:10px;
  font-weight:normal;
}
/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:1.0em;
	color:#9a8c7c;
	text-decoration:none;
	}

#nav li:hover ul, #nav li.sfHover ul	{ left: auto; }

/* Hover styles for drop down items */
#nav-04 ul a:hover { 
	background-image:none;
	background-color:#F0E7DE;
	color:#d2c6b6;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-04 ul, #nav-04 li { width:185px; }




/* Vertical Sprite procedure-nav
 * ------------------------------------------------------------------------- */

#procedure-nav {
	background:url("../images/procedure-nav.jpg") top left no-repeat;					
	width:215px;		/* Width of buttons, not entite image (or half of entire image) */
	height:212px;		/* Height of entire image */
	margin:0;
	padding:0;
	}

#procedure-nav li span { display: none; }

#procedure-nav li {
	float:left;
	list-style:none;
	}

#procedure-nav li, #procedure-nav a { 
	height:53px;			/* Each button must have the same height, define it here */
	display:block;
	}

/* margin-top to set where the procedure-nav should begin */
#procedure-nav-01 { margin-top:0px; width:215px; }

/* margin-top if there is a spacing between each procedure-nav button */
#procedure-nav-02, #procedure-nav-03, #procedure-nav-04 { width:215px; }

#procedure-nav-01 a:hover { background:url("../images/procedure-nav.jpg") -215px  0px no-repeat; }
#procedure-nav-02 a:hover { background:url("../images/procedure-nav.jpg") -215px  -53px no-repeat; }
#procedure-nav-03 a:hover { background:url("../images/procedure-nav.jpg") -215px  -106px no-repeat; }
#procedure-nav-04 a:hover { background:url("../images/procedure-nav.jpg") -215px  -159px no-repeat; }

.care-credit {
	margin:15px 0 0 10px;
}