/*
File: ~/www/CSS/site.css
Client: Contact Healing
Author: Jonathan Biebesheimer <jb@thunkit.com>
Last Modified By: Jonathan Biebesheimer <jb@thunkit.com>

Date-Created:  January 14, 2003
Date-Modified: May 3, 2003 
*/

/* -- Home Template Contents At Bottom -- */

/* -- Site Elements --------------------- */

body {
  padding:0px;
  margin:0px;
  height: 100%;
  font-family: verdana;
  font-size: 12px;
  background-image: url("../GRAPHICS/Shared/site_template/body_bg1.gif");
  background-repeat: repeat-y;
  background-color: #010060;
}

a {
  color: #9B8686;
  text-decoration: none;
}

a:hover {
  color: #000000;
  text-decoration: underline;
}

.title {
  font-weight: bold;
  color: #663333;
}

/* -- Content Area Elements ---------------- */

#content {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 517px;
  height: 100%;
  background-image: url("../GRAPHICS/Shared/site_template/content_bg1.gif");
  background-repeat: repeat-y;
  text-align: left;
  border-right: 1px solid #010060;
  padding-bottom: 30px;
}

#page_title {
  position: absolute;
  left: 43px;
  top: 102px;
}

#page_text {
  margin-left: 170px;
  margin-top: 20px;
  width: 320px;
  text-align: left;
}

#right_panel {
  position: absolute;
  left: 518px;
  top: 0px;
  width: 200px;
  height: 100%;
  background-image: url("../GRAPHICS/Shared/site_template/nav_bg1.gif");
  background-repeat: no-repeat;
  background-color: #87ACC3;
  text-align: left;
  border-left: 2px solid #FFFFFF;

  voice-family: "\"}\""; 
  voice-family:inherit;

  width: 198px;
}

#address_panel {
  font-weight: bold;
  color: #010060;
  margin-top: 372px;
  margin-left: 14px;
  margin-bottom: 20px;
}

#nav_buttons {
  position: absolute;
  left: 518px;
  top: 38px;
}

#nav_buttons p {
  margin: 0px;
}

#left_content_image1 {
  position: absolute;
  left: 18px;
  top: 180px;
  border: 1px solid;
}

#left_content_image2 {
  position: absolute;
  left: 18px;
  top: 320px;
  border: 1px solid;
}

#tabs {
  position: absolute;
  top: 48px;
  left: 250px;
  z-index: 1;
}

/* -- Home Template Elements --------------------- */

#home_content {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 517px;
  height: 100%;
  background-image: url("../GRAPHICS/Shared/site_template/home_content_bg1.jpg");
  background-repeat: no-repeat;
  background-color: #6BBE7A;
  text-align: left;
  border-right: 1px solid #010060;
}

#home_box {
  margin-left: 75px;
  margin-top: 220px;
  width: 367px;
  text-align: left;
  background-color: #FFFFFF;
  margin-bottom: 30px;
}

#home_box_text {
  padding-left: 30px;
  padding-right: 30px;
  border-left: 1px solid #010060;
  border-right: 1px solid #010060;
}

#home_box_text p {
  margin-top: 0px;
  margin-bottom: 0px;
}

#prart {
  font-size: 10px;
}

.primage {
  border: 1px solid;
}