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

body {
	font-size: 100%;
	font-family: Georgia;
	background-color:#ffffff;
}

html>body {
	font-size: 11.7px;
}

strong {
	font-weight:bold;
}

p {
	margin-bottom:1.5em;
	padding-right:0.5em;
	font-size: 1em;
	line-height:1.6em;
}


a
{ outline: none;  
overflow: hidden; } 




/* =HEADERS*/
h1#logo a:link, h1#logo a:visited {
	float:left;
	display:block;
	width:267px;
	height:76px;
	text-decoration:none;
	overflow:hidden;
	text-indent:-9000px;
	background-color: transparent;
	background-image: url(/images/ACC.jpg);
	background-repeat: no-repeat;
}

h2 {
	clear:both;
	margin-bottom:0em;
	font-family:Georgia;
	font-weight:bold;
	color:#402813;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
	font-size: 175%;
}

h3 {
	font-size:160%;
	line-height:14pt;
}

h4 {
	font-size:20px;
	line-height:22pt;
	padding-bottom: 4px;
	margin-left: -10px;
}

.indtext {
	font-size:12px;
	padding-left: 20px;
	padding-bottom: 20px;
}

.bodtext {
	font-size:120%;
	padding-left: 20px;
	padding-bottom: 20px;
	line-height: 25px;
}

/* =LINKS
- - - - - - - - - - - - - - - - - - - - - */
a:link {
	color:#5E6B8C;
	text-decoration:none;
}

a:visited {
	color:#5E6B8C;
	text-decoration:none;
}

a:hover {
	color:#5E6B8C;
	text-decoration:underline;
}

a:active {
	color:#5E6B8C;
	text-decoration:underline;
}

/* =NAVIGATION
- - - - - - - - - - - - - - - - - - - - - */
/* MAIN NAVIGATION */
ul#navlist {
	float:right;
	padding:0;
	width:663px;
	height:54px;
	list-style: none;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	position: relative;
	top: 45px;
	margin-top: -1px;
}

ul#navlist li {
	display:inline;
	list-style:none;
	margin:0;
	float:left;
	padding-left: 10px;
}

ul#navlist li a {
	text-indent:-9000em;
	overflow:hidden;
	float:left;
	display:block;
	margin:0;
	padding:0;
	height:54px;
	text-decoration:none;
	z-index:200;
}

/* Buttons */

/* home */
ul#navlist li a#home {
	width: 53px;
	height:54px;
	background-position: 0 0;
	background-image: url(/images/Navigation_Home.png);
}

ul#navlist li a#home:hover, ul#navlist li.active a#home {
	background-position: 0 -54px;

}

body.home ul#navlist li a#home {background-position: 0 -54px;} 


/* your practitioner */
ul#navlist li a#yourprac {
	width:91px;
	background-image: url(/images/nav_yourprac.png);
	height: 54px;
		background-position: 0 0;

}

ul#navlist li a#yourprac:hover, ul#navlist li.active a#yourprac {
	background-position: 0 -54px;
}

body.yourprac ul#navlist li a#yourprac {background-position: 0 -54px;} 


/* acupuncture help */
ul#navlist li a#achelp {
	width:136px;
	background-image: url(/images/achelpnav.png);
	height: 54px;
    background-repeat: no-repeat;

}

ul#navlist li a#achelp:hover, ul#navlist li.active a#achelp {
	background-position: center -54px;
}

body.achelp ul#navlist li a#achelp {background-position: 0 -54px;} 

/* testimonials */
ul#navlist li a#testimonial {
	width:101px;
	background-image: url(/images/nav_testimonials.png);
	height: 54px;
		background-repeat: no-repeat;

}

ul#navlist li a#testimonial:hover, ul#navlist li.active a#testimonial  {
	background-position: 0 -54px;
}

body.testimonial ul#navlist li a#testimonial {background-position: 0 -54px;} 

/* styles and techniques */
ul#navlist li a#styles {
	width:91px;
	background-image: url(/images/Navigation_styles.png);
	height: 54px;
	background-repeat: no-repeat;
}

ul#navlist li a#styles:hover, ul#navlist li.active a#styles {
	background-position: 0 -54px;
}

body.styles ul#navlist li a#styles{background-position: 0 -54px;} 

/* contact us */
ul#navlist li a#contactus {
	width:85px;
	background-image: url(/images/Navigation_contact.png);
	height: 54px;
	background-repeat: no-repeat;
}

ul#navlist li a#contactus:hover, ul#navlist li.active a#contactus {
	background-position: 0 -54px;
}

body.contactus ul#navlist li a#contactus{background-position: 0 -54px;} 

/* HOMETAGLINE*/
#hometag {
	color:#000;
	background-color: #ECECEC;
	background-image: url(/images/tagwrap.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 230px;
}

.tagline {
	font-size: 16px;
	line-height: 40px;
	float: left;
	width: 600px;
	text-align: left;
	padding-left: 20px;
	padding-top: 15px;
	color: #402813;
}


/* BREADCRUMB*/
#breadcrumb {
	color:#000;
	background-color: #f4f4ed;
	background-position: left top;
	height: 55px;
	background-image: url(/images/crumb_bg.jpg);
	background-repeat: repeat-x;
}

#crumblist  {
	font-size:16px;
	font-weight:bold;
	padding-right:12px;
	float:left;
	padding-top: 12px;
	line-height: 24px;
	color: #503318;

}





/* FIXES AND LAYOUT*/
.clear {
	clear:both;
}

.hide {
	display: none;
}

html {
	height: 100%;
}

body {
	height: 100%;
}

#wrap1 {
	position: relative;
	min-height: 100%;
}

* html #wrap1 {
	height: 100%;
}

#wrap2 {
	padding-bottom: 6em;
}



/* MAIN LAYOUT  XXXXXXXXXXXXX*/
#masthead, #footer, #breadcrumb {
	text-align: center;
}

#header, #copy, #crumblist {
	margin: 0 auto;
	padding-left:20px;
	padding-right:24px;
	text-align: left;
}

#content {
	margin: 0 auto;
	padding-left:55px;
	padding-right:24px;
	text-align: left;
}

#center {
	width:950px;
	margin-left:auto;
	margin-right:auto;
}



#tagcenter {
	width:950px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(/images/acmod.jpg);
	background-position: right;
	background-repeat: no-repeat;
	height: 230px;
}

#masthead {
	height: 97px;
	background-color:#4f443b;
	background-image:url(/images/navwrap.jpg);
	color:#fff;
	width:100%;
}

#content {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	font-size: 18px;
	color: #f4f4ed;
	font-weight: bold;
	line-height: 50px;
	font-style: italic;
	height: 50px;
}

#contenthome{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	color: #f4f4ed;
	font-weight: bold;
}

#contentwrap
{
	width:100%;
	background-color:#afb6c9;
	background-image: url(/images/lavtowhite.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}



#contentcrm {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#contentwrapcrm
{
width:100%;
background-color:#ffffff;}



#footer {
		position: relative;

	clear:both;
	height:58px;
	background-color:#afb6c9;
	color:#fff;
	margin-top: -5em;
	background-image: url(/images/whitetolav.jpg);
	background-repeat: repeat-x;
	background-color: #afb6c9;
	background-position: top;

}

#copy {
	padding-top:22px;
	font-size:0.9em;
	letter-spacing:-0.04em;
}

/* COLUMNS ...FOR FUTURE USE */
#colLeft450, #colRight450 {
	width:450px;
}

#colRight450 {
	float:right;
}

#colLeft450 {
	float:left;
	margin-right:24px;
}

#col200 {
	float:left;
	width:200px;
}

#col200 {
	margin-right:24px;
}

.colLeft300 {
	float:left;
	width:300px;
	margin-right:24px;
}

.colRight600 {
	float:right;
	width:600px;
}

.colLeft500 {
	float:left;
	width:500px;
	margin-right:24px;
}

.colRight350 {
	float:right;
	width:350px;
}

#colRight700 {
	float:right;
	width:700px;
}

#colLeft700 {
	float:left;
	width:700px;
	margin-right:24px;
}

#colLeft625 {
	float:left;
	width:625px;
	margin-right:24px;
}

#colRight300 {
	float:right;
	width:300px;
}

/* HOME */

	#asud {
	margin-left: 80px;
	width: 200px;
	float: left;
	background-color: #f4f4ed;
	color: #402813;
	border: 4px solid #FFFFFF;
	font-weight: normal;
	padding-top: 30px;
	padding-left: 15px;
	padding-right: 8px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 100%;
	height: 300px;
	}
#asud a {
	font-weight: bold;
	font-size: 14px;
	color: #402813;
}
#asud img {
	margin-top: 5px;
	margin-right: 36px;
	margin-left: 36px;
}

	#asud p { margin-top: 11px }
	#achelphome {
	margin-left: 30px;
	width: 200px;
	float: left;
	background-color: #f4f4ed;
	color: #402813;
	border: 4px solid #FFFFFF;
	font-weight: normal;
	padding-top: 30px;
	padding-left: 8px;
	padding-right: 8px;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 300px;
	font-size: 100%;
	}
	
	
	
	
#achelphome a {
	font-weight: bold;
	font-size: 14px;
	color: #402813;
}
#achelphome img {
	margin-top: 5px;
	margin-right: 36px;
	margin-left: 36px;
}
		#achelphome dl { margin-top: 11px }

	#contact {
	margin-left: 30px;
	width: 200px;
	float: left;
	background-color: #f4f4ed;
	color: #402813;
	border: 4px solid #FFFFFF;
	font-weight: normal;
	padding-top: 30px;
	padding-left: 8px;
	padding-right: 8px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 100%;
	height: 300px;
	}

#contact a {
	font-weight: bold;
	font-size: 14px;
	color: #402813;
}
#contact img {
	margin-top: 5px;
	margin-right: 36px;
	margin-left: 36px;
}



/*.3cols {
	float: left;
	margin-right:18px;
	margin-bottom:12px;
	width:196px;
	padding: 0;
	margin-top: 20px;
}


.3colsbg {
	padding:1px;
	background-color:#f4f4ed;
	border:2px solid #838896;
}
#asud  {
	color: #000066;
	font-size: 12px;
}


#asud a {
	width:192px;
	height:192px;
	display:block;
	background-image: url(/images/sud_photo.jpg);
	background-repeat: no-repeat;
	background-position: center 12px;
}

#asud a:hover {
	background-position: 0 -192px;
}

#achelp a {
	width:192px;
	height:192px;
	display:block;
	background-image: url(/images/acap.jpg);
	background-repeat: no-repeat;
	background-position: center 12px;
}

#achelp a:hover {
	background-position: 0 -192px;
}

#contbx a {
	width:192px;
	height:192px;
	display:block;
	background-image: url(/images/contactimg.jpg);
	background-repeat: no-repeat;
	background-position: center 12px;
}

#contbx a:hover {
	background-position: 0 -192px;
}

.last-col {
	margin-right:0px;
}*/

.model {
	background-image: url(/images/acmod.jpg);
	margin: 0px;
	padding: 0px;
	float: right;
	height: 231px;
	width: 411px;
}

#leftcol {
	float: left;
	width: 250px;
	font-size: 16px;
	color: #5E6B8C;
	line-height: 33px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#rightcol {
	float: right;
	width: 275px;
	margin-left: 12px;
	font-size: 16px;
	color: #5E6B8C;
	line-height: 33px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#centercol {
	width:260px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 1px;
	float: right;
	font-size: 16px;
	color: #5E6B8C;
	line-height: 33px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.clearFloat {
  clear: both;
  display: block;
}

.linehtfx {line-height:normal}
.achelp #wrap1 #wrap2 #contentwrapcrm #contentcrm #center .bodtext ul {
	padding-left: 30px;
	margin-top: 15px;
}

/* TESTIMONIALS */

#qte_bg {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	background-color: #f4f4ed;
	padding: 10px;
}
.qte

{
	font-style: italic;
	font-weight: bold;
	text-align: center;
}


/* DIRECTIONS */


.tablebg {
	background-color: #0099CC;
}


#map {

}

#wagmp_map_3 {	border:3px solid #503318;
}

#insaddress {}

#directions {}

/* MAP FORM */



.box h1, .box h2, .box p, .box form{
	border:0px; 
	margin:0px; 
	padding:0px;
}

input{	font-family:"Georgia"; 
	font-size:12px;
}
.box h2{	color:#666666; 
	margin-bottom:20px;
	font-size:16px;
}


div.box{
	border:3px solid #503318;
	padding:10px;
	color:#333333;
	height: 330px;
	margin-left: 20px;
	width: 350px;
	background-color: #afb6c9;
}
div.box h1 {
	font-size:14px;
	color:#000000;
	padding-bottom:4px;
	padding-left: 20px;
}

div.box h4 {
	font-size:20px;
	line-height:22pt;
	padding-bottom: 4px;
	margin-left: -10px;
	padding-left: 12px;
	padding-top: 50px;
}
div.box p{
	padding-bottom:14px;
	padding-left: 25px;
}

div.box input .input-text{
	border:1px solid #3b6e22;
	color:#000000;
	width:180px;
}

div.box label{
	display:block;
	margin-bottom:10px;
	color:#000000;
}

div.box label span{
	display:block;
	float:left;
	padding-right:6px;
	width:100px;
	text-align:right;
	font-weight:bold;
}
.spacer{
	margin-left:100px;
	margin-bottom:10px;
	font-size:11px;
	color:#555555;
}
.green{
	padding:0px 6px;
	border:1px solid #503318;
	height:24px;
	line-height:24px;
	color:#503318;
	font-size:12px;
	margin-right:10px;
	display:inline-block;
	text-decoration:none;
	background-color: #f4f4ed;
	display:block;
	cursor:auto;
}

/* MAP FORM */



.MAILbox h1, .box h2, .box p, .box form{
	border:0px; 
	margin:0px; 
	padding:0px;
}


.MAILbox h2{	color:#666666; 
	margin-bottom:20px;
	font-size:16px;
}


div.MAILbox{
	padding:10px;
	color:#333333;
	margin-left: 20px;
	background-color: #f4f4ed;
	width: 750px;
	margin-bottom: 50px;
}
div.MAILbox h1 {
	font-size:14px;
	color:#000000;
	padding-bottom:4px;
	padding-left: 20px;
}

div.MAILbox h4 {
	font-size:20px;
	line-height:22pt;
	padding-bottom: 4px;
	margin-left: -10px;
	padding-left: 12px;
	padding-top: 50px;
}
div.MAILbox p{
	padding-bottom:4px;
	padding-left: 25px;
	font-size: 14px;
}

div.MAILbox input .input-text{
	border:1px solid #3b6e22;
	color:#000000;
	width:180px;
}

div.MAILbox label{
	display:block;
	margin-bottom:10px;
	color:#000000;
}

div.MAILbox label span{
	display:block;
	float:left;
	padding-right:6px;
	width:175px;
	text-align:right;
	font-weight:bold;
}
.MAILspacer{
	margin-left:180px;
	margin-bottom:10px;
	font-size:11px;
	color:#555555;
}

