/*-----------------------------------------------------------------------------
Upstate Medical University Website Style Sheet

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

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

body {
  padding: 0;
  margin: 0;
  font: 12px Arial, Helvetica, sans-serif;
  background: #dbe7f4;
  color: #003875;
}

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

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

p {
  margin: 10px 0;
}

h1, h2, h3, h4, h5 {
  width: 75%;
  margin: 5px 0;
  font-family:"Times New Roman", Times, serif;
  color: #003875;
 /* border-bottom: 1px solid #CCCCCC;*/
}

h1 {
  font-size: 18px;
}

h2 {
  font-size: 15px;

}

h3 {
  font-size: 13px;
font-family: Arial;
color: #9B7A55;
}

h4 {
  /* different color */
}

h5 {
  /* different color */
}


/* =Links
-----------------------------------------------------------------------------*/
a:link {
  text-decoration: underline;
  color: #003875;
}

a:visited {
  text-decoration: underline;
  color: #003875;
}

a:hover {
  text-decoration: underline;
}


/* =Structure
-----------------------------------------------------------------------------*/
#wrapper {
  width: 900px;
}


/* =Navigation
-----------------------------------------------------------------------------*/
#nav_main {

}

#nav_main a {
  color: #;
}

#nav_utility, #nav_utility a { color: #FFFFFF; }
#nav_utility { position: absolute; top: 10px; left: 750px; font-size: 11px; text-transform: uppercase; text-align: right; }

#nav_bottom, #nav_bottom a { color: #FFFFFF; }
#nav_bottom { height: 16px; padding: 8px 0; font-size: 11px; background: url(/images/design/bg_nav_sub.gif) repeat-x; text-align: center; }
#nav_bottom a { padding: 0 5px; }


/* =Header
-----------------------------------------------------------------------------*/
#header { position: relative; }
#header img { float: left; }


/* =Three Column
-----------------------------------------------------------------------------*/
#index #primary_content { width: 501px; float: left; }

p#welcome {
  width: 226px;
  margin: 0;
  height: 172px;
  padding: 77px 10px 0 265px;
  background: url(/images/design/bg_welcome.jpg) no-repeat;
}

#whats_new { width: 241px; height: 205px; float: left; padding-left: 10px; background:url(/images/design/bg_gradient.gif) repeat-y; }
#physicians { width: 240px; height: 205px; float:left; padding-left: 10px; background:url(/images/design/bg_gradient.gif) repeat-y; }

#index #secondary_content { width: 379px; height: 414px; float: right; padding: 20px 10px; background:url(/images/design/bg_content_sub.gif) no-repeat;}

/* =Two Column
-----------------------------------------------------------------------------*/
.padding { padding: 0 20px; }

#two_column #content { width: 100%; background: #FFFFFF url(/images/design/bg_sidebar.gif) repeat-y top left;  }
#two_column #primary_content { width: 730px; display: inline; float: right; background: url(/images/design/bg_primary_content.gif) no-repeat top right;}
#two_column #primary_content #banner { float: left; };
#two_column #secondary_content { width: 170px; display: inline; float: left; }

#online_serv { display: inline; float: right; width: 370px; height: 128px; padding-left: 20px; }

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


/* =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;
  margin-bottom: 30px;
}

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;
}


/* =Misc 1
-----------------------------------------------------------------------------*/



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