﻿body
{
    background-color: #f1f1f1;
    background-position: right 100px;
    margin: 0px;
    background: #FFFFFF url('Images/mainbg.jpg') repeat-y fixed right 100px;
    font-family: tahoma;
    font-size: 14px;
}
#centerdiv
{
    width: auto;
    margin-right: auto;
    margin-left: auto;
    height: 700px;
    position: absolute;
    top: 0px;
    right: 100px;
    left: 100px;
    margin-top: 120px;
    padding-right: 50px;
    z-index: 4;
}
#header
{
    float: top;
    width: 100%;
    height: 160px;
    background-image: url('Images/bg.jpg');
    background-repeat: repeat-x;
    background-position: top;
    background-attachment: scroll;
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    text-align: center;
    z-index: 5;
}
a
{
    color: #003366;
}
h1
{
    font-family: tahoma;
    font-size: 24px;

}
h2
{
    font-size: 18px;
    color: #003366;
}
p
{
    font-family: tahoma;
    line-height: 24px;
}

#sidebar
{
    float: top;
}
ul#menu
{
    text-align: center;
    padding: 0px;
    list-style-image: none;
    margin-left: 10px;
    margin-right: 5px;
    margin-top: 56px;
}
ul#menu li
{
    display: inline;
    padding-right: 30px;
    margin: 0px;
    list-style-image: none;
    list-style-type: none;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #FFFFFF;
    font-size: 18px;
    padding-left: 0px;
    height: 10px;
}
ul#menu li a
{
    border-style: none;
    list-style-image: none;
    list-style-type: none;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}
ul#menu li a:hover
{
    list-style-image: none;
    list-style-type: none;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #003366;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}

#maincontentdiv
{
    width: 100%;
    padding-left: 15px;
    margin-top: 35px;
    margin-right: 0px;
    padding-right: 10px;
}

.leftdiv
{
    background-color: #F1F1F1;
    position: fixed;
    width: 100px;
    height: 100%;
    top: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 1;
}

/* ##### Footer ##### */

#footer {
  color: rgb(51,51,102);
  font-size: 12px;
  text-align: center;
  line-height: 1.25em;
  margin: 2em 0 0 0;
  padding: 10ex 10px;
  clear: left;
}


.productLink {
  text-decoration: none;
  color: #333333;
}

.rowOfBoxes {
  clear: both;
}

.quarter, .oneThird, .half, .twoThirds, .fullWidth {
  margin: 1em 0;
  float: left;
  border-left: 1px solid rgb(204,204,204);
}

.quarter {
  width: 21%;
  padding: 0 1.9%;
}

.oneThird {
  width: 28%;
  padding: 0 1.9%;
}

.half {
  text-align: justify;
  width: 46%;
  padding: 0 1.9%;
}

.twoThirds {
  text-align: justify;
  width: 63%;
  padding: 0 1.9%;
}

.fullWidth {
  text-align: justify;
  width: 96%;
  padding: 0 1.2em;
  border-left: none;
}

.filler {  /* use with an empty <p> element to add padding to the end of a text box */
  border: 1px solid white;
}

.noBorderOnLeft {
  border-left: none;
}

.dividingBorderAbove {
  border-top: 1px solid rgb(204,204,204);
}
