/*--------------------- Last Modified  2006.11.10 ---------------------*/
/*-------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
  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
/*------------------------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {margin:0;padding:0;}

fieldset,a img,:link img,:visited img {border:0; }
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}

/* ------------------------ GLOBAL ELEMENTS ------------------------ */

/* ------------------------ type selectors ------------------------ */
body { 
	background:#F1F4E4 url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:12px/16px Arial, Helvetica, sans-serif; 
	color:#242B11;
	}
#bg {
	background: url("../images/body-center-img.jpg") top center no-repeat;
	text-align:center; 
	}	


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

h1	{ font-size:1.2em; color:#242B11; }
h2	{ font-size:1.1em; color:#4B5724; }
h3	{ font-size:1.0em; color:#758C36; }

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

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

/* ------------------------ classes ------------------------ */
.clear {clear: both;}

div.clear	{ 
	height:.01em; 
	clear:both;
	overflow:hidden; 
	}
div.clear-h2	{ 
	height:10px; 
	clear:both;
	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;
	}
p.more-info {
	text-align:right;
	display:block;
	}
img.img-left { 
	float:left; 
	margin:0px 0px 0px 0px;
	}

img.img-right { 
	float:right; 
	margin:20px 20px 15px 15px; 
	}
ul.bullets {
	list-style-type:disc;
	margin:0 0 0 30px;
	}
/* ------------------------ form elements ------------------------ */




/* ------------------------ SPECIFIC ELEMENTS ------------------------ */

/* ------------------------ 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; } /* fixes display issue - 5px larger than input field */

#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; } /* defines placement of contact-main submit button */

/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {
	width:902px;
	margin:0 auto;
	text-align:left;
	background-image: url(../images/bg-wrap1.jpg);
	background-repeat: repeat-y;
	}

#wrap-img {
	width:902px;
	margin:0 auto;
	text-align:left;
	}

/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	height:91px;
	background-image: url(../images/logo.jpg);
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:2px;
		width:375px;
		top:15px;
		height:70px; 
		}
	#masthead a span {
		display:none;
		}

/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:604px;
	float:left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 160%;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	}

	#column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 0px;
		}
		body#contact #column-left h3 {margin-bottom: 3px;}
		body#contact #column-left h2 {margin-top: 20px;}

	#column-left form { margin-left:30px; } /* set form margin here */

	/* single column list */
	#column-left ul { padding-left:5px; }
		#column-left ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px; /* pushes text to the right to display bg img */
			}

	/* multi column list */
	#column-left ul.multi { padding-left:5px; } 
		#column-left ul.multi li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			float:left;
			width:150px; /* sets the width of each column */
			line-height:20px; 
			}

	/* definition list */
	#column-left dl { padding-left:5px; }
		#column-left dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-left dl dd {
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}

/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:268px;
	float:left;
	padding-bottom: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 160%;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0px 24px 10px 24px;
		}

	#column-right form { padding-left:24px; }

	/* single column list */
	#column-right ul { padding-left:5px; }
		#column-right ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			}

	/* multi column list */
	#column-right ul.multi { padding-left:5px; } 
		#column-right ul.multi li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			float:left;
			width:150px;
			line-height:20px; 
			}

	/* 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; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}

/* ------------------------ header framework ------------------------ */
#header-graphic {
	height:275px;
	background:url("../images/header-index.jpg");
} /* sets height for all non-flash headers */
/*
	body#index #header-graphic { background:url("../images/header-index.jpg"); }
	body#about #header-graphic { background:url("../images/header-about.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"); }
*/

/* ------------------------ subhead framework ------------------------ */
#subhead { padding-top: 95px; } /* sets height for all subheads */
	body#index #subhead {
	height:62px;
	padding-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 62px;
	color: #78903A;
	padding-left: 0px;
	font-weight: bold;
}
	body#about #subhead { background:url("../images/subhead-about.jpg") top no-repeat; }
	body#loss #subhead { background:url("../images/subhead-loss.jpg") top no-repeat; }
	body#aids #subhead { background:url("../images/subhead-aids.jpg") top no-repeat; }
	body#services #subhead { background:url("../images/subhead-services.jpg") top no-repeat; }
	body#contact #subhead { background:url("../images/subhead-contact.jpg") top no-repeat; }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg") top no-repeat; }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg") top no-repeat; }

/* ------------------------ subhead framework with varying heights ------------------------ */
#title-procedures {
	height:74px;
	background:url("../images/title-procedures.jpg") ;
	}
#procedures {
	background: url("../images/procedures-wrap.jpg") repeat-y;
	}
#procedures-bottom {
	height:35px;
	background:url("../images/procedures-bottom.jpg") ;
	position: relative;
	clear: both;
	}
	#procedures-bottom a.rm1 {
		position: absolute;
		top: 13px;
		height: 15px;
		left: 25px;
		width: 75px;
		}
	#procedures-bottom a.rm2 {
	position: absolute;
	top: 13px;
	height: 15px;
	left: 323px;
	width: 75px;
		}
	#procedures-bottom a.rm3 {
	position: absolute;
	top: 13px;
	height: 15px;
	left: 620px;
	width: 232px;
		}
	#procedures p, #procedures ul, #procedures a:link, #procedures a:visited, #coupon a:link, #coupon a:visited {color: #FFFFFF;}
	#procedures a:hover, #procedures a:active, #coupon a:hover, #coupon a:active {color: #FFFFFF; text-decoration: none;}
	
	#testing-index, #aids-index, #prevention-index {
	width: 288px;
	float: left;
	margin: 0 1px 5px 10px;
	display: inline;
		}
	#testing-index p, #aids-index p, #prevention-index p {margin: 0 20px 10px 12px;}
	#aids-index ul li {
	width: 130px;
	float: left;
	background:transparent url("../images/bullet.gif") 0px 4px no-repeat;
	padding-left: 5px;
	margin-left: 5px;
		}
/* ------------------------ title framework with varying heights ------------------------- */
body#index #title-contact {
	height:62px;
	padding: 0px;
	background-image: url(../images/cntitle-index.jpg);
	}
body#contact #title-contact, body#thankyou #title-contact {
	padding-top:95px;
	background:url("../images/title-visit.jpg") top no-repeat;
	}
#title-contact {
	padding-top:95px;
	background:url("../images/title-contact.jpg") top no-repeat;
	}
#title-meet-dr {
	height:58px;
	background:url("../images/title-meet-dr.jpg") ;
	}
#coupon {
	height:180px;
	background:url("../images/coupon.jpg") ;
	position: relative;
	}
	#coupon a {
	position:absolute;
	left:26px;
	width:581px;
	top:11px;
	height:162px;
		}
		#coupon a span {
		display:none;
		}	
/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	width:100%; /* fix for Safar */
	height:20px;
	clear:both; /* important - do not remove */
	}

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

#footer p {
	color:#242B11;
	margin-bottom:10px;
	}

#footer a:link, #footer a:visited { color:#242B11; }
#footer a:hover, #footer a:active { color:#000; text-decoration:none; }

#footer ul {margin:10px;}
	#footer li { /* if your li's float, you can adjust border height w/ line-height */
		padding:0 5px 0 7px; /* adjusts the spacing between each li display and border-left */
		display: inline;
		border-left: 1px solid #242B11;
		}
	#footer li.first { border: none; }

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */
/* ------------------------ horizontal sprite nav ------------------------ */
#nav {
	width:902px;
	height:34px;
	margin:0;
	padding:0;
	background-image: url(../images/cnnav.jpg);
	background-repeat: no-repeat;
	}

#nav span { display: none; }

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

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

#nav-01 { width: 128px; margin-left: 0px;}
#nav-02 { width: 128px;}
#nav-03 { width: 128px;}
#nav-04 { width: 128px;}
#nav-05 { width: 129px;}
#nav-06 { width: 129px;}
#nav-07 { width: 130px;}


/*-------------- (-79px) X position of button / (-34px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/cnnav.jpg")  -0px -34px no-repeat; }
#nav-02 a:hover {
	background-image: url(../images/cnnav.jpg);
	background-repeat: no-repeat;
	background-position: -128px -34px;
}
#nav-03 a:hover { background:url("../images/cnnav.jpg") -256px -34px no-repeat; }
#nav-04 a:hover { background:url("../images/cnnav.jpg") -384px -34px no-repeat; }
#nav-05 a:hover { background:url("../images/cnnav.jpg") -512px -34px no-repeat; }
#nav-06 a:hover { background:url("../images/cnnav.jpg") -641px -34px no-repeat; }
#nav-07 a:hover { background:url("../images/cnnav.jpg") -770px -34px no-repeat; }







/********daohang*******/
#column-right ul { list-style:none; margin:0px 5px; padding:0 5px 0px; 5px;}
#column-right li { 
display:block;
height:30px;
list-style-type: none;
}
#column-right ul li a{
	display:block;
	color:#074A97;
	background-color:inherit;
	text-decoration:none;
	height:30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 30px;
	font-weight: normal;
	font-variant: normal;
	padding-left: 20px;
	border-bottom-color: #999c9c;
	background-image: url(../images/right_ul_li.gif);
	background-repeat: no-repeat;
	background-position: 0 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
}
#column-right ul li a:hover{
	color:#974D04;
	text-decoration:none;
	background-color: #DDDDCB;
	background-image: url(../images/right_ul_li.gif);
	background-repeat: no-repeat;
	background-position: 0 10px;
}


#column-right span{
	width:222px;
	color:#B3770F;
	background-color:inherit;
	display:block;
	height: 30px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999c9c;

}
