body {
  background-color: #0755b0;
  font-family: arial;
  color: #000000;
  margin: 0px;
  padding: 0px;
  margin-top: 5px;
}
#container {
  width: 760px;
}
#locations {
  color: #ffffff;
  font-size: 9pt;
  padding-right: 53px;
}
a.services {
  color: #000000;
  font-size: 9pt;
  text-decoration: none;
  font-weight: bold;
}
a.services:hover {
  text-decoration: underline;
}
#services, #contentarea, #banner {
  background-color: #ffffff;
  font-size: 9pt;
}
#services {
	background: url('/s3a/1186/images/slogan.jpg') top left no-repeat #ffffff;
}
#qbuttons {
	padding-top: 54px;
	padding-bottom: 12px;
}
#yes {
	padding-top: 22px;
}
#logos {
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: center;
	background: #ffffff;
}
#logos img {
	padding-left: 20px;
	padding-right: 20px;
}
#contentarea {
  padding-left: 10px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 30px;
  font-size: 8pt;
  color: #000000;
}
#footer {
  background-color: #000000;
  color: #ffffff;
  font-size: 8pt;
  padding: 10px;
}
#banner {
  background: url('/s3a/1186/images/banner.jpg') top left no-repeat #000000;
}
.menu {
  padding: 8px;
  font-size: 9pt;
  text-align: left;
}
.menu ul {
  margin: 0px;
  padding: 0px;
}
.menu ul li {
  list-style: none;
  margin: 0px;
  padding: 0px;
  padding-top: 1px;
  padding-bottom: 1px;
}
.menu ul li a {
  padding-left: 15px;
  text-decoration: none;
  color: #000000;
  background: url('/s3a/1186/images/arrow.jpg') center left no-repeat;
}
.menu ul li a:hover {
  text-decoration: underline;
  color: #0e7eb8;
  background: url('/s3a/1186/images/arrow_on.jpg') center left no-repeat;
}
.menu ul li a.appointment {
  color: #c80000;
  font-weight: bold;
}
#footlinks {
  padding: 10px;
  color: #ffffff;
  font-size: 9pt;
}
#footlinks a {
  color: #ffffff;
  font-size: 9pt;
  text-decoration: none;
}
/* css menu */
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	line-height: 1;
	list-style-type:none;
	font-size: 11pt;
	float: right;
}

#nav a {
	display: block;
	padding-left: 20px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-family: arial;
	color: #FFFFFF;
	font-size: 9pt;
	text-decoration: none;
}

#nav li { /* all list items */
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #0755b0;
	width: 8.4em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	color: #304594;
}
#nav li ul li {
border-bottom: 1px solid #ffffff;
width: 100%;
}
#nav li ul li a {
  display: block;
  width: 100%;
  text-align: left;
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 3px;
  padding-top: 3px;
  font-size: 9pt;
}
#nav li ul li a:hover {
  display: block;
  width: 100%;
  text-align: left;
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 3px;
  padding-top: 3px;
  font-size: 9pt;
}
#nav a:hover {
	display: block;
	padding-left: 20px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-family: arial;
	color: #000000;
	font-size: 9pt;
}
#TextBody {
  font-family: tahoma;
  font-size: 10pt;
}

#TextMini {
  font-family: tahoma;
  font-size: 9pt;
}

#SubNav {
  font-family: tahoma;
  font-size: 10pt;
}
