/* GENERAL STYLES */
.f_banner
{
  position: relative;
  height: 250px;
  overflow: hidden;
  margin: 0 0 20px 0;
  z-index: 1;
}

.f_banner embed
{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}

.f_4boxes
{
  height: 120px;
  overflow: hidden;
  margin: 0 0 20px -18px;
}

.f_4boxes .f_box
{
  position: relative;
  float: left;
  width: 209px;
  height: 120px;
  background: #ddd;
  overflow: hidden;
  margin: 0 0 0 18px;
}

.f_4boxes .f_box img
{
  position: absolute;
  top: 0px;
  left: 0px;
}

.f_4boxes .f_box .f_box_quote
{
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
}

.f_4boxes .f_box .f_box_quote .f_box_quote_text
{
  background: url(/img/tools/themes/quote_text.png) top;
  padding: 10px 10px 0 40px;
  font-size: 14px;
  font-weight: bold;
  color: white;
}

.f_4boxes .f_box .f_box_quote .f_box_quote_end
{
  height: 10px;
  background: url(/img/tools/themes/quote_end.png);
  overflow: hidden;
}

.f_4boxes .f_box a
{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url(/blank.gif);
  display: block;
}

.f_4boxes .f_box a:hover
{
  background: black;
  filter: alpha(opacity=10);
  opacity: 0.1;
  -moz-opacity: 0.1;
}

.f_left
{
  float: left;
  width: 663px;
  overflow: hidden;
}

.f_posts
{
  position: relative;
  float: left;
  width: 302px;
  background: #c8d6de;
  padding: 50px 10px 0 10px;
  overflow: hidden;
}

.f_post
{
  overflow: hidden;
  padding: 0 0 10px 0;
  border-bottom: 1px dotted white;
  margin: 0 0 10px 0;
}

.f_post .f_img
{
  position: relative;
  float: left;
  width: 50px;
  height: 50px;
  overflow: hidden;
  margin: 0 10px 0 0;
}

.f_post .f_img img
{
  position: absolute;
  top: 0px;
  left: 0px;
}

.f_post .f_txt
{
  float: left;
  width: 242px;
  height: 50px;
  line-height: 17px;
  font-size: 11px;
  color: #666;
  overflow: hidden;
}

.f_post .f_txt a
{
  font-size: 12px;
  font-weight: bold;
  color: #333;
}

.f_post .f_txt a:hover
{
  text-decoration: underline;
}

.f_posts .f_all
{
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  margin: 0 0 10px 0;
}

.f_posts .f_all a
{
  color: #666;
}

.f_posts .f_all a:hover
{
  text-decoration: underline;
}

.f_events
{
  position: relative;
  float: right;
  width: 303px;
  background: #ded8bd;
  padding: 50px 10px 0 10px;
  overflow: hidden;
}

.f_event
{
  overflow: hidden;
  padding: 0 0 10px 0;
  border-bottom: 1px dotted white;
  margin: 0 0 10px 0;
}

.f_event .f_calendar
{
  float: left;
  width: 50px;
  height: 50px;
  background: url(/img/frontpage_events_img.png);
  overflow: hidden;
  margin: 0 10px 0 0;
}

.f_event .f_calendar .f_month
{
  text-align: center;
  text-transform: uppercase;
  line-height: 20px;
  font-size: 11px;
  font-weight: bold;
  color: white;
}

.f_event .f_calendar .f_day
{
  text-align: center;
  line-height: 30px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
}

.f_event .f_txt
{
  float: left;
  width: 242px;
  height: 50px;
  line-height: 17px;
  font-size: 11px;
  color: #666;
  overflow: hidden;
}

.f_event .f_txt a
{
  font-size: 12px;
  font-weight: bold;
  color: #333;
}

.f_event .f_txt a:hover
{
  text-decoration: underline;
}

.f_events .f_all
{
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  margin: 0 0 10px 0;
}

.f_events .f_all a
{
  color: #666;
}

.f_events .f_all a:hover
{
  text-decoration: underline;
}

.f_right
{
  float: left;
  width: 209px;
  overflow: hidden;
  margin: 0 0 0 18px;
}

.f_jobnet
{
  position: relative;
  width: 209px;
  background: url(/img/frontpage_jobnet_bg.png) top no-repeat;
  padding: 50px 0 0 0;
}

.f_jobnet .f_height
{
  // height: 736px;
  height: 381px;
  overflow: hidden;
}

.f_jobnet .f_info
{
  text-align: center;
  color: #333;
}

.f_jobnet .f_info b
{
  color: #800000;
}

.f_jobnet .f_info a
{
  font-size: 11px;
}

.f_jobnet .f_info a:hover
{
  text-decoration: underline;
}

.f_jobnet .f_job
{
  width: 189px;
  padding: 10px 0 0 0;
  text-align: center;
  line-height: 13px;
  overflow: hidden;
  border-top: 1px dotted #ddd;
  margin: 10px 0 0 10px;
}

.f_jobnet .f_job a
{
  height: 100%;
  background: url(/blank.gif);
  display: block;
  filter: alpha(opacity=50);
  opacity: 0.5;
  -moz-opacity: 0.5;
}

.f_jobnet .f_job a:hover
{
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-opacity: 1;
}

.f_jobnet .f_job img
{
  background: white;
  margin: 0 0 10px 0;
}

.f_jobnet .f_job .f_company
{
  color: #333;
  font-size: 11px;
}

.f_jobnet .f_bottom
{
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 209px;
  height: 20px;
  background: url(/img/frontpage_jobnet_bottom.png);
  overflow: hidden;
}



/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

