﻿
body {
   margin: 0;
   padding: 0;
   font-family: Arial;
}

.clearBoth {
   line-height: 0;
   font-size: 0;
   clear: both;
}

.siteContainer {
   width: 1024px;
   background-color: #6DB8E8;
   margin: auto;
   padding: 0;
   padding-top: 3px;
}

.innerContainer {
   width: 1024px;
   height: 526px;
   background: transparent url('../Media/System/Backgrounds/detailBG.jpg') repeat-x scroll left top;
   position: relative;
   z-index: 900;
}

.detailBody {
   height: 371px;
   width: 1024px;
   background: transparent url('../Media/System/Backgrounds/bodyBG.jpg') no-repeat scroll top left;
}

.detailHeader {
   height: 96px;
   position: relative;
}

.innerContainer object {
   position: relative;
   z-index: 910;
}

.breadCrumbs {
   padding: 5px 10px;
   font-size: 11px;
   color: White;
   position: absolute;
   top: 10px;
}

.breadCrumbs a {
   color: White;
}

#flashContent {
   overflow: visible;
   position: relative;
   z-index: 980;
}