﻿/*
 *	Floating Box template.
 */
body, #IWS_WH_Elem_GlobalLinks, #ctl00_IWS_WH_Elem_BottomAd, #ctl00_IWS_WH_Elem_Logo, .MSC_FooterFrame {
  background-color: #e8e8e8 !important; /* Background colour. */
}
.MS_MasterFrame {
  background-color: #ffffff !important; /* 'Page' colour. */
}
.BG_Base  {
  height: 210px !important; /* Header height. This needs to be identical to the height of your 'header.jpg'. */
}
.MSC_PrimaryNavFrame a {
  color: #2a2008 !important; /* Navigation text colour. */
}
.MSC_PrimaryNavFrame a:hover {
  color: #2a2008 !important; /* Navigation text 'hover' colour. */
}
a.MSC_PrimaryNavLink-On, a.MSC_PrimaryNavLink-On:hover {
  color: #000000 !important;  /* Selected navigation text colour. */
}
.MS_WH_ZoneContent, .MS_WH_ZoneContent td {
  font-family: verdana, helvetica, arial, sans-serif !important; /* Body font. */
  font-size: 10pt !important; /* Body font size. */
  color: #303030 !important; /* Body text colour. */
}

/*
 *	Everything else.
 *	You shouldn't need to change anything below here.
 */
html {
  overflow-y: scroll !important;
}
body {
  padding: 10px;
  margin: 0px;
}
table, tbody, tr, td {
  padding: 0px !important;
  margin: 0px !important;
  border-collapse: collapse !important;
  border: none !important;
  background-color: transparent !important;
}
ul, ol {
  padding: 5px 0px 5px 25px !important;
  margin: 0px !important;
  list-style-position: outside !important;
}
img {
  border: none !important;
}

#IWS_WH_Elem_GlobalLinks, #ctl00_IWS_WH_Elem_BottomAd, #ctl00_IWS_WH_Elem_Logo {
}
.MS_MasterFrame {
  display: block;
  width: 980px;
  background-image: url('/images/body.jpg');
  background-repeat: repeat-y;
  background-position: top left;
}
.BG_Base {
  display: block;
  width: 980px;
  background-image: url('/images/header.jpg');
  background-repeat: no-repeat;
  background-position: top left;
  background-color: transparent !important;
}
.MS_MasterLeftNav {
  padding: 20px 0px 20px 45px !important;
  width: 150px !important;
}
.MSC_PrimaryNavFrame {
  background-color: transparent !important;
  display: block;
}
.MSC_PrimaryNavFrame a {
  font-size: 9pt !important;
  font-weight: bold !important;
  display: block;
  height: 15px;
  width: 120px;
  padding: 5px 15px 5px 15px;
  text-decoration: none !important;
  margin: 0px 0px 5px 0px;
}
.MSC_PrimaryNavFrame a:hover {
  text-decoration: underline !important;
}
a.MSC_PrimaryNavLink-On, a.MSC_PrimaryNavLink-On:hover {
  font-size: 9pt !important;
  font-weight: bold !important;
  text-decoration: none !important;
  background-image: url('/images/navHot.jpg');
  background-position: top left;
  background-repeat: no-repeat;
}
.MSC_PrimaryNavTopSpace, .MSC_PrimaryNavBottomSpace, 
.MSC_PrimaryNavLeftSpace, .MSC_PrimaryNavRightSpace {
  display: none !important;
}
.MSC_Body {
  padding: 5px 20px 0px 20px; !important;
  display: block;
  width: 720px !important;
  background-color: transparent !important;
}
.MS_WH_ZoneContent {
  padding: 25px !important;
}
.MS_WH_ZoneContent, .MS_WH_ZoneContent td {
}
.MSC_FooterFrame {
  display: block;
  width: 770px;
  padding: 30px 15px 0px 195px !important;
  background-image: url('/images/footer.jpg');
  background-repeat: no-repeat;
  background-position: top left;
}
