@charset "utf-8";
html
{
	overflow: scroll;
}
body
{
	padding: 0;
	text-align: left;
	background: url(../images/nav_bg.gif) repeat-x 0px 161px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
}
h1
{
	color: #AE0501;
	font: bold 18px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
h2
{
	color: #AE0501;
	font: bold 14px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
h3
{
	color: #AE0501;
	font: bold 12px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
p
{
	margin: 0px;
	padding: 0px;
	font: 14px Arial, Helvetica, sans-serif;
	color: #000;
}
ul
{
	margin-top: 0px;
	margin-bottom: 0px;

}
.twoColFixLtHdr #header .contact_info
{
	float:right;
	width:130px;
	text-align:right;
	padding-top: 10px;
	padding-right: 20px;
	color: #AE0501;
	font-size: 14px;
}
.twoColFixLtHdr #header .logo
{
	border-style: none;
	float:left;
	width:381px;
}
#navigation
{
	width: 950px;
	height: 67px;
	padding-bottom: 10px;
	padding-top: 5px;
}
#text_about_acupuncture
{
	width:251px;
	padding: 18px 0px 0px;
	font: 14px Arial, Helvetica, sans-serif;
	color: #AE0501;
	background: url(../images/rnd_rectangle.png) no-repeat;
	height: 265px;
}
.text_content_left
{
	color: #AE0501;
	font: 14px Arial, Helvetica, sans-serif;
}
.footer_logo
{
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #AE0501;
}
.footer_left
{
	float: left;
	padding-top: 8px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: auto;
}
.copyright
{
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
	width: auto;
	text-align: right;
}
.text_bold_italic
{
	font: 14px Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #AE0501;
	font-weight: bold;
}
.text_bold_LSred
{
	color: #AE0501;
	font-weight: bold;
}
.text_LeShiatsu
{
	font-style: italic;
	color: #AE0501;
	font-weight: bold;
}
#img_floatleft
{
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
	width: 110px;
	text-align: center;
}
#img_floatleft2
{
	float: left;
	padding-bottom: 20px;
	padding-right: 20px;
	text-align: center;
	width: 110px;
}
#img_floatright
{
	float: right;
	width: 235px;
	padding-left: 20px;
	text-align: center;
	padding-bottom: 20px;
}
#img_floatright2
{
	float: right;
	width: 235px;
	padding-left: 20px;
	text-align: center;
	padding-bottom: 20px;
}
#text_acupuncture
{
	width:261px;
	height:250px;
	background: url(../images/rnd_rectangle.png) no-repeat;
	padding-top: 18px;
	color: #AE0501;
	font: 16px Arial, Helvetica, sans-serif;
	float: left;
}
#text_shiatsu_therapy
{
	width:261px;
	height:250px;
	background: url(../images/rnd_rectangle.png) no-repeat;
	padding-top: 18px;
	color: #AE0501;
	font: 16px Arial, Helvetica, sans-serif;
	float: left;
}
#text_tai_chi
{
	width:261px;
	height:250px;
	background: url(../images/rnd_rectangle.png) no-repeat;
	padding-top: 18px;
	color: #AE0501;
	font: 16px Arial, Helvetica, sans-serif;
	float: left;
}
#text_dot_org
{
	width:261px;
	height:250px;
	background: url(../images/rnd_rectangle.png) no-repeat;
	padding-top: 18px;
	color: #AE0501;
	font: 16px Arial, Helvetica, sans-serif;
	float: left;
	padding-left: 3px;
}
.text_readmore
{
	color: #AE0501;
	text-align: center;
	text-decoration: underline;
}
.text_link
{
	color: #AE0501;
	text-decoration: underline;
}
#img_home
{
	width:163px;
	height: 265px;
	float: left;
	padding-left: 3px;
}
.text_content_left
{
	color: #AE0501;
	font: 14px Arial, Helvetica, sans-serif;
	text-align: center;
}
.literature_quote
{
	font: 13px Arial, Helvetica, sans-serif;
	font-style: italic;
	text-align: center;/*font-weight: bold; */
}
#hometext
{
	width: 500px;
	float: left;
	padding-left: 4px;
	padding-top: 15px;
	text-align: justify;
}
#ORGhometext
{
	width: 760px;
	float: left;
	padding-left: 4px;
	padding-top: 15px;
	text-align: justify;
}
#home_newsticker2
{
	width:220px;
	text-align: center;
	float: left;
	padding-left: 10px;
	padding-top: 15px;
}
.home_newsticker2
{
	color: #AE0501;
}
#home_newsticker1
{
	width:280px;
	text-align: center;
	float: left;
	padding-left: 10px;
	padding-top: 15px;
}
.home_newsticker1
{
	color: #AE0501;
}
.twoColFixLtHdr #container
{
	width: 1118px;
	margin: 0 auto; /* this overrides the text-align: center on the body element. */
}
.twoColFixLtHdr #header
{
}
.twoColFixLtHdr #header h1
{
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1
{
	float: left; /* since this element is floated, a width must be given */
	width: 244px;
	padding: 0px 10px 10px 20px;
}
.twoColFixLtHdr #mainContent
{
	border-left: 1px solid #666;
	margin: 0px 0 0 275px;
	padding: 0px 10px;
}
.twoColFixLtHdr #fullContent
{
	margin: 0;
	padding: 0px 10px 0 18px;
}
.twoColFixLtHdr #homeContent
{
	padding: 0px 10px 0;
	margin-left: 6px;
}

.twoColFixLtHdr #footer
{
	background:url(../images/footer_background.gif) repeat-x;
	height: 50px;
	position: relative;
	top: 8px;
}
.twoColFixLtHdr #footer_container
{
	margin: 0 auto;
	width: 950px;
}
.fltrt
{ /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	width: auto;
}
.fltlft
{ /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	width: auto;
}
.clearfloat
{ /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#map
{
	float: right;
	padding-left: 10px;
	width: auto;
}
#calendar
{
	float: right;
	width: auto;
	padding-left: 10px;
}
#nav_dropdown
{
	position:relative;
	font-size:16px;
	height:60px;
	width:940px;
}
#nav_dropdown ul
{
	padding:0;
	margin:0;
	list-style:none;
	width:940px;
	height:30px;
}
#nav_dropdown ul ul
{
	padding:0;
	margin:0;
	list-style:none;
	width:940px;
	height:30px;
}
#nav_dropdown table
{
	border-collapse:collapse;
	margin:-1px -20px 0 0;
	padding:0;
	width:0;
	height:0;
	font-size:1em;
}
#nav_dropdown li
{
	float:left;
	height:30px;
}
#nav_dropdown li a
{
	float:left;
	display:block;
	padding:0 0 0 10px;
	height:30px;
	line-height:30px;
	background: url(../images/tabs.gif) no-repeat left top;
	color:#FFF;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}
#nav_dropdown li a b
{
	float:left;
	height:30px;
	display:block;
	padding:0 22px 0 10px;
	background:url(../images/tabs.gif) no-repeat right top;
	cursor:pointer;
	display:inline;
	font-weight:normal;
}
#nav_dropdown li.current a
{
	background-position:0 -35px;
}
#nav_dropdown li.current a b
{
	background-position:100% -35px;
	color:#FFF;
	text-decoration: underline;
}
#nav_dropdown li ul
{
	position:absolute;
	top:30px;
	left:-9999px;
	z-index:10;
	background:#AE0501;
}
#nav_dropdown li.current ul
{
	left:10px;
	z-index:1;
	background:#AE0501;
}
#nav_dropdown li a:hover
{
	background-position:0 -70px;
	border-color:#AE0501;
	cursor:pointer;
}
#nav_dropdown li a:hover b
{
	background-position:100% -70px;
	border-color:#AE0501;
	color:#FFF;
}
#nav_dropdown li:hover > a
{
	background-position:0 -70px;
	border-color:#AE0501;
	cursor:pointer;
}
#nav_dropdown li:hover > a b
{
	background-position:100% -70px;
	border-color:#AE0501;
	color:#FFF;
}
#nav_dropdown li.current a:hover
{
	background-position:0 -35px;
	border-color:#AE0501;
}
#nav_dropdown li.current a:hover b
{
	background-position:100% -35px;
	color:#FFF;
}
#nav_dropdown li.current:hover a
{
	background-position:0 -35px;
	border-color:#AE0501;
}
#nav_dropdown li.current:hover a b
{
	background-position:100% -35px;
	color:#FFF;
}
#nav_dropdown ul :hover ul
{
	left:10px;
}
#nav_dropdown ul :hover ul.right li, #nav_dropdown ul li.current ul.right li
{
	float:right;
}
#nav_dropdown ul :hover ul.blank
{
	background:#AE0501;
}
#nav_dropdown ul :hover ul li a
{
	display:inline;
	background:#888 url(../images/bar.gif) no-repeat right center;
	padding:0 10px;
	margin:0;
	font-size:14px;
	width:auto;
	white-space:nowrap;
	font-weight:normal;
	border:0;
	color:#CCC;
	height:30px;
	line-height:29px;
}
#nav_dropdown ul li.current ul li a, #nav_dropdown li.current a:hover ul li a, #nav_dropdown li.current:hover ul li a
{
	display:inline;
	background:#AE0501 url(../images/bar.gif) no-repeat right center;
	padding:0 10px;
	margin:0;
	font-size:14px;
	width:auto;
	white-space:nowrap;
	font-weight:normal;
	border:0;
	color:#FFF;
	height:30px;
	line-height:29px;
}
#nav_dropdown ul :hover ul li a.last, #nav_dropdown ul li.current ul li a.last, #nav_dropdown li.current a:hover ul li a.last, #nav_dropdown li.current:hover ul li a.last
{
	background-image:none;
}
#nav_dropdown li ul li.current_sub a, #nav_dropdown li a:hover ul li.current_sub a, #nav_dropdown li:hover ul li.current_sub a, #nav_dropdown li a:hover ul li a:hover, #nav_dropdown li:hover ul li a:hover
{
	color:#FFF;
	text-decoration: underline;
}
#nav_dropdown li.current ul li.current_sub a, #nav_dropdown li.current a:hover ul li.current_sub a, #nav_dropdown li.current:hover ul li.current_sub a, #nav_dropdown li.current a:hover ul li a:hover, #nav_dropdown li.current:hover ul li a:hover
{
	color:#FFF;
	text-decoration: underline;
}
