
/*GENERAL LINKS
**********************************************************/

a:link, a:visited {
	color: #2382be;
}

a:hover, a:active {
	color: #299be4;
	text-decoration: none;
}

/*TOP NAV
**********************************************************/

ul#topNavList {
	float: right;
}

ul#topNavList li {
	float: left;
	padding: 8px 0 0 0;
}

ul#topNavList li a:link, ul#topNavList li a:visited {
	color: #777;
	border-left: 1px solid #ccc;
	padding: 0 12px;
	font-size: 1.2em;
	text-decoration: none;
}

ul#topNavList li.last a {
	padding-right: 0px;
}

ul#topNavList li a:hover, ul#topNavList li a:active {
	color: #000;
	text-decoration: underline;
}

div#header ul#topNavList li.first a {
	border-left: 0;
}

div#header ul#topNavList li.onPath a {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}

/*MAIN NAV
**********************************************************

ul#mainNavList {
	height: 37px;
	padding: 0;
}

ul#mainNavList li {
	float: left;
	padding: 11px 0px 9px 0px;
	color: #fff;
}

ul#mainNavList li.last {
}

ul#mainNavList li a:link, ul#mainNavList li a:visited {
	color: #fff;
	font-size: 1.5em;
	padding: 11px 19px 9px 19px;
	text-decoration: none;
}

ul#mainNavList li a:hover, ul#mainNavList li a:active {
	color: #fff;
	background: transparent url('../images/layout/bgMainNavHover.png') left top repeat-x;
}

ul#mainNavList li.first a:hover, ul#mainNavList li.first a:active {
	background: transparent url('../images/layout/bgMainNavHoverHome.png') left top no-repeat;
}

div#mainNav ul#mainNavList li.onPath a {
	background: transparent url('../images/layout/bgMainNavSel.png') left top repeat-x;
	color: #fff;
}

body#home div#mainNav ul#mainNavList li.onPath a {
	background: transparent url('../images/layout/bgMainNavSelHome.png') left top no-repeat;
}
*/

/************TABBED NAVIGATION****************************/

ul#mainNavList {
	position: absolute;
	z-index: 21;
	height: 46px;
}

ul#mainNavList li {
	float: left;
	padding: 0; 
	margin: 0 3px 0 0;
	height: 46px;
}

ul#mainNavList li a:link, ul#mainNavList li a:visited {
	float: left;
	color: #fff;
	font-size: 1.4em;
	padding: 18px 20px 10px; 
	text-decoration: none;
}

ul#mainNavList li:hover, ul#mainNavList li:active, ul#mainNavList li.tabhover {
	color: #fff;
	background: transparent url('../images/layout/bgMainNavTabRight.png') bottom right no-repeat;
}

ul#mainNavList li a:hover, ul#mainNavList li a:active {
	color: #fff;
	background: transparent url('../images/layout/bgMainNavTabLeft.png') bottom left no-repeat;
}

ul#mainNavList li.onPath a {
	color: #fff;
	font-weight: bold;
	font-family: CabinBold, sans-serif;
	background: transparent url('../images/layout/bgMainNavTabLeft.png') bottom left no-repeat;
}

ul#mainNavList li.onPath {
	color: #fff;
	background: transparent url('../images/layout/bgMainNavTabRight.png') bottom right no-repeat;
}

ul#mainNavList li.onPath {
	background: url('../images/layout/bgMainNavTabRight.png') no-repeat right bottom;
}



/*LEFT NAV
**********************************************************/


ul#leftNavList {
	padding: 0 15px 30px 15px;
}

ul#leftNavList li {
	height: 36px;
}

ul#leftNavList li:hover, ul#leftNavList li:active, ul#leftNavList li.onPath.lev1 {
	background: transparent url('../images/layout/bgLeftNavHover.png') 0 4px no-repeat;
}

ul#leftNavList li.lev2:hover, ul#leftNavList li.lev2:active, ul#leftNavList li.onPath.lev2 {
	background: transparent url('../images/layout/bgLeftNavHoverLev2.png') 20px 4px no-repeat;
}

ul#leftNavList li.lev3:hover, ul#leftNavList li.lev3:active, ul#leftNavList li.onPath.lev3 {
	background: transparent url('../images/layout/bgLeftNavHoverLev3.png') 40px 4px no-repeat;
}

ul#leftNavList li a {
	font-size: 1.6em;
	display: block;
	padding: 9px 10px 8px 18px;
	margin-left: 14px;
	text-decoration: none;
	height: 100%;
}	

ul#leftNavList li a:link, ul#leftNavList li a:visited {
	color: #4c802f;
	background: transparent url('../images/layout/bulletLeftNavOff.png') 0 15px no-repeat;
}

ul#leftNavList li a:hover, ul#leftNavList li a:active {
	color: #fff;
	background: transparent url('../images/layout/bulletLeftNavOn.png') 0 15px no-repeat;
}

div#leftNav ul#leftNavList li.sel a, div#leftNav ul#leftNavList li.onPath a {
	font-family: CabinBold, sans-serif;
	font-weight: normal;
	color: #fff;
	background-image: url('../images/layout/bulletLeftNavOn.png');
}

ul#leftNavList li.lev2 a {
    background-position: 20px 13px;
    font-size: 1.3em;
    padding: 10px 10px 0 40px;
}

ul#leftNavList li.lev3 a {
    background-position: 40px 13px;
    font-size: 1.3em;
    padding: 10px 10px 0 60px;
}


/*FOOTER NAV
**********************************************************/

ul#footerNavList {
	float: left;
	width: 480px;
}

ul#footerNavList li {
	display: inline;
	padding: 0 12px;
	border-right: 1px solid #b1ddb9;
}

ul#footerNavList li.last {
	border: 0;
	padding-right: 0;
}

ul#footerNavList li a:link, ul#footerNavList li a:visited {
	font-size: 1.2em;
	text-decoration: none;
	color: #b1ddb9;
}

ul#footerNavList li a:hover, ul#footerNavList li a:active {
	text-decoration: underline;
}

div#footerInner ul#footerNavList li.onPath a {
	color: #fff;
	text-decoration: none;
}



/*PATH
**********************************************************/

div#path {
	margin: 0 0 15px 0;
}

div#path a {
	font-size: 1.5em;
	padding: 0 6px;
	color: #77ad3d;
}

div#path a.first {
	padding: 0 6px 0 0;
}

div#path a.sel {
	text-decoration: none;
	color: #04642b;
}