/* Angus Association Website CSS Document */
/* For new angus site 25-11-05 and beyond */
/* CSS created 25-11-05 */
/* NZ Performance Beefbreeders web design/development team */

/* Default fonts for the general body and paragraphs -------------------------------------------------------*/
body {
	background-color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px
}

td.tdMenu{
	border-left: #999 1px solid;
	border-right:  #999 1px solid;
}

td.tdMain{
	border-right: #999 1px solid;
	border-bottom:  #999 1px solid;
}

h4{
	font-size: 24px;
	font-weight:bold;
	color: #a3cd39;
	text-align: center;
}

td.tdFooter{
	font-size: 11px;
	color: #666;
	border-top:  #999 1px solid;
	text-align: center;
}

a{
	color: #333;
}

a:hover{
	color: #000;
}

a.angus_heading{
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
}


/* This is the sub menu behaviour that appears at the top of some pages---------------------------------------------------*/
p.sub_menu{
	background-color:#FFFFFF;
	text-align: center;

}

a.sub_menu_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #666666;
	margin: 6px;
	line-height: 1.5;

}

a.sub_menu_link:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color:#669966;
	margin: 6px;
	line-height: 1.5;

}

/* ABRI menu font, cell, and link behaviour, specifically for the ABRI menu at the top of the page. -----------------*/
/* The abri menu is part of the include file include_top_abri.php*/

a.abri_links {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a.abri_links:visited {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}

a.abri_links:hover {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	background-color: #666;
}

a.abri_links:active {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}

a.abri_links:focus {			/* We need the focus pseudo class so links work properly in non IE browsers and MACs */
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}

td.abri_cell {
	 border:solid 0px #FFFFFF;   /* to put white spacing around the ABRI menu, substitute 0 for 1 or 2 or 3 */
	 background-color:#669966;	 /* angus bright green */
	 padding: 0px;
	 font-size: 11px;
	 font-weight: bold;
	 text-decoration: none;
}


/* Designer specific Angus colours ------------------------------------------------------------------------------------*/

.angus_bright_green {
	background-color: #a3cd39;
	border-left: solid 1px #FFFFFF;
	border-top: solid 1px #FFFFFF;
}

.angus_site_map_header {
		background-color: #669966;
		padding: 4px;
		padding-left: 10px;
		color: #FFFFFF;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
}

/* -- Angus Menu ----------------------------------------------------------- */

	#divMenu{
		position: absolute;
		width: 180px;
		margin: 0px;
		z-index: 9;
	}

	#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 170px;
		z-index: 10;
	}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 2.5;
		margin-bottom : -1px;
		width: 170px;
		z-index: 10;
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 180px;
		margin-top : -32px;
		z-index: 10;
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#nav li a {
		width: 170px;
		w\idth : 170px;
		display : block;
		color : white;
		font-weight : bold;
		text-decoration : none;
		background-color : black;
		border : 1px solid white;
		padding : 0px;
		padding-left: 8px;
		z-index: 10;
	}
	
	#nav li a:hover {
		color : white;
		background-color: #666;
		z-index: 10;
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
		z-index: 10;
	}
	

