
/****************************************************************************/
/* Horizontal navigation bar*/
#navigation {
	width: auto;
	/*for some reason IE gets upset and hides this bar from time to time if you don't specify a height.*/
	height: 20px;
}
#navlist {
	margin: 0px;
	padding: 0px;
	display: block;
}
#navlist li {
	display: inline;
	list-style-type: none;
	font-weight:normal;
	margin: 0px;
	padding: 0px;
}
#navlist li.active {
	font-weight:bold;
}
#navlist a{
	white-space: nowrap;
	display: block;
	float: left;
}
#navlist .cornerdiv1 { /*top left*/
	background-position: top left;
	background-repeat: no-repeat;
}
#navlist .cornerdiv2 { /*top right*/
	background-position: top right;
	background-repeat: no-repeat;
}
#navlist .cornerdiv3 { /*bottom left*/
	background-position: bottom left;
	background-repeat: no-repeat;
}
#navlist .cornerdiv4 { /*bottom right*/
	background-position: bottom right; 
	background-repeat: no-repeat;
}
#navlist .paddingdiv {
	padding: 0.35em 10px 0.35em 10px;
}

#navlist a:link, #navlist a:visited
{
	text-decoration: none;
}
#navlist a:hover
{
	text-decoration: none;
}

/****************************************************************************/
/* vertical navigation bar */
#sidebar {	
	clear:right; 
	float:right;
	padding: 1px;
	width: 130px;
}

#sidebar {
	width: 0px;
	height: 0px;
	visibility: hidden;
	position: absolute;
}

#sidebar div {
	text-align: right;
	margin: 0px;
	margin-bottom: 5px;
	padding: 3px;
}

#sidebar h1 {
	width: auto;
	color: #bfbfbf;
	font-size: 12px;
	text-align: left;
}

.sidebarlist {
	margin: 0px;
	padding: 0px;
	padding-top: 3px;
}
.sidebarlist li { 
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	display: list-item;
	margin: 0px;
	margin-bottom: 1px;
	padding: 0px;
	width: auto;
	text-align: right; /* makes the anchors themselves go over to the right */
}
.sidebarlist li.active {
	font-weight:bold;
}
.sidebarlist a {
	display: block;
	width: 120px;
	margin: 0px;
	color: #780000;
	text-align: left;
}
.sidebarlist a:link, .navlist a:visited {
	color: #780000;
	text-decoration: none;
}
.sidebarlist a:hover {
	background-color: #500000;
	color: #e7bfbf;
	text-decoration: none;
}

/****************************************************************************/
/* links to child pages */

#children {
	clear: both;
}

/* links to page's children - horizontal format for standard pages */
#pagechildrenhoriz {
	padding:0px;
	margin: 0px;
	margin-top: 15px;
}
#pagechildrenhoriz li  {
	padding-right: 20px;
	padding-left:15px;
	margin-left: 0px;
	display: inline;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
	background-image: url(../images/childbullet.gif);
	background-repeat: no-repeat;
}

/* links to page's children - vertical format for index pages */
#pagechildrenvert {
	padding-left: 20px;
	margin: 0px;
}
#pagechildrenvert li  {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
	list-style-image: url(../images/childbullet.gif);
}

#children {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
}


#navigation
{
	background: url(../images/menu.jpg);
	height: 30px;
	font-size: 14px;
	font-weight: bold;
}

#admin-nav
{
	height: 30px;
	font-size: 11px;
	font-weight: normal;
}

#subsection-nav
{
	height: 30px;
	font-size: 11px;
	font-weight: normal;
}

#tablist
{
padding: 10px 0px 3px 0px;
margin-left: 0;
border-bottom: 1px solid #808080;
font-variant: small-caps;
margin: 0px;
}

#tablist li
{
list-style: none;
margin: 0;
display: inline;
}

#tablist li a
{
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #808080;
border-bottom: none;
background: #404040;
text-decoration: none;
}

#tablist li a:link { color: #bfbfbf; }
#tablist li a:visited { color:#bfbfbf; }

#tablist li a:hover
{
color: #000;
background-color: #AAA;
border-color: #fff;
}

#tablist li a#active
{
background: black;
color: #bfbfbf;
border-bottom: 1px solid black;
}

#tablist li a#active:hover
{
color: #bfbfbf;
border-color: #fff;
border-bottom: 1px solid black;
}

#sidebar
{
	margin-top: 20px;
	font-variant: small-caps;
}

#sidebar h1
{
	font-weight: bold;
	font-size: 14px;
}

.sidebarlist a {
	color: #ae2626;
}
.sidebarlist a:link, .navlist a:visited {
	color: #ae2626;
}
.sidebarlist a:hover {
	background-color: #500000;
	color: #e7bfbf;
}
