@charset "utf-8"; 
/*
Group site
*/


body
{
    color: #000000;
}

a
{
    color: #afac7f;
}

a:hover
{
    color: #afac7f;
}
a.on
{
    color: #afac7f;
}
input, select, textarea
{
    border: 1px solid #666666;
}

#container
{

}

#maincontent
{

}

#bodycontent, #content
{
    background-color: #FFFFFF;
    color: #666666;
}

.pagetitle
{
    color: #666666;
}

#topnavstatic
{
    list-style: none;
    height: 40px;
    width: 694px;
    background: url(/images/topnav_bg.gif) top left repeat-x;
}
#topnavstatic li
{
    display: block;
    float: left;
    height: 40px;
    margin: 0 10px;
    line-height: 40px;
    font-size: 0.9em;
}
#topnavstatic li a
{
    display: block;
    float: left;
    height: 40px;
    font-weight: bold;
    color: #666666;
}
#topnavstatic li a:hover
{
    color: #DA2A36;
}
#topnavstatic li.rflogo
{
    width: 65px;
    height: 40px;
    text-indent: -1000em;
    background: url(/images/topnav_logo.gif) left center no-repeat;
}

#left
{
    color: #b5aba1;
    background-image: none;
}
#left #logo
{
    border-bottom: 1px solid #e5e4e4;
}
#left a
{
    color: #b5aba1;
}
#left a:hover
{

}
#leftnav li:hover > a
{
    /* This helps to stop some flickering of the arrow in non-IE browsers */

}
#left a.on
{

}


#leftnav ul
{

}
#leftnav ul li a
{
    color: #908271;
}
#leftnav ul li a:hover
{

}
#leftnav ul li:hover > a
{
    /* This helps to stop some flickering of the arrow in non-IE browsers */

}
#leftnav ul li a.on
{

}

#right
{
    background: #dad6d0 url(/images/rf_in_page_logo.gif) center 93% no-repeat;
    color:#666666;
}

#rightnav
{

}

#rightlinks > li
{

}
#rightlinks > li:hover, #rightlinks > li.on
{

}
#rightlinks li a
{
    color: #534f4d;
}
#rightlinks li.on a
{
    color: #fffffe;
}
#rightlinks li a:hover
{
    color: #534f4d;
}    

#rightlinks p
{

}

#rightlinks .accpanel
{
    background-color: #e5e4e4;
    border: 1px solid #cac7bb;
}

#rightlinks .accpanel a
{

}
#rightlinks li.on .accpanel a
{
    color: #534f4d;
}

#rightlinks .accpanel input, #rightlinks .accpanel select
{

}

#rightlinks .accpanel label
{

}

#rightlinks .accpanel h4
{

}

#rightlinks #availability input
{

}


.calendar
{

}
.calendar table
{

}
.calendaricon
{

}
.weekday
{

}


#searchresult
{

}
#searchresult a
{

}
#searchresult .result
{

}
#searchresult .result .group
{

}
#searchresult .result span
{

}
#searchresult .result .label
{

}
#searchresult .result .ratelabel
{

}
#searchresult .result p
{

}
#searchresult .result a:hover
{

}

/* helpdesk form styles */
#helpdesk
{
    width: 450px;
    position: relative;
    margin-top: 25px;
}
#helpdesk ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}
#helpdesk li
{
    height: 20px;
    line-height: 20px;
    clear: left;
}
#helpdesk label
{
    font-weight: normal;
    text-align: right;
    display: block;
    float: left;
    width: 140px;
    margin-right: 10px;
}
#helpdesk input
{
    display: block;
    float: left;
    font-size: 0.9em;
}
#helpdesk input[type=text]
{
    width: 280px;
}
#helpdesk input[type=radio]
{
    width: auto;
    position: relative;
    top: 3px;
}
#helpdesk textarea
{
    width: 280px;
}
#helpdesk #arrivaldate
{
    width: 100px;
}
#helpdesk input[type=submit]
{
    border: 1px solid #B5ABA1;
    color: #666666;
}
#helpdesk li.radioset span, #helpdesk li.submitset span
{
    display: block;
    float: left;
    width: 140px;
    margin-right: 10px;
    text-align: right;
}
#helpdesk li.radioset label
{
    width: auto;
}
#helpdesk li.large
{
    min-height: 110px;
}


/*-- ******************  THIS IS THE CSS FOR THE IMAGE GALLERY **************************  --*/ 


#slideshow {
    position:relative;
    height:300px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity: 0.0;
    
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}



/*-- ******************  THIS IS THE END OF THE CSS FOR THE IMAGE GALLERY **************************  --*/ 

/* Menu */

#menu {
    width: 923px;
    margin: 0px;
    height: 45px;
    margin: 0 auto;
    background: #f4f1ee;     
    z-index: 500;
}

#menu ul {
    margin: 0px;
    padding: 4px 0px 22px 10px;
    list-style: none;
}

#menu li {
    background: url(../images/bullet6.gif) no-repeat;
    display: block;
    float: left;
    height: 18px;
    padding: 26px 11px 5px 20px;
    text-decoration: none;
    font-weight: bold;
    font-size: 10px;
    margin: 0px;
}

#menu a {
    
    color: #666666;
}
 

#menu a:hover {
    text-decoration: none;
    color: #CC0000;
}

#menu .top_menu_logo {
    clear: both;
    padding: 10px 3px 7px 16px;
    background-image: url(../images/bullet12.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
    
}
#menu .off {
    background-image: url(../images/bullet12.gif);
    background-repeat: repeat-x;
    background-position: left middle;
}

/* Page */

#page {
    width: 923px;
    margin: 0 auto;
    background: #ffffff url(../images/bg02.gif) repeat-y;
    z-index: 200;
}

#page-bg {
    padding: 8px 1px;
    background:  url(../images/bg01.jpg) no-repeat;
}


/*----------------SIDE BAR SEARCH FORM-------------------*/


.sideform {
    clear:inherit;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
}
.sideform .vacancyTable{ 
    text-align:left;
    
}
.sideform select {
    font-size: 9px;
}
.sideform input {
    font-size: 10px;
    background-color:#990001;
    color: #FFFFFF;
    border-color: #990000;
}
.sideform ul {
    list-style-type: none;
}
.sideform #header {
    font-weight: bold;
    font-size: 11px;
}
.sideform li {
    line-height: 16px;
    padding: 3px 0px 3px 8px;
}
.sideform ul {
    padding: 0px;
    margin-top: 8px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 8px;
}

#page #page-bg .sideform select {
    font-size: 9px;
    width: 156px;
}




