﻿/*-------------- MENU Containter navigation Elements ----------------------*/

#navigationContainer
{
	margin:0 auto;
	height:65px;
	width:980px;
	background-image:url(../../images/Nav_Bar.png);
	background-repeat:no-repeat;
	border:0px solid green;
	clear:both;
}

#navLeft
{ 
    float:left;
    clear:right;
	display:block;
	height:64px;
	width:15px;
}

#navRight
{
    float:left;
    clear:right;
	display:block;
	height:64px;
	width:14px;
}

/*-------------- END MENU navigation ----------------------*/

/*-- To edit the Base Navigation images / test --*/

ul.topnav 
{
    position:relative;
    z-index:9999;
    float:left;
    clear:right;
    width:980px;
    height:50px;
	list-style: none;
    padding: 0;
	margin: 0;
	border:0px solid blue;
}

ul.topnav li 
{
    float: left;
    clear: right;
    padding:0;
    margin:20px 15px 10px 15px;
    width:auto;
    color:#E2E0E1;
    text-align:center;
    text-decoration:none;
    font-size:16px;
}

ul.topnav li a:link, ul.topnav li a:visited
{
    display:block;
    background-color:Transparent;
    text-decoration: none;
    color:#663A0B;
    /*background:url(../images/nav_devider.png) left top no-repeat;*/ /*-- if you need a separator for the main navigation --*/
}

ul.topnav li a:hover, ul.topnav li a:active
{
    background-color:Transparent;
    color:#fff;
    /*background:url(../images/nav_devider.png) left top no-repeat;*/ /*-- if you need a separator for the main navigation --*/
}

* html ul.topnav li a
{
    display: inline-block;
}

/*-------------- top nav left and right graphics located on around the text -------------*/

.topnav_left_img, .topnav_right_img 
{
    margin:0;
    padding:0;
    height:20px;
    width:10px;
    float: left;
    clear: right;
}

.topnav_left_img_hover
{
    background-image:url(../../images/menubutton_left_curve.png);
    background-position:top left;
    background-repeat:no-repeat;
    margin:0;
    padding:0;
    height:20px;
    width:10px;
    float: left;
    clear: right;
}

.topnav_right_img_hover 
{  
    background-image:url(../../images/menubutton_right_curve.png);
    background-position:top left;
    background-repeat:no-repeat;
    height:20px;
    width:10px;
    margin:0;
    padding:0;
    float:left;
    clear:right;
}

.topnav_text    /* Top Level Menu Text */
{
	    color:#E2E0E1;    /* Text color of top level menu items */
    float: left;
    clear: right;
    height:30px;
}

.topnav_text_hover    /* Top Level Menu Text (Hover) */
{
    background-image:url(../../images/menubutton_repeat.png);
    background-repeat:repeat-x;
	color:#fff;    /* Text color of top level menu items (on hover) */
    float: left;
    clear: right;
    height:30px;
}


/*-------------- Edit the Sub Nav Effects ---------------*/

ul.topnav li ul.subnav 
{
	list-style: none;
	position:absolute; /* --Important - Keeps subnav from affecting main navigation flow--*/
	top:50px;
	#top:45px; /*-- IE7 --*/
	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;
	border-left: 0px solid #b5b5b5;
	border-right: 0px solid #b5b5b5;
	border-bottom: 0px solid #b5b5b5;   
	overflow: hidden;
	#width:250px; /*-- IE7 --*/
	background-image:none;
}

ul.topnav li ul.subnav li, ul.topnav li ul.subnav li a 
{
    float: left;
	clear: both;
	margin:0;
    padding:0 30px 0 0;
    height:20px;
    width:100%;
    color: #fff;
    background-color:#606060;
	cursor:pointer;
	z-index: 110;
    text-align: left;
    text-decoration: none;
	border-top: 1px solid #999999; /*-- Create bevel effect --*/
	font-size: 12px;
	font-weight:normal;
	overflow:hidden;
    line-height: 19px;
}

ul.topnav li ul.subnav li a:hover /*-- Roll Over effect for subnav links--*/
{ 
	background-color:#838383;
	background-image:none;
	overflow:hidden;
}

.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:right;
    clear:left;
	display:block;
	height:32px;
	width:166px;
	margin-top:10px;
	margin-right:325px;
	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
{
	margin-top:10px;
	color:#656565;
}

#footerMenu ul li, #footerMenu ul li a
{
    display: inline;
	text-decoration: none;
	padding-left:5px;
	list-style:none;
	color:#23E1FB;
	font-size:14px;
}

#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:100%;
    position:relative;
}

.page_titles
{
	float: left;
	clear: both;
	text-align: left;
	margin:5px 0 10px 0;
	padding:0;
}

.page_titles h1, .page_titles h2 
{
	float: left;
	clear: both;
	width: 100%;
	text-align: left;
	margin:0;
	padding:0;
	font-size:20px;
}

.breadcrumbs
{
    font-size:12px !important;
    float:left;
    clear:both;
}

.breadcrumbs a:link, .breadcrumbs a:visited
{
    color:#666666; 
    font-weight:normal;
    text-decoration: none !important;
}

.breadcrumbs a:hover, .breadcrumbs li a:active
{
    color:#ccc; 
    font-weight:normal;
    text-decoration: underline !important;
}

.subpages
{
    float:left;
    clear:both;
    text-align:left;
    font-size:12px;
    margin:0 0 10px 0;
    padding:0 10px;
}

.subpages a:link, .subpages a:visited
{
    color:#ccc; 
    font-weight:normal;
    text-decoration: none !important;
}

.subpages a:hover, .subpages li a:active
{
    color:#666; 
    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;
}

#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;
}