html, body, #main, #header
 { padding: 0;
	  margin-top: 0;
	}
	
h1, h2, p, li
 { font-family: Verdana, Arial, Helvetica, sans-serif;
	  margin-left: 5px;
	}
	
h1
 { margin: 0;
	  font-weight: lighter ;
			font-size:  28px;
			border-bottom: #367 solid 1px;
			color: #367;
	}
	
h2
 { font-size: 13px;
	}


h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #645761;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 10px;
}

	
h5 {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #B1ADC0;
	padding-top: 5px;
	margin-top: 0px;
	margin-bottom: 15px;
}

form .style3
 { color: red;
	  text-align: right;
	}
	
p
 { 
	  text-align: justify;
			font-size: 12px;
			line-height: 1.5;
			margin-right: 10px;
	}
	
ol {
	font-size: 12px;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 10px;
}

#main
 { background-color: #FFFFFF;
			color: black;
			position: relative;
			margin-left : auto;
			margin-right: auto;
			width: 924px;
	}
	
#header
 { margin: 0;
	}
	
#header h1
 { position: absolute;
	  text-indent: -15000px;
			border-bottom: 0;
	}

#header a, #header img
 { border: 0;
	}
	
#sidenav
 { float : left;
	  /* border: 1px black solid; */
			width : 157px; /* see #content[margin-left] */
			margin: 0;
	}
	
	
#sidenav	ul
 { padding-left: 10px;
	
	  padding-right: 0;
		 margin: 1em 0;
			width: 100%;
	}
	
#sidenav	ul ul
 { padding-left: 0;
	  margin: 0;
	}	
	
#sidenav li
 { list-style: square;
	  font: bold 11px "Trebuchet MS", Geneva, Verdana, Arial;
			text-transform: uppercase;
			color: #246;
	}
	
 #sidenav li.selected a:link
,#sidenav li.selected a:visited
{ background: #dee6fe;
  color     : #367;
}



#sidenav li a
 { padding: 1px;
	  width: 90%;
			display: inline-block;
			margin: 0;
	}
	
  #sidenav li a:link
, #sidenav li.selected li a:link
, #sidenav li a:visited
, #sidenav li.selected li a:visited
 { background: white;
		 color: #246;
	}
	
#sidenav li a:hover
 { background: #def;
	  color: black;
	}
	
#sidenav li li
 { list-style: none;
	  font-weight: normal;
			text-transform: none;
	}
	
#content
 { /*border: 1px green solid; */
	  margin-top: 10px;
	  margin-left: 167px; /* see #sidenave[width] */
	  margin-right: 200px;
	}
	
	
#sidebar 
{	float: right;
	 width: 193px; /* see #content margin-right */
	 padding: 0 0 100px 0;
		text-align: center;
		background: #def;
		color     : #367;
		margin: 0;
		display: table-cell
}

#sidebar p
 { text-align: left;
	  margin-left: 10px;
			line-height: 1.2;
	}
	
#sidebar ul
 { font: 12px Verdana, Geneva, sans-serif;
	  text-align: left;
			padding-left: 13px;
	}

#sidebar img
 { margin-bottom: 10px;
	}
	
#spot
 { margin-top: 30px;
	}
	
#spot img
 { border: 0;
	  margin: 0;
	}
	

#divUtilitynav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 924px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-color: #246;
	color: #246;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	float: right;
}
#divUtilitynav a:visited {
	color: #246;
	text-decoration: none;
}
#divUtilitynav a:link {
	color: #246;
	text-decoration: none;
}
#divUtilitynav a:hover {
	color: #246;
	text-decoration: none;
}
#divFooter {
	color: #246;
	width: 924px;
	margin-top: 6px;
	text-align: center;
	padding-bottom: 10px;
	float: right;
}
#divFooter a:link {
	color: #246;
	text-decoration: underline;
}
#divFooter a:hover {
	text-decoration: none;
}
#divFooter a:visited {
	color: #246;
	text-decoration: underline;
}
#divFooter p {
	font-size: 10px;
	line-height: 12px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

.box
 { vertical-align: top;
			width: 227px;
			height: 567px;
	}
	
.box p, .boxnav p, .boxnav2 p
 { text-align: left;
	}
	
.box h3, .boxnav h3, .boxnav2 h3
 { font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	}
	
.box h3, 	.box h6
 { margin: 4px;
	}
	
.boxnav h3, .boxnav h6
 { margin: 14px 4px 9px 10px;
	}
	
.boxnav2 h3, .boxnav2 h6
 { margin: 12px 4px 9px 17px;
	}

.box ul, .boxnav ul
 { padding: 1px 15px;
	}
	
.boxnav2 ul
 { padding: 5px 0px 0 10px;
	}

 .box li
,.boxnav li
,.boxnav2 li
 { font: 10px Arial, Helvetica, sans-serif;
	}
	
.box a
 { color: #367;
	}
	
.boxnav
 { width: 125px;
	  height: 80px;
			vertical-align: top;
			background: url(../images/box2.jpg) no-repeat;
	}
	
.boxnav2
 { width: 280px;
	  height: 80px;
			vertical-align: top;
			background: url(../images/box3.jpg) no-repeat;
	}

	
#tbl_pricingid {
	font-size: 10px;
}

#tbl_pricingid td {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}

#tbl_pricingid th {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #685642;
}

#content-treatment li {
	font-family: Geneva, Arial, Helvetica, san-serif;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 12px;
}

/* ******************************************** */

#base {
	/*position:relative;*/
	/*left:0px;
	top:0px;*/
	/*width:924px;
	height:450;
background-color: #FFFFFF;*/
}


#divcenterwrapper {
	width:924px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;	
}

#subnav_main {
	position:absolute;
	left:0;
	top:150px;
	width:792;
	height:18;
	z-index:9;
	visibility: visible;
}body {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 924px;
	text-align: justify;
}
#divHeader {
	background-image: url(../images/aac-logoheader.jpg);
	height: 80px;
	width: 924px;
	margin: 0px;
	padding: 0px;
}
#divHmSplash {
	height: 107px;
	width: 727px;
	background-image: url(../images/aac-hmsplash.jpg);
	margin: 0px;
	padding: 130px 0px 0px 30px;
}
#divHmSplash p {
	font-size: 10px;
	color: #FFFFFF;
	margin: 0px;
	line-height: 14px;
}
#divHmSplash h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #0099CC;
	margin-top: 0px;
	margin-bottom: 6px;
}
#divHmSplash a:visited {
	color: #3399CC;
	text-decoration: none;
}
#divHmSplash a:link {
	color: #3399CC;
	text-decoration: none;
}
#divHmSplash a:hover {
	color: #9999CC;
	
}

#divSplashFeature {
	width: 300px;
	margin-left: 25px;
	margin-top: 130px;
}


h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #0099FF;
	margin-top: 0px;
	margin-bottom: 10px;
}
.divModuleTop {
	background-image: url(../images/moduletop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
	width: 172px;
}
.divModuleBottom {
	background-image: url(../images/modulebottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
	width: 172px;
}
.divModuleContent {
	width: 150px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #B9B5C3;
	border-left-color: #B9B5C3;
	padding-right: 10px;
	padding-left: 10px;
}


#divContent1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 525px;
	float: left;
	padding-left: 30px;
	padding-top: 10px;
}
#divContent2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 514px;
	/*float: left;*/
	padding-left: 30px;
	padding-top: 10px;
	padding-right: 20px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: lighter;
	color: #645761;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B1ADC0;
	margin-bottom: 10px;
}
#divContent2 img {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-right: 15px;
	margin-bottom: 15px;
}
.tablePlugs {
	border: 1px solid #D6D0D1;
}
#divRightSidebar {
	float: right;
	width: 182px;
	padding-top: 15px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	margin-top: 0px;
	margin-bottom: 10px;
}

.divModuleContent p {
	margin: 0px;
	line-height: 16px;
	font-size: 11px;
}
.divModuleContent a:visited {
	color: #666699;
	text-decoration: none;
}
.divModuleContent a:link {
	color: #666699;
	text-decoration: none;
}
.divModuleContent a:hover {
	color: #A39579;
	text-decoration: none;
}


.divModuleContent h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0099FF;
	margin-top: 0px;
	margin-bottom: 5px;
}



#divPageSubNav {
	font-family: "Trebuchet MS", Geneva, Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 6px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D6D0D1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D0D1;
}

#divPageSubNav a {
	color: #000000;
	text-decoration: none;
}
#divPageSubNav a:visited {
	color: #000000;
	text-decoration: none;
}
#divPageSubNav a:hover {
	color: #999999;
}
#divbullets p {
	line-height: 12px;
	font-size: 11px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 27px;
	list-style-type: none;
	background-image: url(../images/bullet-treatment.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	margin-right: 0px;
	margin-top: 0px;
	padding-top: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-right: 0px;
	border-bottom-color: #BEAC94;
	padding-bottom: 3px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

 #content-treatment li
,.content-treatment li
{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BEAC94;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 16px;
}
.pLeads {
	font-weight: bold;
	color: #645761;
}
.treatmentDivisions {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #B1ADC0;
	padding-top: 5px;
}

  #content-treatment ul 
, .content-treatment ul  {
	margin-top: 0px;
	margin-bottom: 10px;
	list-style-type: square;
}
.divModuleContent li {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 5px;
}
.divModuleContent p {
	margin-bottom: 5px;
}
.divModuleContent ul {
	margin-top: 0px;
	margin-bottom: 5px;
	padding-left: 10px;
}
#content-treatment a {
	color: #675442;
}
#content-treatment a:visited {
	color: #645761;
}
#content-treatment a:hover {
	color: #7cd3ff;
}
.legalCopy {
	font-size: 10px;
	line-height: 12px;
}
#tbl_appointment td {
	padding-top: 2px;
	padding-bottom: 2px;
}
#divLocationAddy p {
	line-height: 13px;
	margin-bottom: 3px;
}

