/**
* Navigation Styles
* 
* This file should only contain styles for the navigation section between the masthead
* and the crumbs on the page. No other styles should be placed in this file
*/

.navigation
{
	background-image: url(/images/theme4/backgrounds/dropshadow.jpg);
	background-repeat: repeat-y;
	height: auto;
	margin: 0px;
	padding: 0px 10px;
	float: left;
	width: 958px;
}

#main-nav
{
	position: relative;
	width: auto;
	padding: 0px;
	white-space: nowrap;
}

#main-nav a
{
	color: #FFFFFF;
	text-decoration: none;
}

.main-nav-spacer
{
	float: left;
}

.main-nav-tab
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	float: left;
	padding: 11px 0px 0px;
    background: url(/images/theme4/nav/7-tabs/pnav-back-n.gif) no-repeat left top;
	width: 158px;
	height: 33px;
	text-align: center;
}

/*
.mainNavTab:hover
{
color: #FFFFFF;
font-weight: bold;
text-decoration: none;
float: left;
padding: 11px 0px 0px;
background: transparent url(/images/theme4/nav/pnav-back-h3.gif) no-repeat center top;
width: 158px;
height: 33px;
text-align: center;
}
*/

.main-nav-tab-active
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	float: left;
	padding: 11px 0px 0px;
    background: url(/images/theme4/nav/7-tabs/pnav-back-s.gif) no-repeat left top;
	width: 158px;
	height: 33px;
	text-align: center;
}

.main-nav-tab-active a
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.main-nav-tab-blank
{
	float: left;
	height: 44px;
	padding: 0px;
	width: 158px;
}

/* Add for Kohana generated pages */
#main-nav ul
{
   background: url(/images/theme4/nav/pnav-break.gif) repeat-x left top;
   height: 44px;
   list-style-type: none;
   margin: 0;
   padding: 0;
}

#main-nav li
{
   background: url(/images/theme4/nav/7-tabs/pnav-back-n.gif) no-repeat left top;
   height: 44px;
   width: 189px;
   margin: 0px 3px 0px 0px;
   float: left;
}

#main-nav li.last-li
{
   background: url(/images/theme4/nav/7-tabs/pnav-back-n.gif) no-repeat left top;
   height: 44px;
   width: 189px;
   margin: 0px 0px 0px 1px;
}

#main-nav a
{
   color: #FFFFFF;
   font-weight: bold;
   border-right: none;
   text-align: center;
   display: block;
   height: 33px;
   width: 189px;
   padding: 11px 0 0;
   margin: 0px;
   text-decoration: none;
}

/* End Kohana Added */

/* sub nav */
#secondary-nav 
{
	background: #4A777C;
	clear: both;
	height: 19px;
	padding: 6px 10px 8px;
	position: relative;
}

#secondary-nav  ul 
{
	margin: 0px; 
	padding: 0px;
}

#secondary-nav  li 
{ 
	list-style-type: none; 
	padding-right: 20px;
	float: left;
}

#secondary-nav  li a 
{
	color: #ffffff;
	text-decoration: none;
}

#secondary-nav  li a:hover 
{ 
	text-decoration: underline;
}

.nav-bottom-dither-white
{
	background: transparent url(/images/theme4/nav/pnav-gradientToWhite.gif) repeat-x scroll center top;
	clear: both;
	height: 5px;
}

/* 
| Heading/Crumbs
*/
#heading-wrapper
{
	background-image: url(/images/theme4/backgrounds/dropshadow.jpg);
	background-repeat: repeat-y;
	padding-right: 10px;
	padding-left: 10px;
}

#heading 
{
	background-image: url(/images/theme4/nav/nav-gradientToGray.gif);
	padding: 4px 10px;
	background-color: #d2d2d2;
	background-repeat: repeat-x;
	background-position: top;
	clear: both;
}

#heading h1 
{
	margin: 0px; 
	padding: 0px 0px 2px 0px;
	font-size: 2.0em;
	font-weight: normal; 
	color: #666666;
}

#heading p 
{
	margin: 0px;
	padding: 0px 0px 5px 0px;
	color:#666666;
	font-size: 1.0em;
}

#heading a, #heading a:link, #heading a:visited, #heading a:active
{
	text-decoration: underline;
	color:#666666;
}

#heading a:hover
{
	text-decoration: none;
}

/* end page heading and crumbs */
