/*  CSS Document  */

/*  Begin positioned elements  */

body {
  background-color:#5E0006;
  behavior: url(/csshover.htc); /* WinIE behavior call */
  font-family:Arial, Helvetica, sans-serif;
  margin-top:6px;
}

.container {
  margin-left:auto;
  margin-right:auto;
  width:858px;
}

.topnav {
  background-image:url(/images/topnav_bg.gif);
  background-repeat:no-repeat;
  height:50px;
}

.leftmenu {
  vertical-align:top;
  width:143px;
}

.content {
  vertical-align:top;
  background-color:#fff;
  width:543px;
}

.bottom_menu {
  background:url(/images/bottom_nav.gif) no-repeat;
  height:51px;
  margin-top:4px;
  text-align:center;
}


/*  Begin styled elements  */


.menu {
  margin:0px 0px 0px 146px;
  padding:0px;
}

.menu li {
  float:left;
  list-style:none;
  margin:0px 44px 0px 0px;
  padding:0px;
}

.menu2 {
  margin:0px 0px 0px 0px;
  padding:0px;
}

.menu2 li {
  float:left;
  list-style:none;
  margin:0px 0px 0px 0px;
  padding:0px;
}


.leftmenu ul {
  list-style:none;
  margin:26px 2px 0px 4px;
  padding:0px;
  font-size:14px;
}

.leftmenu ul ul {
  margin:0px;
  color:#fff;
  padding-left:6px;
  list-style:none;
  font-size:12px;
}

.leftmenu ul ul a {
  font-weight:normal;
}

.content h1 {
  margin:6px 22px 10px 22px;
  padding:0px;
  font-size:22px;
  color:#5E0006;
}

.content h2 {
  margin:12px 22px 10px 22px;
  padding:0px;
  font-size:16px;
  color:#000;
}

.content p {
  margin:12px 22px 10px 22px;
  padding:0px;
  font-size:14px;
  color:#000;
}

.content hr {
  margin:12px 22px 10px 22px;
  border:1px solid #000;
}

.table {
  margin:0px 22px 0px 22px;
  font-size:13px;
  padding:0px;
}

.footnote {
  font-size:14px;
  text-align:center;
  padding-top:4px;
  margin:0px 50px 0px 50px;
  color:#000;
  font-style:italic;
}

.footer p {
  text-align:center;
  margin:0px;
  color:#FFCC00;
  padding-top:4px;
  font-size:12px;
}

.right_pic {
  float:right;
  padding:0px 12px 6px 12px;
  font-size:12px;
  color:#000;
  text-align:center;
  font-weight:bold;
}

.left_pic {
  float:left;
  padding:0px 12px 6px 22px;
  font-size:12px;
  color:#000;
  text-align:center;
  font-weight:bold;
}

.leftpic img, .right_pic img {
  padding-bottom:2px;
}

img {
  border:none;
  display:block;
}


/*  Begin link styles  */


a {
  color:#5e0006;
  font-weight:bold;
  text-decoration:none;
}

a:visted {
  color:#5e0006;
  font-weight:bold;
  text-decoration:none;
}

a:hover {
  color:#133884;
  font-weight:bold;
  text-decoration:underline;
}

.leftmenu a {
  color:#FFCC00;
  text-decoration:none;
}

.leftmenu a:visted {
  color:#FFCC00;
  text-decoration:none;
}

.leftmenu a:hover {
  color:#fff;
  text-decoration:underline;
}

.footer a {
  color:#fff;
  text-decoration:none;
}

.footer a:visited {
  color:#fff;
  text-decoration:none;
}

.footer a:hover {
  color:#fff;
  text-decoration:underline;
}


/*   Stretch borders  */


.left_border {
  background:url(/images/stretch1.gif) repeat-y;
  width:57px;
  vertical-align:top;
}

.middle_border {
  background:url(/images/stretch2.gif) #fff repeat-y;
  width:56px;
  vertical-align:top;
}

.right_border {
  background:url(/images/stretch3.gif) #fff repeat-y;
  width:59px;
  vertical-align:top;
}

.bottom_column td {
  vertical-align:bottom;
}


/*  Begin pop up window styling  */


.balloon {
margin:0;
padding:0px;
}

.balloon ul {
padding:0; 
margin:0;
border:0;
list-style-type: none;
}

.balloon ul li {
margin:0px;
width:40px;
}

.balloon ul li a, .balloon ul li a:visited {
display:block;
text-decoration:none; 
color:#000; 
color:#000;
}

.balloon ul li dl {
visibility:hidden;
position:absolute;
    top:-45px;
    left:100px;
}

.balloon table {
    margin:-2px;
    border:0;
    padding:0;
    border-collapse:collapse;
    font-size:1em;
}

.balloon dl {
    width:550px;
    padding:0px; 
    height:auto;
    background-color:#fff;
}

/* header in balloon */
.balloon dt {
    margin:0;
    padding:5px;
    font-size:1.4em;
    font-weight:bold;
    color: #000;
    text-align:center;
    background-color:#fff;
    border-left:solid 1px #000;
    border-right:solid 1px #000;
    border-top:solid 1px #000;
}

.balloon dd {
    margin:0;
    padding:5px 15px;
    color:#000;
    font-size:1em;
    border:1px solid #000;
}

.balloon dd p {
    padding:0;
    margin:6px 0;
    line-height:1.5em;
    font-size:11px;
}

/* specific to non IE browsers and IE7 first with IE5.5 and IE6 second */
.balloon ul li:hover,
.balloon ul li a:hover {
color:#000; 
position:relative;
cursor: pointer;
cursor:hand;
}

/* where the box appears */
.balloon ul li:hover dl,
.balloon ul li a:hover dl {
    visibility:visible;
    color:#000;
    top:-350px;
    left:38px;
}

.balloon ul li:hover dl a,
.balloon ul li a:hover dl a {
    height:0.8em;
    color:#606;
    background:transparent;
    text-decoration:none;
    display:inline;
}

.balloon ul li:hover dl a:hover,
.balloon ul li a:hover dl a:hover {
    text-decoration:none;
    background:transparent;
}

/* don't change */
.balloon ul li:hover dl em,
.balloon ul li a:hover dl em {
    display:block;
    position:absolute;
    left:-35px;
    top:75px;
    width:36px; 
    height:36px;
}

/*  SECOND POPUP STYLES  */

/* common styling */
.balloon2 {
margin:0;
padding:0px;
}

.balloon2 ul {
padding:0; 
margin:0;
border:0;
list-style-type: none;
}

.balloon2 ul li {
/* float:left;  */
margin:0px;
width:40px;
}

.balloon2 ul li a, .balloon ul li a:visited {
display:block;
text-decoration:none; 
color:#000; 
color:#000;
}

.balloon2 ul li dl {
visibility:hidden;
position:absolute;
    top:-45px;
    left:100px;
}

.balloon2 table {
    margin:-2px;
    border:0;
    padding:0;
    border-collapse:collapse;
    font-size:1em;
}

.balloon2 dl {
    width:550px;
    padding:0px; 
    height:auto;
    background-color:#fff;
}

/* header in balloon */
.balloon2 dt {
    margin:0;
    padding:5px;
    font-size:1.4em;
    font-weight:bold;
    color: #000;
    text-align:center;
    background-color:#fff;
    border-left:solid 1px #000;
    border-right:solid 1px #000;
    border-top:solid 1px #000;
}

.balloon2 dd {
    margin:0;
    padding:5px 15px;
    color:#000;
    font-size:1em;
    border:1px solid #000;
}

.balloon2 dd p {
    padding:0;
    margin:6px 0;
    line-height:1.5em;
    font-size:11px;
}

/* specific to non IE browsers and IE7 first with IE5.5 and IE6 second */
.balloon2 ul li:hover,
.balloon2 ul li a:hover {
color:#000; 
position:relative;
cursor: pointer;
cursor:hand;
}

/* where the box appears */
.balloon2 ul li:hover dl,
.balloon2 ul li a:hover dl {
    visibility:visible;
    color:#000;
    top:-350px;
    left:-554px;
}

.balloon2 ul li:hover dl a,
.balloon2 ul li a:hover dl a {
    height:0.8em;
    color:#606;
    background:transparent;
    text-decoration:none;
    display:inline;
}

.balloon2 ul li:hover dl a:hover,
.balloon2 ul li a:hover dl a:hover {
    text-decoration:none;
    background:transparent;
}

/* don't change */
.balloon2 ul li:hover dl em,
.balloon2 ul li a:hover dl em {
    display:block;
    position:absolute;
    left:-35px;
    top:75px;
    width:36px; 
    height:36px;
}
