/***************************************************************
Style Sheet for NGEN

Copyright 2008 by NGEN, All Rights Reserved
***************************************************************/



/***************************************************************
Appearance and Location for Navigation
***************************************************************/
#navigation {
	position:absolute;
	top:140px;
	left:0;
	margin:0;
	padding:0;
	
	width:860px;
	height:31px;
	
	background:url('/images-layout/navigation-bg.gif') top left repeat-x;
	z-index:2;
}
	#navigation ul {
		margin:0;
		padding:0 0 0 45px;
		
		width:815px;
		height:31px;
		
		list-style:none;
	}
		#navigation ul li {
			position:relative;
			float:left;
			margin:0 0 0 -2px;
			padding:1px 0;
			
			height:29px;
			background:url('/images-layout/navigation-left.gif') left 50% no-repeat;
		}
			#navigation ul li a:link, #navigation ul li a:visited, #navigation ul li a:active {
			    display:block;
				
				margin:0;
				padding:6px 43px 0 43px;

				height:23px;
				
				text-align:center;
				text-decoration:none;
				
				font-size:14px;
				text-transform:uppercase;
				color:#3b7623;
				background:url('/images-layout/navigation-left.gif') right 50% no-repeat;
			}
			#navigation ul li a:hover{
				text-decoration:none;
				color:#fff;
				background:#3b7623;
			}
			#navigation ul li a .homeTab { padding:0 17px 0 18px; }
			#navigation ul li a .contactTab { }
			


		/* List Item Hover Styles */
			#navigation ul li:hover, #navigation ul li.over {}
			#navigation ul li:hover a:link, #navigation ul li:hover a:visited, 
			#navigation ul li.over a:link, #navigation ul li.over a:visited { }



		/* Current Styles */
		#navigation ul li.current {}

			#navigation ul li.current a:link, #navigation ul li.current a:visited {
				text-decoration:none;
				color:#fff;
				background:#3b7623;
			}
			#navigation ul li.current a:hover, #navigation ul li.current a:active {
				text-decoration:none;
			}



/***************************************************************
Appearance and Location for Dropdowns
***************************************************************/

#navigation ul li ul {
	display:none;
}

#navigation ul li:hover ul, #navigation ul li.over ul{
	display:block;
	position:absolute;
	top:31px;
	left:0;
	
	margin:0;
	padding:0;
	
	height:auto; /* Don't delete me; makes sure you can see the borders in firefox too. */
	width:180px;

	z-index:5;
	background:none;
	border-bottom:1px solid #bbbcbe;
}
#navigation ul li.last ul, #navigation ul li.last ul {
	left:auto;
	right:1px;
}

#navigation ul li:hover ul li, #navigation ul li.over ul li{
	display:block;
	float:left;
	margin:0;
	padding:0;
	width:180px;
	height:auto; /* Don't delete me; makes sure you can see the borders in firefox too. */
	
	border:solid #bbbcbe;
	border-width:0 1px;
}
#navigation ul li:hover ul li a:link, #navigation ul li:hover ul li a:visited,
#navigation ul li.over ul li a:link, #navigation ul li.over ul li a:visited {
	display:block;
	float:none;
	
	margin:0;
	padding:6px 0 6px 12px;
	height:auto;
	width:168px;
	
	font-weight:normal;
	font-size:78%;
	text-align:left;
	text-decoration:none;
	text-transform:uppercase;
	color:#3b7623;
	font-style:normal;
	
	border:0;
	background:#fff;
}
#navigation ul li:hover ul li a:hover, #navigation ul li:hover ul li a:active,
#navigation ul li.over ul li a:hover, #navigation ul li.over ul li a:active {
	text-decoration:underline;
	color:#3b7623;
	background:#ecf0dc;
}



#navigation ul li.current ul li.current a:link, #navigation ul li.current ul li.current a:visited {
	color:#3b7623;
	text-decoration:underline;
	background:#ecf0dc;
}
#navigation ul li.current ul li.current a:hover, #navigation ul li.current ul li.current a:active {
	color:#3b7623;
	text-decoration:underline;
	background:#ecf0dc;
}
#navigation ul li.current ul li.current {
	background:none;
}



/***************************************************************
BlobStyleNav Appearances
***************************************************************/
.blobStyleNav {
	position:relative;
	top:0;
	margin:0 0 15px 0;
	padding:40px 0 3px 0;
	border-left:1px solid #dbdbdb;
}
	.blobStyleNav .blobTopLeft {
		display:none;
	}
	.blobStyleNav .blobTopRight {
		
	}
		.blobStyleNav .blobTopRight h2 {
			
		}
	.blobStyleNav .blobBody {
		margin:0;
		padding:0;
	}
	.blobStyleNav .blobBottomLeft {
		display:none;
	}
	.blobStyleNav .blobBottomRight {
		
	}
	

	
/***************************************************************
BlobStyleNav Unordered List Appearance
***************************************************************/

/* Style the left nav */
.blobStyleNav ul {
	margin:0;
	padding:0;
	list-style:none;
}
	.blobStyleNav ul li {
		margin:0;
		padding:0;
	}
		.blobStyleNav ul li a:link, .blobStyleNav ul li a:visited {
			display:block;
			margin:0;
			padding:.6em 0 .6em 18px;
			height:100%;
			text-transform:uppercase;
			text-decoration:none;
			font-size:100%;
			color:#e2a21a;
			background:url('/images-layout/bullet-orange.gif') 8px 1.1em no-repeat;
		}
		.blobStyleNav ul li a:hover, .blobStyleNav ul li a:active {
			text-decoration:underline;
			color:#3b7623;
			background:url('/images-layout/bullet-green.gif') 8px 1.1em no-repeat;
		}

		/* Highlight the left nav */
		.blobStyleNav ul .current a:link,
		.blobStyleNav ul .current a:visited,
		.blobStyleNav ul .current a:active {
			color:#3b7623;
			background:url('/images-layout/bullet-green.gif') 8px 1.1em no-repeat;
		}
		.blobStyleNav ul .current a:hover {
		}



/* Set all the subnavs to off initially */
.blobStyleNav ul ul {
	display:none;
}

/* Display the subnav */
.blobStyleNav ul .current ul {
	display:block;
	margin:0;
	margin-left:13px;
	padding-left:0;
	list-style:none;
	font-weight:normal;
}
	.blobStyleNav ul .current ul li {
		padding-right:0;
	}
		.blobStyleNav ul .current ul a:link,
		.blobStyleNav ul .current ul a:visited,
		.blobStyleNav ul .current ul a:active {
			display:block;
			padding-left:19px;
			text-decoration:none;
			font-weight:normal;
			color:#3b7623;
			background:url('/images-layout/bullet-green.gif') 8px 50% no-repeat;
		}
		.blobStyleNav ul .current ul a:hover {
			text-decoration:underline;
			color:#e2a21a;
			background:url('/images-layout/bullet-orange.gif') 8px 50% no-repeat;
		}

		/* Highlight the selected subnav */
		.blobStyleNav ul .current .current a:link,
		.blobStyleNav ul .current .current a:visited,
		.blobStyleNav ul .current .current a:active {
			text-decoration:underline;
			color:#e2a21a;
			background:url('/images-layout/bullet-orange.gif') 8px 50% no-repeat;
		}
		.blobStyleNav ul .current .current a:hover  {}