/*
css navigation file for Australian Family Matters
author:				Mark
email:				mark@saucedesign.com.au
last modified:		31 Aug 06
 */
 

 
#utilities_nav a:link, #utilities_nav a:visited, #utilities_nav a:active {
	color: #fff; 
	text-decoration: none; 
/*	line-height: 24px; */
	text-transform: uppercase;
	font-size: 80%;
	margin: 0px 8px;
	}

	#utilities_nav a:hover { 
		color: #0080ff; 
		text-decoration: none; 
		}

#primary_nav a:link, #primary_nav a:visited, #primary_nav a:active { 
	color: #1d1b19; 
	text-decoration: none; 
	line-height: 24px;
	text-transform: uppercase;
	font-size: 80%;
	margin: 0px 8px;
	}

	#primary_nav a:hover { 
		color: #83021d; 
		text-decoration: none; 
		}
	
#bodyContent a, #bodyContent a:link, #bodyContent a:active, #bodyContent a:visited { 
	color: #06c;
	text-decoration: underline;
	padding: 2px;
	}

#bodyContent a:hover {
	color: #fff;
	background: #06c;
	padding: 2px;
	text-decoration: none;
	}
	
	
	#sideNavigation_container a, #sideNavigation_container a:link, #sideNavigation_container a:active, #sideNavigation_container a:visited {
		float: right;
		width: 187px;
		background: url('../images/interface/leftSideNavElement.png') no-repeat left top;
		padding: 3px;
		color: #000;
		text-decoration: none;
		margin: 1px 0px;
		cursor: hand;
	}
	
	#sideNavigation_container a:hover {
			color: #62694b;
			border: 1px solid #fff;
			border-width: 1px 0px;
			margin: 0px;
	}
	
	
	table#stories a, table#stories a:active, table#stories a:link, table#stories a:visited {
		color: #fff;
		text-decoration: none;
	}
		
	table#stories a.editLink, table#stories a:active.editLink, table#stories a:link.editLink, table#stories a:visited.editLink {
		color: #06c;
		text-decoration: none;
	}
	
	table#stories a:hover.editLink {
		color: #525a38;
		text-decoration: none;
	}
		
	
	
	#footer a, #footer a:link, #footer a:active, #footer a:visited {
		color: #32729b;
		text-decoration: underline;
	}
	
	#footer a:hover {
		color: #133d64;
		text-decoration: none;
	}
	
	
	
		
			