@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	font-size: 12px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background-color: #FFF;
	text-align: center;
	background-image:url(../images/bg.gif);
	background-repeat: repeat-x;
	color: #333;
	line-height: 18px;
}
p,li,ul,h1,h2,h3,h4 {
	margin: 0px;
	padding: 0px;
}

#Container {
	width: 950px;
	margin:0px auto;
	text-align:left;
}

#Logo {
	width: 950px;
	text-align:center;
	padding-top: 23px;
}
#HomeTop {
	float:left;
	background-image:url(../images/AcupunctureHomeBamboo.jpg);
	width: 950px;
	height: 305px
}
/*
#HomeTop .Banner {
	width: 240px;
	height: auto;
	margin: 30px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-image: url(../images/AcupunctureHomeBanner.jpg);
	border: 1px dotted #FFF;
}
*/
#HomeTop .Banner {
	width: 240px;
	height: auto;
	margin: 100px 0 0 50px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-image: url(../images/AcupunctureHomeBamboo2.jpg);
	border: 1px dotted #FFF;
}
#Divider {
	float: left;
	height: 18px;
	width: 650px;
	padding-left: 300px;
	font-size: 0.9em;
	padding-top: 3px;
	color:#999;
}
#SideBar {
	width:240px;
	float: left;
	margin-right: 40px;
	text-align: left;
	line-height: 1.3em;
}
#SideBar .Press {
	text-align:center;
	padding:10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#SideBar .Press img {
	padding-bottom: 5px;
}
#Conditions ul {
	padding-left: 6px;
	margin-top: 5px;
	list-style-position: inside;
	list-style-image: url(../images/Bullet01.gif);
	line-height: 1.5em;
}
#Conditions {
	width: 230px;
	padding-bottom: 10px;
	border: 1px solid #CCC;
}
#Conditions h3 {
	margin-top: 0px;
	border-bottom-color: #CCC;
	font-size: 1em;
	text-align: center;
	padding-left: 0px;
	padding-top: 3px;
	background-image: url(../images/bg_conditions.gif);
}
#SecondaryNavs h3 {
	color:#999;
	border: none;
	padding-bottom: 3px;
	font-weight: bold;
}
#SecondaryNavs ul {
	list-style-position: inside;
	list-style-image: url(../images/Bullet02.gif);
	padding-left: 4px;
	font-size: 1.2em;
	color:#999;
	line-height: 1.5em;
	padding-bottom: 30px;
}
#Main {
	width: 610px;
	float:left;
	padding-left: 20px;
	padding-right: 40px;
	margin-top: 10px;
}
#Main p {
	line-height: 1.7em;
	padding-bottom: 1em;
}
#Main ul {
	list-style-position: inside;
	list-style-image: url(../images/Bullet03.gif);
}
#ContactInfo {
	color: #666;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 5px;
	width: 600px;
	margin-top:10px;
	font-size: 1.1em;
	letter-spacing: 0.02em;
	line-height: 1.3em;
	border: 1px solid #09C;
	line-height: 1.45em;
	background-image: url(../images/bg_conditions.gif);
	background-repeat: repeat;
}

#ContactInfo strong {
	font-size: 1.2em;
	font-weight: normal;
}

h1 {
	font-size: 1.7em;
	color: #09C;
	font-weight: normal;
	margin-top: 8px;
	line-height: 1.2em;
	margin-bottom: 0.4em;
}
h1.BeforeH2 {
	margin-bottom: -3px;
}
h2 {
	font-size: 1.35em;
	letter-spacing: 0.05em;
	color: #666;
	font-weight: normal;
	margin-top: 8px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 2px;
	line-height: 1.38em;
}
h2.AfterP {
	margin-top: 20px;
}
h3 {
	color: #09C;
	font-weight: normal;
	margin-top: 25px;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #09C;
	padding-bottom: 2px;
	line-height: 1.38em;
	padding-left: 5px;
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 0.01em;
}
h4 {
	text-transform: uppercase;	
	padding-top: 5px;
	padding-bottom: 1px;
}
a {
	text-decoration:none;
	border: none;
	color: #006699;
}
img {
	border: none;
}
a:hover {
	color:#09C;
	text-decoration: underline;
	border: none;
}
#Footer {
	font-size: 0.9em;
	color: #666;
	text-align: center;
	line-height: 1.3em;
	width: 950px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	margin-top: 20px;
}
#Footer p {
	padding-bottom: 5px;
}
.red {
	color: #F00;
}
.orange {
	color: #F60
}
.yellow {
	color: #F90
}
.blue {
	color: #06F
}
