
/* ---------------------------------------------
/* Author: Erik Smith - erik@pendergraphics.com
/* Employed By: Pendergraphics Design Group
/* About: Navigation CSS Stylesheet
/* ---------------------------------------------

/*
-----------------
Main Navigation 
-----------------
*/
.clear {
  clear: both;
}	


#nav {
	position:relative;
	float:left;
	z-index:1;
	width:100%;
	clear:both;
	background:#B3591D url(../../images/nav.jpg) repeat-x bottom center;
	text-align:center;
	border-top:1px solid #fff;
}

#nav ul li {
	float:left;
	list-style-type:none;
	padding:0px;
	background:#B3591D url(../../images/nav.jpg) repeat-x bottom center;
}

#nav ul li a {
	display:block;
	padding: 10px 10px 9px 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-decoration:none;
	color:#fff;
	border-right:1px solid #BF703B;
	background:#B3591D url(../../images/nav.jpg) repeat-x bottom center;
	font-weight:normal;
}

	#nav ul li a:hover {
		background:#C36422 url(../../images/nav-hover.jpg) repeat-x bottom center;
	}



#nav ul li.cParent a {
	background:#C36422 url(../../images/nav-hover.jpg) repeat-x bottom center;
}



/*
-----------------
Util Navigation 
-----------------
*/

#util {
	position:absolute;
	right:3px;
	top:74px;
}

#util li {
	float:left;
	list-style-type:none;
}

#util li a {
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	border-right:1px solid #fff;
	padding:0 8px 0 8px;
	font-size:10px;
	text-decoration:none;
}

#util li a.noright {
	border:none;
}

/*
-----------------
Sub Page Navigation 
-----------------
*/

#subNav {
	float:left;
	clear:left;
	margin-top:40px;
}

#subNav h2 {
	font-size:18px;
	font-weight:bold;
	text-align:right;
}

#subNav ul {
	float:left;
	clear:left;
	width:190px;
}

#subNav ul li {
	list-style-type:none;
}

#subNav ul li a {
	color:#C46322;
	font-family:Georgia, "Times New Roman", Times, serif;
	border-right:1px solid #fff;
	display:block;
	text-align:left;
	text-transform:uppercase;
	border-top:1px solid #EECF8F;
	font-size:12px;
	text-decoration:none;
	padding:6px 0 6px 10px;
}

#subNav ul li.cPage a {
	background:#fff url(../../images/sub-nav-active.jpg) repeat-y top left;
}