/* 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: 2px 2px 2px 2px;
}

p {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	 margin: 2px 2px 2px 2px;
}

a {
	font-size: 12px;
	font-family: Arial, sans-serif;
	color: #336633;
	text-decoration:underline;
}

a:hover {
	font-size : 12px;
	font-family : Arial, sans-serif;
	color: #003333;
	text-decoration:none;
}



TD.Content_BG {
	background-color: #F4F4F4;
}


img.photos {
	background-color: #CCCCCC;
	border: solid 1px #333333;
}

H4 {
	color: #669966;
	font-size: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p.footer{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-align: center;
}

a.footer{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #669966;
	text-align: center;
}

a.footer:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-align: center;
}


li.circles{
	display: list-item;
	list-style: circle;
	position: static;
}

.form_style{
 border:#003300 1px solid;
 height: 20px;
 vertical-align: bottom;
}

/* This is the side menu behaviour ------------------------------------------------------------------------------------------*/
TR.SideMenuRow {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	background-color : #000000;
}

TR.SideMenuRowOver {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	background-color : #669966;
}

TR.SideMenuRowSelected {
	color : #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	background-color : #DDDDDD;
}

TD.SideMenuTextSpacing {
	padding-left: 10px;
}

/* 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;

}



/* This is the main menu behaviour ---------------------------------------------------------------------------------------------*/
TR.Row {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	background-color : #000000;
}

TR.RowOver {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	background-color : #669966;
}

TR.RowSelected {
	color : #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	background-color : #DDDDDD;
}

TD.MenuTextSpacing {
	padding-left: 10px;
}

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

a.menu_links:visited {
	color: #DDDDDD;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

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

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

a.menu_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;
}



/* The angus_heading is the white on black text that appears just under the main title picture */
/* This is is part of the include file include_top_abri.php */
a.angus_heading {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a.angus_heading:hover {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

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

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




/* 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: #EEEEEE;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

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

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

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

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;
	text-decoration: none;
}

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_black {
	background-color : #000000;
}

.angus_sidebar_khaki {
	background-color : #778A7B;
}

p.angus_merchandise_item{
	color:#CCCCCC;
	background-color: #336633;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

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

.H4-anguspure{
	color: #9E2729;
	font-size: 22px;
	font-weight: bold;
}

