@charset "utf-8";
/* CSS Document */

body {background-image:url(images/bkgrd.gif); font-family:"Trebuchet MS", Tahoma; font-size:8pt;}
a {color:#00271C}
.leftnav {background-image:url(images/leftbkgrd.jpg); color:#000000; background-repeat:repeat-y; background-position:right; text-align:right; padding:5px; width:157px; text-align:right}
.leftnav a { color:#FFFFFF; text-decoration:none; text-align:right}
.rightbkgrd {background-image:url(images/rightbkgrd.jpg); color:#000000; background-repeat:repeat-y; background-position:left; text-align:right; padding:5px;}
.bottomofpage {color:#FFFFFF; margin-left:auto; margin-right:auto; width:885px; padding:20px; background-image:url(images/remingtonrbottom.jpg); background-repeat:no-repeat; height:66px; padding-left:90px; font-size: 8pt;}
.bottomofpage a {color:#FFFFFF}
.maintxt {text-align:left; padding:10px;}
h1 {font-size:13pt;}
h2 {font-size:11pt}
h3 {font-size:11pt; color:#00291c}
.cowsinfo {color:#666666; text-align:right;}
.cowsinfo a {color:#666666; text-decoration:none}
.gallery100{ width:160px; float:left; margin-bottom:5px;}
.gallery230{ width:230px; height:210px; float:left; margin-bottom:5px;}

.arrowlistmenu{
	width: 150px; /*width of accordion menu*/
	font-family: "Trebuchet MS", Tahoma;
	font-size: 10pt; float:right;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	color: white;
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/
	padding: 2px 4px 2px 8px; /*header text is indented 10px*/
	cursor: pointer;
	font-family: "Trebuchet MS", Tahoma;
	font-weight: bold;
	font-size: 11px;
	background-repeat:no-repeat;
	background-image:url(images/button.gif);
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-color: #00291c;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 6px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #b4975a;
display: block;
padding: 2px 0;
padding-left: 12px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 85%;
}

.arrowlistmenu ul li a:visited{
color: #b4975a;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #b4975a;
background-color: #F3F3F3;
}

/*bottom spacing between menu items*/
.adminlinks {color:#FFFFFF}
.adminlinks a {color:#FFFFFF}
.adminphotos {float:right; width:130px; padding:2px;}
