/* CSS Document */

html, body {height: 100%;}

html{
  background: #ebe8e3;
}

body{
  margin: 0px;
  padding: 0px;
  font: 13px Verdana, "Arial", "Arial Narrow", sans-serif;
  color: #252525;
  background: url(/t/img/stripe_bg.gif) repeat-x;
}

a{
  color: #024e95;
  outline: none;
}

a:hover{
  text-decoration:none;
}

h1, h2, h3 {padding:0;margin:0;font-weight:normal;}

#container{
  min-height: 100%;
  margin: 0 auto;
  width: 955px;
  background: #ffffff url(/t/img/spring.jpg) repeat-y 0 11px;
}

* html #container{
  height:100%;
}


/***************** Header   *********************/ 

#header{
  height: 275px;
}

#logo{
  height: 178px;
  border-bottom: 7px solid #2d5b86;
  background: #ffffff url(/t/img/logo_bg.jpg) right no-repeat;
}

#logo img{
  border: none;
}

#logo #logo_title{
  margin: 0px 0 0 30px;
}

#logo_pic{margin-top: 25px;}

#menu{
  height: 91px;
  background: #ebe8e3;
}

#menu #main_menu{
  list-style-type: none;
  padding: 22px 0 0 5px;
  margin: 0px;
}

#menu #main_menu li{
  float: left;
  padding-right: 30px; 
}

#menu #main_menu a{
  font: 19px "Arial Narrow", Arial, sans-serif;
  text-decoration: none;
  color: #242424;
  padding: 9px 13px 17px 10px;
  display: block;
}

#menu #main_menu a:hover{
  color: #ffffff;
  background: #77bb00 url(/t/img/menu_over.gif) center bottom no-repeat;
}

#menu #main_menu img{
  border: none;
  margin-right: 3px;
}

#menu #top_navi{
  list-style-type: none;
  padding: 10px 0 0 0px;
  margin: 0px 35px 0 0;
  float: right;
}

#menu #top_navi li{
  background: url(/t/img/dash.gif) repeat-y left;
  padding: 3px 0 4px 18px;
}

#menu #top_navi a{
  padding-left: 20px;
  font-size: 11px;
}

#menu #top_navi #ahome{
  background: url(/t/img/home.gif) no-repeat 0 1px;
}

#menu #top_navi #amail{
  background: url(/t/img/mail.gif) no-repeat 0 3px;
}

#menu #top_navi #amap{
  background: url(/t/img/map.gif) no-repeat 0 2px;
}


/***************** Content   *********************/ 

.title, .title_inner{
  font: 20px "Arial Narrow", Arial, sans-serif;
  padding: 16px 0 13px 0;
  margin: 0px 0 0 25px;
  color: #386d00;
}

#bread_crumbs{
  font-size: 11px;
  margin: 5px 0 0 25px;
  line-height: 14px;
}

#left_column{
  float: left;
  width: 255px;
  padding-left: 3px;
  font-size: 11px;
}

#left_column #news{
  background: #1d4780 url(/t/img/sky_bg.jpg) repeat-y;
  color: #ffffff;
}

#left_column #news a{
  text-decoration: none;
  color: #ffffff;
}

#left_column #white_title{
  color: #ffffff;
  padding-top: 0px;
}

#left_column #news a:hover{
  text-decoration: underline;
}

#left_column #news span{
  font-weight: bold;
  text-decoration: underline;
}

#left_column #news #clouds{
  background: url(/t/img/clouds.jpg) no-repeat top;
}

#left_column #news #clouds #tree{
  background: url(/t/img/tree.jpg) no-repeat bottom;
  padding-top: 30px;
}

* html #left_column #news #clouds #tree{
  padding-top: 29px;
}

#left_column #news #clouds #tree #springs{
  padding-bottom: 70px;
  min-height: 205px;
  background: url(/t/img/blank_spring.gif) repeat-y right top;
}

* html #springs{
  height: expression(document.body.clientHeight > 205 ? "205px" : "205px")
}

#left_column #news .news_piece{
  padding: 0 20px 0 26px;
  line-height: 20px;
  margin-bottom: 15px;
}

#left_column #news .news_piece .green_box{
  margin-left: -32px;
  position: relative;
  float: left;
}

#left_column .contact_p{
  margin: 0px 0 12px 26px;
  line-height: 15px;
}


#text{
  margin: 0px 0px 0 258px;
  padding: px 0 0 26px;
}

#text #grass{
  height: 12px;
  background: #6d9132 url(/t/img/grass.gif) no-repeat;
  margin: 0 1px 0px 0;
  font-size: 0px;
  line-height: 1px;
}

* html #text #grass{
  background: #6d9132 url(/t/img/grass_ie.gif) no-repeat; 
}

#text .title, #text .title_inner{
  padding: 16px 0 0px 25px;
  background: url(/t/img/green_mark.gif) no-repeat  0 22px;
}

#text .title_inner{
  padding-top: 12px;
  background: url(/t/img/green_mark.gif) no-repeat  0 18px;
}

#text #main_out{
  padding: 0 35px 0 51px;
  line-height: 22px;
}

#text #main_out ul{
  list-style-type: none;
  padding-left: 13px;
}

#text #main_out ul li{
  padding-left: 25px;
  background: url(/t/img/bug.gif) no-repeat 0 8px;
}

#text #delimiter{
  background: url(/t/img/delimiter_bg.gif) repeat-x;
  margin: 20px 35px 8px 51px;
  font-size: 1px;
}

#empty_block{
  height: 159px;
  clear: both;
}

/***************** Footer   *********************/

#footer{
  position: absolute;
  min-width: 955px;
  width: 100%;
  margin-top: -159px;
  height: 159px;
  clear:both;
  font-size: 11px;
  background: #ebe8e3;
}

* html #footer{
  width:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 955)? "955px" : "");
}

#bottom_menu{
  background: url(/t/img/footer_bg.gif) repeat-x;
  margin: 0 auto;
  width: 955px;
  height: 85px;
  text-align: center;
}

#bottom_menu .align_left{
  text-align: left;
}

#bottom_menu #bot_navi{
  list-style-type: none;
  margin: 22px 0 0 0px;
  padding: 0px;
}

#bottom_menu #bot_navi li{
  display: inline;
  padding: 0 5px 0 10px;
}

#dark_side{
  background: #d6d0c6;
  height: 74px;
}

#copyright{
  margin: 0 auto;
  width: 955px;
  padding-top: 18px;
  line-height: 23px;
}

#copy{
  margin-left: 15px;
  float: left;
}

#juno{
  margin-right: 20px;
  float: right;
}
