﻿/*Semi-Custom CSS*/

body
{
background-color:#5c1812;
color:White;
}

#container
{
    margin:0 auto;
    width:986px;/*variable*/
    /*background-repeat:repeat-y;/*variable*/
	/*background-image:url(images/bg_content_repeat.jpg);/*variable*/

}

.pageHeader
{
    width:986px;/*variable*/
    height:526px;/*variable*/
    background-repeat:no-repeat;/*variable*/
    background-image:url(images/bg_header.jpg);/*variable*/
}



.pageNavigation
{
	height:177px;/*variable*/
	width:986px;/*variable*/
    background-repeat:no-repeat;
	background-image:url(images/bg_navigation.gif);
}



.pageContentArea
{
	background-color:Black;/*variable*/
	width:986px;/*variable*/
    text-align:left;
    background-repeat:repeat-y;/*variable*/
	background-image:url(images/bg_content.jpg);/*variable*/
    min-height:200px;

}
.pageContentArea .contentContentArea
{
	width:869px;
	margin-left:44px;

  
}
.pageContentArea .contentContentArea .content
{
    padding-top:1px;
    overflow:hidden;
}

.pageBottom
{
    width: 986px; /*variable*/
    height: 90px; /*variable*/
   /* background-repeat:repeat-y;
	background-image:url(images/bg_content_repeat.jpg);*/
    text-align:center;
    

}

.pageFooter A:link
{
    color: #fff;
    text-decoration: underline;
}
.pageFooter A:visited
{
    color: #fff;
    text-decoration: underline;
}
.pageFooter A:hover
{
    color: #fff;
    text-decoration: none ;
}
.pageFooter A:active
{
    color: #fff;
    text-decoration: underline;
}

.pageFooter
{
    background-color: black;
    width: 986px; /*variable*/
    height:170px;
    background-repeat:repeat-y;/*variable*/
	background-image:url(images/bg_footer.gif);/*variable*/
    text-align:center;
}


#footerLinkSection
{
padding-top:20px;
}



.HHLogo
{
    padding:10px;
    float:right;
}



.headerNav
{
	position:relative;
	top:439px;
    left:582px;
    width:404px;
    height:87px;
}

#headerNavList {width: 404px; height: 87px; background: url('images/sprite_homecontact.jpg') no-repeat; top: 0px; margin: 0px; padding: 0px; position: relative; left: 0px;}
#headerNavList li {margin: 0; padding: 0; list-style: none; position: absolute; top: 0;}
#headerNavList li, #headerNavList a {height: 87px; display: block;}
#navigation1 {left: 0; width: 132px;}
#navigation2 {left: 132px; width: 260px;}
#navigation1 a:hover { background: transparent url('images/sprite_homecontacthover.jpg') 0 0px no-repeat;}
#navigation2 a:hover { background: transparent url('images/sprite_homecontacthover.jpg') -132px 0px no-repeat;}
#headerNavList span { display: block; width: 0; height: 0; overflow: hidden;}


.ajax__tab_container
{
color:#000000;
}



/*
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:23px; /*padding from the left*/
	margin-top:0px;/*padding for the top*/
	height:177px;

}

.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: #dc3b20 /*url(Menu/MenuBackground_white.jpg)*/ repeat-x top left;

}

.RadMenu .rmLink .rmText
{
	font-weight: bold;
	font-size: 16px;
		cursor:pointer;
}

.RadMenu .rmGroup
{
	background: #dc3b20;
}

.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: #dc3b20;
}

.RadMenu .rmGroup .rmExpanded
{
	z-index: 1;
}

.RadMenu .rmTopArrow,
.RadMenu .rmBottomArrow
{
	height: 10px;
	width: 100%;
	background: #000000 /*url(Menu/ArrowScrollUpDown.gif)*/ no-repeat top center;
}

.RadMenu .rmBottomArrow
{
	background-position: center -18px;
}

.RadMenu .rmLeftArrow,
.RadMenu .rmRightArrow
{
	width: 10px;
	height: 100%;
	background: #000000 /*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: #000000;
}

.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;
}


