@charset "UTF-8";
/* Mickey's CSS Document */

/* ----------------| The Basics |---------------- */
., tr, td, img {
  padding: 0;
  margin: 0;
}

html {
  padding: 0;
  margin: 0;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background: #516bb3 url(../images/base-blue.png) repeat-x top;
  padding: 0;
  margin: 0;
}

img {
  border: none;
}

/* ----------------| Standard Fonts |---------------- */
p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  margin: 3px 0 4px;
}

a {
}

a:hover {
}

h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 23px;
  font-weight: bold;
  color: #034ea2;
  margin: 10px 0 5px;
  padding: 0;
}

h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 23px;
  font-weight: bold;
  color: #febe10;
  margin: 10px 0 5px;
  padding: 0;
}

h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: normal;
  color: #034ea2;
  margin: 10px 0 0;
  padding: 0;
}

h4 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: normal;
  color: #febe10;
  margin: 10px 0 0;
  padding: 0;
}

h5 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #034ea2;
  margin: 0;
  padding: 0;
}

h6 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #febe10;
  margin: 0;
  padding: 0;
}

/* ----------------| List Items |---------------- */
ol {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  margin: 3px 0 4px;
}

ul {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  margin: 3px 0 4px;
}

/*li {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  padding: 3px 0 4px;
  list-style-image: url(../images/bullet.png);
}*/

/* ----------------| Specific Containers |---------------- */
.wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

.container {
  width: 900px;
  padding: 0;
  margin: 0 auto;
}

.splash {
  width: 900px;
  height: 540px;
  background: url(../images/image-splash.png) no-repeat top center;
  padding: 0;
  margin: 0 auto;
}

.header {
  width: 625px;
  height: 133px;
  background: url(../images/base-header.png) no-repeat top center;
  padding: 20px 0 0 275px;
}

.header #imagesAbout {
  width: 570px;
  height: 133px;
  background: url(../images/image-clinic03.jpg) no-repeat;
  margin: 0;
}

.header #imagesServices {
  width: 570px;
  height: 133px;
  background: url(../images/image-clinic01.jpg) no-repeat;
  margin: 0;
}

.header #imagesStaff {
  width: 570px;
  height: 133px;
  background: url(../images/image-clinic02.jpg) no-repeat;
  margin: 0;
}

.header #imagesAppoint {
  width: 570px;
  height: 133px;
  background: url(../images/image-clinic01.jpg) no-repeat;
  margin: 0;
}

.header #imagesLinks {
  width: 570px;
  height: 133px;
  background: url(../images/image-clinic02.jpg) no-repeat;
  margin: 0;
}

.header #imagesContact {
  width: 570px;
  height: 133px;
  background: url(../images/image-clinic03.jpg) no-repeat;
  margin: 0;
}

.navigation {
  width: 800px;
  height: 119px;
  margin: 0 50px;
  background: url(../images/base-navigation.png) no-repeat top center;
}

.navigation #subnavigation {
  width: 220px;
  height: 119px;
  float: left;
  background: #4465b0;
  margin: 0 0 0 5px;
}

.navigation #subnavAbout {
  width: 575px;
  height: 119px;
  float: left;
  margin: 0;
  background: url(../images/image-about.png) no-repeat top left;
}

.navigation #subnavServices {
  width: 575px;
  height: 119px;
  float: left;
  margin: 0;
  background: url(../images/image-services.png) no-repeat top left;
}

.navigation #subnavStaff {
  width: 575px;
  height: 119px;
  float: left;
  margin: 0;
  background: url(../images/image-staff.png) no-repeat top left;
}

.navigation #subnavAppoint {
  width: 575px;
  height: 119px;
  float: left;
  margin: 0;
  background: url(../images/image-appoint.png) no-repeat top left;
}

.navigation #subnavLinks {
  width: 575px;
  height: 119px;
  float: left;
  margin: 0;
  background: url(../images/image-links.png) no-repeat top left;
}

.navigation #subnavContact {
  width: 575px;
  height: 119px;
  float: left;
  margin: 0;
  background: url(../images/image-contact.png) no-repeat top left;
}

.content {
  width: 800px;
  height: 100%;
  margin: 0 50px;
  background: #ffffff;
}

.content #genericCol1 {
  width: 380px;
  height: 270px;
  padding: 0 5px 5px 15px;
  margin: 0;
  float: left;
  background: #ffffff url(../images/base-content.png) no-repeat top left;
  overflow: auto;
}

.content #genericCol2 {
  width: 380px;
  height: 270px;
  padding: 0 15px 5px 5px;
  margin: 0;
  float: left;
  background: #ffffff url(../images/base-content.png) no-repeat top right;
  overflow: auto;
}

.content #staffCol1 {
  width: 215px;
  height: 270px;
  margin: 0;
  padding: 0 5px 5px;
  overflow: auto;
  float: left;
  background: #ffffff url(../images/base-content.png) no-repeat top left;
}

.content #staffCol2 {
  width: 150px;
  height: 270px;
  margin: 0;
  padding: 0 0 5px 0;
  float: left;
  background: #ffffff url(../images/base-content.png) no-repeat top center;
}

.content #staffCol3 {
  width: 400px;
  height: 270px;
  margin: 0;
  padding: 0 15px 5px 10px;
  float: left;
  background: #ffffff url(../images/base-content.png) no-repeat top right;
  overflow: auto;
}

.content #contactCol2 {
  width: 380px;
  height: 270px;
  padding: 0 15px 5px 5px;
  margin: 0;
  float: left;
  background: #ffffff url(../images/contact-map.png) no-repeat top left;
}

.footer {
  width: 800px;
  height: 20px;
  background: #ffffff;
  padding: 10px 0 0 0;
  margin: 0 0 15px;
  float: left;
}

/* ----------------| Professional Directory Table |---------------- */
.content #staffCol1 a {
  width: 195px;
  height: 27px;
  padding: 3px 0 0 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #034ea2;
  text-decoration: none;
  display: block;
}

.content #staffColSmallType {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  font-weight: normal;
  color: #034ea2;
}

.staffTable {
  width: 205px;
}

.datatable {
  width: 205px;
}

.datatable td {
  width: 205px;
  border: none;
  text-align: left;
  padding-left: 10px;
}

.datatable tr:hover {
  background: #d4d7ed url(../images/btn-subnavOver.png) no-repeat right;
  color: #ffffff;
}

/* ----------------| Specific Fonts |---------------- */
.highlightYellow {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #febe10;
}

.highlightBlue {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #034ea2;
}

.navigation p {
}

.navigation a {
}

.navigation a:hover {
}

.content p {
}

.content a {
}

.content a:hover {
}

.content li {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  padding: 3px 0 4px;
  list-style-image: url(../images/bullet.png);
}

.footer, .footer p {
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 9px;
  font-weight: normal;
  color: #febe10;
}

.footer a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  font-weight: normal;
  color: #034ea2;
  text-decoration: none;
}

.footer a:hover {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  font-weight: normal;
  color: #034ea2;
  text-decoration: underline;
}

ul.subnav {
	height: 119px;
	width: 220px;
	margin: 0;
	padding: 0;
	float: left;
}

li {
	list-style-type: none;
}

li#aboutus a {
	height: 23px;
	background: url(../images/btn-about.png);
	display: block;
	text-indent: -9999px;
}

li#service a {
	height: 19px;
	background: url(../images/btn-services.png);
	display: block;
	text-indent: -9999px;
}

li#directory a {
	height: 19px;
	background: url(../images/btn-staff.png);
	display: block;
	text-indent: -9999px;
}

li#appointment a {
	height: 19px;
	background: url(../images/btn-appoint.png);
	display: block;
	text-indent: -9999px;
}

li#links a {
	height: 19px;
	background: url(../images/btn-links.png);
	display: block;
	text-indent: -9999px;
}

li#contactus a {
	height: 20px;
	background: url(../images/btn-contact.png);
	display: block;
	text-indent: -9999px;
}

li#aboutus a:hover {
	height: 23px;
	background: url(../images/btn-aboutOver.png);
	display: block;
	text-indent: -9999px;
}

li#service a:hover {
	height: 19px;
	background: url(../images/btn-servicesOver.png);
	display: block;
	text-indent: -9999px;
}

li#directory a:hover {
	height: 19px;
	background: url(../images/btn-staffOver.png);
	display: block;
	text-indent: -9999px;
}

li#appointment a:hover {
	height: 19px;
	background: url(../images/btn-appointOver.png);
	display: block;
	text-indent: -9999px;
}

li#links a:hover {
	height: 19px;
	background: url(../images/btn-linksOver.png);
	display: block;
	text-indent: -9999px;
}

li#contactus a:hover {
	height: 20px;
	background: url(../images/btn-contactOver.png);
	display: block;
	text-indent: -9999px;
}


/* ----------------| CSS Navigation |---------------- */



{  
  \width: 100px; /* ie Rollover Fix, makes CSS Rollovers work... Get Firefox or Safari! */
  w\idth: 100px; /* ie Rollover Fix... Get Firefox or Safari! */
}