/* General Styles ****************************************/
body
{
 background: url(../Pics/background.jpg) repeat-y;
 margin: 0px;
}

h1
{
  color: #55151F;
  font-weight: bold;
  line-height: 18pt;
  font-size: 12pt;
}

h2
{
  color: #55151F;
  font-family: times;
  font-weight: bold;
  font-style: italic;
  line-height: 4pt;
  font-size: 13pt;
  letter-spacing: 2px;
}

h3
{
  color: #55151F;
  font-weight: bold;
  padding: 0px 0px 0px 0px;
  margin: 5px 0px 0px 0px;
  font-size: 10pt;
}

a:link, a:visited
{
  color: #BC202B;
  font-family: verdana;
  font-weight: bold;
  font-size: 8pt;
  text-decoration: none;
}

a:active, a:hover
{
  text-decoration: underline;
}

img { behavior: url(../iepngfix.htc); }

dfn
{
  border-bottom: 1px dotted #351317;
  font-style: normal;
  cursor: help;
}

div.spacer
{
  clear: both;
}

.floatleft
{
  position: relative;
  float: left;
}

.floatright
{
  position: relative;
  float: right;
}

.center
{
  text-align: center;
}

/* Header Section ******************************************/

#logo
{
  position: absolute;
  top: 50px;
  left: 680px;
  z-index: 150; 
}

#header
{
  z-index: 1; 
}

#title
{
  background-color: #55151F;
  position: relative;
  height: 100px; 
  min-width: 217px;
  padding: 10px 0px 0px 10px;
}

/* Top Menu
/* Comment below applies to styles for the Top Menu
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {
  background: #5E7B38;
  height: 30px;
  width: 100%;
  padding-left: 70px;
  font-size:0.85em;
  position:relative;
  z-index:100;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
  padding:0;
  margin:0;
  list-style-type:none;
}
.menu ul ul {
  width:150px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
  float:left;
  position:relative;
  padding-right: 10px;
}

.menu li a
{
  float:left;
  position:relative;
}

/* style the links for the top level */
.menu a, .menu a:visited {
  display:block;
  font-size: 8pt;
  text-decoration:none; 
  color: #C9DE7A;; 
  height:30px; 
  border: none;
  background: #5E7B38; 
  padding-left:10px; 
  line-height:30px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
  background: #C9DE7A url(../../graphics/drop.gif) bottom right no-repeat;

}
/* style the second level hover */
.menu ul ul a.drop:hover{
  background: #C9DE7A url(../../graphics/drop.gif) bottom right no-repeat;
  color: #263017;
}
.menu ul ul :hover > a.drop {
  background: #C9DE7A url(../../graphics/drop.gif) bottom right no-repeat;
  color: #263017;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
  background: #C9DE7A;
  color: #5E7B38;
}
/* style the third level hover */
.menu ul ul ul a:hover {
  background: #C9DE7A;
  color: #263017;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
  visibility:hidden;
  position:absolute;
  height:0;
  top:30px;
  left:0; 
  width:150px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
  top:29px;
  t\op:30px;
}

/* position the third level flyout menu */
.menu ul ul ul{
  left:150px; 
  top:0;
  width:150px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
  left:-150px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
  background: #C9DE7A; 
  color: #5E7B38; 
  height:auto; 
  line-height:1em; 
  padding:5px 10px; 
  width:129px
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
  width:150px;
  w\idth:129px;
}


/* style the top level hover */
.menu ul ul a:hover{
  color:#263017; 
  background:#C9DE7A;
}

.menu a:hover
{
  color:#263017; 
  background:#5E7B37;
}

.menu ul ul :hover > a {
  color:#263017; 
  background:#C9DE7A;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
  visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
  visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
  visibility:visible;
}

/*Rest of Page***************************************************************/

#content
{
  float: left;
  overflow:hidden;
  width: 820px;
  z-index: 1;
}

/*Side Sub-menu**************************************************************/

#side-menu
{
  float: left;
  width: 300px;
  padding: 30px 0px 0px 35px;
}

#side-menu p a
{
  background: url(../Pics/minilotus1.gif) no-repeat center left;
  color: #351317;
  line-height: 32pt;
  font-family: verdana;
  font-weight: bold;
  font-size: 9pt;
  text-decoration: none;
  padding: 10px 0px 10px 45px;
}

#side-menu a:hover
{
  background: url(../Pics/minilotus2.gif) no-repeat center left;
  font-size: 10pt;
}

#side-menu a:active
{
  background: url(../Pics/minilotus2.gif) no-repeat top left;
  font-size: 14;
}

#side-menu a.current
{
  color: #BC202B;
}

#side-menu p.sub
{
  padding-left: 50px;
}

/*Page's Text Section*********************************************************/

#pageText
{
  float: left;
  padding: 20px 0px 10px 10px;
  width: 450px;
  color: #351317;
  font-size: 10pt;
  font-family: verdana;
}

div #pageText ul { list-style-image: url(../Pics/bullet.gif); }

/*Visual Interest Pictures ***********************************************/
#pics
{
  float: left;
  padding-left: 250px;
}

#pics img
{
 padding-right: 12px;
}

/*Optional Footer ********************************************************/
#footer
{
 color: #8e6a54;
 text-align: center;
 font-style: italic;
 font-size: 14;
}


