﻿/*
 *	Tabbed Column 2 template.
 *	© 2009 Robert Piper, designed for Yell.
 *	rwpiper@ocdcodemonkey.net
 *	Sep 2009.
 *
 *	CSS template for use with Microsoft Office Live.
 */

/*
 *	The basics of the style.
 *	Read the notes, change the values, gaze in wonder at the results.
 */
body {
  background-image: url('/images/background2.jpg');
  background-position: top center;
  background-color: #ffffff;
  background-attachment: fixed !important;
  background-repeat: no-repeat !important;
}
.BG_Base {
  background-color: #ffffff !important; /* Header background colour. */
  height: 222px !important; /* Header height. See instructions. */
}
.MSC_PrimaryNavFrame, .MSC_FooterFrame {
  background-color: #1f2120 !important; /* Navigation and Footer background color. */
}
.MSC_PrimaryNavLink a {
  color: #ffffff !important; /* Navigation text colour. */
}
.MSC_PrimaryNavFrame a:hover {
  color: #ff0000 !important; /* Navigation text 'hover' colour. */
}
a.MSC_PrimaryNavLink-On, a.MSC_PrimaryNavLink-On:hover {
  color: #202020 !important; /* Selected navigation text colour. */
  border-bottom-color: #aa0000 !important; /* Selected navigation underline colour. */
}
.MSC_Body, td.MSC_PrimaryNavLinkFrame-On {
  background-color: #e8e8e8 !important; /* Body background color. */
}
.MS_WH_ZoneContent, .MS_WH_ZoneContent td {
  text-align: justify !important; /* Body text alignment. */
  font-family: arial, helvetica, sans-serif !important; /* Body text font. */
  color: #404040;
}

/*
 *	Everything else.
 *	You shouldn't need to change anything below here.
 */
table, tr, td {
  border: none !important;
  margin: 0px !important;
  border-collapse: collapse !important;
  padding: 0px !important;
  background-color: transparent !important;
}
img {
  border: none !important;
}
ul, ol {
  padding: 2px 0px 2px 20px !important;
  margin: 0px !important;
  list-style-position: outside !important;
}

.MS_MasterFrame {
  width: 784px !important;
  border-style: none solid !important;
  border-color: #1f2120 !important;
  border-width: 2px !important;
  display: block;
}
.BG_Base {
  background-image: url('/images/title.jpg') !important;
  background-position: top !important;
  background-repeat: no-repeat !important;
  width: 780px !important;
}
.MSC_PrimaryNavFrame {
  background-image: url('/images/title.jpg') !important;
  background-position: bottom;
}

.MSC_PrimaryNavFrame td {
  vertical-align: bottom;
  font-family: verdana, helvetica, sans-serif !important;
  padding: 5px 25px !important;
}
.MSC_PrimaryNavFrame a {
  display: block !important;
  padding: 0px 0px 2px 0px !important;
  font-size: 10pt !important;
  font-variant: small-caps;
  text-decoration: none !important;
}
a.MSC_PrimaryNavLink-On, a.MSC_PrimaryNavLink-On:hover {
  border-bottom: 2px solid;
  padding: 0px !important;
}
.MSC_PrimaryNavFrame a:hover {
  text-decoration: none !important;
}
.MSC_PrimaryNavLeftSpace, .MSC_PrimaryNavRightSpace, .MSC_PrimaryNavTopSpace, .MSC_PrimaryNavBottomSpace {
  display: none;
}
.MSC_Body {
  padding: 15px 15px !important;
}
.MS_WH_ZoneContent, .MS_WH_ZoneContent td {
  padding: 10px !important;
}
.MSC_FooterFrame {
  padding: 5px 25px !important;
}
