/* set background images for corners */
/* .roundbox    { background: url(images/white.gif) repeat; } */
/* .top         { background: url(images/edge_top.gif) repeat-x; } */
/* .top div     { background: url(images/corner_topleft.gif) no-repeat top left; } */
/* .top div div { background: url(images/corner_topright.gif) no-repeat top right; } */
/* .bot         { background: url(images/edge_bot.gif) repeat-x; } */
/* .bot div     { background: url(images/corner_botleft.gif) no-repeat top left; } */
/* .bot div div { background: url(images/corner_botright.gif) no-repeat top right; } */
/* .contentwrap { background: url(images/edge_left.gif) repeat-y; } */
/* .content     { background: url(images/edge_right.gif) repeat-y right; } */

/* height and width details */
.top div, .top, .bot div, .bot {
	width: 100%;
	height: 32px;
	font-size: 1px;
}
.content  {
	padding-top: 1em;
	padding-left: 4.3em;
	padding-right: 3em;
	width: 550px;
	height: 317px;
}


/* ============================================= */

.bodytext { color:#524B48; font-family:Arial, Helvetica; font-size:14px; letter-spacing:.5px; line-height:15px }
.caption { color:#787878; font-family:Arial, Helvetica; font-size:12px }
.subtext { color:#6CADDF; font-family:Arial, Helvetica; font-size:14px; font-weight:bold }
.title { color:#69BE28; font-family:Arial, Helvetica; font-size:14px }
.bioname { color:#89E440; font-family:Arial, Helvetica; font-size:24px }
.biotext { color:#FFFFFF; font-family:Arial, Helvetica; font-size:13px; line-height:14px }

a { text-decoration:none }
a:visited { color:#6CADDF }
a:hover { color:#FBAF5F }

body { background-image: url(images/bgd.gif); background-repeat: no-repeat; background-color: #767a7d }
body.home { background-image: url(images/bgd_home.gif); background-repeat: no-repeat }
body.index { background-image: url(images/leaves_bgd.jpg); background-repeat: no-repeat; background-color: #767A7D }
body.tall {background-image: url(images/bgd_tall.gif); background-repeat: no-repeat; background-color: #767A7D }
body.bio { background-image: url(images/leaves_bio.jpg); background-repeat: no-repeat }


/* ============== EXPANDING MENU ============== */

ul#menu {
  width: 90%;
  list-style-image: url(images/dot.gif);
  margin: 0;
  padding-left: 20px;
}

ul#menu ol {
  display: none;
  text-align: left;
  list-style-image: url(images/spacer.gif);
  color: #CC6600;
  margin: 0;
  padding: 5px;
}

ul#menu li, 
  ul#menu a {
  font-family: verdana, sans-serif;
  font-size: 14px;
  padding-bottom: 5px;
  padding-left: 2px;
}

ul#menu li {
  line-height: 15px;
}

ul#menu ol li {
  border-bottom: none;
  padding-left:20px;
}

ul#menu {
  text-decoration: none;
  outline: none;
  color: #8896CA;
}

ul#menu a:hover {
  color: #6CADDF;
}

ul#menu a.active {
  color: #CC6600;
}
