/*--------------------- 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 */
h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,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:#F2DEB8 url("http://www.chongmd.com/images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:12px/16px Arial, Helvetica, sans-serif; 
	color:#254B1E;
	}

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

.ha	{ font-size:1.2em; color:#254B1E; font-weight:bold; margin-bottom:10px; }
.hb	{ font-size:1.1em; color:#254B1E; font-weight:bold; margin-top:15px;}
.hc	{ font-size:1.0em; color:#254B1E; font-weight:bold; margin-top:10px; }

.hb-body	{ font-size:1.1em; color:#254B1E; font-weight:bold; padding-top:80px;}
h1	{ color:#254B1E; font-weight:bold; padding-top:80px; margin:0px 0px 0px 140px; padding:0px; font-size:14px;}

.ha span,.hb span,.hc span	{ display:none; }

a:link ,a:visited	{ color:#254B1E; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#254B1E; 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;
	padding-bottom: 10px;
	background:url("http://www.chongmd.com/images/bullet-back-to-top.jpg") right no-repeat;
	clear:both;
	}
	
img.img-left { 
	float:left; 
	margin:2px 10px 10px 0; 
	}
	img.img-left-mission { 
	float:left; 
	margin:2px 10px 50px 0; 
	}
	img.img-left-heather { 
	float:left; 
	margin:2px 10px 40px 0; 
	}
	img.img-left-jenny { 
	float:left; 
	margin:2px 10px 40px 0; 
	}
	
img.img-right { 
	float:right; 
	margin:5px 0 10px 10px; 
	}
img.img-more { 
	margin-left:400px; 
	}

.hr {
	background:url("http://www.chongmd.com/images/hr.jpg") no-repeat;
	width:242px;
	height:11px;
	margin:20px 250px;
	}
	
    #spacer {height: 300px;}
	
/* ----- global form elements ----- */ 

form {
	width:165px;
	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:#F4F8EB !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #5B503B;
	color:#254B1E;
	width:160px; /* 5 pixles smaller than form width !important */
	height:17px;
	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:58px; overflow:auto; }

#contact-business { display: none; } /* do not remove */ 


/* --- right aligned consultation box */

#consult {
	width:200px;
	border:solid 1px red;
	float:right;
}

.myheight {
	height:20px;
}

/* ----- main contact form ----- */ 
#main { 
		border:solid 1px orange;
}
 
#contact-main { 
	margin:0px 0px 0px 0px; 
}

#layouttable {
	width:700px;
}

#layouttable td {
		vertical-align:top;
}

#layouttable .layleft  {
}

#layouttable .layleft h1 
{
	padding:0px;
	margin:0px;
}

#layouttable .layleft p  
{
	padding:0px;
	margin:0px;
}


#layouttable .layright  {
	width:200px;
	height:445px;
	background-image:url('../images/vertical_lines.jpg');
	background-position:left center;
	background-repeat:no-repeat;
}

#layouttable .laybottom  {
}


#herbio {
	padding-left:20px;
	text-align:left;
	width:200px
}

#herbio > div  {
		margin-bottom:10px;
		padding-right:15px;
}

#maintable {
	width:400px;
	margin-left:15px;
}

#maintable td {
		padding:3px;
}

#maintable td.myleft {
	text-align:right;
	width:220px;
}

#maintable td.myright {
	text-align:left;
	width:180px;
}
	
#contact-main input, #contact-main textarea, #contact-main select { 
	}
	
#contact-main select { width:170px; }
	
#contact-main textarea { height:100px; overflow:auto; }

#contact-business-main { display: none; } /* do not remove */ 


/* ----- submit button form elements ----- */ 

input.submit, input.submit-contact-main { 
	background:url("../images/chongmd_submit_btn.jpg");
	width:90px;
	height:38px;
	border:none;
	cursor:pointer;
	line-height:38px;
	}


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

#wrap {
	background:url("http://www.chongmd.com/images/bg-wrap.jpg") repeat-y;
	width:831px;
	margin:0 auto;
	text-align:left;
	}
	#wrap2 {
	background:url("http://www.chongmd.com/images/inside/bg-wrap2.jpg") repeat-y;
	width:831px;
	margin:0 auto;
	text-align:left;
	}

#wrap-index {
	background:url("http://www.chongmd.com/images/index-wrap.jpg") repeat-y;
	width:831px;
	margin:0 auto;
	text-align:left;
	}

	
#masthead {
	position:relative;
	background:url("http://www.chongmd.com/images/masthead.jpg");
	height:90px;
	}


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

#column-left {
	width:557px;
	float:left;
	position:relative;
	}
	#column-left2 {
	width:831px;
	float:left;
	position:relative;
	}
	
	#column-left p {
		margin:0 0px 10px 0px;
		}
		#column-left2 p {
		margin:0 135px 10px 145px;
		}
	#column-left form { margin-left:70px; }
	#column-left2 form { margin-left:70px; }

	/* multi column list */

	#column-left ul { padding:0 0 20px 110px; } 

		#column-left ul li { 
			background:transparent url("http://www.chongmd.com/images/bullet.gif") 0px 6px no-repeat;
			padding-left:30px;  /* pushes text to the right to display bg img */
			padding-top:5px;
			position:relative; 
			}
			
		#column-left ul li.list { width:300px; }
		
		#column-left ul.no-icon { margin-top:20px; }
		#column-left ul li.no-icon { background:none; }
		/* single column list */
	#column-left2 ul { padding:0 0 20px 210px; font:16px/19px "trebuchet ms", tahoma, sans-serif; } 

		#column-left2 ul li { 
			background:transparent url("http://www.chongmd.com/images/bullet.gif") 0px 6px no-repeat;
			padding-left:30px;  /* pushes text to the right to display bg img */
			padding-top:5px;
			position:relative; 
			}
			#column-left2 ul li a{color:#9C9279;}
			
		#column-left2 ul li.list { width:300px;}
		
		#column-left2 ul.no-icon { margin-top:20px; }
		#column-left2 ul li.no-icon { background:none; }

		.thumbs {
			margin-left: 86px;			
			background:none;
			}	
			
		.thumbs dd {
			padding-left: 25px; 
			float:left;
			list-style:none;
			}	
			
			
			.thumbs2 {
			margin-left: 30px;
					
			background:none;
			}	
			
		.thumbs2 dd {
			padding-left: 25px;
			
			float:left;
			list-style:none;
			}	




#welcome-bg {
	background:url("http://www.chongmd.com/images/welcome-bg.jpg") repeat-y;
	}
	#welcome-bg2 {
	background:url("http://www.chongmd.com/images/inside/bg-wrap2.jpg") repeat-y;
	}
	#welcome-bg p {
		margin:0px 60px 5px 107px;
		}

#title-welcome-read {
	height:51px;
	background:url("http://www.chongmd.com/images/title-welcome-read.jpg") ;
	}

#title-procedures-bg {
	width:290px;
	background:url("http://www.chongmd.com/images/title-procedures-bg.jpg") repeat-y;
	float:left;
	}
	#title-procedures-bg p {
		margin:0px 30px 5px 101px;
		}
#title-procedures {
	height:85px;
	background:url("http://www.chongmd.com/images/title-procedures.jpg") ;
	}
	
	
	
#title-procedures-read {
	height:100px;
	background:url("http://www.chongmd.com/images/title-procedures-read.jpg") ;
	}
	
	body#index ul#nav-procedure { margin:0; padding:0; }
	body#index ul#nav-procedure li { margin:0; padding:0; background-image:none; }


#contact-side { width:400px;
}

#title-testimonials-bg {
	width:267px;
	background:url("http://www.chongmd.com/images/title-testimonials-bg.jpg") repeat-y;
	float:left;
	}
	#title-testimonials-bg p {
		margin:0px 30px 5px 25px;
		}	

#title-testimonials {
	height:102px;
	background:url("http://www.chongmd.com/images/title-testimonials.jpg") ;
	}
#bottom-testimonials {
	height:47px;
	background:url("http://www.chongmd.com/images/bottom-testimonials.jpg") ;
	}
	
div.subhead-img { width:180px; height:200px; position:absolute; left:452px; top:88px; }

body#face div.subhead-img { background:url("http://www.chongmd.com/images/face.gif") no-repeat;}
body#breast div.subhead-img { background:url("http://www.chongmd.com/images/breast.gif") no-repeat;}
body#body div.subhead-img { background:url("http://www.chongmd.com/images/body.gif") no-repeat;}
		
/* ----- column-right ----- */

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

	#column-right p {
		margin:0 103px 10px 30px;
		}
	#column-right form { margin-left:26px; }

	/* multi column list */
	#column-right ul { padding-left:5px; } 
		#column-right ul li { 
			background:transparent url("http://www.chongmd.com/images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			}

#title-contact {
	height:124px;
	background:url("http://www.chongmd.com/images/title-contact.jpg") ;
	margin-bottom:-20px;
	}

#title-contactus-contact {
	height:68px;
	background:url("http://www.chongmd.com/images/title-contactus-contact.jpg") no-repeat;
	margin-left:0px;
	}



#title-testimonials-sub {
	height:124px;
	background:url("http://www.chongmd.com/images/title-testimonials-sub.jpg") ;
	margin-bottom:-20px;
	}


#bottom-contact {
	height:84px;
	background:url("http://www.chongmd.com/images/bottom-contact.jpg") ;
	}
	
/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url("http://www.chongmd.com/images/bottom-wrap.jpg") ;
	height:167px;
	clear:both;
	width:100%; /* fix for Safar */
	}
	
#bottom-wrap-sub {
	background:url("http://www.chongmd.com/images/bottom-wrap-sub.jpg");
	height:152px;
	clear:both;
	width:100%; /* fix for Safar */
	}
#bottom-wrap-sub2 {
	background:url("http://www.chongmd.com/images/inside/bottom-wrap-sub2.jpg");
	height:152px;
	clear:both;
	width:100%; /* fix for Safar */
	}

#logosbreast {
	background:url("http://www.chongmd.com/images/logosbreast.jpg");
	height:72px;
	clear:both;
	width:100%; /* fix for Safar */
	}
#logosskincare {
	background:url("http://www.chongmd.com/images/logosskincare.jpg");
	height:198px;
	clear:both;
	width:100%; /* fix for Safar */
	}
#logosskincare2 {
	background:url("http://www.chongmd.com/images/logosskincare2.jpg");
	height:129px;
	clear:both;
	width:100%; /* fix for Safar */
	}
	
#logosfacial {
	background:url("http://www.chongmd.com/images/logosfacial.jpg");
	height:275px;
	clear:both;
	width:100%; /* fix for Safar */
	}
#logosfacial2 {
	background:url("http://www.chongmd.com/images/logosfacial2.jpg");
	height:207px;
	clear:both;
	width:100%; /* fix for Safar */
	}

#footer-wrap {
	background:url("http://www.chongmd.com/images/footer-wrap-bg.jpg") repeat-y;
	width:831px;
	margin:0 auto;
	text-align:left;
	}

#footer-bg {
	background:url("http://www.chongmd.com/images/footer-bottom.jpg") no-repeat; 
	width:831px; 
	height:173px;
	margin-bottom:-20px;
	}
	


#footer-bottom-wrap {
	background:url("http://www.chongmd.com/images/footer-bottom-wrap.jpg") ;
	height:140px;
	clear:both;
	width:100%; /* fix for Safar */
	}


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

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

	body#index #header-graphic { background:url("http://www.chongmd.com/images/header-index.jpg");}
	body#about #header-graphic { background:url("http://www.chongmd.com/images/header-about.jpg"); }
	body#body #header-graphic { background:url("http://www.chongmd.com/images/header-body.jpg"); }
	body#breast #header-graphic { background:url("http://www.chongmd.com/images/header-breast.jpg"); }
	body#face #header-graphic { background:url("http://www.chongmd.com/images/header-face.jpg"); }
	body#face2 #header-graphic { background:url("http://www.chongmd.com/images/inside/title-face2.jpg"); }
	body#contact #header-graphic { background:url("http://www.chongmd.com/images/header-contact.jpg"); }
	body#thankyou #header-graphic { background:url("http://www.chongmd.com/images/header-index.jpg"); }

	/* index page link within #masthead */		
	#header-graphic a {	
		position:absolute;
		margin:30px 0px 0px 85px;
		width:326px;
		height:94px; 
		}
	#header-graphic a span {
		display:none;
		}


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

#subhead { height:124px;  margin-bottom:-20px; } /* sets height for all subheads */
#subhead2 { height:124px;  margin-bottom:-20px; background:url("http://www.chongmd.com/images/inside/title-face2.jpg");} 
#subhead3 { height:124px;  margin-bottom:-20px; background:url("http://www.chongmd.com/images/inside/title-body2.jpg");} 
#subhead4 { height:124px;  margin-bottom:-20px; background:url("http://www.chongmd.com/images/inside/title-breast2.jpg");} 
#subhead5 { height:124px;  margin-bottom:-20px; background:url("http://www.chongmd.com/images/inside/title-contact2.jpg");} 
#subhead6 { height:124px;  margin-bottom:-20px; background:url("http://www.chongmd.com/images/inside/title-thankyou.jpg");} 

	body#index #subhead { background:url("http://www.chongmd.com/images/subhead-index.jpg"); }
	body#about #subhead { background:url("http://www.chongmd.com/images/subhead-meet.jpg"); }
	body#contact #subhead { background:url("http://www.chongmd.com/images/subhead-contact.jpg"); }
	body#thankyou #subhead { background:url("http://www.chongmd.com/images/subhead-thankyou.jpg"); }

	body#body #subhead{ background:url("http://www.chongmd.com/images/subhead-body.jpg"); }
	body#breast #subhead { background:url("http://www.chongmd.com/images/subhead-breast.jpg"); }
	body#face #subhead { background:url("http://www.chongmd.com/images/subhead-face.jpg"); }
	body#face2 #subhead { background:url("http://www.chongmd.com/images/inside/title-face2.jpg")}



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

#footer p {
	color:#254B1E;
	margin:10px 80px 10px 90px;
	}

#footer a:link, #footer a:visited { color:#254B1E; }

#footer a:hover, #footer a:active { color:#254B1E; }

#footer ul {padding-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 #254B1E;
	}

	#footer li.first { border: none; }

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

#nav { 
	background:url("http://www.chongmd.com/images/nav.jpg") no-repeat; 
	width:831px; 
	height:29px; 
	}

#nav span { display: none; }

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

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

#nav-01 { width: 121px; margin-left: 48px;}
#nav-02 { width: 135px; margin-left: 5px;}
#nav-03 { width: 99px; margin-left: 5px;}
#nav-04 { width: 102px; margin-left: 5px;}
#nav-05 { width: 122px; margin-left: 5px;}
#nav-06 { width: 146px; margin-left: 5px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("http://www.chongmd.com/images/nav.jpg")  -48px -29px no-repeat; }
#nav-02 a:hover { background:url("http://www.chongmd.com/images/nav.jpg") -174px -29px no-repeat; }
#nav-03 a:hover { background:url("http://www.chongmd.com/images/nav.jpg") -314px -29px no-repeat; }
#nav-04 a:hover { background:url("http://www.chongmd.com/images/nav.jpg") -418px -29px no-repeat; }
#nav-05 a:hover { background:url("http://www.chongmd.com/images/nav.jpg") -525px -29px no-repeat; }
#nav-06 a:hover { background:url("http://www.chongmd.com/images/nav.jpg") -652px -29px no-repeat; }


/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id ------------- */
body#SPECIFY #nav-01 { background:url("http://www.chongmd.com/images/nav.jpg")  -48px -29px no-repeat; }
body#SPECIFY #nav-02 { background:url("http://www.chongmd.com/images/nav.jpg") -174px -29px no-repeat; }
body#SPECIFY #nav-03 { background:url("http://www.chongmd.com/images/nav.jpg") -314px -29px no-repeat; }
body#SPECIFY #nav-04 { background:url("http://www.chongmd.com/images/nav.jpg") -418px -29px no-repeat; }
body#SPECIFY #nav-05 { background:url("http://www.chongmd.com/images/nav.jpg") -525px -29px no-repeat; }
body#SPECIFY #nav-06 { background:url("http://www.chongmd.com/images/nav.jpg") -652px -29px no-repeat; }



/* Vertical Sprite Nav
 * ------------------------------------------------------------------------- */

#nav-procedure {
	background:url("http://www.chongmd.com/images/procedures-btns.jpg") top left no-repeat;					
	width:267px;		/* Width of buttons, not entite image (or half of entire image) */
	height:164px;		/* Height of entire image */
	margin:0px;
	padding:0px;
	}
	
	
#nav-procedure li span { display: none; }

#nav-procedure li {
	float:left;
	list-style:none;
	}

#nav-procedure li, #nav-procedure a { 
	height:54px;			/* Each button must have the same height, define it here */
	display:block;
	}
#nav-procedure li#nav-procedure-03, #nav-procedure li#nav-procedure-03 a { 
	height:56px;			/* Each button must have the same height, define it here */
	display:block;
	}

/* margin-top to set where the nav should begin */
#nav-procedure-01 { margin-top:0px; width:267px; }

/* margin-top if there is a spacing between each nav button */
#nav-procedure-02, #nav-procedure-03 { margin-top:0px; width:267px; }




/* width is the same as image width */

#nav-procedure-01 a:hover { background:url("http://www.chongmd.com/images/procedures-btns.jpg") -267px  0px no-repeat; }
#nav-procedure-02 a:hover { background:url("http://www.chongmd.com/images/procedures-btns.jpg") -267px  -54px no-repeat; }
#nav-procedure-03 a:hover { background:url("http://www.chongmd.com/images/procedures-btns.jpg") -267px  -108px no-repeat; }
