﻿/*-------------- MENU Containter navigation Elements ----------------------*/

#navigationContainer
{
	margin:0 auto;
	height:120px;
	width:960px;
	background-image:url(../../images/menu_dropshadow.png);
	background-repeat:no-repeat;
	background-position:0 60px;
	border:0px solid green;
	position:relative;
	z-index:9999;
}
/*
#navLeft
{ 
    float:left;
    clear:right;
	background-image:url(../../images/menu_left.jpg);
	display:block;
	height:64px;
	width:15px;
}

#navRight
{
    float:left;
    clear:right;
	background-image:url(../../images/menu_right.jpg);
	display:block;
	height:64px;
	width:14px;
}
*/
/*-------------- END MENU navigation ----------------------*/

/*-- To edit the Base Navigation images / test --*/


ul.topnav 
{
    position:relative;
    float:left;
    clear:right;
	list-style: none;
    padding: 0;
	margin: 0;
	background-image:url(../../images/nav_bg.jpg);
	background-repeat:repeat-x;
	border:0px solid green;
	width:959px;
	
}

ul.topnav li 
{
    float: left;
    clear: right;
    padding:0;
    margin:1px 0 0 0;
    width:auto;
    text-align:center;
    text-decoration:none;
    font-size:28px;
    background-image:none;
    left:0 !important;
}

ul.topnav li a:link, ul.topnav li a:visited
{
    position:relative;
    left:0;
    height:46px;
    display:block;
    background-color:transparent;
    text-decoration: none;
    color:#663A0B;
    padding:0px 29px 42px 29px;
    margin:10px 0 0 0;
    border-right:1px dotted #666;
    cursor:pointer;
}

ul.topnav li a:hover, ul.topnav li a:active
{
    color:white;
    background-color:#306321;
    background-image:url(../../images/nav_hover_light.png);
    background-repeat:no-repeat;
    background-position:top center;
}

* html ul.topnav li a
{
    display: inline-block;
}

/*-------------- top nav left and right graphics located on around the text -------------*/

.topnav_text    /* Top Level Menu Text */
{
	color:white;    /* Text color of top level menu items */
    float: left;
    clear: right;
    height:30px;
    
    #float:none;
    #clear:none;
    #height:auto;
    
    margin:30px 0 0 0;
    padding:0;
}

.topnav_text_special   /* Top Level Menu Text */
{
	color:white;    /* Text color of top level menu items */
    float: left;
    clear: right;
    /*height:30px;
    margin:20px 0 0 0;
    padding:0;*/
    position:relative;
    left:0;
    height:44px;
    display:block;
    background-color:transparent;
    text-decoration: none;
    cursor:default;
    padding:0px 29px 42px 29px;
    margin:40px 0 0 0;
}

.topnav_text_hover    /* Top Level Menu Text (Hover) */
{
   

}


/*-------------- Edit the Sub Nav Effects ---------------*/

ul.topnav li ul.subnav 
{
	list-style: none;
	position:absolute; /* --Important - Keeps subnav from affecting main navigation flow--*/
	top:98px;
	z-index:100;
	margin:0;  /*-- This controls the Sub Navigation Positioning to move it over more the left --*/
	padding:0;
	display: none;
	float: left;
	clear: both;
	overflow: hidden;
	width:240px; /*-- IE7 --*/
    background-color:#789118;
	background-image:url(../../images/nav_hover_light.png);
    background-repeat:no-repeat;
    background-position:top center;
}

ul.topnav li ul.subnav li
{
    float: left;
	clear: both;
	margin:0;
    padding:0 30px 0 0;
    height:30px;
    width:100%;
    color: #fff;
	cursor:pointer;
	z-index: 8;
    text-align: left;
    text-decoration: none;
	border-top:1px dotted #ccc;
	font-size: 12px;
	font-weight:normal;
	overflow:hidden;
}

ul.topnav li ul.subnav li a 
{
    float: left;
	clear: both;
	margin:0;
    padding:5px 30px 7px 0;
    height:30px;
    width:100%;
    color: #fff;
    
}

ul.topnav li ul.subnav li a:hover /*-- Roll Over effect for subnav links--*/
{ 
	background-color:#3e6724;
	background-image:url(../../images/nav_hover_light_bottom.png);
    background-repeat:no-repeat;
    background-position:bottom center;
    height:18px;	
}

.subsub 
{
    margin-left:10px;
    text-indent:10px;
    border:0px solid blue;
    background:transparent url(../../images/sub_page_designate.png) no-repeat top left;
}

/*-- unique sub text image styles --*/

.subnav_left_img 
{
    width:20px;
    height:25px;
    float:left;
}

.subnav_right_img
{
    width:20px;
    height:25px;
    float:right;
}

/*-- search fuction styles --*/

.search_wrapper
{
	float:left;
    clear:right;
	display:block;
	height:32px;
	width:167px;
	margin-top:15px;
	margin-right:12px;
	border:0px solid blue;

}
.search_button
{
	float:left;
	/*background-image:url(../../images/search_button.jpg);*/
	display:block;
	height:32px;
	width:34px;
	margin:0;
	padding:0;
	cursor:pointer;
}

#search
{
	float:left;
	background-image:url(../../images/search_bg.png);
	display:block;
	height:32px;
	width:133px;
	margin:0;
	padding:0;
}

#search input
{
	border:none;
	border:#FFFFFF;
	position:relative;
	top:10px;
	#top:6px;
	left:2px;
	width:113px;
	color:#b6b6b6;
}


/*----------BEGIN---------- FOOTER NAVIGATION ---------------------------*/

#footerMenu ul
{
    float:left;
    clear:right;
	margin-top:10px;
	color:#656565;
}

#footerMenu ul li, #footerMenu ul li a
{
    display: inline;
	text-decoration: none;
	padding-left:5px;
	list-style:none;
	color:#656565;
	font-size:13px;
	background-image:none;
}

#footerMenu ul li a:hover
{
	color:#000;
}

/*----------END---------- FOOTER NAVIGATION ---------------------------*/


/*----------BEGIN-------Containts the Page Title, Breadcrumbs, & Sub Pages -------------*/

#page_top
{
    float:left;
    clear:both;
	margin:0;
    width:960px;
    position:relative;
    border:0px solid blue;
}

.page_titles
{
	float: left;
	clear: both;
	text-align: left;
	padding:5px 0 10px 0;
	margin:0;
}

.breadcrumbs
{
    font-size:10px !important;
    float:left;
    clear:both;
}

.breadcrumbs a:link, .breadcrumbs a:visited
{
    color:#999999; 
    font-weight:normal;
    text-decoration: none !important;
}

.breadcrumbs a:hover, .breadcrumbs li a:active
{
    color:#666666; 
    font-weight:normal;
    text-decoration: underline !important;
}

.subpages
{
    float:left;
    clear:both;
    text-align:left;
    font-size:10px;
    margin:0 0 10px 0;
    padding:0 10px;
}

.subpages a:link, .subpages a:visited
{
    color:#999999; 
    font-weight:normal;
    text-decoration: none !important;
}

.subpages a:hover, .subpages li a:active
{
    color:#666666; 
    font-weight:normal;
    text-decoration: underline !important;
}

/*----------END-------Containts the Page Title, Breadcrumbs, & Sub Pages -------------*/

/*----------START-------SUB MENU/PAGE TITLE-------------*/
#sidemenu 
{
	float: left;
	clear: right;
	width: 210px;
	text-align: left;
	padding:0;
	margin:0; 
	overflow:hidden;
}

#sidemenu a:link, #sidemenu a:visited, #sidemenu a:hover, #sidemenu a:active 
{
    line-height: 18px;
    margin:5px 0px 5px 0px;
    padding:0 0 0 10px;
    display:block;
    font-size:12px;
    width: 200px;
	color: #000;
	text-decoration: none;
	border-bottom:solid 1px #c4c4c4;
}

#sidemenu li
{
    margin:0;
    padding:0;
    border:0px solid blue;
}

#sidemenu ul li ul
{
    margin:0 0 0 10px;
    padding:0;
}

#sidemenu ul li ul a:link, #sidemenu ul li ul a:visited 
{
    margin:5px 0px 5px 5px;
    display:block;
    font-size:12px;
    width: 185px;
	color: #000;
	text-decoration: none;
	border-bottom:solid 1px #c4c4c4;
}

#sidemenu ul li ul a:hover, #sidemenu ul li ul a:active
{
    margin:5px;
    display:block;
    font-size:12px;
    width: 185px;
	color: #5B772A;
	text-decoration: none;
	border-bottom:solid 1px #c4c4c4;
}

/*----------START-----LEFT NAVIGATION TREE VIEW-------*/

.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview a.selected { 
	background-color: #fff;
}