/* Healthy Community Acupuncture */
/* authored by GilbertStudios */
/* all main styles - wrapper, h1, mainPage, content, mainNav, sideBar/signUp, footers */
/* page specific styles beneath main styles listed above */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #382513;
	background: #FFF;
	min-width: 714px;
	text-align: center;
}
a {
	color: #59842D;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #7B3A63;
	text-decoration: underline;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
/* :KLUDGE: all "_" chars are to fix IE 6 wierdness */
#wrapper {
	position: relative;
	margin: 0 auto;
	width: 714px;
	_overflow: hidden;
	text-align: left;
}
h1 {
	margin: 15px 0 0 0;
	width: 714px;
	_overflow: hidden;
	background: url(../images/header.jpg) no-repeat;
	text-indent: -999em;
	font-size: 12px;
}
h1 a {
	display: block;
	height: 198px;
	_line-height: 198px;
}

/*
      ************************************  mainPgCon  ***
*/
#mainPage {
	width: 714px;
	background: url(../images/sideBarTile.jpg) repeat-y;
	border-top: 1px solid #C67088;
	border-bottom: 1px solid #7B3A63;
}
#content {
	position: relative;
	display: inline;
	float: left;
	width: 350px;
	margin: 6px 0 10px 192px;
}
h2 {
	margin: 20px 0;
	font-size: 19px;
	font-weight: bold;
	color: #320F30;
}
p {
	margin: 7px 0px;
	line-height: 18px;
}
h3 {
	margin: 10px 0;
	font-size: 17px;
	font-weight: normal;
	color: #320F30;
}
#content ul, #content ol {
	margin: 10px 20px 10px 35px;
}
#content ul li, #content ol li {
	margin: 5px;
}
#content ul li a, #content ol li a {
	text-decoration: underline;
}
#content img {
	margin: 10px 20px;
	float: right;
	border: 0;
}
#content img.border {
	border: 1px solid #726C5C;
}
.fixgap {
	float: right;
	height: 0;
}
.clear {
	clear: both;
}
/*
      ************************************  mainNav & nav  ***
*/
#mainNav {
	margin: 0 0 10px -542px;
	display: inline;
	float: left;
	width: 177px;
}
ul#nav {
	margin: 6px;
	display: inline;
	float: left;
	width: 160px;
	list-style: none;
}
ul#nav li {
	display: inline;
}
ul#nav li a {
	display: block;
	width: 160px;
	height: 30px;
	line-height: 30px;
	background: url(../images/bkNavMain.jpg) no-repeat;
	color: #FFF;
	font-size: 15px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
}
ul#nav li a:visited {
	color: #D8CAA8;
}
ul#nav li a:hover {
	background: url(../images/bkNavMain-over.jpg) no-repeat;
	text-decoration: none;
	color: #FFF;
}
#mainNav p {
	margin: 6px;
	padding: 6px 0;
	display: inline;
	float: left;
	width: 160px;
	background: #7B3A63;
	color: #FFF;
	font-size: 10px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#mainNav p strong {
	font-size: 13px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#mainNav table {
	margin: 20px 0 0 10px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-collapse: collapse;
}
#mainNav caption {
	margin: 5px 0 7px;
	padding-top: 5px;
	font-size: 15px;
	font-weight: bold;
	color: #320F30;
}
/*
      ************************************  sideBar / signUp  ***
*/
#sideBar {
	position: relative;
	display: inline;
	float: left;
	width: 150px;
	margin: 6px 0 0 15px;
/*
	border: 1px solid #59842D;
*/
}
p#address {
	margin: 6px 0;
	padding: 6px 0;
	display: inline;
	float: left;
	width: 150px;
	background: #7B3A63;
	color: #FFF;
	font-size: 10px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}
p#address strong {
	font-size: 13px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#sideBar table {
	width: 150px;
}
#sideBar caption {
	margin: 20px 0 7px;
	font-size: 15px;
	font-weight: bold;
	color: #320F30;
}



p#signUp {
	margin: 0;
}
p#signUp a {
	padding: 6px 0;
	display: block;
	width: 150px;
	line-height: 18px;
	background: url(../images/bkNavMain.jpg) repeat-y;
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
}
p#signUp a:hover {
	background: url(../images/bkNavMain-over.jpg) repeat-y;
	text-decoration: none;
}
/*
      ************************************  footer  ***
*/
#footer {
	width: 714px;
	text-align: center;
	font-size: 12px;
	color: #7B3A63;
}
#footer a {
	color: #7B3A63;
}
#footer a:hover {
	color: #C67088;
}
p#design, p#design a {
	font-size: 11px;
	color: #59842D;
}
#subFoot {
	font-size: 10px;
	line-height: 13px;
	color: #666;
	text-align: justify;
}
#footer abbr {
	border: 0;
	text-decoration: none;
}
/*
      ***************************************************************************
	  All basic pages styles above...  All individual page specific styles below.
      ***************************************************************************
*/
/*
      ************************************  #pgIndex  ***
*/
p#masterCardVisa {
	margin: 10px 0 0 0;
	padding: 0 0 0 125px;
	height: 40px;
	line-height: 40px;
	background: url(../images/logo-masterCardVisa.gif) no-repeat;
}
/*
      ************************************  #pgFees  ***
*/
table {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-collapse: collapse;
}
caption {
	margin: 60px 0 7px;
	font-size: 15px;
	font-weight: bold;
	color: #320F30;
}
th, td {
	padding: 3px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
th {
	background: #ccc;
}
#pgFees p#masterCardVisa {
	margin: 10px 0 0 0;
	padding: 0 0 0 125px;
	line-height: 18px;
}
/*
      ************************************  #pgFaq  ***
*/
dt {
	margin: 15px 0 10px 0;
	font-size: 15px;
	font-weight: bold;
	color: #320F30;
}
dd {
	margin: 5px 0 10px 20px;
}
/*
      ************************************  #pgTesty  ***
*/
#pgTesty dd {
	margin: 15px 0 5px 10px;
}
#pgTesty dt {
	margin: 5px 0 15px 0;
	padding: 0 0 5px 250px;
	font-size: 12px;
	color: #7B3A63;
	border-bottom: 1px solid #7B3A63;
}
