/* CSS Document */

BODY {font-family: Helvetica, Arial, Verdana;
font-size:11px;
color: #6E5C39;
background-color:#FFF;
}

H1,H2{color: #004466;}
.page-title{border-bottom: 1px #383838 dotted;}

A:link { color: #59451D;
font-weight: bold;
font-size:11px;
}
A:visited {
font-weight: bold;
color: #59451D;
}
A:active {
font-weight: bold;
color: #59451D;
}
A:hover { 
font-weight: bold;
color: #766033;
}

A:link.reftext { color: #999999;
font-size:10px;
font-weight: normal;
}
A:visited.reftext { color: #999999;
font-size:10px;
}
A:active.reftext { color: #999999;
}
A:hover.reftext { color: #59451D;
}
.bot-nav{font-size:10px;}
#gallery{position:absolute; margin-left:29px;}
#monkey{position:absolute; margin-left:840px; margin-top:-57px;}
.divider{background-color:#ACA28E;}

HR{border: none 0; 
border-top: 1px solid #666;
margin: 10px auto 0 0;}


/* MAIN NAV */

.top-nav {height:18px; position:relative; z-index:100;}
/* hack to correct IE5.5 faulty box model */
* html .top-nav {width:696px; w\idth:695px;}
/* remove all the bullets, borders and padding from the default list styling */
.top-nav ul {padding:0;margin:0;list-style-type:none;}
.top-nav ul ul {width:100px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.top-nav li {float:left;position:relative; }

/* style the links for the top level */
.top-nav a, .top-nav a:visited {display:block; font-size:11px; font-weight:normal; text-decoration:none; color:#63512B; width:88px; height:18px; min-height:18px; line-height:18px; vertical-align:middle; text-align:center; background-image: url("graphics/button.png"); margin-right:5px;  }


/* a hack so that IE5.5 faulty box model is corrected */
* html .top-nav a, * html .top-nav a:visited {}

/* style the second level background */
.top-nav ul ul a.drop, .top-nav ul ul a.drop:visited {}
/* style the second level hover */
.top-nav ul ul a.drop:hover{}
.top-nav ul ul :hover > a.drop {}
/* style the third level background */
.top-nav ul ul ul a, .top-nav ul ul ul a:visited {color:#FFF; background-color:#868686;} /*3rd OFF */
/* style the third level hover */
.top-nav ul ul ul a:hover {color:#000; background-image: url("graphics/navbg-on.png");} /*3rd ON */


/* hide the sub levels and give them a positon absolute so that they take up no room */
.top-nav ul ul {visibility:hidden;position:absolute;height:0;top:28px;left:0; width:150px; border-top:0px solid #000;}
/* another hack for IE5.5 */
* html .top-nav ul ul {top:28px;t\op:29px; vertical-align: middle;}

/* position the third level flyout menu */
.top-nav ul ul ul{left:150px; top:0px; width:150px; z-index:102;}

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

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

/* style the second level links - SECOND OFF */
.top-nav ul ul a, .top-nav ul ul a:visited {padding-top:0px; padding-left:7px; width: 150px; display:block; font-size:14px; font-weight:normal; text-decoration:none; color:#000; height:28px; min-height:28px; line-height:28px; vertical-align:middle; text-align:left; background-color:#E5F2EE; border-bottom: 1px solid #FFF; border-right:0px; }
/* yet another hack for IE5.5 */
* html .top-nav ul ul a, * html .top-nav ul ul a:visited {width:115px;w\idth:113px;}

/* style the top level hover */
.top-nav a:hover {color:#63512B; background-image: url("graphics/button-on.png"); font-size: 11px;}
.top-nav :hover > a  {color:#63512B; background-image: url("graphics/button-on.png"); font-size: 11px;} /* TOP OVER */

.top-nav ul ul a:hover {color:#FFF; background-color:#868686; background-image:none; font-size:14px;}
.top-nav ul ul :hover > a {color:#FFF; background-color:#868686; background-image:none; font-size:14px;} /* 2nd OVER */

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

th {
	text-align: left;
}
