﻿
/*
/ colors
///////////////////////////////////////////////////////////////////////////////////////////



*/

/*
/ treeview menu styles
///////////////////////////////////////////////////////////////////////////////////////////
*/

#treeview_nav_container
{
	padding: 0 0 20px 0; /* add some padding between the bottom of the sidebar and the treeview menu */
}
#treeview_nav_container h1
{
	font-size: 20px;
	line-height: 22px;
	margin: 22px 0 0 0;
	padding: 0 0 0 5px;
	font-weight: normal;
}
#treeview_nav_container h1 a:link, #treeview_nav_container h1 a:visited, 
#treeview_nav_container h1 a:hover, #treeview_nav_container h1 a:active
{
	color: #000;
}
#treeview_nav_container ul
{
	margin: 6px 0 0 0;
	padding: 8px 0 8px 0;
	border-top: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}
#treeview_nav_container li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#treeview_nav_container a:link, #treeview_nav_container a:visited, 
#treeview_nav_container a:hover, #treeview_nav_container a:active
{
	color: #000;
	display: block;
	text-decoration: none;
}
#treeview_nav_container a:hover
{
	text-decoration: underline;
}
#treeview_nav_container #treeview_nav_open_item, #treeview_nav_container #treeview_nav_open_item li
{
}
/* external link icon style */
#treeview_nav_container img.extlink
{
	vertical-align: middle;
	margin: -2px 0 0 5px;
}

/* level 2 */
#treeview_nav_container .treeview_nav_section2 li
{
	margin: 0;
	padding: 0 6px 0 2px;
}
#treeview_nav_container .treeview_nav_section2 a
{
	margin: 0;
	padding: 3px 12px 3px 7px;
	font-weight: normal;
	font-size: 11px;
	line-height: 13px;
}
#treeview_nav_container .treeview_nav_section2 span#treeview_nav_current_item
{
	display: block;
	background: #569A4D url('../images/treeview_menu_arrow.gif') 116px 6px no-repeat;
	margin: 0;
	padding: 0;
}
#treeview_nav_container .treeview_nav_section2 span#treeview_nav_current_item a
{
	color: #FFF;
}
#treeview_nav_container .treeview_nav_section2 ul 
{
	border-top: none;
	border-bottom: none;
	margin: 2px 0 0 0;
	padding: 0;
}

/* level 3 */
#treeview_nav_container .treeview_nav_section3 li
{
	margin: 0 0 0 5px;
	padding: 0;
}
#treeview_nav_container .treeview_nav_section3 a
{
	margin: 0;
	padding: 3px 12px 3px 7px;
	font-weight: normal;
	font-size: 11px;
	line-height: 13px;
}
#treeview_nav_container .treeview_nav_section3 span#treeview_nav_current_item
{
	display: block;
	background: #569A4D url('../images/treeview_menu_arrow.gif') 111px 6px no-repeat;
	margin: 0;
	padding: 0;
}

/* level 4 */
#treeview_nav_container .treeview_nav_section4 li
{
	margin: 0 0 0 5px;
	padding: 0;
}
#treeview_nav_container .treeview_nav_section4 a
{
	margin: 0;
	padding: 3px 12px 3px 7px;
	font-weight: normal;
	font-size: 11px;
	line-height: 13px;
}
#treeview_nav_container .treeview_nav_section4 span#treeview_nav_current_item
{
	display: block;
	background: #569A4D url('../images/treeview_menu_arrow.gif') 106px 6px no-repeat;
	margin: 0;
	padding: 0;
}

/* level 5 */
#treeview_nav_container .treeview_nav_section5 li
{
	margin: 0;
	padding: 0 0 0 5px;
}
#treeview_nav_container .treeview_nav_section5 a
{
	margin: 0;
	padding: 2px 4px 2px 8px;
	font-weight: normal;
	font-style: italic;
	font-size: 10px;
	line-height: 12px;
	color: #000;
}
#treeview_nav_container .treeview_nav_section5 span#treeview_nav_current_item
{
	display: block;
	background: #569A4D url('../images/treeview_menu_arrow.gif') 101px 5px no-repeat;
	margin: 0;
	padding: 0;
}

/*
/ nav strip menu styles
///////////////////////////////////////////////////////////////////////////////////////////
*/

#nav_strip
{
	height: 24px;
	width: 598px;
	margin: 0;
	padding: 0;
	background: url(../images/nav_strip_background.gif) no-repeat top right;
}

/* print page button style */

#print_page_container
{
	float: right;
	margin: 0;
	padding: 0;
}
#print_page_container a.nav_link
{
	display: block;
	margin: 0 8px 0 0;
	padding: 0;
	width: 15px;
	height: 24px;
	text-indent: -9000px; /* note use of image replacement */
	background: #B0B0B0 url(../images/print_icon_gray.gif) no-repeat 0 4px; 
}

/*
/ menu styles
///////////////////////////////////////////////////////////////////////////////////////////
*/

#navigation 
{
	width: 613px;
	height: 26px;
	position: absolute;
	top: 41px;
	left: 114px;
}
#navigation ul 
{
	margin: 0;
	padding: 0;
	float: left;
}
#navigation ul li 
{
	height: 21px;
	margin: 0;
	padding: 0 13px 0 13px;
	float: left;
	list-style: none;
}
#navigation ul li img
{
	float: left;
	position: relative;
	left: -13px; /* move border img to the left using relative positioning */
}
#navigation ul li.first_item img
{
	display: none; /* don't display the border img on the first menu item */
}
#navigation ul li a:link, #navigation ul li a:visited, 
#navigation ul li a:hover, #navigation ul li a:active
{
	display: block;
	float: left;
	height: 21px;
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
	color: #2A2A2A;
}
#navigation ul li a:hover
{
	color: #14580C;
	border-bottom: solid 5px #569A4D;
}

