﻿body
{
   color: #000;
   font-family: sans-serif, Arial, Helvetica;
   font-size: 14px;
   background-color: #f5edda;
   background-repeat: repeat-x;
   background-image:url(images/background.jpg);
}

h1
{
    font-size: 26px;
}

h2
{
    font-family: sans-serif, verdana, Arial, Helvetica;
    font-size: 20px;
    color: #31568a;
    padding: 0;
    margin-bottom: 10px;
    font-weight: bold;
    border-bottom: 1px solid #736e68;
}


A
{
    color: #3d8aef;
    text-decoration: underline;
}

A:visited
{
    color: #b35026;
    text-decoration: underline;
}

A:hover
{
    color: #b35026;
    text-decoration: none;
}
A:active
{
    color: #3d8aef;
    text-decoration: underline;
}

#container
{
    width:927px;
    margin: 0 auto;
    padding-top: 0px;
}

.pageHeader
{
    width:927px;
    height:98px;
   
}

.pageHeader[class]
{
    background-repeat:no-repeat;
    background-image:url(images/bg_header.png);
}

.pageNavigation
{
    width: 927px; /*variable*/
    height: 65px; /*variable*/
    background-image: url(images/bg_navigation.jpg); /*variable*/
    background-repeat: no-repeat; /*variable*/
}


.contentNavigation
{
    width: 927px;
    margin-left: 0px;
    text-align: center;
}

.contentNavigation .content
{
    width: 927px;
    margin: 0 auto;
    padding-top: 0px;
    text-align: center;
}


.pageContentArea
{
	width:927px;
    background-repeat: no-repeat;
	background-image:url(images/bg_content.jpg);

}

.contentContentArea
{
	width:927px; 
}


.contentContentArea .content
{
    padding-top: 15px;
    padding-bottom: 1px;
    margin: 0 auto;
    width: 825px;
    text-align: left;
    min-height:615px;
    height:auto !important;
    height:615px;
}



.pageFooter
{
    width: 927px;
    height: 15px;

}


.pageFooter .content
{
    
}

.pageFooter A
{
    color: #f8d2a5;
    text-decoration: underline;
}

.pageFooter A:visited
{
    color: #f8d2a5;
    text-decoration: underline;
}

.pageFooter A:hover
{
    color: #f8d2a5;
    text-decoration: none;
}
.pageFooter A:active
{
    color: #f8d2a5;
    text-decoration: underline;
}


.pageBottom
{
    width: 850px; /*variable*/
    height: 90px; /*variable*/
    color: #000;
    text-align: center;
    margin: 0 auto;
    font-family: Garamond, Arial, Helvetica, sans-serif;
    margin-top: 10px;
}

.pageBottom A:link
{
    color: #000;
    text-decoration: underline;
}

.pageBottom A:visited
{
    color: #000;
    text-decoration: underline;
}

.pageBottom A:hover
{
    color: #000;
    text-decoration: none;
}
.pageBottom A:active
{
    color: #000;
    text-decoration: underline;
}


.HHLogo
{
    top: -40px;
    float: right;
    z-index: 5;
    position: relative;
}



.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:10px;*/
    margin-top: 8px;
    border-right-width: 0;
    font-family: Helvetica, Arial, Verdana;
}

.RadMenu_rtl
{
    text-align: right;
}

.RadMenu_Context
{
    background: none;
    border: 0;
}

.RadMenu a
{
    text-decoration: none;
    cursor: pointer;
}

.RadMenu .rmLink
{
    line-height: 20px;
    text-decoration: none;
    color: #305589;
    padding-left: 0px !important;
}

.RadMenu .rmLink:focus, .RadMenu .rmFocused
{
    outline: 0;
}

.RadMenu .rmExpanded
{
    position: relative;
    z-index: 10000;
}

.RadMenu .rmLink:hover, .RadMenu .rmFocused, .RadMenu .rmExpanded
{
    color: #132644; /*background: #fff url(Menu/MenuBackground_white.jpg) repeat-x top left;*/
}

.RadMenu .rmLink .rmText
{
    font-weight: bold;
    font-size: 12px;
    cursor: pointer;
}

.RadMenu .rmGroup
{
    background: #1c38c8;
}

.RadMenu .rmGroup .rmLink
{
    text-decoration: none;
    color: #305589;
}

.RadMenu_rtl .rmGroup .rmLink
{
    text-align: right;
}

.RadMenu .rmGroup .rmLink:hover, .RadMenu .rmGroup .rmFocused, .RadMenu .rmGroup .rmExpanded
{
    color: #132644; /*background: #444;*/
}

.RadMenu .rmText
{
    padding: 4px 12px 0px 5px !important;
}

.RadMenu .rmGroup .rmLink .rmText
{
    font-size: 12px;
  padding: 0px 20px 5px 20px !important;
}

.RadMenu_rtl .rmGroup .rmLink .rmText
{
    padding: 0px 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> */

.RadMenu .rmItem .rmFirst
{
    padding-left: 0px;
}

.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;
}


.RadMenu .rmRootGroup .rmItem
{
    background-image: url(images/navDivider.gif);
    background-position: right;
    background-repeat: no-repeat;
}




.RadMenu .rmRootGroup .rmLast
{
    background-image: none;
}
.RadMenu .rmRootGroup .rmLevel1 .rmItem
{
    background-image: none;
}

/*This style controls the dropdown menu background color and border*/
.RadMenu .rmGroup
{
    /*border: 1px solid #828282;*/
    background-color: #e0d5bf;
}

.RadMenu .rmGroup .rmExpanded
{
    z-index: 1;
}

.RadMenu .rmTopArrow, .RadMenu .rmBottomArrow
{
    height: 10px;
    width: 100%;
    background: #fff /*url(Menu/ArrowScrollUpDown.gif)*/ no-repeat top center;
}

.RadMenu .rmBottomArrow
{
    background-position: center -18px;
}

.RadMenu .rmLeftArrow, .RadMenu .rmRightArrow
{
    width: 10px;
    height: 100%;
    background: #fff /*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: #fff;
}

.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: 1px;
    line-height: 20px;
    border: 0;
}

.RadMenu .rmVertical .rmSeparator
{
    height: 1px;
    margin: 3px 0;
    border: 0;
    line-height: 1px;
}

.RadMenu .rmLeftImage
{
    margin: 2px;
}

.RadMenu .rmSlide
{
    margin: -3px 0 0 -1px !important;
}

.RadMenu .rmSlide .rmText
{
    
}

/*Pad dropdown box*/
.RadMenu .rmHorizontal .rmSlide
{
    margin-top: 18px !important;
}

.RadMenu_rtl .rmSlide
{
    margin-left: 0 !important;
    margin-right: -1px !important;
}

.RadMenu .rmGroup .rmSlide
{
    margin: 0 !important;
}

.RadMenu .rmItem .rmDisabled:hover
{
    background: none;
}


