/* General css Elements ***************************************************/
html, body
{
  margin: 0;
  padding: 0;
  font-family: arial, helvetica, sans-serif; /*  font-size: 10px; */
  font-size: 7pt;
  height: 100%;
  background-color: #fffffe;
}
h1
{
  font-size: 2.5em;
  font-weight: bold;
  margin-top: 0em;
  margin-bottom: 0em;
  color: #5d7b9d;
}
h2
{
  font-size: 1.8em;
  margin: 1.0em 0em 1.0em 0em;
  font-weight: bold;
  color: #5d7b9d;
}
h3
{
  font-size: 1.5em;
  margin: 1.0em 0em 1.0em 0em;
  font-weight: bold;
  color: #5d7b9d;
}
.h3Style
{
  font-size: 1.5em;
  margin: 1.0em 0em 1.0em 0em;
  font-weight: bold;
  color: #5d7b9d;
}
h4
{
  font-size: 1.2em;
  margin: 1.0em 0em 1.0em 0em;
  color: #5d7b9d;
}
.h4Style
{
  font-size: 1.2em;
  margin: 1.0em 0em 1.0em 0em;
  color: #5d7b9d;
}
h5
{
  font-size: 1em;
  margin: 1.0em 0em 1.0em 0em;
}
p
{
  font-size: 1.1em;
  line-height: 1.8em;
  margin: 1.0em 0em 1.0em 0em;
  text-align: left;
}
ul
{
  font-size: 1.1em;
}
a
{
  color: #5d7b9d;
}
a:link, a:visited, a:active
{
  color: #5d7b9d;
  text-decoration: underline;
}
a:hover
{
  color: #5d7b9d;
  text-decoration: none;
}

/* web.master ***************************************************/
/* The webBodyCentre Allows the webContent to float centrally */
.webBodyCentre
{
  margin: 0px;
  padding: 0px;
  text-align: center; /* Centres in IE*/
}
/* This is our Container Page */
/* Needs a Page Width - Arsenals Page is 920px  Ours is 800px*/
/* The webContainer is positioned relative so all descendants are relative to this */
.webContent
{
  position: relative;
  height: 600px;
  width: 600px;
  text-align: left;
  background-color: #fffffe;
}

/* site.master ********************************************/
/* This must have the same Width as webContent*/
.siteContent
{
  position: absolute;
  height: 600px;
  width: 600px;
  background-color: #fffffe; /* Test border:1px solid Green */
}
/* Header Elements */
.siteHeader
{
  top: 0px;
  left: 0px;
  height: 70px;
  border-bottom: 2px solid #5d7b9d;
}
.siteHeaderLeft
{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 65px;
  width: 211px;
}
.siteHeaderRight
{
  position: absolute;
  top: 0px;
  left: 212px;
  height: 65px; /* width: 559px; */
  width: 355px;
  text-align: center;
  font-weight: bold;
  color: #5d7b9d;
  background-color: #fffffe;
}
/* End of Header Elements */
.siteButtonBar /* Button Bar to Left */
{
  position: relative;
  padding: 5px 5px 5px 5px;
  border-bottom: 2px solid #5d7b9d;
}
.siteLoginOut /* LoginOut Contains Name & Button in Button Bar to Right*/
{
  position: absolute;
  top: 0px;
  right: 20px;
  padding: 5px 5px 5px 5px;
  border-bottom: 2px solid #5d7b9d;
}
.siteLoginOutName
{
  font-size: 1.5em;
  font-weight: bold;
  color: #5d7b9d;
}
/* Horizontal Menu Elements */
.siteMenu
{
  position: relative;
  width: 600px;
  height:35px;
  float: left; 
  background-color: #5d7b9d;
  background-repeat: repeat-x;
  background-position: left top;
  border-top: 2px solid #fffffe;
  font-size: 1.2em;
  font-weight: bold;
  z-index: 50;
}
.siteMenuLeft
{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 500px;
  padding: 0,0,10px,10px float:left;
  border-bottom: 2px solid #5d7b9d;
}
.siteMenuRight
{
  position: absolute;
  top: 0;
  left: 545px;
  width: 25px;
  padding: 3px;
  float: right;
  border-bottom: 2px solid #5d7b9d;
}


.siteMenu li
{
  display: inline; /* for IE5 and IE6 */
}
.siteMenu ul
{
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
  font-weight: bold;
}
.siteMenu a:link, .siteMenu a:visited
{
  display: block;
  width: 99.99%; /* for IE5 */
  color: #fffffe;
  text-decoration: none;
  padding: 0.25em 0.5em 0.25em 0.5em;
  font-weight: bold;
}
.siteMenu a:hover
{
  text-decoration: none;
  color: #5d7b9d;
  background-color: #fffffe;
  font-weight: bold;
}
.siteMenuMenuStyle
{
  font-size: 1.2em;
  font-weight: bold;
  background-color: #5d7b9d;
  border-color: #fffffe;
  border-style: solid;
  border-width: 1px;
}
.siteMenuItem
{
  font-weight: bold;
  background-color: #5d7b9d;
  border-color: #fffffe;
  border-style: solid;
  border-width: 1px;
}
/* Site Footer Elements */
.siteFooter
{
  clear: both; /* Starts the footer below the floated content */
  font: 1.8em;
  border-top: 1px solid #5d7b9d;
  color: #666; /* Test border:3px solid Green */
}
.siteBreadcrumbs
{
  position: relative;
  color: #fffffe;
  background-color: #5d7b9d;
  padding: 10px;
  float: right;
  clear: left;
  margin-bottom: 1.8em;
}
.siteBreadcrumbs a:link, .siteBreadcrumbs a:visited, .siteBreadcrumbs a:hover, #breadcrumbs a:active
{
  color: #fffffe;
}

.siteFooterLeft
{
  float: left;
  clear: left;
}
.siteFooterCentre
{
  top: 0px;
  text-align: center;
}

.siteFooterRight
{
  top: 0px;
  float: right;
  clear: right;
}


/* This is the Actual Page */
.pageContent
{
  position: relative;
  width: 600px;
  background-color: #fffffe; /* Test border:1px solid Green */
}
/* 1 Column Page *********************************/
.page1ColumnAll
{
  float: left;
  padding-left: 10px;
  width: 580px;
  background-color: #fffffe;
}
/* 2 Column Page *********************************/
.page2ColumnLeft
{
  float: left;
  background-color: #fffffe;
  width: 110px;
}
.page2ColumnRight
{
  float: left;
  padding-left: 10px;
  width: 470px;
  background-color: #fffffe;
}

/* 3 Column Page *********************************/
.page3ColumnLeft
{
  float: left;
  background-color: #fffffe;
  width: 100px;
}
.page3ColumnCentre
{
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  width: 360px;
  background-color: #fffffe;
}
.page3ColumnRight
{
  float: left;
  background-color: #fffffe;
  width: 100px;
}

#mailto
{
  color: #5d7b9d;
}
#mailto link, #mailto visited, #mailto active
{
  color: #5d7b9d;
  text-decoration: underline;
}
#mailto hover
{
  color: #5d7b9d;
  text-decoration: none;
}

title
{
  color: #5d7b9d;
}

#newsPDF
{
  background: url(Images/pdficon25x25 .gif) no-repeat right top;
  height: 25px;
  width: 25px;
  border: 0;
  float: right;
}
/* eCommerce Shop *************************/
/* 2 Column Page *********************************/
.shopColumnLeft
{
  float: left;
  background-color: #fffffe;
  width: 200px;
}
.shopColumnRight
{
  float: left;
  padding-left: 10px;
  width: 380px;
  background-color: #fffffe;
}

#shopSideBar
{
  float: left;
  padding: 0 10px 10px 10px;
  background-color: #5d7b9d;
  background-image: url(Images/bg_8da4bb.gif);
  background-repeat: repeat-y;
  background-position: left top;
  border-top: 2px solid #FFFFCC;
  border-bottom: 2px solid #5d7b9d;
  width: 178px; /* ds */
}
#shopSideBar h3
{
  font-weight: bold;
  padding-bottom: 0.5em;
  border-bottom: 1px dashed #FFFFCC;
  color: #FFFFCC;
}
#shopNavigation
{
}
#shopNavigation li
{
  display: inline; /* for IE5 and IE6 */
}
#shopNavigation ul
{
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}
#shopNavigation a:link, #shopNavigation a:visited
{
  display: block;
  width: 99.99%; /* for IE5 */
  color: #FFFFCC;
  text-decoration: none;
  padding: 0.25em 0.5em 0.25em 0.5em;
  font-weight: bold;
}

#shopNavigation a:hover
{
  text-decoration: none;
  color: #5d7b9d;
  background-color: #FFFFCC;
}
.shopMenu
{
  background-color: #5d7b9d;
  border-color: #FFFFCC;
  border-style: solid;
  border-width: 1px;
}
.shopMenuItem
{
  background-color: #5d7b9d;
  border-color: #FFFFCC;
  border-style: solid;
  border-width: 1px;
}
/**********************************************************/
.code
{
  color: #5d7b9d;
  background-color: #fffffe;
  font: 0.9em/1.4em arial, helvetica, sans-serif;
  float: right;
  border: solid 1px #5d7b9d;
  padding: 10px;
}
.code a:link, #breadcrumbs a:visited, .code a:hover, #breadcrumbs a:active
{
  color: #5d7b9d;
}
.loggedinout
{
  color: #5d7b9d;
  background-color: #fffffe;
  padding: 10px;
  margin-top: 10px;
  font: 1.1em/1.1em arial, helvetica, sans-serif;
}

.loginout td
{
  color: #5d7b9d;
  background-color: #fffffe;
  font: bold 1.1em/1.1em arial, helvetica, sans-serif;
}
.logininOut td.title
{
  color: #5d7b9d;
  font: bold 1.0em/1.0em arial, helvetica, sans-serif;
  text-align: center;
  padding-bottom: 10px;
}
.title
{
  color: #5d7b9d;
  font: bold 1.0em/1.0em arial, helvetica, sans-serif;
  text-align: center;
  padding-bottom: 5px;
  border-bottom: #5d7b9d thin solid;
  margin-bottom: 5px;
}

.spacer
{
  clear: both;
}
dd, dt
{
  font-size: 0.95em;
}
#mainTitle
{
  font-size: 2.0em;
  font-weight: bold;
  visibility: hidden;
}
.pageTitle
{
  font-size: 1.5em;
  font-weight: bold;
}
.itemTitle
{
  border-bottom: 1px solid #5d7b9d;
  font-size: 1.5em;
}

.box
{
  border: solid 1px #5d7b9d;
}
.boxFloat
{
  /* border: solid 1px #5d7b9d; */
  float: left;
}
.boxFloatRight
{
  border: solid 1px #5d7b9d;
  float: right;
}
.floatRight
{
  /* border: solid 1px #5d7b9d; */
  float: right;
}

.newsItem
{
  position: relative;
  height: 1.5em;
  padding: 5px 5px 5px 5px;
  color: #ffffff;
  background-color: #5d7b9d;
}
.newsTitle
{
  position: relative;
  top: 0px;
  left: 0px;
  font-size: 1.2em;
  font-weight: bold;
  color: #ffffff;
  float: left;
}
.newsDate
{
  position: relative;
  top: 0px;
  right: 0px;
  font-weight: bold;
  font-size: 1.0em;
  color: #ffffff;
  float: right;
}
.newsContent
{
  text-align: left;
  color: #000000;
}

.newsPDF
{
  background: url(Images/pdficon25x25 .gif) no-repeat right top;
  height: 25px;
  width: 25px;
  border: 0;
  float: right;
}


#content .newsItem
{
  padding-top: 1.0em;
  border-bottom: 1px solid #5d7b9d;
  color: #ffffff;
  background-color: #5d7b9d;
  font-family: arial, helvetica, sans-serif;
}
#content .newsTitle
{
  font-size: 110%;
  color: #ffffff;
  font-weight: bold;
}
#content .newsDate
{
  font-family: arial, helvetica, sans-serif;
  font: normal 0.9em/0.9em;
  color: #ffffff;
  float: right;
}
#content .newsContent
{
  text-align: left;
  color: #000000;
}
.galleryTitle
{
  border-bottom: 1px solid #5d7b9d;
  color: #ffffff;
  background-color: #5d7b9d;
  font-family: arial, helvetica, sans-serif;
}

.rowSelected
{
  background-color: #e0e0e0;
}

input.buttonLink
{
  text-decoration: underline;
  border: 0px;
  background-color: Transparent;
}

.grid
{
  margin-bottom: 10px;
}
.grid TR TD
{
  padding: 1px 5px 1px 5px;
}

.details, .details TR, .details TD
{
  border-style: none;
  border-width: 0;
  padding-left: 20px;
}
.detailsHeader
{
  background-color: #5d7b9d;
  color: #ffffff;
  font-weight: bold;
  border: #ffffff 1px solid;
}
.linkfloatright
{
  float: right;
}
.aspcommandfieldbutton
{
  color: #284775;
  background-color: #e0e0e0;
  border: #696969 1px solid;
  font-size: 1.2em;
}
a.asphyperlinkfield, a.asphyperlinkfield:link, a.asphyperlinkfield:visited, a.asphyperlinkfield:hover, a.asphyperlinkfield:active
{
  color: #284775;
  background-color: #e0e0e0;
  border: #696969 1px solid;
  text-decoration: none;
}

.asptable
{
  color: #ffffff;
  background-color: #5d7b9d;
  border: #5d7b9d 2pt solid;
  font-weight: bold;
}

.asptablebody
{
  color: #ffffff;
  background-color: #fffffe;
  border-style: none;
  border-width: 0;
  font-weight: normal;
}
.aspButtonPlain
{
 color: #284775;
 background-color:transparent;
 text-align:center;
 /*border-style: none;*/
 border-style:solid;
 font-family: arial, helvetica, sans-serif;
 font-size: 1.2em;
  font-weight:bold
} 

a.aspLinkButtonPlain, a.aspLinkButtonPlain:link, a.aspLinkButtonPlain:visited, a.aspLinkButtonPlain:hover, a.aspLinkButtonPlain:active
{
 color: #284775;
 background-color:transparent;
 border-style: none;
 margin:0px 10px 0px 10px;
 text-decoration:none;
 font-family: arial, helvetica, sans-serif;
 font-size: 1.2em;
 font-weight:bold
}      