/*============================================================
**               Standard tags
**==========================================================*/

body {
  background-image: url(/img/ifha_bg.png);
  background-repeat: repeat-x;
  margin: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #777777;
  font-size: 9pt;
  line-height: 1.6;
}

h1 {
  padding: 6px 0 20px 0;
  margin: 0;
  font-family: Georgia, Times New Roman, serif;
  font-size: 24pt;
  font-weight: normal;
  line-height: 1;
  color: #7E9BC5;
}

h2 {
  padding: 8px 0 4px 0;
  margin: 0;
  font-family: Georgia, Times New Roman, serif;
  font-size: 20pt;
  font-weight: normal;
  line-height: 1;
  color: #7E9BC5;
}

h3 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #7CB16D;
}

a         { color: #809CC4; font-weight: bold; }
a:link    { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover   { text-decoration: underline; }
a:active  { text-decoration: none; }

input {
  background-color: #eff0f1;
}

.form_submit {
  font-size: 10pt;
  font-weight: bold;
  padding: 0px 24px 0px 24px;
  border-top: 1px solid #94D382;
  border-left: 1px solid #94D382;
  border-right: 1px solid #6C995E;
  border-bottom: 1px solid #6C995E;
  background-color: #7CB16D;
  color: #ffffff;
}

ul li {
  list-style-type: disc;
}


/*============================================================
**               Main layout components
**==========================================================*/

#container {
  width: 875px;
  margin: 0 auto 30px auto;
}

#banner {
  height: 146px;
  padding: 0;
  margin: 0;
}

#nav {
  padding: 0;
  margin: 0;
  height: 46px;
}

#content {
  margin: 0;
  padding: 0;
  border: 0;
}

#content_left {
  margin: 0;
  padding: 0 40px 0 20px;
  border-right: 1px dotted #cccccc;
  width: 550px;
  float: left;
}

#content_right {
  width: 250px;
  margin: 0 0 0 4px;
  padding: 0 0 0 10px;
  border: 0;
  float: right;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
}

#footer {
  margin: 0 0 20px 0;
  padding: 0;
}


/*============================================================
**               Banner components
**==========================================================*/

#banner ul {
  margin: 0;
  padding: 0;
}

#banner li {
  float: left;
  display: inline;
}

#banner img {
  margin: 0;
  padding: 0;
  border: 0;
}

#banner_logo {
  width: 146px;
  height: 146px;
  margin: 0;
  padding: 0;
}

#banner_name {
  width: 470px;
  font-family: Georgia, Times New Roman, serif;
  font-style: italic;
  font-size: 24pt;
  color: #ffffff;
  margin: 22px 0 0 30px;
  padding: 0;
  vertical-align: middle;
}

#banner_phone  {
  width: 229px;
  margin: 95px 0 0 0;
  padding: 0;
  font-family: Georgia, Times New Roman, serif;
  font-size: 18pt;
  color: #467339;
  font-weight: bold;
  text-align: right;
}

#banner_image {
  border: 0;
  margin: 0;
  padding: 0;
  height: 186px;
  /* width: 875px; */
}

.banner_image_home { background-image: url('/img/ifha_bannerimg_home.jpg'); }
.banner_image_aboutus { background-image: url('/img/ifha_bannerimg_aboutus.jpg'); }
.banner_image_practitioners { background-image: url('/img/ifha_bannerimg_practitioners.jpg'); }
.banner_image_services { background-image: url('/img/ifha_bannerimg_services.jpg'); }
.banner_image_enewsletter { background-image: url('/img/ifha_bannerimg_enewsletter.jpg'); }
.banner_image_forms { background-image: url('/img/ifha_bannerimg_forms.jpg'); }
.banner_image_directions { background-image: url('/img/ifha_bannerimg_directions.jpg'); }
.banner_image_contactus { background-image: url('/img/ifha_bannerimg_contactus.jpg'); }


/*============================================================
**               Navigation table
**==========================================================*/

#nav table {
  margin: 0;
  padding: 0;
  border: 0;
}

#nav table tr td {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  color: #ffffff;
  text-align: center;
  margin: 0;
  padding: 17px 0 5px 0;
  background-repeat: no-repeat;
}

#nav a { color: #ffffff; text-decoration: none; font-weight: normal; }
#nav a:visited { color: #ffffff; }
#nav a:hover { color: #ffffff; }
#nav a:link { color: #ffffff; }
#nav a:active { color: #ffffff; }

.nav_dot           { width: 11px; }
#nav_home          { width: 78px; }
#nav_aboutus       { width: 92px; }
#nav_practitioners { width: 116px; }
#nav_services      { width: 76px; }
#nav_enewsletter   { width: 109px; }
#nav_patientforms  { width: 115px; }
#nav_directions    { width: 105px; }
#nav_contactus     { width: 107px; }


/*============================================================
**               Portal login box
**==========================================================*/

#portal_login {
  background-image: url(/img/ifha_box_bg.png);
  background-repeat: repeat-x;
  width: 182px;
  padding: 10px 20px 20px 20px;
  margin: 0; 
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}

#portal_login_bottom {
  width: 215px;
  border-bottom: 1px dotted #cccccc;
  margin: 0 0 0 5px;
  padding: 0;
}

.portal_login_input {
  border: 1px solid #999999;
  margin: 1px 0 8px 0;
  width: 180px;
}

.portal_login_submit {
  position: relative;
  left: 91px;
  font-size: 10pt;
  font-weight: bold;
  width: 90px;
  padding: 2px 0 2px 0;
  margin: 5px 0 0 0;
  border-top: 1px solid #94D382;
  border-left: 1px solid #94D382;
  border-right: 1px solid #6C995E;
  border-bottom: 1px solid #6C995E;
  background-color: #7CB16D;
  color: #ffffff;
}


/*============================================================
**               Mailing list join form
**==========================================================*/

#joinlist {
  background-image: url(/img/ifha_box_bg.png);
  background-repeat: repeat-x;
  width: 210px;
  padding: 10px 10px 0 10px;
  margin: 0;
  clear: both;
}

.joinlist_submit {
  position: relative;
  left: 123px;
  font-size: 10pt;
  font-weight: bold;
  width: 90px;
  padding: 2px 0 2px 0;
  margin: 5px 0 0 0;
  border-top: 1px solid #94D382;
  border-left: 1px solid #94D382;
  border-right: 1px solid #6C995E;
  border-bottom: 1px solid #6C995E;
  background-color: #7CB16D;
  color: #ffffff;
}

.joinlist_image {
  float: right;
  margin: 0 20px 0 0;
}


/*============================================================
**               Footer components
**==========================================================*/

#footer_hr {
  margin: 0 0 15px 0;
  padding: 0;
  border-bottom: 4px solid #7E9BC5;
}

#footer_text {
  text-align: center;
  font-size: 8pt;
}

#footer_text a { font-size: 8pt; font-weight: normal; color: #999999; }


/*============================================================
**               Miscellaneous
**==========================================================*/

.section {
  background-image: url(/img/ifha_box_bg.png);
  background-repeat: repeat-x;
  padding: 20px 15px 0 15px;
}

.section_image_right {
  float: right;
  margin: 0 0 0 10px;
}

.section_lily {
  background-image: url(/img/ifha_box_lily_bg.jpg);
  background-repeat: no-repeat;
  padding: 20px 300px 0 15px;
}

.input_text {
  border: 1px solid #777777;
}

.green {
  color: #7CB16D;
}

.blue {
  color: #7E9BC5;
}

.clearboth {
  clear: both;
}

.img_right {
  float: right;
  border: 0;
  margin: 4px 2px 2px 16px;
}

.img_left {
  float: left;
  border: 0;
  margin: 4px 16px 2px 2px;
}

.indent {
  padding-left: 10pt;
}

/* First used in newsletter: 2010-03-15.php */
table.data { border-collapse:collapse; border: 1px solid #000000 }
table.data tr th { border: 1px solid #000000; padding: 2px 8px 2px 8px; 
                   text-align: center; background-color: #7F9BC5; color: #000000; 
                   font-size: 10pt; font-weight: bold }
table.data tr td { border: 1px solid #000000; padding: 1px 8px 1px 8px; text-align: left }
table tr td.right { text-align: right }

