/*-----------------------------------------------------------------------------
Total Medical Management Style Sheet

version:   1.0
author:    Chris Monnat
email:     cmonnat@practisinc.com
website:   http://www.totalmedmgmt.com/
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/

/* Remove padding and margin */
* {
  margin: 0;
  padding: 0;
}

body {
  padding: 0;
  margin: 0;
  font: 12px Arial, Helvetica, sans-serif;
  text-align: center; /* Centered design work around for IE 5.X and 6 in quirks mode. */
  min-width: 780px; /* Centered design work around for Netscape 6. */
}

body#index {
  background: url(../images/bg_page.gif) repeat-x #35403d;
}

body#two_column {
  background: url(../images/bg_content.gif) repeat-x #35403d;
}

/* Class for clearing floats */
.clear {
  clear: both; 
  height: 1px;
  overflow: hidden; 
}

/* Remove border around linked images */
img {
  border: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 15px 0;
}

h1 {
  font-size: 16px;
  color: #2c5431;
}

h2 {
  font-size: 14px;
}

h3 {
  font-size: 13px;
  color: #35403D;
}

h4 {
  /* different color */
}

h5 {
  /* different color */
}

p {
  margin: 15px 0;
}

li {
  margin-left: 25px;
}

/* =Links
-----------------------------------------------------------------------------*/
a:link {
  color: #1e761b;
  text-decoration:none;
}

a:visited {
  color: #1e761b;
  text-decoration:none;
}

a:hover {
  color: #1e761b;
  text-decoration: underline;
}
.name {
  font-size: 13px;
  color: #35403D;
  font-weight:bold;
}

/* =Navigation
-----------------------------------------------------------------------------*/
#nav_main {
  height: 53px;
}

#nav_main img {
  float: left;
}

#nav_utility, #nav_utility a {
  margin-bottom: 5px;
  color: #FFFFFF;
  text-align: right;
  font-size: 11px;
  text-decoration:none;
}

#nav_bottom {
  margin-top: 5px;
  color: #bdd7bd;
  font-size: 11px;
  text-align: center;
}

#nav_bottom a {
  padding: 0 10px;
  color: #bdd7bd;
  text-decoration:none;
}


/* =Structure
-----------------------------------------------------------------------------*/
#wrapper {
  width: 780px;
  margin: 0 auto;
  margin-top: 15px;
  text-align: left; /* Centered design work around for IE 5.X and 6 in quirks mode. */
}

#page_wrapper {
  padding: 10px;
  background-color: #FFFFFF;
}

#content_wrapper {
  background: url(../images/bg_primary_content.gif) repeat-x;
}


/* =Header
-----------------------------------------------------------------------------*/
#header {
  height: 111px;
  padding-top: 160px;
  padding-left: 47px;
  background: url(../images/header_image.jpg) no-repeat;
}


/* =Index
-----------------------------------------------------------------------------*/
#index #primary_content {
  width: 480px;
  float: right;
  padding: 20px 25px;
  background: url(../images/bg_primary_content.gif) repeat-x;
}

#index #primary_content h1 {
  margin: 0;
  border-bottom: 1px solid #c4c3c6;
}

#index #primary_content ul {
  list-style-type: none;
}

#index #primary_content ul.services_left {
  margin-right: 40px;
  float: left;
}

#index #primary_content ul.services_right {
  float: left;
}

#index #primary_content ul li {
  margin: 0;
  background: url(../images/bullet.gif) no-repeat 0 6px;
  padding-left: 15px;
  line-height: 20px;
}

#index #primary_content ul li a {
  font-weight: bold;
}

#index #secondary_content {
  width: 180px;
  float: left;
  padding: 20px 25px;;
  background:url(../images/bg_secondary_content.gif) repeat-x;
}

#index #secondary_content h1 {
  margin: 0;
  border-bottom: 1px solid #95ab96;
}

#index #secondary_content ul {
  list-style-type: none;
}

#index #secondary_content ul li {
  margin: 0;
  margin-bottom: 10px;
}

#index #secondary_content ul li h1 {
  margin: 0;
  font-size: 12px;
  border: none;
}

#index #secondary_content ul li a {
  font-weight: bold;
}

/* =Two Column
-----------------------------------------------------------------------------*/
#two_column #primary_content {
  width: 475px;
  float: right;
  padding: 20px 25px;
  background: url(../images/bg_primary_content.gif) repeat-x;
}

#two_column #primary_content h1 {
  margin: 0;
  border-bottom: 1px solid #c4c3c6;
}

#two_column #primary_content ul {
  list-style-type: none;
}

#two_column #primary_content ul.services_left {
  margin-right: 40px;
  float: left;
}

#two_column #primary_content ul.services_right {
  float: left;
}

#two_column #primary_content ul li {
  background: url(../images/bullet.gif) no-repeat 0 6px;
  padding-left: 15px;
  line-height: 20px;
}

#two_column #secondary_content {
  width: 180px;
  float: left;
}

#two_column #secondary_content h1 {
  margin: 0;
  border-bottom: 1px solid #95ab96;
}

#two_column #secondary_content ul {
  list-style-type: square;
}

#two_column #secondary_content ul li {
  margin: 0;
  margin-bottom: 10px;
}

#two_column #secondary_content ul li h1 {
  margin: 0;
  font-size: 12px;
  border: none;
}

#two_column #secondary_content ul li a {
  font-weight: bold;
}

#in_this_section {
  width: 160px;
  padding: 10px 5px;
  margin-top: 10px;
  margin-left: 15px;
  background: url(../images/bg_in_this_section.gif) no-repeat #afc8b0;
  border: 1px solid #a7aaac;
}

#in_this_section h1 {
  margin: 0;
  font-size: 15px;
  border-bottom: 1px solid #7e9f7e;
}

#in_this_section ul {
  margin-top: 5px;
  list-style-type: none;
}

#in_this_section ul li {
  padding-left: 15px;
  margin: 0;
  line-height: 15px;
  list-style-type: none;
  background: url(../images/bullet.gif) no-repeat 0 4px;
}


/* =Footer
-----------------------------------------------------------------------------*/
#footer {
  margin-top: 5px;
  color: #bdd7bd;
  font-size: 11px;
  text-align: center;
}

#footer a {
  color: #bdd7bd;
}


/* =Forms
-----------------------------------------------------------------------------*/
form {
  /*width: 98%;*/
  padding: 5px;
  margin: 0;
}

form em {
  color: #FF0000;
}

form p {
  clear: left;
  margin: 0;
  padding: 0;
  padding-top: 5px;
}

form p label {
  float: left;
  width: 35%;
}

fieldset {
  padding: 7px;
  padding-left: 8px;
}

fieldset legend {
  padding: 0;
  margin-bottom: 2px;
  font-weight: bold;
  color: #000000;
  font-size: 13px;
}

input.txt {
  width: 200px;
}

/*textarea {
  width: 300px;
  height: 100px;
}
*/
.formerror {
  border: 1px solid red;
  background-color : #FFCCCC;
  width: auto;
  padding: 5px;
  margin-bottom: 5px;
}

.formerror ul {
  padding-left: 20px;
}

/* =Tables
-----------------------------------------------------------------------------*/

table { 
  border-spacing: 0;
  border-collapse: collapse;
}

td {
  text-align: left;
  font-weight: normal;
}