html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  background: transparent url('../img/big_gray_bg_center.png') center top;
  font-family: trebuchet ms, arial, sans-serif;
  color: #fff;
}

img {
  border: 0;
}

p {
  font-family: verdana, tahoma, sans-serif;
}

.clearboth {
  clear: both;
}

.font_regular, td.font_regular {
  font-size: 13px;
  font-family: verdana, tahoma, sans-serif;
  color: #000;
  font-weight: normal;
}

.font_regular_white {
  font-size: 13px;
  font-family: verdana, tahoma, sans-serif;
  color: #fff;
  font-weight: normal;
}

#container_wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin-bottom: -65px;
  background: transparent url('../img/big_gray_bg.jpg') center 150px repeat-x;
  min-width: 1000px;
}

#content_wrapper_2 {
  padding-left: 180px;
  padding-right: 180px;
  position: relative; /* without this, ie6 won't show left col */
  min-width: 600px;
  height: 100%;
}

#header_wrapper {
  height: 101px;
}

#top_menu {
  height: 37px;
  margin: 0 auto;
  text-align: center;
}

#top_menu ul, #top_menu li {
  margin: 0;
  padding: 0;
}

#top_menu li {
  list-style-type: none;
  text-align: center;
  float: left;
  display: block;
  position: relative;
  height: 37px;
  padding: 0;
}

#top_menu li .menu_left_wrap {
  background: transparent url('../img/cat/top_menu_2_junction.png') left top no-repeat;
  height: 37px;
  width: 120px;
  text-align: center;
  padding-left: 11px;
}

#top_menu li.leftest .menu_left_wrap {
  padding-left: 8px;
  background: transparent url('../img/cat/top_menu_2_left_border.png') left top no-repeat;
}

* #top_menu li.leftest .menu_left_wrap {
  _background: none;
}

#top_menu li .menu_right_wrap {
  /*background: transparent url('../img/main_top_menu_right_border_c.png') right top no-repeat;*/
  /*padding-top: 2px;*/
  height: 37px;
  /*padding-left: 5px;
  padding-right: 5px;*/
}

#top_menu li .ie_menu_left_border, #top_menu li .ie_menu_right_border {
  display: none;
}

* html #top_menu li .menu_left_wrap, * html #top_menu li .menu_right_wrap {
  background: none;
}

* html #top_menu li .ie_menu_left_border, * html #top_menu li .ie_menu_right_border {
  display: block;
  position: absolute;
  top: 0;
  width: 5px;
  height: 37px;
}

* html #top_menu li .ie_menu_left_border {
  left: 0;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/cat/top_menu_2_junction.png',
      sizingMethod='image');
}

* html #top_menu li.leftest .ie_menu_left_border {
  left: 0;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/cat/top_menu_2_left_border.png',
      sizingMethod='image');
}

* html #top_menu li .ie_menu_right_border {
  right: 0;
  /*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/main_top_menu_right_border_c.png',
      sizingMethod='image');*/
}

#top_menu li a {
  background: transparent url('../img/cat/top_menu_2_bg.png') left top repeat-x;
  display: block;
  height: 37px;
  color: #0054a6;
  padding-top: 8px;
  font-family: trebuchet ms, arial, sans-serif;
  font-size: 13px;
  text-decoration: none;
  position: relative;
  z-index: 5;
}

* html #top_menu li a {
  background: none;
  padding-top: 2px;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/cat/top_menu_2_bg.png', sizingMethod='scale');
  height: 35px;
}

#top_menu li.rightest {
  width: 8px;
  height: 37px;
  background: transparent url('../img/cat/top_menu_2_right_border.png') left top no-repeat;
}

* html #top_menu li.rightest {
  background: none;

}
* html #top_menu li.rightest .ie_menu_right_border {
  width: 8px;
  height: 37px;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/cat/top_menu_2_right_border.png', sizingMethod='image');
}

.content_col {
  float: left;
  position: relative;
}

#left_content {
  /*background-color: #f00;*/
  width: 180px;
  margin-left: -100%;
  right: 180px;
  padding-top: 100px;
  //padding-top: 134px;
  font-size: 13px;
  font-family: tahoma, trebuchet ms, arial, sans-serif;
}

* html #left_content {
  left: 180px;
}

#right_content {
  width: 180px;
  margin-right: -180px;
}

#content_wrapper {
  min-height: 500px;
  display: block;
  width: 100%;
  margin-bottom: 45px;
  _margin-bottom: 65px;
}

#content {
  /*background: #0054a6 url('../img/big_bg_blue_center.png') left top repeat-x;*/
  /*background-color: #f8941d;*/
  height: 100%;
  padding: 0 1.5em;
  min-height:500px;
  height:auto !important;
  height:500px;

}

p {
  margin: 0;
  padding: 0.8em 0;
}

h4 {
  margin: 0;
  padding: 0.8em 0;
  font-family: tahoma, trebuchet ms, sans-serif;
}

h3 {
  margin: 0;
  padding: 1.0em 0;
  padding-top: 0;
  font-family: tahoma, trebuchet ms, sans-serif;
}

#siblings_top_menu {
  padding-bottom: 1em;
  /*top: 2.0em;*/
}

#siblings_menu {
  margin-top: 1em;
  _margin-top: 0em;
  position: absolute;
  top: 0;
  left: 0;
}

#siblings_wrapper {
  position: relative;
  height: 3.7em;
}

#siblings_menu .sibling {
  background-color: #328bcd;
  font-weight: normal;
  font-size: 0.9em;
  color: #83b8e0;
  padding: 0.2em 0.3em;
  margin-right: 0.3em;
  position: relative;
  width: 120px;
}

.siblings_top_menu .sibling {
  display: block;
}

p.sibling {
  font-size: 0.8em;
}

#siblings_menu .top_sibling {
  /*position: relative;*/
  float: left;
  margin-top: 0;
  padding-bottom: 1px;
  background-color: #328bcd;
  margin-right: 2px;
  /*height: auto;*/
  /*background: transparent;*/
}

.siblings_top_menu {
  /*position: relative;*/
}

.siblings_menu {
  margin: 0.4em 0;
  display: none;
  left: 0;

}

.siblings_menu .sibling {
  width: 100px;
  margin-right: 0;
  margin-top: 1px;
  font-family: tahoma, sans-serif;
}

p.sibling a {
  font-size: 0.8em;
}

.siblings_top_menu {
  margin-top: -0.5em;
  //margin-top: 0;
}

#siblings_menu .sibling a {
  text-decoration: none;
  color: #83b8e0;
}

#siblings_menu .sibling a:hover {
  color: #fff;
}

#siblings_menu .sibling a.highlit {
  color: #fff;
}

.eventspage #pagination a {
  color: #fff;
}

.event_container {
  margin-bottom: 1em;
}


#footer_push {
  height: 56px;
  _height: auto;
}

* html #footer_push {
  height: 36px;
}

#footer {
  height: 56px;
  width: 100%;
  padding-top: 9px;
  min-width: 1000px;
  color: #5a6065;
  position: relative;
}

  #footer p {
    margin: 0;
  }

  ul#bottom_menu, ul#bottom_top {
    clear: both;
    width: 995px;
    margin: 0 auto;
  }

  #bottom_menu, #bottom_top, #bottom_menu li, #bottom_top li {
    margin: 0;
    padding: 0;
  }

  #bottom_menu li, #bottom_top li {
    list-style-type: none;
    display: block;
    position: relative;
    float: left;
    width: 199px;
  }
  
  #bottom_menu li a, #bottom_top li a {
    width: 100%;
    height: 100%;
    color: #5a6065;
    text-decoration: none;
    /*display: block;*/
  }
  
  * html #bottom_menu li a {
    display: inline-block;
    display: inline;
  }
  
  * html #bottom_top li a {
    display: inline-block;
    display: inline;
  }

  #bottom_menu li .leftest_wrapper, #bottom_top li .leftest_wrapper {
    position: relative;
    background: url('../img/bottom_menu_border_left.png') left top no-repeat;
  }
  
  #bottom_top li .leftest_wrapper {
    background: url('../img/bottom_top_border_left.png') left 2px no-repeat;
  }
  
  #bottom_menu li .leftest_wrapper .item_wrapper {
    padding-left: 15px;
  }
  
  #bottom_top li .leftest_wrapper .item_wrapper {
    padding-left: 12px;
  }

  #bottom_menu li .item_wrapper, #bottom_top li .item_wrapper {
    height: 50px;
    padding-right: 18px;
    position: relative;
    background: url('../img/bottom_menu_intersection_t.png') right top no-repeat;
    padding-top: 6px;
  }
  
  #bottom_top li .item_wrapper {
    background: url('../img/bottom_top_junction.png') right 2px no-repeat;
  }

  #bottom_menu li .rightest_item_wrapper, #bottom_top li .rightest_item_wrapper {
    height: 50px;
    padding-right: 13px;
    position: relative;
    background: url('../img/bottom_menu_border_right.png') right top no-repeat;
    padding-top: 6px;
  }
  
  #bottom_top li .rightest_item_wrapper {
    padding-right: 12px;
    background: url('../img/bottom_top_border_right.png') right 2px no-repeat;
  }
  
  #bottom_menu li img, #bottom_top li img {
    float: right;
    margin: 0;
    padding: 0;
    margin-right: 4px;
  }
  
  #bottom_top li img {
    right: 12px;
    top: 2px;
    position: absolute;
  }

  #bottom_menu li .item_container, #bottom_top li .item_container {
    background: transparent url('../img/bottom_menu_bg.png') left top repeat-x;
    width: 100%;
    height: 100%;
    margin-top: -6px;
    padding-top: 6px;
    cursor: pointer;
  }
  
  #bottom_top li .item_container {
    background: transparent url('../img/bottom_top_bg.png') left top repeat-x;
    margin-top: -4px;
  }
  
  * html #bottom_menu li .item_container {
    background: none;
    width: 100%;
    height: 100%;
    margin-top: -6px;
    padding-top: 6px;
    cursor: pointer;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/bottom_menu_bg.png', sizingMethod='scale');
  }
  
  * html #bottom_top li .item_container {
    background: none;
    width: 100%;

    height: 100%;
    margin-top: -4px;
    padding-top: 0px;
    cursor: pointer;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/bottom_top_bg.png', sizingMethod='scale');
  }
  
  #bottom_menu li .title_container, #bottom_top li .title_container {
    width: 100px;
    float: left;
    font-family: tahoma, trebuchet ms, sans-serif;
    font-size: 12px;
    position: relative;
    z-index: 1;
  }
  
  #bottom_top li .title_container {
    width: 120px;
    font-size: 11px;
    margin-top: -2px;
  }
  
  * html #bottom_top li .title_container {
    padding-top: 3px;
    margin-top: 0;
  }

#content_top_border_wrapper, #content_bottom_border_wrapper {
  position: relative;
}

#content_top_border, #content_bottom_border {
  height: 21px;
  text-align: right;
  position: relative;
  margin-right: 21px;
}

* html #content_top_border {
  background: none;
}

#ie_content_top_right_border {
  display: none;
}

* html #content_top_border img {
  display: none;
}

* html #ie_content_top_right_border {
  display: block;
  width: 22px;
  height: 21px;
  position: absolute;
  right: -1px;
  top: 0px;
}

* html #content_bottom_border {
  background: none;
}

#ie_content_bottom_right_border {
  display: none;
}

* html #content_bottom_border img {
  display: none;
}

* html #ie_content_bottom_right_border {
  display: block;
  width: 22px;
  height: 21px;
  position: absolute;
  right: -1px;
  top: 0px;
}

#content_top_border img, #content_bottom_border img {
  margin: 0;
  position: absolute;
  right: -22px;
}

#content_wrapper_left {
  height: 100%;
}

* html #content_wrapper_left {
  background: none;
}

#content_wrapper_right {
  height: 100%;
  padding: 0 9px 0 10px;
}

* html #content_wrapper_right {
  background: none;
}

#ie_right_border {
  display: none;
}

* html #ie_right_border {
  display: block;
  position: absolute;
  width: 10px;
  height: 100%;
  top: 21px;
  right: -2px;
}

#question_form h4 {
  padding-bottom: 0;
  margin: 0;
}

#question_form p {
  padding: 0.2em 0;
}

#question_form {
  margin-bottom: 1em;
}

#question_form textarea {
  width: 300px;
  height: 100px;
}

#poll_container {
  margin-top: 5px;
  margin-left: 1.3em;
  width: 170px;
  position: relative;
  font-size x-small;
}

#poll_container h4 {
  margin: 0;
  margin-left: 0.5em;
  font-size: 12px;
  font-weight: normal;
}

* html #poll_content form {
  margin: 0;
}

#poll_container .results {
  margin-left: 0.2em;
}

#poll_container p {
  padding: 0.2em 0;
}

#poll_container p span {
  margin-bottom: -0.3em;
}

#poll_container p input.ok {
  margin-left: 0.3em;
  margin-top: 0.4em;
}

#counters_container {
  position: absolute;
  left: 50%;
  margin-left: -269px;
  bottom: 57px;
}

  #ievistaquote {
    display: none;
  }

  * html #ievistaquote {
    display: inline;
  }

  #flasher_container {
    margin-left: 5px;
    margin-top: 20px;
    position: relative
  }
  
  #flasher_container #flasher_img_ie {
    display: none;
  }
   
  #flasher_container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 124px;
    height: 64px;
  }
  
  * html #flasher_container img {
    display: none;
  }
  
  * html #flasher_container #flasher_img_ie6 {
    position: absolute;
    display: block;
    width: 124px;
    height: 64px;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/cat/flasher.png', sizingMethod='image');    
  }
  
  #flasher_container #flasher_title {
    padding-top: 27px;
    margin-left: 77px;
  }
  
  #flasher_container #flasher_content {
    margin-left: 10px;
    margin-top: 9px;
  }
  
  #flasher_container .flasher {
    font-size: 20px;
    font-weight: bold;
    /*color: #fff;*/
    color: #3c3c3d;
  }

#crane_container img {
  width: 172px;
  height: 144px;
}

  #special_offers_img_ie6 {
    display: none;
  }
  
* html #crane_container img {
  display: none;
}

  * html #special_offers_img_ie6 {
    display: block;
    width: 172px;
    height: 144px;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/special_offers_t.png', sizingMethod='image');    
  }

#seo_links {
  font-size: 8pt;
  padding: 2px 0;
}

    #depts_container .depts_title {
      color: #fff;
      font-size: 15px;
      font-weight: bold;
      margin-bottom: 3pt;
      padding-left: 15px;
    }
    
    #depts_container .depts_subtitle {
      padding-left: 15px;
    }
    
#left_content_wrapper {
  padding-top: 36px;
}

