/***************************************************************************/
/* COLORS
/* dark blue:  #26445E
/* light blue: #5E7D99
/* light grey: #DDD
/***************************************************************************/

/* ****************************** */
/* right-hand navigation           */
/* ****************************** */
#right_nav
{

    display: block;
    font-size: 0.9em;
    font-weight: normal;
    height: auto;
    margin-bottom: 10px;
    margin-left: 2px;
    min-height: 430px;
    position: relative;
    width: 100%;
/*    position: absolute;
    top: 45px;*/
}


#right_nav a
{
/*    color: rgb(243,149,41);*/
    display: inline-block;
    text-decoration: underline;
    font-size: 13px;
    margin: 0 0 1em 0.5em;
    text-align: left;
    font-family: UniversLTStd-Cn,Verdana, Arial;
}

#right_nav a:hover
{
/*    color: rgb(243,149,41);
    font-weight: bold;*/
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    margin: 0 0 1em 0.5em;
    text-align: left;
}

.incentiveName{
    margin-top: 9px !important;
    word-wrap: break-word;
}

#right_nav h1
{
   /* color: #FFFFFF;*/
    margin: 10px;
    font-family: UniversLTStd-Cn,Verdana, Arial;
    font-size: 12px;
    margin: 0 0 0.5em 0.5em;
    text-align: left;
    font-weight: normal;
}

#right_nav ul
{

}

#right_nav ul li
{
    list-style: none;
    font-size: 1.1em;
    font-weight: bold;
}

#right_nav ul li a
{
    /*font-family: impact, tahoma, monospace;*/
 /*   color: #61503f;*/
    text-decoration: none;
    padding: 7px 0px 7px 7px;
    display: block;
    width: 163px;
    background: transparent;
    text-align: left;
}

#right_nav ul li a:hover
{
    background: white !important;
    padding-top: 6px; /* compensate for the borders that we now show */
    padding-bottom: 6px;
    border-top: 1px solid #61503f;
    border-bottom: 1px solid #61503f;
}

/* subcategory */
#right_nav ul li ul li
{
    font-size: .9em;
    font-weight: normal;
}

#right_nav ul li ul li a
{
    width: 156px;
    padding-right: 14px;
}

#right_nav p
{
    color: #FFFFFF;
    font-size: 13px;
/*    font-weight: bold;*/
    margin: 0 0 0.5em 0.5em;
    text-align: left;
}
.right_nav_image {
/*background-color: #D2D2D2;
background-image: linear-gradient(bottom, rgb(252,252,252) 0%, rgb(178,184,184) 50%, rgb(252,252,252) 100%);
background-image: -o-linear-gradient(bottom, rgb(252,252,252) 0%, rgb(178,184,184) 50%, rgb(252,252,252) 100%);
background-image: -moz-linear-gradient(bottom, rgb(252,252,252) 0%, rgb(178,184,184) 50%, rgb(252,252,252) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(252,252,252) 0%, rgb(178,184,184) 50%, rgb(252,252,252) 100%);
background-image: -ms-linear-gradient(bottom, rgb(252,252,252) 0%, rgb(178,184,184) 50%, rgb(252,252,252) 100%);
background-image: -webkit-gradient(linear,left bottom,left top,	color-stop(0, rgb(252,252,252)),color-stop(0.5, rgb(178,184,184)),color-stop(1, rgb(252,252,252)));*/
/*border: 1px solid #0069B3;*/
border-bottom: 1px solid grey;
text-align: left;
}
.right_nav_image a {
    text-align: left;
}