﻿*
{
  margin: 0;
  padding: 0;
}

body
{
  font-family: Verdana, Helvetica, Sans;
  font-size: 11px;
  font-size: 70%; /* corresponds approx to 11px */
  text-align: left;

  width: 749px;
  margin-top: 75px;
  margin-left: auto;
  margin-right: auto;
  
}

div#logo img
{
  border: 0px;
  float: left;
  width: 226px;
}

td
{
  vertical-align: top;
}

span.companyinfo
{
  display: inline-block; 
  font-weight: bold; 
  width: 4em; 
}
.boldred
{
  color: #FF0000;
  font-weight: bold;
}

/************************************************

                    HEADER
                 
************************************************/

div#header
{
  height: 57px;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 4px;
  border-bottom: 3px solid black;
}
div#header ul
{
  margin-top: 48px;
  display: block; 
  float: right;
}

div#header ul li
{
  vertical-align: bottom;
  font-size: 10px;
  display: inline;
  list-style-image: none;
  clear: both;
  padding-right: 16px;
} 

div#header a
{
  font-weight: bold;
  text-decoration: none;
  color: black;
}

div#header a.nobold
{
  font-weight: normal;
}

div#header a:hover
{
  color: #9E0000;  
  color: #01559d;
}

/************************************************

                  MAIN IMAGE
                 
************************************************/

div#mainimg
{
  width: 541px;
  height: 195px;
  xbackground-image: url(../images/happy_holidays.png);
  background-image: url(../images/header.jpg);
}

/************************************************

                    PAGE
                 
************************************************/

div#page
{
  background-color: #e3e4ca;
  width: 100%;
  height: 100%;
  margin-top: 0;

  /* Part of Faux Columns solution to right sidebar fix. See http://www.alistapart.com/articles/negativemargins/ */
  background: #e3e4caurl(images/sidebar.png) repeat-y right;
}

/* Part of Faux Columns solution to right sidebar fix. See http://www.alistapart.com/articles/negativemargins/ */
.clearing 
{
  height: 0;
  clear: both;
}

/************************************************

                   LEFT BAR
                 
************************************************/

div#leftbar
{
  width: 543px;  
  float: left;
  background-color: white;
  padding-right: 2px;
}

/************************************************

                  RIGHT BAR
                 
************************************************/

div#rightbar
{
  float: left;
  width: 150px;
  height: 100%;
  padding-top: 25px;
  padding-left: 25px;
  padding-right: 25px;
  background-color: #e3e4ca;
}

div#rightbar p
{
  margin-bottom: 1.2em;
}

/************************************************

                    CONTENT
                 
************************************************/

div#content
{
  margin-top: 4px;
  padding:30px 48px 30px 48px;
  background-color: #e9e9dd;
}

div#content p, div#content h1, div#content h2, div#content ul
{
  margin-bottom: 1.5em;
}

div#content ul
{
  margin-left: 2.5em;
}

h1
{
  font-size: 15px;
  font-size: 130%;
}
h2
{
  font-size: 11px;
  font-size: 100%; /* set same size as body font-size  */
}


/************************************************

                 CONTENT BAR 
                 
************************************************/

ul#contentbar
{
  margin-top: 2px;
  width: 543px;
  height: 24px;
  background-color: #2F766D;
  background-color: #01559d;

  list-style: none;  
  font-size: 11px;
}

ul#contentbar li
{
  float: left;
  width: 180px; /* with 3 items */
  xwidth: 134px; /* with 4 items */
  border-right: 1px solid white;
}

ul#contentbar li a
{
  display: block;
  color: white;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  height: 19px;
  padding-top: 5px;
}

ul#contentbar li a:hover, ul#contentbar li a.here
{
  background-color: #9E0000;
  background-color: #9dc3f2;
}

/************************************************

                    FOOTER
                 
************************************************/

div#footer
{
  clear: both;
  color: #9D9E9E;
  text-align: center;
  padding-top: 18px;
  padding-bottom: 18px;
}


