@charset "utf-8";
/* CSS Document */


/* ---------------------------------------------------- */
/* --------------------  general -------------------- */


html, body {
  font-family: tahoma, sans-serif;
  font-size: 12px;
  color: #666;
  /*background-color: #e6e7e8;*/
  background-color: #fff;
  background-image: url(/images/var2_backgroundpage.jpg);
  background-repeat: repeat-x;
}

select, input, button, textarea, button { font-family: tahoma, sans-serif; }

p { line-height: 150%; padding-bottom: 10px;}

#container {
  margin-left: auto;
  margin-right: auto;
  width: 980px;
  text-align: left;
}

.float_right {
  float: right;
}

ul.bullets, ul.list {
  margin:10px 0;
  padding-left:40px;
}
ul.bullets, ul.bullets li, ul.list, ul.list li {
  list-style-type:disc;
}
ol.list, ol.list li {
  list-style-type: decimal;
  margin-left: 14px;
}

a:hover {
  text-decoration:underline;
}
a {
  color:#2B2D8A;
  text-decoration:none;
}

h1 {
  font-family:tahoma,helvetica,sans-serif !important;
  font-size:24px !important;
}
h2 {
  font-family:tahoma,helvetica,sans-serif !important;
  font-size:18px !important;
}
h3  {
  font-family:tahoma,helvetica,sans-serif !important;
  font-size:16px !important;
  padding-bottom:10px;
}


/* ---------------------------------------------------- */
/* ---------------------  header ---------------------- */


#header {
  position: relative;
  margin: 0px;
  margin-bottom: 15px;
  margin-top: 15px;
}

.header_background {
  background-image:url(/images/footer/footer_border_center.png);
  background-repeat:repeat-y;
  float:left;
  height:144px;
  width:980px;
}

#float_right {
  text-align: right;
}

#header .utility_menu {
  padding-top: 15px; 
padding-right: 15px;
  font-size: 10px;
}
.utility_menu a {
  text-decoration:none;
  color: #666;
}
.utility_menu a:hover {
  text-decoration: underline;
}

.utility_menu img {
  vertical-align: middle;
}
  

#logo {
  background-color: #FFF;
  margin-top: 15px;
  height: 110px;
  background-image:url(/images/top/bg_header.png);
  background-repeat:repeat-x;
}

.logo_top {
  float: left;
  padding-left: 15px;
  padding-top: 15px;
}


#panorama {
  margin-top: 38px;
  padding-right: 10px;
  text-align: right;
}
#panorama img {
  margin: 0px;
  padding: 0px;
  vertical-align: middle;
}
#panorama a {
  font-size: 16px;
  color: #669933;
  text-decoration: none;
}
#panorama a:hover {
  text-decoration: underline;
}

#header input.search {
  background-color: transparent !important;
  background-image: url(/images/top/search_bg.png) !important;
  background-repeat: no-repeat !important;
  padding: 3px !important;
  padding-left: 20px !important;
  border: none !important;
  width: 162px !important;
  height: 14px !important;
  margin-right: 15px !important;
  color: #999 !important;
  vertical-align: middle;
display: none;
}

#accordionHeader {
  display: none;
}

/* ---------------------------------------------------- */
/* -------------------  navigation -------------------- */


body #header #menu {
  margin-top: 20px;
}

#header #menu {
  font-size:17px;
  height:36px;
  left:0;
  width:960px;
  margin-left: 15px
}

#header #menu ul, #header #menu li {
  float:left;
  margin:0;
  padding:0;
  position:relative;
}

#header #menu li a {
  padding-left: 27px;
  padding-right: 27px;
  text-decoration:none;
  color: #749d4e;
  display:block;
  height:25px;
  list-style-type:none;
  text-align:center;
}

#header #menu li:first-child a, #header #menu li:first-child a:hover {
  background-image: url(/images/menu/icon_home.png) !important;
  background-repeat: no-repeat !important;
  background-position: left 1px !important;
  padding-left: 20px !important;
}

#header #menu li.dropdownmenu:hover a.mainmenu {
  color: #999;  
  text-decoration: underline;
  background-image: url(/images/menu/icon_hover.png);
  background-repeat: no-repeat;
  background-position: 15px 2px;
}

#header #menu li.active a.mainmenu {
  color: #749d4e;    
  background-image: url(/images/menu/icon_active.png);
  background-repeat: no-repeat;
  background-position: 15px 2px;
}



/* Submenu */
#menu ul li div {
  display: none;
}

#menu ul li.dropdownmenu div {   
  position: absolute;     
  background-color: #fff;
  margin-top: 5px;
  margin-left: 12px;
  border-left: 1px #ccc solid;
  border-right: 1px #ccc solid;  
  border-bottom: 1px #ccc solid;
} 
#menu ul li.hovering div { 
  display: block; 
} 

#header #menu ul li ul {
  margin-left: 0px !important;
}
#header #menu ul li ul li {
  float: none;
  display: block;
  text-align: left;
}

#header #menu ul li ul a {
  padding: 9px !important;  
  background-image: none !important;
  font-size: 14px;
  font-weight: normal;
  height: auto;
  text-align: left;
  color: #999 !important;
  text-decoration: none !important;
}
#header #menu ul li ul a:hover {
  text-decoration: underline !important;
  color: #749d4e !important;
}
  
#header #menu ul li ul li:first-child a, #header #menu ul li ul li:first-child a:hover {
  background-image: none !important;
  padding: 9px !important;  
}

/* ---------------------------------------------------- */
/* -----------------  main container ------------------ */

#content {
  background-image: url(/images/content_background_center.png);
  background-repeat:repeat-y;
  position:relative;
  width:980px;
}
#content .border_top, #content .border_bottom {
  background-repeat:repeat-y;
  height:6px;
  width:980px;
}
#content .border_top {
  background-image: url(/images/content_background_top.png);
}
#content .border_bottom {
  background-image: url(/images/content_background_bottom.png);
}

.right_column {
  float: right;
  margin-right: 1px;
  padding: 25px 10px 10px;
  min-height: 200px;
  width: 202px;
}

.right_column h5 {
  color:#333333;
  font-size:20px;
  margin-bottom:10px;
  text-align:center;
}

.right_column a {
  padding-top: 5px;
}

.right_column img {
  padding-top: 13px;
  border: none;
}

#content .middle .main_column {
  line-height:175%;
  min-height:420px;
  margin-bottom:20px;
  padding-top:25px;
  position:relative;
  margin-left:40px !important;
  width:700px !important;  
}

#breadcrumb {
  margin-top: 25px;
  margin-bottom: 5px;
  padding-left: 7px;
  font-size: 11px;
  color: #999;
}
#breadcrumb a {
  color: #999;
    text-decoration:none;
}
#breadcrumb a:hover { 
  text-decoration: underline; 
}

a.lightbox {
  display:block;
  position:relative;
  float:left;
  margin-left:20px;
  margin-top:20px;
}
a.lightbox span.lightbox_icon {
  background-image:url(/files/fancybox/lightbox_icon.png);
  display:block;
  height:24px;
  left:-9px;
  position:absolute;
  top:-9px;
  width:24px;
}


/* ---------------------------------------------------- */
/* ---------------------  footer ---------------------- */

.footer {
  clear: both;
  width: 980px;
  color: #333;
  margin-top: 40px;
}
.footer_background {
  background-image:url(/images/footer/footer_border_center.png);
  background-repeat:repeat-y;
  float: left;
  width:980px;  
}
.footer .border_top, .footer .border_bottom, #header .border_top, #header .border_bottom {
  background-repeat:repeat-y;
  height:6px;
  width:980px;
  clear: both;
  float: left;
  position: relative;
}
.footer .border_top, #header .border_top {  
  background-image:url(/images/footer/footer_border_top.png);
}
.footer .border_bottom, #header .border_bottom {
  background-image:url(/images/footer/footer_border_bottom.png);
  margin-bottom: 8px;
}

.footer .firstbox {
  float:left;
  padding:15px 28px 5px;  
}
.footer .secondbox {
  float:left;
  padding:15px 28px 5px;
  margin-top: 31px;
}
.footer .thirdbox {
  float:left;  
  padding:15px 28px 5px;
  font-size: 18px;
  color: #669933;
  margin-top: 62px;
}
.footer .fourthbox {
  float:left;
  padding:15px 28px 5px;
  margin-top: 11px;
}

.footer h4 {
  color:#669933;
  font-size:18px;
}
.footer ul {
  margin:15px 0 0;
}
.footer ul li {
  margin-bottom:6px;
}
.footer ul li a {
  text-decoration:none;
  color:#333333;
}
.footer ul li a:hover {
  text-decoration: underline;
}
.footer .utility_menu {
  padding: 0px 7px 7px;
  font-size: 11px;
}