/** main-navigation.css
 *
 *  Main Navigation Stylesheet
 *  Version: 3.0.20
 *
 *  Copyright (C) 2008 Thomas J. Giordano
 *  tjgiordano@hotmail.com
 * 
 *  Revised: 06-09-08
 *
 */

/* 
 * Noscript navigation iframe.
 * Set the height larger if you add several more pages or sections
 */
iframe#noscriptnav
{
	height: 1100px;
	width: 150px;
	border: 0px;
}
/*
 * Navigation
 */
div#nav
{
	width: 150px;
	float: right;
	text-align: center;
	background-color: #eeeee7; /* This is an IE 5.5 fix */
}
/*
 * Section titles
 */
div#navtitle
{
	background-color: #ffffff;
	border-bottom-left-radius: 12px;
	-moz-border-radius-bottomleft: 12px;
	-khtml-border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	-moz-border-radius-bottomright: 12px;
	-khtml-border-bottom-right-radius: 12px;
	position: relative; /* For IE */
}
#navtitle h1
{
	height: 56px;
	margin: 0px;
	background-image: url(nav_title_center_brown.gif);
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	font-size: 14px;
	text-indent: -9999px;
}
ul#navlist
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: left;
}
div.sectiontitle
{
	margin: 14px 0px 0px 0px;
	padding: 0px;
	border: 2px solid #ffffff;
	background-color: #f2eeb1;
	display: block;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-khtml-border-radius: 12px;
	color: #4a4a4a;
	position: relative; /* For IE */
	cursor: pointer;
	z-index: 9;
}
div.sectiontitle h2
{
	margin: 0;
	padding: 7px 0px 7px 12px;
	font-size: 13px;
	font-weight: normal;
}
div.sectiontitle:hover
{
	/* div:hover not supported in IE 6 */
	text-decoration: underline;
}
li#selectednavlistitem div.sectiontitle
{
	cursor: default;
	background-color: #cc9933;
}
li#selectednavlistitem div.sectiontitle:hover
{
	text-decoration: none;
}
li#selectednavlistitem div.sectiontitleshowhide
{
	cursor: pointer;
}
li#selectednavlistitem div.sectiontitleshowhide:hover
{
	color: #ffffff;
	text-decoration: underline;
}
li#selectednavlistitem h2
{
	color: #ffffff;
}
/*
 * Subsections
 */
div.subsectionscontainer
{
	display: none;
	margin: -10px 0px 0px 0px;
	width: 146px;
	border-left: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	border-bottom-left-radius: 12px;
	-moz-border-radius-bottomleft: 12px;
	-khtml-border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	-moz-border-radius-bottomright: 12px;
	-khtml-border-bottom-right-radius: 12px;
	overflow: hidden;
}
li#selectednavlistitem div.subsectionscontainer
{
	display: block; /* Order matters here, need display:block for this one after display:none for others. !important will mess-up animation */
}
ul.subsections
{
	margin: 0px;
	padding: 20px 8px 7px 12px;
	list-style-type: none;
	/* Don't put position:relative here, or IE will ignore overflow:hidden on parent element */
	cursor: default;
}
.subsections li
{
	font-size: 12px;
	padding-bottom: 5px;
	line-height: 12px;
	color: #4a4a4a;
}
.subsections a
{
	color: #4a4a4a;
	text-decoration: none;
	cursor: pointer;
}
.subsections a:hover
{
	text-decoration: underline;
}
/*
 * Sub-subsections
 */
ul.subsubsections
{
	margin: 0px;
	padding: 0px 0px 0px 10px;
	list-style-type: none;
}
.subsubsections li
{
	padding-top: 5px;
	padding-left: 7px;
	padding-bottom: 0px;
	background-image: url(nav_bullet_left_gray.gif);
	background-repeat: no-repeat;
	background-position: 0px 9px;
}
#currentpage a, #currentpage a:hover
{
	color: #a47b29;
	text-decoration: none;
	font-weight: bold;
	cursor: default;
}
#currentpage ul a, #currentpage ul a:hover
{
	color: #4a4a4a;
	font-weight: normal;
}
#currentpage ul a:hover
{
	text-decoration: underline;
	cursor: pointer;
}
/*
 * Image following navigation
 */
img#cornerbirds
{
	margin-top: 35px;
}
/* EOF */
