/* NAV STYLES */


#prinav {
	font: normal 12px/12px arial,helvetica,sans-serif;
	text-align:center;
	margin:0 auto; padding:0 0 2px 0;
	height:20px;
	float:left;
	position:absolute; bottom:0; left:170px;
	}


#prinav ul {
	list-style: none;
	border:0; margin:2px 0 0 0;
	text-align:center;
	}
		
#prinav li {
	list-style: none;
	margin:0; margin-left:1px;
	line-height:normal;
	float:left;
	}


/* below is where you specify the height of the block and the display */
		
#prinav li a {
		color: #fff;
		text-align:center;
		text-decoration: none;
		padding:0; margin:0 18px 0 0;
		float:left;
		font-size:14px;
		}

	html>body #prinav li a {
		width: auto;
		}

		#prinav li.last a {
		margin-right:0;
		}

	#prinav li a:hover {
		color:#fff;
		text-decoration:underline;
		}

	#prinav li#active a {
		color: #c4495b;
		text-align:center;
		text-decoration: underline;
		}
		
		
/* SIDE NAV STYLES */


#col1-1 ul {
	list-style: none;
	border:0; margin:2px 0 0 0;
	text-align:center;
	}
		
#col1-1 li {
	list-style: none;
	margin: 10px; margin-left:1px;
	line-height:normal;
	}


/* below is where you specify the height of the block and the display */
		
#col1-1 li a {
		color: #394e89;
		text-align:left;
		text-decoration: none;
		padding:0; margin:0;
		font-size:14px;
		
		}
		
	#col1-1	ul li {
			list-style-image:url(../_img/bullet.gif);
			list-style-type:circle;
			color:#333;
			margin:6px 15px;
			}

	html>body #col1-1 li a {
		width: auto;
		}


	#col1-1 li a:hover {
		color:#c4495b;
		text-decoration:underline;
		}

	#col1-1 li#subactive a {
		color: #c4495b;
		text-decoration: underline;
		}
		
		
	#col1-1 ul ul { 
		display:none;
		}
		
		#col1-1 ul ul li {
			list-style:none;
			margin: 5px;
			}
	
			#col1-1 ul ul li a {
			font-size: 12px;
			}
			
	#col1-1 ul ul.show { display:block; }
	
		