/* CSS Document */

body {

	background-image: url(images/bg3.gif);
	color:#848484;
	font-family:helvetica,arial,sans-serif;
	font-size:12px;
	line-height:22px;
	height:100%;
	margin-top: 5px;
}

.clear {
	clear: both;
}

a {

	font-family: helvetica,arial,sans-serif;
	font-size: 12px;
	text-decoration: underline;
	line-height: 17px;
	color: #008AAE;
}

a:hover {
	font-family: helvetica,arial,sans-serif;
	font-size: 12px;
	text-decoration: underline;
	line-height: 17px;
	color:#49ADC4;
}

a:active {
	border: none;
}

h1 {
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
	color: #008AAE;
}

#hd_shadow {
	background-image: url(images/hd_shadow.png);
	background-position: center;
	margin: auto;
	width: 890px;
	height: 35px;
}

* html #hd_shadow {
	background-image: none;
}

#shadow {
	background-image: url(images/bg_shadow.png);
	background-repeat: repeat-y;
	background-position: center; 
	width: 872px;
	height:100%;
	margin: auto;
}

* html #shadow {
	background-image: none;
}

#wrapper {
	position: relative;
	width: 800px;
	margin:0 auto;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	border: 1px solid #008AAE;
	background-color: #FFF;
}

* html #wrapper{
	height: 300px;
}

#header {
	background-image: url(images/header.gif);
	width: 800px;
	height: 160px;
}

/* Begin Tabbed Navigation */

#nav {
	position: relative;
	background-color: #ADC4A3;
	width: 800px;
	height: 56px;
	border-top: 1px solid #008AAE;
	border-bottom: 1px solid #008AAE;
}

#nav .tab{
	height: 56px;
	position: relative;
	background-position: 0px -56px;
	background-repeat: no-repeat; 
	float: left;
	border-right: 1px solid #008AAE;
	
}

#nav .tab img{
	height: 56px;
	border: none;
}

#NavHome {
	width: 67px;
	background-image: url(Images/test.gif);
}

#NavHome:hover {
	background-position: 0px 0px; 
}

#NavHome a img{
	width: 67px;
}

#NavMeetKim {
	width: 92px;
	background-image: url(Images/nav_meetKim.gif);
}

#NavMeetKim:hover {
	background-position: 0px 0px; 
}

#NavMeetKim a img{
	width: 92px;
}

#NavWhy {
	width: 145px;
	background-image: url(Images/nav_why.gif);
}

#NavWhy:hover {
	background-position: 0px 0px; 
}

#NavWhy a img{
	width: 145px;
}

#NavWhat {
	width: 147px;
	background-image: url(Images/nav_what.gif);
}

#NavWhat:hover {
	background-position: 0px 0px; 
}

#NavWhat a img{
	width: 147px;
}

#NavSpeaking{
	width: 85px;
	background-image: url(Images/nav_speaking.gif);
}

#NavSpeaking:hover {
	background-position: 0px 0px; 
}

#NavSpeaking a img{
	width: 85px;
}

#NavFAQ{
	width: 63px;
	background-image: url(Images/nav_faq.gif);
}

#NavFAQ:hover {
	background-position: 0px 0px; 
}

#NavFAQ a img{
	width: 63px;
}

#NavResources{
	width: 94px;
	background-image: url(Images/nav_resources.gif);
}

#NavResources:hover {
	background-position: 0px 0px; 
}

#NavResources a img{
	width: 94px;
}

#NavContact{
	width: 80px;
	background-image: url(Images/nav_contact.gif);
}

#NavContact:hover {
	background-position: 0px 0px; 
}

#NavContact a img{
	width: 80px;
}

/* End Tabbed Navigation */

#contentWrapper {
	width: 799px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	background-color: #FFFFFF;
	margin-left: 1px;
}

#content {
	margin-bottom: 15px;
	width: 770px;
	height: 100%;
	margin-left: 20px;
	margin-top: 30px;
	background-color: #FFFFFF;
}

#welcome {
	background-image: url(images/hd_welcome.gif);
	width: 458px;
	height: 40px;
}

.homeImage {
	width: 288px;
	height: 381px;
	background-image: url(images/sidebar_home.jpg);
	float: right;
	margin-top: -70px;
}

* html .homeImage {
	margin-top: -50px;
	background-repeat: no-repeat;
}

#sidebar {
	width: 196px;
	height: 507px;
	background-color: #daedf3;
	float: right;
	margin-right: 34px;
	margin-top: 381px;
	padding-left: 15px;
	padding-right: 15px;
	color: #515151;
	font-size: 11px;
	line-height: 16px;
	font-style: italic;
}

*+html #sidebar {
	height: 522px;
}

* html #sidebar {
	margin-right: 17px;
	width: 194px;
}

.homeText {
	width: 415px;
	float: left;
	margin-left: 47px;
	height: 818px;
}

* html .homeText {
	margin-left: 20px;
}

#footer {
	width: 800px;
	height: 29px;
	margin-bottom: 30px;
	border-top: solid 1px #008AAE;
	margin: auto;
	padding-top: 5px;
	background-color: #FFF;
}

.footerNav {
	margin-right: 10px;
	margin-left: 15px;
	margin-top: 5px;
}

#footerShadow {
	background-image: url(images/footerShadow.png);
	background-position: center;
	margin: auto;
	width: 872px;
	height: 35px;
}

* html #footerShadow {
	background-image: none;
}

#copyright {
	color: #515151;
	font-size: 10px;
	margin: auto;
	width: 800px;
	margin-top: -30px;
}

#copyright a {
	color: #515151;
	font-size: 10px;
}

#copyright a:hover {
	color: #FFF;
	font-size: 10px;
}

/* Meet Kim */
#meetKim {
	background-image: url(images/hd_meetKim.gif);
	width: 766px;
	height: 40px;
}

#meetKimText {
	width: 690px;
	margin-left: 42px;
}

/* End Meet Kim */

/* Why Acupuncture */
#whyAcu {
	background-image: url(images/hd_why.gif);
	width: 766px;
	height: 40px;
}

#whyAcuImage {
	width: 300px;
	height: 236px;
	background-image: url(images/woman.jpg);
	float: right;
	margin-right: 10px;
}

#whyAcuText {
	width: 415px;
	float: left;
	margin-left: 42px;
}

#whyBottomText {
	width: 690px;
	margin-bottom: 15px;
}

#elements {
	background-image: url(images/5elements.jpg);
	height: 224px;
	width: 714px;
	margin-left: -10px;
	margin-bottom: 5px;
}
/* End Why Acupuncture */

/* What Patients Say */
#what {
	background-image: url(images/hd_what.gif);
	width: 766px;
	height: 40px;
}

#whatText {
	width: 690px;
	margin-left: 42px;
}
/* End What Patients Say */

/*Speaking */
#speaking {
	background-image: url(images/hd_speaking.gif);
	width: 766px;
	height: 40px;
}

#speakingText {
	width: 690px;
	margin-left: 42px;
}
/* End Speaking */

/* FAQ */
#FAQ {
	background-image: url(images/hd_faq.gif);
	width: 766px;
	height: 40px;
}

#faqImage {
	width: 300px;
	height: 230px;
	background-image: url(images/dummy.jpg);
	float: left;
	margin-left: 25px;
}

#faqText {
	width: 400px;
	float: right;
	margin-right: 20px;
}

#faqBottomText {
	width: 690px;
	margin-bottom: 15px;
	margin-left: 42px;
}
/* End FAQ */

/* Resources */
#resources {
	background-image: url(images/hd_resources.gif);
	width: 766px;
	height: 40px;
}

#resourcesImage {
	width: 300px;
	height: 235px;
	background-image: url(images/meditation.jpg);
	float: right;
	margin-left: 25px;
}

*+html #resourcesImage {
	margin-bottom: 30px;
}

#resourcesText {
	width: 400px;
	margin-left: 42px;
	float: right;
	margin-bottom: 20px;
}

#resourcesBottomText {
	width: 690px;
	margin-bottom: 15px;
	margin-left: 42px;
	margin-top: -100px;
}

*+html #resourcesBottomText {
	margin-top: -70px;
}
/* End Resources */

/* Contact */
#contact {
	background-image: url(images/hd_contact.gif);
	width: 766px;
	height: 40px;
}

#contactText {
	width: 690px;
	margin-left: 42px;
}
/* End contact */

.rule {
	width: 690px;
	height: 1px;
	background-color: #008AAE;
	margin-bottom: 10px;
}
