/*  Tags Declaration  */
BODY {
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 20px 0px;
    text-align: center;   
    background: #B48F60 url("images/bg-body.jpg") repeat-x left top;
    font-family: Arial, Helvetica, sans-serif;
}
IMG {
    border: none;
}
A, A:ACTIVE, A:VISITED {text-decoration: none; color: blue;}
A:HOVER {text-decoration: underline;  color: blue;}

p {
 margin: 0px 0px 15px 0px;
}

/*  Page  */
#page {
    margin: auto;
    text-align: left;
    width: 735px;
    padding: 28px 0 0 0;
    position: relative;
}
.top-header {
    float: left;
    width: 429px;
    height: 36px;
    background: #000000;
}
.ltc {
    float: left;
    width: 100%;
}
.rtc {
    float: left;
    width: 100%;
}
.top-header .ltc {
    height: 36px;
    background: url("images/header/ltc.gif") left top no-repeat;    
}
.top-header .rtc {
    height: 36px;
    background: url("images/header/rtc.gif") right top no-repeat;
}

/*  Header  */
.header {
    float: left;
    width: 100%;
    background: #000000;
    border-bottom: 4px solid #FFFFFF;
}
.header .rtc1 {
    float: left;
    width: 100%;
    background: url("images/header/rtc-bottom.gif") right top no-repeat;
}
.header .logotype {
    float: left;
    font-size: 1px;
    line-height: 0;
    padding: 16px 0 41px 111px;
}
.header .search {
    float: right;
    width: 169px;
    font-size: 1px;
    line-height: 0;
    /*padding: 49px 45px 46px 0;*/
    padding: 49px 0px 46px 0;
}
.header .search .search-field {
    float: left;
    width: 127px;
    height: 24px;
    position: relative;
    left: 0;
    top: 0;
}

.header .search .ltc, .header .search .rtc,
.header .search .lbc, .header .search .rbc {
    width: 8px;
    height: 8px;
    position: absolute;
    z-index: 100;
}
.header .search .ltc {
    left: 0;
    top: 0;
    background: url("images/header/search/ltc.gif") no-repeat;
}
.header .search .lbc {
    left: 0;
    bottom: 0;
    background: url("images/header/search/lbc.gif") no-repeat;
}
.header .search .rtc {
    right: 0;
    top: 0;
    z-index: 2000;
    background: url("images/header/search/rtc-s.gif") no-repeat !important;
}

.header .search .rbc {
    right: 0;
    bottom: 0;
    background: url("images/header/search/rbc.gif") no-repeat;
}
.header .search .search-field INPUT {
    border: none;
    width: 118px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: #F0F0F0;
    padding: 5px 2px 6px 7px;
    font-size: 10px;
    line-height: 13px;
    color: #333333;
}

/*  Main Menu  */
.main-menu {
    float: left;
    width: 100%;
    background: #885E37;
}
.main-menu UL {
    padding: 3px 0 5px 0;
    margin: 0;
    list-style-type: none;
}
.main-menu UL LI {
    float: left;
    padding: 0px 7px 0 22px;
    height: 24px;
    position: relative;
    left: 0;
    top: 0;
    z-index: 200;
}

/*  Fix for Safari  */
/*\*/
html>body* .main-menu UL {padding: 9px 0 0 0;}
html>body* .main-menu UL LI {heigth: 15px;}
/**/
/* Opera */
@media screen and (-webkit-min-device-pixel-ratio:0){
    .main-menu UL {padding: 9px 0 0 0;}
    .main-menu UL LI {heigth: 15px;}
}
.main-menu UL LI:HOVER UL {display: block;}
.main-menu UL LI H3,
.main-menu UL LI A {
    font-size: 11px;
    line-height: 13px;
    padding: 0;
    margin: 0;
    font-weight: normal;
    display: inline;
    color: #CBAE88;
    vertical-align:middle;
}

/*  Sub Menu  */
.main-menu UL LI UL {
    float: left;
    display: none;
    position: absolute;
    left: 13px;
    z-index: 10;
    top: 18px;
    width: 140px;
    margin: 0;
    padding: 6px 0 0 0;
    background: #885E37;
}

.main-menu UL LI UL LI {
    display: block;
    float: none;
    line-height: 13px;
    padding: 0;
}
.main-menu UL LI UL LI.last A{
    border-bottom: none;
}
.main-menu UL LI UL LI.first {
    border-top: 1px solid #DBD3C8;
}
.main-menu UL LI UL LI.first A,
.main-menu UL LI UL LI.first H3 {border-top: none;}
.main-menu UL LI UL LI H3,
.main-menu UL LI UL LI A {
    color: #FFFFFF;
    display: block;
    border-top: 1px dotted #B69264;
    white-space: nowrap;
    margin: 0 12px;
    padding: 3px 0;
}
.main-menu UL LI UL LI A:HOVER {text-decoration: underline;}

/*  Content  */
.content {
    float: left;
    width: 100%;
    background: #FFFFFF url("images/content/bg.jpg") left top repeat-x;
    padding-bottom: 20px;
}
.content H1 {
    padding: 0 0 20px 0;
    margin: 0;
    font-size: 24px;
    font-weight: normal;
    line-height: 17px;
    font-family: "Times New Roman", Times, serif;
}
.content H2 {
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 20px;
    font-weight: normal;
    line-height: 17px;
    font-family: "Times New Roman", Times, serif;
}
.content P {
    font-family: Verdana, Helvetica, serif;
}
.content H1 SPAN {
    color: #885E37;
}
.content .container {
    float: left;
    width: 712px;
    padding: 8px 13px 24px 10px;
}
.content .top-content {
    float: left;
    width: 100%;
    padding: 0 0 12px 0;
}
.content .top-content .welcom-img {
    float: left;
    font-size: 1px;
    line-height: 0;
}
.content .top-content .click-frame {
    float: right;
    font-size: 1px;
    line-height: 0;
}
.content .top-content .click-frame.top {margin-top: -5px;}

.content .left-col {
    float: left;
    width: 405px;
    border-right: 1px dotted #B69365;
    padding: 15px 20px 120px 0px;  
    font-size: 12px;
    color: #666666;
    line-height: 17px;  
}
.content .left-col P {
    font-size: 12px;
    color: #666666;
    padding: 0;
    line-height: 17px;
    margin: 0 0 20px 0;
}
.content .left-col .guarantee {
    float: left;
    width: 404px;
    background: #EAE6DA url('/public/images/content/guarantee/guarantee2.png') 3px 15px no-repeat;
    margin-top: 30px;
}
.content .left-col .guarantee .ltc {
    float: left;
    width: 100%;
    background: url("images/content/guarantee/ltc.gif") left top no-repeat;
}
.content .left-col .guarantee .rtc {
    float: left;
    width: 100%;
    background: url("images/content/guarantee/rtc.gif") right top no-repeat;
}
.content .left-col .guarantee .lbc {
    float: left;
    width: 100%;
    background: url("images/content/guarantee/lbc.gif") left bottom no-repeat;
}
.content .left-col .guarantee .rbc {
    float: left;
    width: 100%;
    padding: 16px 0 20px 0;
    background: url("images/content/guarantee/rbc.gif") right bottom no-repeat;
}
.content .left-col .guarantee .left {
    float: left;
}
.content .left-col .guarantee .right {
    float: right;
    width: 270px;
}
.content .left-col .guarantee .right P {
    padding: 0 10px 0 0;
    margin: 0;
}
.content .left-col .guarantee H2 {
    padding: 15px 0 15px 0;
    margin: 0;
    font-size: 1px;
    line-height: 0;
}


.content .right-col {
    float: right;
    width: 277px;
}
.content .right-col .news {
    float: left;
    width: 100%;
}
.content .right-col .news .news-elem {
    float: left;
    width: 100%;
    padding-bottom: 20px;
    font-size: 11px;
    padding: 3px 0 0 0;
    margin: 0;
    color: #666666;
    font-size: 11px;
    line-height: 17px;    
}    
.content .right-col .news .border {
    float: left;
    width: 255px;
    font-size: 1px;
    line-height: 0;
    border-bottom: 1px dotted #B69365;
    margin-bottom: 20px;
}
.content .right-col .news .news-elem P.date {
    padding: 0;
    margin: 0;
    color: #000000;
    font-size: 11px;
}
.content .right-col .news .news-elem P.text {
    padding: 3px 0 0 0;
    margin: 0;
    color: #666666;
    font-size: 11px;
    line-height: 17px;
}
.content .right-col .news .news-elem P.text A {
    color: #885E37;    
}


/* Sub Pages */

.subpagecontent {
 padding: 30px;
 font-size: 12px;
 color: #000;
 line-height: 17px; 
}
    

/*  Footer  */
.footer {
     float: left;
     width: 100%;
     text-align: center;
     background: #885E37; 
     background: #885E37; 
     margin-bottom: 30px;  
}
.footer .lbc {
    float: left;
    width: 100%;
    position: relative;
    left: -8px;
    bottom: -6px;
    background: url("images/footer/lbc.gif") left bottom no-repeat;
}
.footer .rbc {
    float: left;
    width: 100%;
    position: relative;
    right: -15px;
    background: url("images/footer/rbc.gif") right bottom no-repeat;
}
.footer .ltc {
    float: left;
    width: 100%;
    position: relative;
    top: -6px;
    left: -15px;
    background: url("images/footer/ltc.gif") left top no-repeat;
}
.footer .rtc {
    float: left;
    width: 100%;
    position: relative;
    right: -15px;
    background: url("images/footer/rtc.gif") right top no-repeat;
}
.footer .bg-left {
    float: left;
    width: 720px;
    border-left: 8px solid #FFFFFF;
}
.footer .bg-right {
    float: left;
    width: 100%;
    border-right: 7px solid #FFFFFF;
}
.footer .bg-bottom {
    float: left;
    width: 100%;
    border-bottom: 6px solid #FFFFFF;
}
.footer P {
    padding: 10px 0;
    margin: 0;
    font-family: arial;
    font-size: 12px;
    color: #FFFFFF;
}
.relaxator{
    width:100%;
    clear:both;
    float:left;
    height:1px;
}   

/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
    .clearfix:after {
        content: "."; 
        display: block; 
        height: 0; 
        clear: both; 
        visibility: hidden;
    }
    * html>body .clearfix {
        display: inline-block; 
        width: 100%;
    }
    
    * html .clearfix {
        /* Hides from IE-mac \*/
        height: 1%;
        /* End hide from IE-mac */
    }

/* end clearing */


/********************
MENU
*********************/

/* hack for Internet Explorer */
* html div#menu_horiz {
   /* hide ie/mac \*/
   height: 1%;
   /* end hide */
}

/* 
background-color for the entire menu row, 
covering 100% of the width and text center-aligned 
*/
div#menu_horiz {
   background-color: #ECECEC;  /* background color for the entire menu row */
   width: 100%;
   margin: 0;
}

/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#menu_horiz ul {
   margin: 0;
   padding: 0;
   border-bottom: 1px solid #C0C0C0;
   border-left:  1px solid #C0C0C0;
   height:2.2em;
}


/* menu list items */
div#menu_horiz li {
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   margin: 0 ;
   border-right: 1px solid #C0C0C0;
}


/* the links, that is each list item */
div#menu_horiz a {
   padding: .6em 1em .6em 1.4em; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #18507C;
   background: url(images/cms/arrow-right.gif) no-repeat 0.5em center; ;
   display: block; /* IE has problems with this, fixed above */
}


/* hover state for links */
div#menu_horiz li a:hover {
   background-color: #C3D4DF;
}
div#menu_horiz a.activeparent:hover {
   background-color: #C3D4DF;
   color: #18507C;
}

/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_horiz li.activeparent a {
   background: #385C72 url(images/cms/arrow-down.gif) no-repeat 0.4em center; 
   color: #fff;
}

div#menu_horiz h3 {
   padding: .6em 1em .6em 1.4em; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #fff;
   background: #385C72 url(images/cms/arrow-right-active.gif) no-repeat 0.4em center; ;
   display: block; /* IE has problems with this, fixed above */
   font-size: 1em;                           /* instead of the normal font size for <h3> */
}

/***** NEWS ******/

div#news {
  margin: 2em 0 1em 1em;  /* margin for the entire div surrounding the news list */
  border: 1px solid #000; 
  background: #FFE9AF; 
}

div#news h2 {
   line-height: 2em;
   background: #fff;
}

.NewsSummary {
    padding: 0.5em 0.5em 1em; /* padding for the news article summary */
    margin: 0 0.5em 1em 0.5em; /* margin to the bottom of the news article summary */
    border-bottom: 1px solid #ccc; 
}

.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
 }

.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0.2em;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
 }

.NewsSummaryMorelink {
  padding-top: 0.5em;
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}


/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/

.sub_leftcolumn {
 float: left;     
 padding-right: 20px;  
 width: 315px;
}

.sub_rightcolumn {
 float: right;
 border-left: 1px dotted #B69365; 
 padding-left: 20px;
 width: 315px;  
}

.clear {
 clear: both;
 height: 0px;
 width: 0px;
}


#questionairelink {
 width: 188px;
 float: right;
 text-align: center;
}

.employees {
 background: url('/images/lookingforajob.png') no-repeat;         
 padding: 260px 10px 0px 10px;  
}

.employers {
 background: url('/images/lookingforemployees.png') no-repeat;         
 padding: 260px 10px 0px 10px;     
}

#leftcontent {
 width: 425px;
 float: left;
}

.credit {
 position: absolute;
 bottom: -20px;
 right: 25px;
 font-size: 11px;
}

