* {
  margin:0;
  padding:0;
}

body {
font-family:Lucida Grande, Calibri, Arial, sans-serif;     /* on my browser Calibri is getting used for this */
font-size:14px;
color:#444444;
background:#ffffff url(../graphics/common/bg.png) top center repeat-x;
}

.admin_menu {

}

.admin_menu li{
  float: left;
}

.admin_menu li a {
  color: #004789;
}


.content a.accounts {
  color: #004789;
}

a.accounts {
  font-size: 20px;
  color: #004789;
  text-decoration: none;
}

a.accounts:hover{
  text-decoration: underline;
  color: #004789;
}

a
{
  outline: none;
}

#centeredmenu {
   float:left;
   width:100%;
   overflow:hidden;
   position:relative;
}
#centeredmenu ul {
   clear:left;
   float:left;
   list-style:none;
   height: 34px;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
   font-weight: bold;
}
#centeredmenu ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
}
#centeredmenu ul li a {
   display:block;
   margin:0 0 0 0px;
   padding:0px 12px;
   background:#e4f2ff;
   color:#000000;
   text-decoration:none;
   line-height:34px;
}
#centeredmenu ul li a:hover {
   background:#D4EEFF;
}
#centeredmenu ul li a.active,
#centeredmenu ul li a.active:hover {
   color:#fff;
   font-weight:bold;
}

.logo {
    float: left;
    margin-left: 50px;
    margin-top: 20px;
}

h1 {
  color: #ba252e;
  line-height: 1.2;
  margin-bottom: 15px;
  font-family: Lucida Grande, Lucida Sans, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: -1px;
  text-shadow: #dddddd 2px 2px 4px;
}

h2 {
  font-family: Lucida Grande, Lucida Sans, Helvetica, sans-serif;
  margin-bottom: 10px;
  color: #004789;
  font-size: 22px;
  font-weight: normal;
}

h3{
  margin-bottom: 10px;
  font-family: Lucida Grande, Lucida Sans, Helvetica, sans-serif;
  color: #004789;
  font-size: 18px;
  font-weight: normal;
}

.sans{
  font-weight: normal;
  font-family: Lucida Grande, Lucida Sans, Helvetica, sans-serif;
}


h4{
  font-weight: normal;
  font-size: 16px;
  color: #444444;
  line-height: 1.5;
  display: inline;
}

h5{
  font-weight: bold;
  font-size: 23px;
  color: #ba252e;
  line-height: 1.5;
  display: inline;
}


.container {
    margin: 0 auto;
    width: 960px;
    clear: both;
    display: block;
}

.contactbox{
  float: left;
  margin-left: 45px;
  margin-top: 25px;
  background-color: #e9f5ff;
  border: 1px solid #a6c5d9;
  padding: 5px 15px 5px 15px;
}

.content{
  width: 710px;
  margin-right: 40px;
  float: left;
  margin-top: 20px;
  margin-bottom: 20px;
}

.private_content {
  width: 910px;
  margin-right: 40px;
  float: left;
  margin-top: 20px;
  margin-bottom: 20px;
}


.content p {
  line-height: 1.9;
  display: block;
}

.content li {
  line-height: 1.9;
  margin-left: 25px;
}


.content a{
  color: #ba252e;
}

.content h3 a {
  color: #004789;
}


.content img{
  margin: 10px;
}


.sidebar{
  width: 210px;
  float: left;
}

.sidebar p{
  background-color: #ffffff;
  padding: 20px;
  margin-bottom: 8px;
  color: #595959;
  background-color: #e4f2ff;
}

.sidebar img{
  margin-top: 10px;
  margin-bottom: 10px;
}

#headercontent{
  height: 125px;
  margin-bottom: 30px;
}

.news{
  margin-top: 10px;
  background-color: #fff;
  border: 1px solid #fff;
  float: left;
}

.news ul{
  list-style: none;
}

.news li{
  background-color: #f4e2e2;
  padding: 10px;
  margin-bottom: 8px;
  color: #595959;
}

.news li a{
  color: #444444;
}

.newslist {
  background-color: #eee;
  padding: 15px 35px 15px 35px;
  margin-bottom: 20px;
  font-size: 14pt;
}

.newslist .date {
  font-size: 13pt;
  font-family: Georgia, serif;
}


.footer{
width: 100%;
text-align: center;
color: #444444;
clear: both; /* believe it or not, this line used to be display: inline-block; and that caused the jquery datepicker in view_appointments.php to not work.  yep.  just imagine how difficult that must have been to figure out.*/
background-color: #E4F2FF;
padding-top: 15px;
padding-bottom: 15px;
margin-bottom: 25px;
margin-top: 25px;
}

.footer a{
  color: #444444;
}

a img{
  border: 0px solid;
}

iframe {
  border: 1px solid #a6c5d9;
}

.accountmonths td {
  padding: 5px;
}

.delete_table td {
  padding: 5px;
}

div.advanced_search{
  display: none;
  clear: both;
  margin: 25px;
  margin-top: 40px;
  margin-left: 100px;
  border: 1px solid #A6C5D9;
  background-color: #e9f5ff;
  padding: 15px;
  width: 400px;
}

table.advanced_search .left {
  text-align: right;
  font-weight: bold;
}

table.advanced_search .right {
  text-align: left;
}

table.advanced_search td {
  padding: 5px;
}


table.advanced_search input {
  font-size: 16px;
  color: #444444;
  padding: 5px;
}

.folders{
  cursor: pointer;
}

.folders img{
  width:24px;
  vertical-align: middle;
  margin-left: 0px;
  margin: 0px;
  padding: 0px;
}

div.folders:hover, div.images:hover {
  background-color: #e9f5ff;
}

.images p, .folders p{
  display: inline;
  vertical-align: middle;
  margin-left: 5px;
}

div.images, div.folders{
  width: 550px;
}

.images img{
  width:30px;
  vertical-align: middle;
  margin-left: 0px;
  margin: 0px;
  padding: 0px;
}

.images a {
  text-decoration: none;
  color: #444444;
}

.firstclick{
}

.showing{

}

.hiding{
  display: none;
}



