/*
Homepage content
*/
.homepageimage
{
    width: 900px;
    height: 293px;
    margin-top: 2px;
}

.homepageslides
{
    position: absolute;
    z-index: 12;
}

.items
{
    text-align: center;
    width: 140px;
    margin-left: 370px;
}

.slideitem
{
    float: left;
    width: 25px;
    height: 25px;
    margin-left: 10px;
    /*
    background-color: white;
    width: 25px; height: 25px; 
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    */
    color: black;
    background: url('../../../images/footer_slider/pageitem.png');
}
.slideitem p
{
    margin-top: 5px;
    text-align: center;
}

.slideitem.selected
{
    /*background-color: #005288;*/
    background: url('../../../images/footer_slider/pageitem-selected.png');
    color: white;
}

/* newsitem */
.newsitem
{
    margin: 35px 75px;
    min-height: 165px;
}
.newsitem img
{
    float: left;
    margin: 0 5px;
    width: 200px;
}
.newsitem a
{
    text-decoration: underline;
    color: #0052BA;
}
.newsitem .text
{
    float: left;
    width: 300px;
}
.newsitem .text h3
{
    color: #b1bea0;
    font-size: 22pt;
    font-style: italic;
    font-family: times;
    padding-bottom: 5px;
    font-weight: bold;
}
.newsitem .text p
{
    line-height: 18px;
}

/* block */
.block
{
    position: absolute;
    top: 200px;
    right: 40px;
    width: 275px;
    min-height: 300px;
    z-index: 100;
    
    color: white;
    font-style: italic;
    font-family: times;
    font-size: 10pt;
    line-height: 15pt;
}



.next
{
    width: 25px;
    height: 35px;
    float: right;
    position: absolute;
    margin-top: 400px;
    margin-left: 865px;
    background: url('images/next.png') no-repeat;
}
.next.disabled
{
    visibility: hidden;
}
.prev
{
    width: 25px;
    height: 35px;
    position: absolute;
    margin-top: 400px;
    margin-left: 10px;
    background: url('images/prev.png')no-repeat;
}
.prev.disabled
{
    visibility: hidden;
}



#homepage_highlights
{
    margin: 35px 50px;
    width: 800px;
    height: 360px;
}
.image_line
{
    position: absolute;
    top: 7px;
    right: 7px; 
    bottom:7px;
    left: 7px;
    border-width: 1px;
    border-style: solid;
    border-color: #ffffff;
}

#homepage_highlights .hl_item
{
    width: 250px;
    float: left;
    padding: 0 10px;
    line-height: 18px;
}
#homepage_highlights .hl_item a
{
    color: #666666;
    text-decoration: none;
}
#homepage_highlights .hl_item img
{
    box-shadow: 3px 3px 5px #888888;
}
#homepage_highlights .hl_item h3{}
#homepage_highlights .hl_item .hl_figure
{
    position: relative;
    margin-bottom: 10px;
    width: 250px;
    height: 250px;
}
#homepage_highlights .hl_item .hl_title
{
    margin-bottom: 5px;
    color: #b5c3a4;
    font-size: 24px;
    font-style: italic;
    font-family: times;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 26px;
}
#homepage_highlights .hl_item .hl_text
{
    margin-top: 5px;
}


.rslides
{
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.rslides li
{
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}
.rslides li:first-child
{
    position: relative;
    display: block;
    float: left;
}
.rslides img
{
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
    width: 900px;
}
.rslides_tabs
{
    font-size: 18px;
    list-style: none;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}
.rslides_tabs li
{
    float: left;
}