﻿/*Semi-Custom CSS*/

body
{
    background-image: url(images/bg_background.jpg);
}

#container
{
    margin:0 auto;
    width:800px;/*variable*/
    background-repeat:repeat-y;/*variable*/
	background-image:url(images/bg_content_repeat.jpg);/*variable*/

}

.pageHeader
{
    /*width:881px;variable*/
    /*height:228px;variable*/
    /*background-repeat:no-repeat;variable*/
    /*background-image:url(images/bg_header.jpg);variable*/
}

.pageNavigation
{
	height:82px;/*variable*/
	width:800px;/*variable*/
    background-repeat:repeat-x;/*variable*/
	background-image:url(images/bg_navigation.jpg);/*variable*/
}



.pageContentArea
{
	background-color:White;/*variable*/
	width:800px;/*variable*/
    text-align:left;
    background-repeat:repeat-y;/*variable*/
	background-image:url(images/bg_content_repeat.jpg);/*variable*/
    min-height:526px;

}
.pageContentArea .contentContentArea
{
    background-repeat:no-repeat;/*variable*/
	background-image:url(images/bg_content.jpg);/*variable*/
	background-position:top;
	width:800px;/*variable*/
	min-height:800px;
  
}
.pageContentArea .contentContentArea .content
{
    padding-top:1px;
    margin-left:20px;
    margin-right:20px;
    overflow:hidden;
}

.pageBottom
{
    background-color: White;
    width: 800px; /*variable*/
    height: 90px; /*variable*/
    background-repeat:repeat-y;/*variable*/
	background-image:url(images/bg_content_repeat.jpg);/*variable*/
    text-align:center;
    

}

.pageFooter A:link
{
    color: #000000;
    text-decoration: underline;
}
.pageFooter A:visited
{
    color: #000000;
    text-decoration: underline;
}
.pageFooter A:hover
{
    color: #000000;
    text-decoration: none ;
}
.pageFooter A:active
{
    color: #000000;
    text-decoration: underline;
}

.pageFooter
{
    background-color: White;
    width: 800px; /*variable*/
    background-repeat:repeat-y;/*variable*/
	background-image:url(images/bg_content_repeat.jpg);/*variable*/
    text-align:center;
}


.calvesHeader
{
    width:800px;
    height:260px;
    background-repeat:no-repeat;
	background-image:url(images/bg_HeaderCalves.jpg);
}
.contactUsHeader
{
    width:800px;
    height:260px;
    background-repeat:no-repeat;
	background-image:url(images/bg_HeaderContactUs.jpg);/*variable*/
}
.cowsHeader
{
    width:800px;
    height:260px;
    background-repeat:no-repeat;
	background-image:url(images/bg_HeaderCows.jpg);/*variable*/
}
.homeHeader
{
    width:800px;
    height:260px;
    background-repeat:no-repeat;
	background-image:url(images/bg_HeaderHome.gif);/*variable*/
}
.herdSiresHeader
{
    width:800px;
    height:260px;
    background-repeat:no-repeat;
	background-image:url(images/bg_HeaderHerdSire.jpg);/*variable*/
}



.HHLogo
{
    padding:10px;
    float:right;
}








/*
tan: efe6d2
white: ffffff

*/

/* RadMenu Default skin */

.RadMenu 
{
	/*border: 0px solid #010101;*/
	border-bottom-width: 0;
	/*border-top-color: #383838;*/
	/*background: #444 url(Menu/MenuBackground.jpg) repeat-x;*/
	text-align: left;
	left:0px; /*padding from the left*/
	margin-top:0px;/*padding for the top*/
	height:94px;

}

.RadMenu_rtl
{
	text-align: right;
}

.RadMenu_Context
{
	background: none;
	border: 0;
}

.RadMenu a
{
	text-decoration: none;
		cursor:pointer;

}

.RadMenu .rmLink
{
	line-height: 25px;
	text-decoration: none;
	color: #ffffff;
}

.RadMenu .rmLink .rmLeftImage
{
		cursor:pointer;
}

.RadMenu .rmLink:focus,
.RadMenu .rmFocused
{
	outline: 0;
}

.RadMenu .rmExpanded
{
	position: relative;
	z-index: 10000;
}

.RadMenu .rmLink:hover,
.RadMenu .rmFocused,
.RadMenu .rmExpanded
{
	color: #efe6d2;
	background: #362011 /*url(Menu/MenuBackground_white.jpg)*/ repeat-x top left;

}

.RadMenu .rmLink .rmText
{
	font-weight: bold;
	font-size: 16px;
		cursor:pointer;
}

.RadMenu .rmGroup
{
	background: #362011;
}

.RadMenu .rmGroup .rmLink
{
	text-decoration: none;
	color: #ffffff;
}

.RadMenu_rtl .rmGroup .rmLink
{
	text-align: right;
}

.RadMenu .rmGroup .rmLink:hover,
.RadMenu .rmGroup .rmFocused,
.RadMenu .rmGroup .rmExpanded
{
	color: #efe6d2;
	/*background: #444;*/
}

.RadMenu .rmText
{
	padding: 0px 0px 0px;/*padding around the text*/
}

.RadMenu .rmGroup .rmLink .rmText
{
	font-size: 14px;
	padding: 4px 37px 5px 20px;
}

.RadMenu_rtl .rmGroup .rmLink .rmText
{
	padding: 4px 20px 5px 37px;
}

/* <expand arrows styling> */

.RadMenu .rmGroup .rmLink .rmExpandRight
{
	background: transparent /*url(Menu/ArrowExpand.gif)*/ no-repeat right -1px;
}

.RadMenu .rmGroup .rmLink .rmExpandLeft
{
	background: transparent /*url(Menu/ArrowExpandRTL.gif)*/ no-repeat left -1px;
}

.RadMenu .rmGroup .rmLink:hover .rmExpandRight,
.RadMenu .rmGroup .rmFocused .rmExpandRight,
.RadMenu .rmGroup .rmExpanded .rmExpandRight
{
	/*background-image: url(Menu/ArrowExpandHovered.gif);
}

.RadMenu .rmGroup .rmLink:hover .rmExpandLeft,
.RadMenu .rmGroup .rmFocused .rmExpandLeft,
.RadMenu .rmGroup .rmExpanded .rmExpandLeft
{
	/*background-image: url(Menu/ArrowExpandHoveredRTL.gif);*/
}

/* </expand arrows styling> */

/*set the right border to get a vertical divider*/
.RadMenu .rmHorizontal .rmItem { border-right: 0px solid #353535; 
                                        padding-bottom:0px; 
                                        }
.RadMenu .rmHorizontal .rmLast { border-right: 0; }

.RadMenu .rmVertical .rmItem { border-bottom: 0px solid #353535; }
.RadMenu .rmVertical .rmLast { border-bottom: 0; padding-bottom: 1px; }

.RadMenu_rtl .rmHorizontal .rmItem { border-left: 0; }

.RadMenu .rmRootGroup .rmGroup .rmItem,
.RadMenu_Context .rmGroup .rmItem
{ border-right: 0; border-bottom: 0; padding-bottom: 0; 
  	}

/*This style controls the dropdown menu background color and border*/
.RadMenu .rmGroup
{
	/*border: 1px solid #828282;*/
	background-color: #362011;
}

.RadMenu .rmGroup .rmExpanded
{
	z-index: 1;
}

.RadMenu .rmTopArrow,
.RadMenu .rmBottomArrow
{
	height: 10px;
	width: 100%;
	background: #362011 /*url(Menu/ArrowScrollUpDown.gif)*/ no-repeat top center;
}

.RadMenu .rmBottomArrow
{
	background-position: center -18px;
}

.RadMenu .rmLeftArrow,
.RadMenu .rmRightArrow
{
	width: 10px;
	height: 100%;
	background: #362011 /*url(Menu/ArrowScrollLeftRight.gif)*/ no-repeat left center;
}

.RadMenu .rmRightArrow
{
	background-position: -18px center;
}

.RadMenu .rmItem .rmDisabled .rmText
{
	color: #999;
}

.RadMenu .rmRootGroup .rmItem .rmDisabled
{
	background: none;
}

.RadMenu .rmGroup .rmItem .rmDisabled
{
	background-color: #362011;
}

.RadMenu .rmRootGroup .rmSeparator,
.RadMenu .rmGroup .rmSeparator
{
	background: #8f8f8f;
	border-top: 1px solid #676767;
	border-bottom: 0;
}

.RadMenu .rmSeparator .rmText
{
	display: none;
}

/**/
.RadMenu .rmHorizontal .rmSeparator
{
	height: 20px;
	width: 0px;
	line-height: 20px;
	border: 0;
}


.RadMenu .rmVertical .rmSeparator
{
	height: 1px;
	margin: 3px 0;
	border: 0;
	line-height: 1px;
}

.RadMenu .rmLeftImage
{
	margin: 0px;
}

.RadMenu .rmSlide
{
	margin: 0px 0 0 -1px !important;
}

.RadMenu .rmHorizontal .rmSlide
{
	margin-top: 0px !important;
}

.RadMenu_rtl .rmSlide
{
	margin-left: 0 !important;
	margin-right: 0px !important;
}

.RadMenu .rmGroup .rmSlide
{
	margin: 0 !important;
}

.RadMenu .rmItem .rmDisabled:hover
{
	background: none;
}


