body {
  margin: 0;
  background: #FFF url('/img/bg.gif');
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.75em;
  color: #000;
  text-align: justify;
}

a img {
  border: 0;
}

img {
   border: 0;
}

#container {
  width: 910px;
  margin: 0 auto;
}

#wrapper {
  width: 890px;
  float: left;
  background: #f0f0f0;
}

#leftshadow {
  background-image: url('/img/leftshadow.gif');
  background-repeat: repeat-y;
  background-position: left;
  width: 895px;
  padding: 0 0 0 5px;
}

html>body #leftshadow {
  background-image: url('/img/leftshadow.png');
  background-repeat: repeat-y;
  background-position: left;
  width: 900px;
  float: left;
  padding: 0 0 0 10px;
}

#rightshadow {
  background-image: url('/img/rightshadow.gif');
  background-repeat: repeat-y;
  background-position: right;
  width: 890px;
  padding: 0 5px 0 0;
}

html>body #rightshadow {
  background-image: url('/img/rightshadow.png');
  background-repeat: repeat-y;
  background-position: right;
  width: 890px;
  float: left;
  padding: 0 10px 0 0;
}

#header {
  width: 890px;
  height: 123px;
  float: left;
}

#logo {
  width: 227px;
  height: 123px;
  float: left;
}

#logo h1 {
  margin: 0;
  padding: 0;
  width: 227px;
  height: 123px;
}

#logo a {
  display: block;
  width: 227px;
  height: 123px;
  background: url('/img/logo.gif');
}

#logo h1 span {
  display: none;
}

#tabs {
  width: 890px;
  padding: 3px 0 4px 0;
  background: #FFF url('/img/navborder.gif') repeat-x bottom;
  float: left;
  position: relative;
}

#tabs dl {
  margin: 0;
  padding: 0;
  list-style: none;
}

#tabs dd {
  margin:0;
  padding:0;
  float:left;
}

#tabs a {
  float: left;
  display: block;
  padding: 6px 10px 4px 10px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 90%;
  color: #000;
}

#tabs a.seltab {
  background: #636363 url('/img/tab.jpg') repeat-x top left;
  color: #FFF;
}

#sidenav.blue{
  width: 178px;
  margin: 30px 0 10px 0;
  padding: 0 0 161px 0;
  float: left;
  background: url('/img/sidebg.jpg') no-repeat bottom;
}

dl#hosp-ref dd a {
  display: block;
  background: url('/img/subnavbg-bigger.gif') no-repeat;
  width: 158px;
  height: 37px;
  color: #FFF;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 110%;
  font-weight: bold;
  padding: 10px 10px 40px 10px;
  margin: 40px 0 0px 0;
}

#sidenav.blue dl dd a,
dl#homepage dd a {
  display: block;
  background: url('/img/subnavbg-big.gif') no-repeat;
  width: 158px;
  height: 37px;
  color: #FFF;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 110%;
  font-weight:bold;
  padding: 10px 10px 0px 10px;
  margin: 0 0 0px 0;
}

#sidenav dl dd a#blback{
  display: block;
  background: url('/img/subnavbg-blue.gif') no-repeat;
  width: 158px;
  height: 15px;
  color: #FFF;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 90%;
  padding: 5px 10px;
  margin: 0 0 11px 0;
}


#sidenav {
  width: 178px;
  margin: 30px 0 10px 0;
  padding: 0 0 161px 0;
  float: left;
  background: url('/img/sidebg.jpg') no-repeat bottom;
}

#sidenav.vt {
	padding: 0px;
	margin: 0px 0px 10px;
}

#sidenav dl {
  margin: 0;
  padding: 0;
  list-style: none;
}

#sidenav dd,
#sidenav dt {
  margin: 0;
  padding: 0;
  display: inline;
}

#sidenav dt {
  display: block;
  padding: 5px 0;
}

#sidenav dl dd a {
  display: block;
  background: url('/img/subnavbg.gif') no-repeat;
  width: 158px;
  height: 15px;
  color: #FFF;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 90%;
  padding: 5px 10px;
  margin: 0 0 11px 0;
}

#sidenav dd ul {
  margin: -11px 0 10px 0;
  padding: 0;
  list-style: none;
}

#sidenav dd ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline;
}

#sidenav dd ul li a {
  display: block;
  background: url('/img/subsubnavbg.gif') no-repeat;
  width: 158px;
  height: 15px;
  color: #FFF;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 90%;
  padding: 5px 10px;
  margin: 0;
}

#content {
  float: left;
  margin: 30px 0 30px 30px;
  position: relative;
}

.half {
  width: 415px;
}

.full,
.people {
  width: 653px;
}

.people p {
  margin: 0 0 10px 0 !important;
}

#content h1 {
  margin: 0 0 10px 0 !important;
  font-size: 210%;
  color: #7c7d7e;
  text-transform: uppercase;
}

#content h2 {
  margin: 10px 0;
  font-size: 160%;
  color: #7c7d7e;
}

#content h3 {
  margin: 10px 0;
  font-size: 130%;
  color: #7c7d7e;
}

#content hr {
  width: 100%;
  height: 1px;
  display: block;
  clear: both;
  float: left;
  border: none;
  background: #CCC;
}

#content a {
  color: #2e3192;
  text-decoration: none;
}

#content a:hover {
  text-decoration: underline;
}

#sideimg {
  float: right;
  width: 238px;
  height: 420px;
  margin: 30px 0 10px 0;
}

#footer {
  width: 890px;
  float: left;
  background: #2E3192;
  padding-top: 10px;
  padding-bottom: 10px;
}

#footer dl {
  margin: 0;
  padding: 0;
  list-style: none;
  text-transform: uppercase;
}

#footer dd, #footer dt {
  margin: 5px 5px 0 15px;
  padding: 0;
  display: inline;
  color: #FFF;
  font-size: 85%;
}

#footer a {
  color: #FFF;
  text-decoration: none;
}

.tbl {
  background: #FFF;
}

.tbl th {
  text-align: left;
  font-weight: bold;
  padding: 5px;
  color: #000;
}

.tbl td {
  padding: 5px;
}

.tbl tr.row2 td {
  background: #B9B9B9;
}

.photorow {
  width: 652;
  float: left;
}

.photoblock {
  width: 163px;
  float: left;
  text-align: center;
}

.photoblock img {
  border: 5px solid #C0C0C0;
}

.photoblock p {
  margin: 5px 0;
}

.photofull {
  width: 100%;
  float: left;
  text-align: center;
}

.photofull img {
  border: 5px solid #C0C0C0;
}

.photofull p {
  margin: 5px 0;
}

.default_header {
  background: url('/img/header.jpg') no-repeat right;
}

.home_header {
  background: url('/img/header/facilities.jpg') no-repeat right;
}

.ambulatory_header {
  background: url('/img/header/106.jpg') no-repeat right;
}

.referrals_header {
  background: url('/img/header/referrals.jpg') no-repeat right;
}

.surgery_header {
  background: url('/img/header/0048.jpg') no-repeat right;
}

.medicine_header {
  background: url('/img/header/0001.jpg') no-repeat right;
}

.reproduction_header {
  background: url('/img/header/groupofhorses.jpg') no-repeat right;
}

.imaging_header {
  background: url('/img/header/imaging.jpg') no-repeat right;
}

.sales_header {
  background: url('/img/header/169.jpg') no-repeat right;
}

.vets_header {
  background: url('/img/header/092.jpg') no-repeat right;
}

.radiographer_header {
  background:url('/img/header/xray.jpg') no-repeat right;
}
.labstaff_header {
  background: url('/img/header/0022.jpg') no-repeat right;
}

.nurses_header {
  background: url('/img/header/0037.jpg') no-repeat right;
}

.office_header {
  background: url('/img/header/097.jpg') no-repeat right;
}

.yard_header {
  background: url('/img/header/141.jpg') no-repeat right;
}

.farriers_header {
  background: url('/img/header/113.jpg') no-repeat right;
}

.news_header {
  background: url('/img/header/162.jpg') no-repeat right;
}

.seeing_header {
  background: url('/img/header/148.jpg') no-repeat right;
}

.employment_header {
  background: url('/img/header/115.jpg') no-repeat right;
}

.contact_header {
  background: url('/img/header/045.jpg') no-repeat right;
}

.hosdev_header {
  background: url('/img/header/011.jpg') no-repeat right;
}

.sportsleisure_header {
  background: url('/img/header/sports.jpg') no-repeat right;
}

.thoroughbreds_header {
  background: url('/img/header/thoroughbreds.jpg') no-repeat right;
}

.facilities_header {
  background: url('/img/header/facilities.jpg') no-repeat right;
}

.facilities2_header {
  background: url('/img/header/facilities2.jpg') no-repeat right;
}

.exports_header {
  background: url('/img/header/exports.jpg') no-repeat right;
}


.white-box {
  border: 1px solid #2E3192;
  padding: 10px;
  background-color: #2E3192;
  float:left;
  margin:0 20px 20px 0;
  width:250px;
  height:100px;
}

#content .white-box h2 {
	text-align:center;
	font-size: 200%;
	margin:25px 0 0 0;
}


.newsticker {
  border: 1px solid #2E3192;
  padding: 10px;
  background-color: #FFFFFF;
}

.newsticker ul {
  padding: 0px;
  margin: 0px 0px 0px 20px;
}

.newsLabel {
  font-weight: bold;
  margin: 0px 0px 10px 0px;
  padding: 0px;
}

#news {
  border: none !important;
}

.newstickerTitle {
  font-weight: bold;
  border: none !important;
}

.pBox {
  border: solid 1px #2E3192;
  background-color:#FFFFFF;
  padding:10px;
}

.video {
  background-color: #000000;
  padding: 10px;
  width: 633px;
  float: left;
}

.videoTitle {
  width: 633px;
  height: 30px;
  font-size: 120%;
  font-weight: bold;
  color: #FFFFFF;
  margin: 0px;
  padding: 0px;

}

.videoPlayer {
  width: 320px;
  height: 240px;
  float: left;
  position: relative;
}

.videos {
  width: 283px;
  height: 220px;
  float: right;
  padding: 10px;
  background: #333333;
  overflow: auto;
}

.videos h6 {
  height: 30px;
  font-size: 120%;
  color: #FFFFFF;
  margin: 0px;
  padding: 0px;
}

.videos ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.videos ul li {
  width: 220px;
  float: left;
}

.videos ul li a {
  color: #FFFFFF !important;
  display: block;
  padding: 5px 0px 5px 20px;
}

.videos ul li a:hover {
  background: url(/img/play.gif) no-repeat left center;
}

.videoPlayer object {
  position: absolute;
  z-index: 50;
}

.videoContainer {
  width: 320px;
  height: 240px;
  float: left;
}

.videoLoading {
  position: absolute;
  width: 32px;
  height: 32px;
  z-index: 100;
  left: 144px;
  top: 104px;
}

.videoStatus {
  position: absolute;
  width: 100px;
  height: 30px;
  top: 146px;
  left: 110px;
  color: #FFFFFF;
  text-align: center;
}

.videoPlayer object {
  width: 320px;
  height: 240px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 25;
}

.newstable {
  width: 100%;
  border-collapse: collapse;
  margin: 0px;
  padding: 0px;
}

.newstable tr td.img {
  width: 110px;
  vertical-align: top;
}

.newstable tr td {
  padding-bottom: 10px;
}

ul.images {
  list-style: none;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}

ul.images li {
  float: left;
  padding: 0px 13px 13px 0px;
  margin: 0px;
}

ul.images li.norightmargin {
  padding: 0px 0px 13px 0px;
}

.ambulatory,
.referrals {
  border: 1px solid #000000;
  padding: 10px;
  margin: 0px;
  float: left;
  width: 160px;
  height: 80px;
}

.referrals {
  border: 1px solid #000000;
  padding: 10px;
  margin: 0px 0px 0px 20px;
  float: left;
  width: 170px;
}

/**
 * Virtual tour
 */
.vt-body {
  padding: 30px 22px 20px 11px;
  width: 857px;
  float: left;
}

.vt-side-content {
  width: 185px;
  float: left;
  margin-right: 10px;
}

.vt-body h1 {
  font-size: 210%;
  color: #7c7d7e;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 0px;
}

.vt-map {
  width: 662px;
  height: 441px;
  float: left;
  background-image: url(/img/virtualtour/aerial.jpg);
  background-repeat: no-repeat;
  position: relative;
}

.vt-map a.vt-pin {
  position: absolute;
  font-size: 125%;
  font-weight: bold;
  color: #ffffff;
  background-color: #626262;
  text-align: center;
  text-decoration: none;
  width: 22px;
  padding: 3px 0px;
  z-index: 500;
}

.vt-map a.sel {
  background-color: #2e3192;
}

.vt-map div.vt-panel {
  background-color: #2e3192;
  width: 176px;
  padding: 10px;
  position: absolute;
  display: none;
  z-index: 1000;
}

.vt-map div.vt-show {
  display: block;
}

.vt-map div.vt-panel p {
  font-size: 92%;
  margin: 0px 0px 10px 0px;
  padding: 0px;
  color: #ffffff;
}

.vt-map div.vt-panel p strong {
  text-transform: uppercase;
  font-size: 117%;
  font-weight: bold;
  padding-bottom: 10px;
}

.vt-map div.vt-panel p a {
  color: #ffffff;
}

a#vt-pin-1 {
  top: 164px;
  left: 270px;
}

a#vt-pin-2 {
  top: 183px;
  left: 400px;
}

a#vt-pin-3 {
  top: 118px;
  left: 387px;
}

a#vt-pin-4 {
  top: 125px;
  left: 475px;
}

a#vt-pin-5 {
  top: 219px;
  left: 320px;
}

a#vt-pin-6 {
  top: 213px;
  left: 267px;
}

a#vt-pin-7 {
  top: 152px;
  left: 419px;
}

a#vt-pin-8 {
  top: 229px;
  left: 448px;
}

a#vt-pin-9 {
  top: 240px;
  left: 389px;
}

div#vt-panel-1 {
  top: 102px;
  left: 74px;
}

div#vt-panel-2 {
  top: 137px;
  left: 204px;
}

div#vt-panel-3 {
  top: 72px;
  left: 191px;
}

div#vt-panel-4 {
  top: 79px;
  left: 279px;
}

div#vt-panel-5 {
  top: 173px;
  left: 124px;
}

div#vt-panel-6 {
  top: 167px;
  left: 71px;
}

div#vt-panel-7 {
  top: 107px;
  left: 223px;
}

div#vt-panel-8 {
  top: 183px;
  left: 252px;
}

div#vt-panel-9 {
  top: 194px;
  left: 193px;
}

table.vt-grid {
  width: 857px;
  border-collapse: collapse;
  padding: 0px;
  border: 0px;
}

table.vt-grid tr th {
  border-left: 4px solid #ffffff;
  border-right: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  padding: 4px 0px 8px 0px;
  background-repeat: no-repeat;
  background-position: center;
  height: 40px;
}

table.vt-grid tr th.vt-grid-th-video {
  background-image: url(/img/virtualtour/video.gif);
  width: 107px;
}

table.vt-grid tr th.vt-grid-th-360 {
  background-image: url(/img/virtualtour/360.gif);
  width: 107px;
}

table.vt-grid tr th.vt-grid-th-photos {
  background-image: url(/img/virtualtour/photos.gif);
  width: 420px;
}

table.vt-grid tr th span {
  display: none;
}

table.vt-grid tr th.vt-grid-th-department {
  border-left: 0px;
  text-align: left;
  background-color: #ffffff;
  padding: 15px;
  font-weight: normal;
}

table.vt-grid tr td {
  border-right: 4px solid #ffffff;
  text-align: center;
  padding-left: 6px;
}

table.vt-grid tr th.vt-grid-th-department p {
  margin: 0px;
  padding: 0px;
}

table.vt-grid tr.vt-grid-line td {
  border-bottom: 4px solid #ffffff;
}

table.vt-grid tr td a img {
  border: 4px solid #ffffff;
  margin-right: 5px;
}


dl#homepage dd {
  display: block;
  background-image: url(/img/tab-2.png);
  background-repeat: repeat-x;
  background-position: bottom;
  padding: 0px 0px 12px 0px;
  margin-bottom: 10px;
  background-color: #D6D6D6;
}

dl#hosp-ref dd strong,
dl#homepage dd strong {
  font-weight: normal;
  padding-left: 10px;
}

#sidenav.blue dl#hosp-ref dd a,
#sidenav.blue dl#homepage dd a,
dl#hosp-ref dd a,
dl#homepage dd a {
  margin-bottom: 8px;
}

dl#hosp-ref dd a.email,
dl#homepage dd a.email {
  background: none;
  padding: 0px 0px 0px 10px;
  display: inline;
  margin: 0px;
  text-transform: lowercase;
  font-weight: bold;
  color: #283A97;
}

.boxes {
  clear: both;
  width: 419px;
  overflow: hidden;
  padding-top: 20px;
  text-align: center;
  font-size: 120%;
  font-weight: bold;
}

.boxes .box-a {
  float: left;
  width: 193px;
  margin-right: 9px;
  background-color: #FFFFFF;
  border: solid 1px #34348E;
  padding: 5px;
}

.boxes .box-b {
  float: left;
  width: 193px;
  background-color: #FFFFFF;
  border: solid 1px #34348E;
  padding: 5px;
}

.map-icon {
  float: right;
  white-space: nowrap;
  margin-right: -6px;
  width: 60px;
}

.map-icon img {
  float: right;
  clear: both;
}

.map-icon span {
  width: 60px;
  display: block;
  clear: both;
  font-size: 10px;
  text-align: center;
  color: #666666;
}

#content dl#hosp-ref dd,
#content dl#homepage dd {
  float: left;
  width: 178px;
  margin: 10px 0px 0px 0px;
}

.specialists-prof {
  float: left;
  padding-right: 20px;
  padding-bottom: 20px;
  width: 150px;
}

.specialists-prof {
  text-decoration: none;
}

#content .specialists-prof h3 {
  font-size: 15px;
}

.sidenav-image,
.virtual-home {
  margin-top: 40px;
  margin-left: 2px;
  position: absolute;
  left: -207px;
  top: 175px;
}

div.sidenav-image {
  width: 175px; 
}

div.sidenav-image p {
  text-align: center;
  color: #00243e;
  font-weight: bold;
}

table.tv-press-grid {
  width: 650px;
  border-collapse: collapse;
  padding: 0px;
  border: 0px;
}

table.tv-press-grid tr th.tv-press-grid-th-infobox h2 {
  text-align: left;
  padding-left: 10px
}

table.tv-press-grid tr th.tv-press-grid-th-infobox p {
  text-align: left;
  font-weight: normal;
  padding-left: 10px
}

table.tv-press-grid tr th {
  border: 4px solid #ffffff;
  padding: 4px 0px 8px 0px;
  background-repeat: no-repeat;
  background-position: center;
  height: 40px;
}

table.tv-press-grid tr th.tv-press-grid-th-video {
  background-image: url(/img/virtualtour/video.gif);
  width: 100px;
}

table.tv-press-grid tr th.tv-press-grid-th-infobox {
  width: 500px;
}

table.tv-press-grid tr th span {
  display: none;
}

table.tv-press-grid tr td {
  width: 50px;
  border-right: 4px solid #ffffff;
  text-align: center;
  padding-left: 6px;
}

table.tv-press-grid tr.tv-press-grid-line td {
  border: 4px solid #ffffff;
}

table.tv-press-grid tr td a img {
  border: 4px solid #ffffff;
  margin: 15px;
}

#breadcrumb {
  list-style: none;
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: absolute;
  top: 38px;
  left: 10px;
  font-size: 92%;
}

#breadcrumb li {
  display: inline;
  color: #959595;
  cursor: pointer;
  vertical-align: top;
  padding: 0px 5px 0px 0px;
  float: left;
}

#breadcrumb li a {
  color: #606060;
  text-decoration: none;
  float: none;
  display: inline;
  font-size: 100%;
  padding: 0px 5px 0px 0px;
  text-transform: none;
  float: left;
}

#breadcrumb li a:hover {
  color: #000000;
}

#breadcrumb li span {
  float: left;
  line-height: 100%;
}

.no-bull {
  list-style: none;
}

div.sidenav-image {
  margin-top: 0px;
}

.sidenav-image ul {
  margin-top: 6px;
  padding: 0;
}

.sidenav-image ul li {
  padding-left: 15px;
  list-style-type: none;
}
