/*--------------------- 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 { 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:#E5D0BD url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:12px/16px "Trebuchet MS", 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:#D15E4D; border-bottom:1px solid #C89C74; }
body#sitemap h2	{ font-size:1.1em; color:#D15E4D; border-bottom:none; }

h3	{ font-size:1.0em; color:#B07660; }

h1 span, h2 span, h3 span	{ display:none; }

a:link,a:visited	{ color:#D15E4D; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#000; text-decoration:underline; outline:none; }
/* ----- classes ----- */

div.clear	{ 
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}
div.clear-h2	{ 
	clear:both;
	height:10px; 
	overflow:hidden; 
	}
p.back-to-top {
	text-align:right;
	display:block;
	padding-right:18px;
	background:url("../images/back.gif") right no-repeat;
	font-size:.95em;
	}
	
	p.back-to-top a { text-decoration:none;}

body#products p.back-to-top {
	text-align:right;
	display:block;
	border-bottom:1px solid #D15E4D;
	padding-right:18px;
	background:url("../images/back.gif") right no-repeat;
	font-size:.95em;
	}
	
	body#products p.back-to-top a { text-decoration:none;}

	
img.img-left { 
	float:left; 
	margin:2px 10px 10px 0; 
	}
	
img.img-right { 
	float:right; 
	margin:5px 0 10px 10px; 
	}

.none { 
	display:none;
	}
	
.special {
	color: #D15E4D;
	font-size: 14px;	
	}
	
.special-large {
	color: #D15E4D;
	font-size: 17px;	
	}	
/* ----- global form elements ----- */ 

form {
	width:150px;
	margin:10px 0 5px 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 #D15E4D;
	color:#D15E4D;
	width:163px; /* 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:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:.95em;
	}
	
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:160px; 
	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:220px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}
	
#contact-main label select { width:225px; }
	
#contact-main label textarea { height:100px; overflow:auto; }

#contact-business-main { display: none; } /* do not remove */ 


/* ----- submit button form elements ----- */ 

input.submit, input.submit-contact-main { 
	width:43px;
	height:20px;
	cursor:pointer; 
	padding:0;
	}

input.submit-contact-main { margin:95px 0 5px 176px; }




/* framework
 * ------------------------------------------------------------------------- */

#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:780px;
	margin:0 auto;
	text-align:left;
	}
	
#wrap-sub {
	background:url("../images/bg-wrap-sub.jpg") repeat-y;
	width:780px;
	margin:0 auto;
	text-align:left;
	}
/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:71px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:44px;
		width:257px;
		top:10px;
		height:50px; 
		}
	#masthead a span {
		display:none;
		}




/* ----- column-left ----- */

#column-left {
	width:238px;
	float:left;
	position:relative;
	color:#fff;
	}
	#column-left a.home { position:absolute; top:20px; left:40px; width:188px; height:160px; }
	
	p.contact { color:#E9B3AB; text-align:center;}
	
	#column-left p {
		margin:0 22px 10px 49px;
		color: #E9B3AB;
		}
	
	#bd p, h2 {
		margin:0 22px 10px 49px;
		color: #E9B3AB;
		}
		
	#column-left form { margin-left:49px; }
	
	#column-left p span {
		font-size: 1.2em;
		color: #FFF;
		font-weight: bold;
		}
		
	#bd .vcard { 
		padding:0px 49px 10px 50px;
		color: #E9B3AB;
		 } 

	
	/* multi column list */
	#column-left #bd ul { padding:0px 49px 10px 50px; } 
		#column-left #bd 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 #bd a:link, #column-left #bd a:visited	{ color:#E9B3AB; text-decoration:underline; outline:none; }
    #column-left #bd a:hover, #column-left #bd a:active	{ color:#fff; text-decoration:underline; outline:none; }


	#specials { background:url("../images/title-promotions.jpg"); height:95px;}
	#specials a:link, #specials a:visited	{ color:#fff; text-decoration:underline; outline:none;}
	#specials a:hover, #specials a:active	{ color:#000; text-decoration:underline; outline:none;}
	 #column-right p.specials-thumbs {text-align: center; margin: 50px 30px 10px 15px;}
	 
	 #spacer {
	 	height: 480px;
		}
	
	
	/* multi column list */
	#specials ul { padding:0px 0px 0px 0px; } 
		#specials ul li { 
			padding-left:0px;  /* pushes text to the right to display bg img */
			}	
			
	
	
	#more { background:url("../images/btn-learn-more.jpg") no-repeat; height:50px; position:relative;}
	#more a { position:absolute; top:10px; left:32px; height:16px; width:118px;}
		
	#sub-contact-top { background:url("../images/col-left-top.jpg") no-repeat; height:312px;}
	#sub-contact-top-contact { background:url("../images/col-left-top-contact.jpg") no-repeat; height:312px;}
	#sub-contact-top-call { background:url("../images/col-left-top-call.jpg") no-repeat; height:312px;}

	#featured-top { background:url("../images/col-left-sub-featured.jpg") no-repeat; padding-top:430px;}

	#other-wrap {
		background: url("../images/outside-wrap.jpg") repeat-y;
		/*padding-bottom: 80px;*/
		}
	
/* ----- column-right ----- */

#column-right {
	width:542px;
	float:left;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3 {
		margin:0 92px 10px 42px;
		}
		
#column-right-sub {
	width:542px;
	float:left;
	}

	#column-right-sub p, #column-right-sub h1, #column-right-sub h2, #column-right-sub h3, #column-right-sub .date, #column-right-sub .meta, #column-right-sub .feedback {
		margin:0 49px 10px 33px;
		}
	#column-right-sub form { margin-left:33px; }
	 
	#featured { background:url("../images/col-right-featured.jpg") no-repeat; height:95px;}

			
	/* multi column list */
	#column-right-sub ul { padding:0px 49px 10px 50px; } 
		#column-right-sub 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-sub ul.multi { padding:0px 49px 10px 50px; } 
		#column-right-sub ul.multi li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			float: left;
			width: 130px;
			margin-bottom: 2px;
			}
			
			
	#column-right-sub ol { padding:0px 49px 10px 70px; }
		#column-right-sub ol li { 
			list-style-type: decimal;
			}
	
#lists {
	width:542px;
	}

#list-left {
	width:140px;
	float:left;
	margin-left:20px;
	}

#list-right {
	width:260px;
	float:left;	
	}


 #title-contact {
 	background: url("../images/title-contact.jpg") top no-repeat;
	padding-top: 55px;
	}
	
	img#pdf1 {
		margin: 15px 15px 0 40px;
	}
	
	img#pdf2 {
		margin: 0 0 0 5px;
	}
	
/*---------------- products.cgi Styles ---------------------------*/
div.productCatMenu {
	padding: 0 40px 0 32px;
	}
#cart-btns{ text-align:right; padding: 0 40px 0 0; }
div.productCatMenu a:link, div.productCatMenu a:visited { color: #B07660;	}
div.productCatMenu a:hover, div.productCatMenu a:active { color: #D15E4D;	}

span.productCat h1 {color: #990A02; padding: 50px 0px 10px 0px; font-size: 1.5em; }
span.productCat form { margin:0; padding:15px 0 0 0; width:460px; }
#column-right-sub span.productCat form h2 {padding: 15px 0px 10px 0px; font-size: 1.3em; border-bottom:none; }
#column-right-sub span.productCat form p {font-size:1em; margin:0; }
input#addtocart {width:116px; height:39px; border:none; margin:0 0 20px 340px; padding:0; }

/*---------------- checkout.cgi Styles ---------------------------*/
div.check-out-btns {margin-left: 30px; width: 460px; text-align:center;}
input.CheckoutButton {	background-color:#D15E4D !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #18494A;
	color:#FFFFFF;
	width: 100px; 
	border: 1px solid #B60000;  
	padding-top: 0px;
	}
input.quantity {width: 50px; text-align: right; margin-top: 5px;  padding-top: 0px; border: 1px solid #000; padding-right: 3px; color:#000;}
body#checkout form {margin: 0 0 0 30px; width: 460px; padding:0px;}
		
	/*-------------- Setup for the nav in column-right  |  Left ------------- */
	#column-right #nav-left {
		background:url("../images/nav-featured-left.jpg") top left no-repeat; 
		width:249px; 
		height:234px; 
		margin:0;
		padding:0;
		float:left;
		}
	
	#nav-left li span { display: none; }
	
	#nav-left li {
		float:left;
		list-style:none;
		}
	
	#nav-left li, #nav-left a { 
		height:71px;			/* Each button must have the same height, define it here */
		display:block;
		}
	
	/* margin-top to set where the nav should begin */
	#nav-left-01 { margin-top:15px; width:249px; }
	
	/* margin-top if there is a spacing between each nav button */
	#nav-left-02, #nav-left-03 { margin-top:0; width:249px; }
	
	#nav-left-01 a:hover { background:url("../images/nav-featured-left.jpg") -249px  -15px no-repeat; }
	#nav-left-02 a:hover { background:url("../images/nav-featured-left.jpg") -249px  -86px no-repeat; }
	#nav-left-03 a:hover { background:url("../images/nav-featured-left.jpg") -249px  -157px no-repeat; }
	
	/*-------------- Setup for the nav in column-right  |  Right ------------- */
	
	#column-right #nav-right {
		background:url("../images/nav-featured-right.jpg") top left no-repeat; 
		width:293px; 
		height:234px; 
		margin:0;
		padding:0;
		float:left;
		}
	
	#nav-right li span { display: none; }
	
	#nav-right li {
		float:left;
		list-style:none;
		}
	
	#nav-right li, #nav-right a { 
		height:71px;			/* Each button must have the same height, define it here */
		display:block;
		}
	
	/* margin-top to set where the nav should begin */
	#nav-right-01 { margin-top:15px; width:249px; }
	
	/* margin-top if there is a spacing between each nav button */
	#nav-right-02 { margin-top:0; width:249px; }
	
	#nav-right-01 a:hover { background:url("../images/nav-featured-right.jpg") -293px  -15px no-repeat; }
	#nav-right-02 a:hover { background:url("../images/nav-featured-right.jpg") -293px  -86px no-repeat; }

	#dr { background:url("../images/dr-bg.jpg") repeat-y; width:780px; float:left;}
	#dr-top { background:url("../images/col-right-dr.jpg") no-repeat; padding-top:188px;}
	#dr p { margin:0 294px 10px 212px; color:#fff;}
	#dr-bottom { background:url("../images/col-right-dr-bottom.jpg") no-repeat; padding-top:276px; width:780px;}
	#estique-bg { background:url("../images/bg-estique.jpg") repeat-y; color:#fff;}
	#left { float:left; width:463px;}
	#left p { margin:0 20px 10px 214px;}
	#right { float:left; width:317px;}
	ul#index-right { padding-left:40px; }
	ul#index-right li { background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; padding-left:10px;}
	ul#index-right a:link, ul#index-right a:visited, ul#index-right a:active { color:#fff; text-decoration:none;}
	ul#index-right a:hover { color:#fff; text-decoration:underline;}
	
/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	height:92px;
	clear:both;
	width:100%; /* fix for Safar */
	}
	
#bottom-wrap-sub {
	background:url("../images/bottom-wrap-sub.jpg");
	height:92px;
	clear:both;
	width:100%; /* fix for Safar */
	}
#subhead-bottom {
	background: url("../images/subhead-bottom.jpg") bottom;
	height: 40px;
	}
	
/* header framework
 * ------------------------------------------------------------------------- */

#header-flash { height:312px; background:url("../images/header-flash.jpg") no-repeat;  } /* sets height for the flash header - REMOVE IF NOT USED */
	#header-flash p, #header-flash noscript { padding: 15px 0 0 30px; color: #000;}
	#header-flash a:link, #header-flash a:visited {color: #D15E4D;}
	#header-flash a:hover, #header-flash a:active {color: #000;  text-decoration: none;}
#header-graphic { height:229px; } /* sets height for all non-flash headers */

	body#about #header-graphic { background:url("../images/header-about.jpg"); }
	body#face #header-graphic { background:url("../images/header-face.jpg"); }
		body#facelift #header-graphic { background:url("../images/header-face.jpg"); }	
	body#breast #header-graphic { background:url("../images/header-breast-02.jpg"); }
		body#breast-aug #header-graphic { background:url("../images/header-breast.jpg"); }
	body#body #header-graphic { background:url("../images/header-body.jpg"); }
		body#liposuction #header-graphic { background:url("../images/header-body.jpg"); }
	body#skin-care #header-graphic { background:url("../images/header-skin-care.jpg"); }
			body#botox #header-graphic { background:url("../images/header-skin-care.jpg"); }
			body#nonsurgical #header-graphic { background:url("../images/header-skin-care.jpg"); }

	body#laser #header-graphic { background:url("../images/header-laser.jpg"); }
	body#estique #header-graphic { background:url("../images/header-spa.jpg"); }
	body#products #header-graphic, body#checkout #header-graphic { background:url("../images/header-products.jpg"); }
	
	body#testimonials #header-graphic { background:url("../images/header-testimonials.jpg"); }
	body#contact #header-graphic, body#blog #header-graphic{ background:url("../images/header-contact.jpg"); }
	body#thankyou #header-graphic { background:url("../images/header-contact.jpg"); }
	body#sitemap #header-graphic { background:url("../images/header-about.jpg"); }

/* subhead framework
 * ------------------------------------------------------------------------- */

#subhead { padding-top:107px; } /* sets height for all subheads */

	body#index #subhead { background:url("../images/subhead-index.jpg"); height:110px; padding-top:0px; }
	body#about #subhead { background:url("../images/subhead-about.jpg") no-repeat; }
	#subhead-staff {background: url("../images/subhead-staff.jpg") no-repeat; padding: 0px; height: 50px;}
	body#face #subhead { background:url("../images/subhead-face.jpg") no-repeat; }
		body#facelift #subhead { background:url("../images/subhead-facelift.jpg") no-repeat;}
	body#breast #subhead { background:url("../images/subhead-breast.jpg") no-repeat; }
		body#breast-aug #subhead { background:url("../images/subhead-breast-aug.jpg") no-repeat; }
	body#body #subhead { background:url("../images/subhead-body.jpg") no-repeat; }
		body#liposuction #subhead { background:url("../images/subhead-liposuction.jpg") no-repeat; }
	body#skin-care #subhead { background:url("../images/subhead-skin-care.jpg") no-repeat; }
		body#botox #subhead { background:url("../images/subhead-botox.jpg") no-repeat; }
		body#nonsurgical #subhead { background:url("../images/subhead-nonsurgical.jpg") no-repeat; }
	
	body#laser #subhead { background:url("../images/subhead-laser.jpg") no-repeat;}
	body#estique #subhead { background:url("../images/subhead-estique.jpg") no-repeat; }
	body#spa #subhead { background:url("../images/subhead-spa.jpg") no-repeat; }
	body#products #subhead { background:url("../images/subhead-products.jpg") no-repeat; }
	body#checkout #subhead { background:url("../images/subhead-checkout.jpg") no-repeat; }
	body#testimonials #subhead { background:url("../images/subhead-testimonials.jpg") no-repeat;}
	body#blog #subhead { background:url("../images/subhead-blog.jpg") no-repeat; }
	body#contact #subhead { background:url("../images/subhead-contact.jpg") no-repeat; }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg") no-repeat; height: 100px; }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg") no-repeat; }
	


/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:760px;
	margin:0 auto;
	text-align:center;
	font-size:.95em;
	}

#footer p {
	color:#A88F79;
	margin-bottom:10px;
	}

#footer a:link, #footer a:visited { color:#D15E4D; text-decoration:none; }

#footer a:hover, #footer a:active { color:#D15E4D; text-decoration:underline; }

#footer ul {margin:0px 10px 10px 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 #D15E4D;
	}

	#footer li.first { border: none; }
/* Horozontal Sprite Nav
 * ------------------------------------------------------------------------- */
/* ------------------------ horizontal sprite nav ------------------------ */
#nav, #column-right-sub #nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:542px; 
	height:52px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

#nav li, #nav a, #column-right-sub #nav li, #column-right-sub #nav li { height:52px; display:block; padding: 0px;} /* change height here also */

#nav li, #column-right-sub #nav li { float:left; list-style:none; _display:inline; position:relative; background: transparent; padding-left: 0px;}

#nav-01 { width: 54px; margin-left: 0px;}
#nav-02 { width: 48px;}
#nav-03 { width: 39px;}
#nav-04 { width: 48px;}
#nav-05 { width: 41px;}
#nav-06 { width: 129px;}
#nav-07 { width: 69px;}
#nav-08 { width: 89px;}

/*-------------- (-79px) X position of button / (-52px) height of image from above ------------- */
#nav-01 a:hover, #column-right-sub #nav-01 a:hover { background:url("../images/nav.jpg")  -0px -52px no-repeat; }
#nav-02 a:hover, #column-right-sub #nav-02 a:hover { background:url("../images/nav.jpg") -54px -52px no-repeat; }
#nav-03 a:hover, #column-right-sub #nav-03 a:hover { background:url("../images/nav.jpg") -102px -52px no-repeat; }
#nav-04 a:hover, #column-right-sub #nav-04 a:hover { background:url("../images/nav.jpg") -141px -52px no-repeat; }
#nav-05 a:hover, #column-right-sub #nav-05 a:hover { background:url("../images/nav.jpg") -189px -52px no-repeat; }
#nav-06 a:hover, #column-right-sub #nav-06 a:hover { background:url("../images/nav.jpg") -230px -52px no-repeat; }
#nav-07 a:hover, #column-right-sub #nav-07 a:hover { background:url("../images/nav.jpg") -359px -52px no-repeat; }
#nav-08 a:hover, #column-right-sub #nav-08 a:hover { background:url("../images/nav.jpg") -428px -52px no-repeat; }

/* ------------------------ son of suckerfish: horizontal sprite nav ------------------------ */
#nav li ul, #column-right-sub #nav li ul {
	position:absolute;
	left:-9999px;
	padding-right:1px; /* Fixes one px spacing for border-right in FF */
	background-color:#990A02;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	z-index: 999;
	 padding-left: 0px;
	 padding-bottom: 0px;
	}

#nav li ul li, #column-right-sub #nav li ul li { 
	height:20px; /* Height of each drop down nav item */
	border:1px solid #800603;
	border-top:none;
	 padding-left: 0px;	
	 padding-bottom: 0px;
 }	

#nav li ul li a, #column-right-sub #nav li ul li a {
	width:100%;
	height:20px;	/* Height of each drop down nav item, should match above */
	line-height:20px;	 /* Height of each drop down nav item again, should match above */
	}

#nav li ul li a span, #column-right-sub #nav li ul li a span {
	display:block;
	padding-left:5px;
	}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active, #column-right-sub #nav a:link, #column-right-sub #nav a:visited, #column-right-sub #nav a:hover, #column-right-sub #nav a:active {
	font-size:1.0em;
	color:#FFFFFF;
	text-decoration:none;
	}

#nav li:hover ul, #nav li.sfHover ul, #column-right-sub #nav li:hover ul, #column-right-sub #nav li.sfHover ul	{ left: auto; }

/* Hover styles for drop down items */
#nav-03 ul a:hover, #nav-04 ul a:hover, #nav-05 ul a:hover, #nav-07 ul a:hover, #column-right-sub #nav-03 ul a:hover, #column-right-sub #nav-04 ul a:hover, #column-right-sub #nav-05 ul a:hover, #column-right-sub #nav-07 ul a:hover { 
	background-image:none;
	background-color:#FFFFFF;
	color:#C4220B;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-03 ul, #nav-03 li { width:60px; }		
#nav-04 ul, #nav-04 li { width:130px; }
#nav-05 ul, #nav-05 li { width:135px; }		
#nav-07 ul, #nav-07 li { width:140px; }
#column-right-sub #nav-03 ul, #column-right-sub #nav-03 li { width:60px; }		
#column-right-sub #nav-04 ul, #column-right-sub #nav-04 li { width:130px; }
#column-right-sub #nav-05 ul, #column-right-sub #nav-05 li { width:135px; }		
#column-right-sub #nav-07 ul, #column-right-sub #nav-07 li { width:140px; }

/* Vertical Sprite Nav
 * ------------------------------------------------------------------------- */

#procedure-nav {
	background:url("../images/procedure-nav2.jpg") top left no-repeat;					
	width:238px;		/* Width of buttons, not entite image (or half of entire image) */
	height:817px;		/* 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:94px;			/* Each button must have the same height, define it here */
	display:block;
	}

/* margin-top to set where the nav should begin */
#procedure-nav-01 { margin-top:17px; width:238px; }

/* margin-top if there is a spacing between each nav button */
#procedure-nav-02, #procedure-nav-03, #procedure-nav-04, #procedure-nav-05, #procedure-nav-06, #procedure-nav-07, #procedure-nav-08 { margin-top:0px; width:238px; }


#procedure-nav-01 a:hover { background:url("../images/procedure-nav2.jpg") -238px -17px no-repeat; }
#procedure-nav-02 a:hover { background:url("../images/procedure-nav2.jpg") -238px -111px no-repeat; }
#procedure-nav-03 a:hover { background:url("../images/procedure-nav2.jpg") -238px -205px no-repeat; }
#procedure-nav-04 a:hover { background:url("../images/procedure-nav2.jpg") -238px -299px no-repeat; }
#procedure-nav-05 a:hover { background:url("../images/procedure-nav2.jpg") -238px -393px no-repeat; }
#procedure-nav-06 a:hover { background:url("../images/procedure-nav2.jpg") -238px -487px no-repeat; }
#procedure-nav-07 a:hover { background:url("../images/procedure-nav2.jpg") -238px -581px no-repeat; }
#procedure-nav-08 a:hover { background:url("../images/procedure-nav2.jpg") -238px -675px no-repeat; }

#map{
background:url("../images/map-button.gif") no-repeat;
position:relative;
height:106px;
margin-top:10px;
margin-left:45px;
}

#map a {
	position:absolute;
	margin-left:0px;
	margin-top:0px;
	left: 7px;
	width: 169px;
	top: 5px;
	height: 87px;
}

#map-2 {
background:url("../images/map-2-button.gif") no-repeat;
position:relative;
height:106px;
margin-top:10px;
margin-left:45px;
}

#map-2 a {
	position:absolute;
	margin-left:0px;
	margin-top:0px;
	left: 7px;
	width: 169px;
	top: 5px;
	height: 87px;
}

#carecredit{
background:url("../images/care-credit-btn.gif") no-repeat;
height:69px;
width:170px;
position:relative;
margin-left:40px;
}
#carecredit a{
	height:69px;
	width:170px;
	position:absolute;
	left: 0px;
	top: 0px;
}

#surgeryloans{
background:url("../images/surgeryloans-btn.gif") no-repeat;
height:69px;
width:170px;
position:relative;
margin-left:40px;
}

#surgeryloans a, #blog-btn a{
height:69px;
width:170px;
position:absolute;

}


#blog-btn{
background:url("../images/blog-btn.gif") no-repeat;
height:69px;
width:170px;
position:relative;
margin-left:40px;
}

.left-wht-txt{
color:#FFFFFF;
}

/* Social Media Links */
#socmedialinks {
	margin: 0 auto 10px;
	width: 140px;
}

#socmedialinks a {
	background-image: url('http://dhsc66z5v6eup.cloudfront.net/icon-kit-01/smk-small-shadows.png');
	display: inline-block;
	width: 32px; height: 32px;
}

#sml-fb {
	background-position: -205px -205px;
}
#sml-twt {
	background-position: -5px -205px;
}
#sml-blg {
	background-position: -305px -205px;
}
#sml-rss {
	background-position: -505px -205px;
}
#sml-li {
	background-position: -405px -205px;
}
#sml-yt {
	background-position: -105px -205px;
}
#sml-ggl {
	background-image: url('http://dhsc66z5v6eup.cloudfront.net/icon-kit-01/smk-small-shadows-02.png') !important;
	background-position: -705px -205px;
}

/* News Ticker
---------------------------------------------------------------------------*/
#blog-ticker {
	margin: 0px auto 10px;
	width: 140px;
}
#blog-ticker h3 {
	color: #E9B3AB;
}
.newsticker-jcarousellite li {
	display:block;
	list-style:none;
	overflow: hidden;
	padding:5px 10px 10px;
	margin-top: 5px;
}
.newsticker-jcarousellite li a {
	color: #fff;
	text-decoration: underline;
}
.newsticker-jcarousellite li a:hover {
	color: #000;
	text-decoration: none;
}
.newsticker-jcarousellite li span		{ display:block; }
.newsticker-jcarousellite li span.blogDate	{ font-size: 0.8em; }
.newsticker-jcarousellite li span.blogTitle	{ font-size: 1.2em; font-weight:bold; height: 1.1em; overflow: hidden; }
.newsticker-jcarousellite li span.blogContent	{ height: 2.5em; overflow: hidden; }

