@charset "utf-8";
  body {
  margin:0 10% 0 10%;
  padding:0;
  color:#000;
  background: #020202;
  font: 0.8em Verdana, arial, sans-serif;
  }

#mainContainer {
width: 760px;
margin: 0 auto; /*** Centers the design ***/
min-height: 300px;
background: #000000;
text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
}
* html #mainContainer {
height: 300px; /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}
/**************************
HEADER
**************************/
#header {
margin-top: 12px; /*** Make some space for the header menu ***/
background: #000000;
padding: 15px;
height: 200px;
}
/**************************
CONTENT AND COLUMNS
**************************/
.outer {
padding-left: 165px;  
}
* html .outer {
/*** No need for hacking IE on this layout ***/
}
.inner {
width: 595px; /*** This width is for non-IE browsers. Mozilla makes this necessary. Be sure to check your layout in different browsers if you changes this value. Especially IE7 seems to create a horisontal scroll if this value is set too large ***/
}
* html .inner {
width: 100%;
}
/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout.
***/
.float-wrap {
float: left;
width: 760px;
margin-left: -165px; /*** Same length as .outer padding-left but with negative value ***/
}
* html .float-wrap {
/*** No need for hacking IE on this layout ***/
}
#content {
float: right;
width: 600px;
background: #000000;
}
* html #content {
position: relative; /*** IE needs this  ***/
}
.contentWrap{
padding: 5px;
}
.contentWrap ol, .contentWrap ul {
margin: 3px 0 5px 35px;
}
.contentWrap li {
padding-bottom: 2px;
}
/**************************
LEFT COLUMN
**************************/
/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/
#left {
float: left;
width: 150px;
background: #000000; 
min-height: 250px;
padding: 5px;
}
* html #left {
position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
height: 250px;
}
#left ul {
list-style: none;
padding-bottom: 4px;
}
#left li {
padding-bottom: 2px;
}
/**************************
FOOTER
**************************/
#footer {
width: 760px;
margin: 0 auto; /*** Since the footer is outside the #mainContainer we also need to center the footer ***/
text-align: center;
color:#FFFFFF;
background-color: #000000;
}

  #main {
  margin-left:15em;
  padding:0 3em 1em;
  background: #FF0000;
  border:3px solid #708090;
  }
  #nav-one {
  position:absolute;
  top: 6em;
  left:0;
  width:15em;
  background: #f5f5f5;
  color: maroon;
  border:0px solid #c0c0c0;
  text-align: right;
  }

  p {text-align: left;
  color:#FFFFFF;
  font-style:normal;
  font-size:12px;
  }
  .buttonlink2 {
  padding: 4px;
  border: outset 2px Menu;
  color: #000000;
  background: #f0f0f0;
  text-decoration: none;
  }
 
.menu {width:775px; height:32px; font-size:5.0em; position:relative; z-index:100;border-right:0px; padding: 0 1px 0 5px; font-weight:bold; }
* html .menu {width:775px;}
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:155px;}
.menu li {float:left;width:155px;position:relative;}
.menu a, .menu a:visited {display:block;font-size:14px;text-decoration:none; color:#fff; width:138px; height:30px; border:1px solid #000; border-width:1px 0 1px 1px; background:#FF0000; padding-left:10px; line-height:29px;}
* html .menu a, * html .menu a:visited {width:155px;}
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#FF0000 bottom right no-repeat;}
.menu ul ul a.drop:hover{background:#FF0000 bottom right no-repeat;}
.menu ul ul :hover > a.drop {background:#FF0000 bottom right no-repeat;}
.menu ul ul ul a, .menu ul ul ul a:visited {background:#FF0000;}
.menu ul ul ul a:hover {background:#FF0000;}
.menu ul ul {visibility:hidden;position:absolute;height:0;top:31px;left:0; width:155px;border-top:1px solid #000;}
* html .menu ul ul {top:30px;}
.menu ul ul ul{left:155px; top:-1px; width:155px;}
.menu ul ul ul.left {left:-155px;}
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}
.menu ul ul a, .menu ul ul a:visited {background:#FF0000; color:#000; height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:0 1px 1px 1px;}
* html .menu ul ul a, * html .menu ul ul a:visited {width:155px;}
.menu a:hover, .menu ul ul a:hover{color:#fff; background:#FF0000;}
.menu :hover > a, .menu ul ul :hover > a {color:#fff;background:#FF0000;}
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
.menu ul :hover ul ul{visibility:hidden;}
.menu ul :hover ul :hover ul{ visibility:visible;}
