/*-----------------------------------------------------------------------------
Physicians Medical Center Website Style Sheet

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

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

body {
  padding: 0;
  margin: 0;
  font: 12px "Trebuchet MS";
  text-align: center; /* Centered design work around for IE 5.X and 6 in quirks mode. */
  min-width: 840px; /* Centered design work around for Netscape 6. */
  background: url(../images/bg.gif) repeat-x;
}

/* Class for clearing floats */
.clear { clear:both; }

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

p { margin: 10px 0; }

h1, h2, h3, h4, h5 { margin: 5px 0; }
h1 { font-size: 18px; }
h2 { font-size: 15px; }
h3 { font-size: 13px; }
h4 { /* different color */ }
h5 { /* different color */ }


/* =Links
-----------------------------------------------------------------------------*/
a:link { color: #764040; text-decoration: underline; }
a:visited { color: #764040;text-decoration: underline; }
a:hover { text-decoration: none; }


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

#wrapper_content { background: url(../images/shadow.gif) repeat-x; }
#wrapper_footer { height: 50px; background: url(../images/shadow.gif) repeat-x; }


/* =Navigation
-----------------------------------------------------------------------------*/
#nav_main { height: 35px; background: url(../images/bg_nav_main.gif) repeat-x; }

#nav_utility { }
#nav_utility, #nav_utility a { color: #; }


#nav_bottom { padding-top: 5px; text-align: center; font-size: 11px; }
#nav_bottom, #nav_bottom a { color: #000000; }


/* =Header
-----------------------------------------------------------------------------*/
#header { height: 45px; background: url(../images/bg_header.gif) repeat-x; }


/* =Three Column
-----------------------------------------------------------------------------*/
#primary_content, #secondary_content { margin-top: 20px; }

#home #primary_content { display: inline; width: 580px; float: right; }
#left, #right { margin-top: 10px; }
#home #primary_content #left { display: inline; width: 400px; float: left; }
#home #primary_content #right { display: inline; width: 145px; height: 225px; margin-top: 45px; padding: 10px 10px; float: right; background: url(../images/bg_right.gif) no-repeat; }

#home #secondary_content { display: inline; width: 205px; float: left; margin-left: 14px;}


/* =Two Column
-----------------------------------------------------------------------------*/
#two_column #primary_content { display: inline; width: 580px; float: right; margin-right: 20px; }

#two_column #secondary_content { display: inline; width: 190px; float: left; margin-left: 15px; }
#two_column #secondary_content  ul { margin: 0; padding: 0; list-style-type: none; }
#two_column #secondary_content  li { padding: 0; padding-left: 25px; line-height: 18px; }
#two_column #secondary_content  li a { color: #000000; text-decoration: none; }
#two_column #secondary_content  li a:hover { color: #A5311D; }


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


/* =Forms
-----------------------------------------------------------------------------*/
form { 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
-----------------------------------------------------------------------------*/

td {
  text-align: left;
}


/* =Misc 1
-----------------------------------------------------------------------------*/
p.shadow { padding: 5px 20px; background: url(../images/shadow.gif) repeat-x; }


/* =Misc 2
-----------------------------------------------------------------------------*/
