﻿/**************** Site Structure ************************/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td
{
    margin: 0;
    padding: 0;
    font-weight: normal;
}
body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #666666;
}
h3
{
    font-family: Arial;
    font-size: 13px;
    color: #5C7780;
    font-weight: bold;
    text-transform: uppercase;
}
h4
{
    font-family: Arial;
    font-size: 19px;
    color: #5C7780;
    font-weight: bold;
    text-transform: uppercase;
    font-style: italic;
    letter-spacing: .5px;
}
h5
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: black;
    font-weight: bold;
}
h6
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: black;
    font-style: italic;
}
.white
{
    font-size: 9px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: White; 
}
a
{
    color: #960000;
    text-decoration: none;
}
a.active
{
    color: #960000;
    text-decoration: none;
}
a.visited
{
    color: #960000;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
a.sub
{
    color: #F7D9C1;
    text-decoration: none;
    font-size: 11px;
    line-height: 18px;
}
a.sub:active
{
    color: #F7D9C1;
    text-decoration: none;
     font-size: 11px;
    line-height: 18px;
}
a.sub:visited
{
    color: #F7D9C1;
    text-decoration: none;
     font-size: 11px;
    line-height: 18px;
}
a.sub:hover
{
    text-decoration: underline;
     font-size: 11px;
    line-height: 18px;
}

/********************* Wrapper Styles **********************************/


.mainBody
{
    margin: 0px;
    text-align: center;
    background: #006699 url(images/emIdaho_BkGradient.jpg) repeat-x;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.contentLayer1
{
    margin: 0 auto;
    width: 743px;
    background: url(images/emIdaho_BkCotent.jpg) repeat-y;
}
.contentLayer2
{
    background: url(images/emIdaho_Header.jpg) no-repeat;
}
.contentHeader
{
    height: 95px;
    text-align: right;
    vertical-align: top;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #006699;
    padding: 5px 10px 0px 0px;
}
.contentNavBar
{
    height: 30px;
}
.contentBreadCrumb
{
    width: 50%;
    text-align: right;
    float: right;
    padding-right: 30px;
}
.contentSearch
{
    width: 30%;
    text-align: right;
    float: right;
    padding-right: 20px;
}
.contentInfoBar
{
    height: 25px;
}
.contentBody
{
    text-align: left;
}
.contentFooter
{
    background: url(images/emIdaho_Footer1.jpg) no-repeat bottom left;
    height: 116px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFFFFF;
    padding-top: 0px;
}
.contentFooter A
{
    color: #FFFFFF;
    text-decoration: none;
}
.contentFooter A:Hover
{
    color: #FFFFFF;
    text-decoration: underline;
}

/**************** Navigation ************************/

.RadMenu .rmLink
{
    padding: 0 0 0 9px !important;
}


.RadMenu a.rmLink
{
    cursor: pointer !important;
    color: white;
    text-decoration: none;
    
}

.RadMenu a.rmLink:hover
{
    cursor: pointer !important;
    color: white;
    text-decoration: underline;
}

.RadMenu .rmSlide
{
    margin-top: 0px;
}

.RadMenu .rmSlide .rmText
{
    padding-bottom: 5px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    background-color: White; /* #C2D4DE;*/
    color: #015A8A !important;
    text-align: left;
    border: solid 1px #C2D4DE;
    font-size: 12px !important;
    vertical-align: top !important;
    text-align: left !important;
    width: auto;
}

.RadMenu .rmSlide a.rmLink:hover
{
    cursor: pointer !important;
    color: #015A8A !important;
    text-decoration: underline;
}

.rmItem .rmLast
{
    padding-bottom: 0px;
}


.RadMenu .rmExpandRight
{
    background-image: url(images/RightArrow.gif);
    background-repeat: no-repeat;
    background-position: right center;
}

.RadMenu .rmRootGroup .rmText
{
    border: thin 1px white;
    padding: 8px 0px 3px 0px;
    color: white;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
}

.RadMenu .rmHorizontal .rmText {
    padding:6px 12px 3px 6px !important;
}

.rmText
{
    width: 117px;    
}


/**************** BreadCrumb**********************/

.breadCrumb
{
    color: #666666;
}

.breadCrumb a
{
    color: #666666 !important;
    font-weight:normal;
    text-decoration: none;
}

.breadCrumb a:hover
{
    color: #666666 !important;
    font-weight: normal;
    text-decoration: underline;
}

/**************** Content ************************/