
/****************************************************************************/
/* 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:left; 
	float:left;
	padding: 1px;
	width: 159px;
}


#sidebar div {
	text-align: left;
	margin: 0px;
	margin-bottom: 5px;
	padding: 3px;
}

#sidebar h1 {
	width: auto;
	color: #ffffff;
	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: left; /* makes the anchors themselves go over to the right */
}
.sidebarlist li.active {
	font-weight:bold;
}
.sidebarlist a {
	display: block;
	width: 149px;
	margin: 0px;
	color: #8c9c94;
	text-align: left;
}
.sidebarlist a:link, .navlist a:visited {
	color: #8c9c94;
	text-decoration: none;
}
.sidebarlist a:hover {
	background-color: #5d6863;
	color: #ffffff;
	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;
}


.sidebarlist li a:link, .sidebarlist li a:visited {
	font-family: "times new roman", verdana, arial, helvetica, sans-serif;
	/*background-color: #62BFE3;*/
	color: #5d6863;
	border: none;
	font-size: 1.3em;
	text-transform: uppercase;
}

#sidebar {
	margin-top: 5px;
	font-size: 1em;
	padding-bottom: 0;
}

#sidebar div {
	margin-left: 0px;
	padding-left: 10px;
	padding-right: 6px;
	margin-bottom: 0;
}

#sidebar h1 {
	font-size: 1.3em;
	color: #4a095f;
	margin-left: 5px;
}

#sidebar ul {
	margin: 0px;
	padding: 0px;
}

#sidebar a {
	text-decoration: none;
	padding: 4px;
	padding-left: 5px;
	width: auto;
}

#sidebar a.active {
	color: #5d6863;
	font-weight: bold;
}

#sidebar a:hover {
	background-color: #9eb1a7;
	color: white;
}

#sidebar ul li {
	margin-bottom: 1px;
}

/* Child - Level 1 */

#sidebar ul ul {
	margin-top: 1px;
}

#sidebar ul ul a {
	padding-left: 15px;
	/*background-color: #7CCAE7;*/
	color: #000000;
	font-size: 0.8em;
}

/* Child - Level 2 */
#sidebar ul ul ul a {
	padding-left: 25px;
	font-size: 11px;
}

/* Child - Level 3 */
#sidebar ul ul ul ul a {
	padding-left: 35px;
}

/* Page children */

#children {
	display: none;
}