body {
     background-color: #000000;
     font: 16px/32px Arial, sans-serif;
     text-align:center;
     }

a,a:link,a:visited,a:active {
     border: 0px solid #000;
     color: #1958b7;
     }
     
a:hover {
     background-color: white; 
     }
     
p {
     text-align: left;
     color: #222222;
     }

h3  {
     text-align: left;
     color: #000000;
     }
     
#topbar {
        background-color: #026799;
        width: 780px;
        height: 30px;
        }
#top {
     background-color: #ffffff;
     width: 780px;
     height: 190px;
     text-align: left;
     }
#flash {
       position: absolute;
       right: 25px;
       top: 65px;
       }
     
#main {
     position: absolute;
     left: 10px;
     top: 225px;
     width: 765px;
     text-indent: 15px;
     }

#container {
     background-color: #cccccc;
     position: relative;
     top: 10px;
     width: 780px;
     height: 700px;
     margin: 0 auto;
     }
     
.copyright {
     margin: 5px auto;
     position: relative;
     color: #cccccc;
     text-align: center;
     font: 12px/24px Arial, sans-serif;
}  
   
#topleft {
     position: relative;
     top: 0px;
     left: 0px;
     clear: left;
     line-height: 0;
     height: 0;
     border: none;
     display: block !important;
     }
     
#topright {
     position: absolute;
     top: 0px;
     right: 0px;
     clear: right;
     line-height: 0;
     height: 0;
     border: none;
     display: block !important;
     }
     
#bottomleft {
     position: absolute;
     top: 715px;
     left: 0px;
     clear: left;
     line-height: 0;
     height: 0;
     border: none;
     display: block !important;
     }
     
#bottomright {
     position: absolute;
     top: 710px;
     right: -1px;
     clear: right;
     line-height: 0;
     height: 0;
     border: none;
     display: block !important;
     }
/*This is added to make the bottom rounded corners work in IE */
html>body #bottomright {
     right: -1px;
     }

html>body #bottomleft {
     left: -1px;
     }

#menu ul {
     position: relative;
	margin-left: 0;
	padding-left: 0;
	width: 100%;
	list-style: none ;
	display:inline;
}

#menu ul li {display:inline;}

#menu li a {
	color: #ffffff;
	background-color: #026799;
	padding: 5px 7px;
	padding-left: 17px; 
	border-right: none;
	text-decoration: none ;
	display: inline ;
}

#home #menu-home a {
      color: #026799;
      background-image: url('home.gif');
      background-repeat: no-repeat;
      border-bottom: 2px solid #ffffff;
}
#menu-home a:hover {
      color: #026799;
      background-image: url('home.gif');
      background-repeat: no-repeat;
      border-bottom: 2px solid #ffffff;
}
#services #menu-services a {
      color: #026799;
      background-image: url('services.gif');
      background-repeat: no-repeat;
      border-bottom: 2px solid #ffffff;
}
#menu-services a:hover {
      color: #026799;
      background-image: url('services.gif');
      background-repeat: no-repeat;
      border-bottom: 2px solid #ffffff;
}
#history #menu-history a {
      color: #026799;
      background-image: url('history.gif');
      background-repeat: no-repeat;
      border-bottom: 2px solid #ffffff;
}
#menu-history a:hover {
      color: #026799;
      background-image: url('history.gif');
      background-repeat: no-repeat;
      border-bottom: 2px solid #ffffff;
}
#careers #menu-careers a{
      color: #026799;
      background-image: url('careers.gif');
      background-repeat: no-repeat;
      border-bottom: 2px solid #ffffff;
}
#menu-careers a:hover {
      color: #026799;
      background-image: url('careers.gif');
      background-repeat: no-repeat;
      border-bottom: 2px solid #ffffff;
}
#hipaa #menu-hipaa a {
      color: #026799;
      background-image: url('hipaa.gif');
      background-repeat: no-repeat;
      border-bottom: 2px solid #ffffff;
}
#menu-hipaa a:hover {
      color: #026799;
      background-image: url('hipaa.gif');
      background-repeat: no-repeat;
      border-bottom: 2px solid #ffffff;
}
#menu-email a:hover {
      color: #026799;
      background-image: url('email.gif');
      background-repeat: no-repeat;
      border-bottom: 2px solid #ffffff;
}
#map #menu-map a {
      color: #026799;
      background-image: url('map.gif');
      background-repeat: no-repeat;
      border-bottom: 2px solid #ffffff;
}
#menu-map a:hover {
      color: #026799;
      background-image: url('map.gif');
      background-repeat: no-repeat;
      border-bottom: 2px solid #ffffff;
}
#contacts #menu-contacts a {
	color: #026799;
	background-image: url('contacts.gif');
	background-repeat: no-repeat;
	border-bottom: 2px solid #ffffff;
}
#menu-contacts a:hover {
	color: #026799;
	background-image: url('contacts.gif');
	background-repeat: no-repeat;
	border-bottom: 2px solid #ffffff;
}

#slideshow {
     position: relative;
     top: 5px;
     right: -15px;
}
