html, body
{
border: 0px dotted #333333;
height: 100%; /* need for mozilla */
margin: 0px auto;
padding: 0px;
text-align: center;
background-color: #ffffff;
background-repeat: no-repeat;
background-position: bottom center;
background-attachment: fixed; /* needed for mozilla */
}

#Container
{
border: 0px dotted #333333;
position: relative;
top: 0;
left: 0;
min-height: 100%;
margin: 0px auto;
text-align: left;
background-image: url(images/bg-pagewhite.png);
width: 1014px;  /* Sets width of the site */

}
* html body #Container
{
HEIGHT: 100%; /* Only IE sees this */
}

#Main
{
border-top: 0px dotted #46230c;
padding: 0px;
margin: 0px auto;
}


#Col1
{
border: 0px solid green;
margin-left: 11px;
margin-top: 0px;
text-align:left;
width: 331px;
float: left;
min-height: 763px;
background-repeat: no-repeat;
}


#Col2

{
border: 0px solid #333333;
margin-left: 0px;
margin-top: 0px;
text-align:left;
padding-bottom: 50px;
float: left;
width: 610px;
}


#NavBar
{margin-left: 11px; margin-top: 0px; margin-bottom: 0px; height: 38px; background-color: #000; width: 992px; border: 0px solid #000; padding: 0;}

#TextArea
{
border: 0px dotted #333333;
margin-left: 55px;
margin-top: 36px;
text-align:left;
width: 540px;
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, Helvetica, sans-serif; font-size: 14px; line-height:19px; color:#000000;
padding-bottom: 0px;
}


#Footer
{
position: absolute;
bottom: 0px;
margin-left: 12px;
width: 992px;
height: 32px; /* Set footer height */
background-color: #000; /* Set footer color */
text-align: center;
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, Helvetica, sans-serif; font-size:12px; line-height:12px; color: #aaa;
}


#FooterText {margin-top: 9px; margin-left: 12px;}
#FooterText a:link {color:#ccc;  text-decoration: underlinee;}
#FooterText a:visited {color:#ccc;   text-decoration: underline;}
#FooterText a:hover { color:#6699cc;  text-decoration: underline;}

A:link { color:#6699cc; font-weight: normal; text-decoration: underline}
A:visited { color:#6699cc;  font-weight: normal;  text-decoration: underline;}
A:hover {  color:#999999;  font-weight: normal; text-decoration: underline;}
A:active {  color:#999999;  font-weight: normal; text-decoration: underline;}


h1 {font-weight:bold; font-size: 17px; line-height:20px;}
h2 {font-weight:bold; font-size: 15px; line-height:17px;}
.bodypic {float: right; margin-bottom: 20px; margin-left:20px;}

ul  {list-style: disc; margin-left: 35px; padding:0px; marker-offset: 10px; margin-top:8px; margin-bottom:0px; }


/* start new nav */

ul#nav {list-style: none; margin:0; padding:0;}
ul#nav li {display:inline; float:left;position: relative}
ul#nav li a {margin-right: 43px; margin-left: 44px;}

ul#nav li a.home  {
  background-image:url(images/btn_home.png);
  height: 38px;
  text-indent: -9999px;
  display:block;
  width:49px;
  float:left;
  background-position: -0 0;
}

ul#nav li a.home  {
  background-image:url(images/btn_home.jpg);
  height: 38px;
  text-indent: -9999px;
  display:block;
  width: 49px;
  float:left;
  background-position: -0 0;
}

ul#nav li a.about  {
  background-image:url(images/btn_about.jpg);
  height: 38px;
  text-indent: -9999px;
  display:block;
  width: 55px;
  float:left;
  background-position: -0 0;
}

ul#nav li a.therapy  {
  background-image:url(images/btn_therapy.jpg);
  height: 38px;
  text-indent: -9999px;
  display:block;
  width: 142px;
  float:left;
  background-position: -0 0;
}

ul#nav li a.faq {
  background-image:url(images/btn_faq.jpg);
  height: 38px;
  text-indent: -9999px;
  display:block;
  width: 39px;
  float:left;
  background-position: -0 0;
}

ul#nav li a.references {
  background-image:url(images/btn_references.jpg);
  height: 38px;
  text-indent: -9999px;
  display:block;
  width:93px;
  float:left;
  background-position: -0 0;
}

ul#nav li a.contact  {
  background-image:url(images/btn_contact.jpg);
  height: 38px;
  text-indent: -9999px;
  display:block;
  width: 76px;
  float:left;
 
}


ul#nav li a:hover, ul#nav li.active a { background-position: 0 -38px; }


ul#Submenu {
	position: absolute; 
	margin-top:38px; 
	margin-left: 27px;
	display: block; 
	list-style-type:none; 
	float:none; 
	left:0; 
	background-color: #000; 
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; 
	font-size: 13px;
}

ul#Submenu li {display:block !important;float:none !important; width:157px; list-style-type:none; background-color: #000; text-align: left; margin-left: 12px; margin-right: 12px; margin-top: 0px; border-bottom: 1px dotted #444;}
ul#Submenu li a {color:#bbb; padding-left:8px !important;margin-left:0 !important;padding-bottom:12px; padding-top:9px; display:block; text-decoration: none;}
ul#Submenu li a:hover {color:#6699cc; text-decoration: none;}