/*
MAIN
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #666666;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #777777;
	background-image:url(images/BabyFeetBack.jpg)
}

.bodystyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

li a {
	font-size: 12px;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.articleheader {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

.article {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: ;
}
.headers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: ;
	color: #FFFFFF;
}

.xbig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
}

.expanded {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 2px;
}

.justified {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	line-height: 27px;
}

.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #999999;
}

.box1 {
	padding: 0px;
	border-width: none;
	border-style: none;
	border-color: #;
	background-color: #FFFFCC;
}

.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border: 1px solid;
}

h1 {
	font-size: 14px;
	color: #99B88D;
}

h2 {
	font-size: 14px;
	color: #99B88D;
}

a:link {
	text-decoration: none;
	color: #6699FF;
}
a:visited {
	text-decoration: none;
	color: #6699FF;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a {
	font-size: 10px;
}

.style1 {
	font-size: 17px;
}
.style2 {
	font-size: 24px;
	font-weight: bold;
}

/*
MAIN MENU
*/

#menu {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 832px;
  height: 57px;
  background: none;
  position: relative;
}
#menu span {
  display: none;
  position: absolute;
}
#menu a {
  display: block;
  text-indent: -900%;
  position: absolute;
  outline: none;
}
#menu a:hover {
  background-position: left bottom;
}
#menu a:hover span {
  display: block;
}

#menu .home {
  width: 165px;
  height: 57px;
  background: url(buttons/homeOff.gif) no-repeat;
  left: 0px;
  top: 0px;
}
#menu .home span {
  width: 165px;
  height: 57px;
  background: url(buttons/homeOn.gif) no-repeat;
  left: 0px;
  top: 0px;
}

#menu .meet {
  width: 194px;
  height: 57px;
  background: url(buttons/meetteamOff.gif) no-repeat;
  left: 165px;
  top: 0px;
}
#menu .meet span {
  width: 194px;
  height: 57px;
  background: url(buttons/meetteamOn.gif) no-repeat;
  left: 0px;
  top: 0px;
}

#menu .ivf {
  width: 103px;
  height: 57px;
  background: url(buttons/ivfOff.gif) no-repeat;
  left: 359px;
  top: 0px;
}
#menu .ivf span {
  width: 103px;
  height: 57px;
  background: url(buttons/ivfOn.gif) no-repeat;
  left: 0px;
  top: 0px;
}

#menu .testimonials {
  width: 180px;
  height: 57px;
  background: url(buttons/testimonialsOff.gif) no-repeat;
  left: 462px;
  top: 0px;
}
#menu .testimonials span {
  width: 180px;
  height: 57px;
  background: url(buttons/testimonialsOn.gif) no-repeat;
  left: 0px;
  top: 0px;
  
  }

#menu .contact {
  width: 190px;
  height: 57px;
  background: url(buttons/contactOff.gif) no-repeat;
  left: 642px;
  top: 0px;
}
#menu .contact span {
  width: 190px;
  height: 57px;
  background: url(buttons/contactOn.gif) no-repeat;
  left: 0px;
  top: 0px;
}