
body {
  background-color: #d6d7db;
  text-align: center;
  margin: 0;
  padding: 0;

}

body, p, td, input, textarea, select {
  font-family: Trebuchet, verdana, arial, helvetica, sans-serif;
  font-size: 10pt;
  color: #fff;
}

a {
  color: #7fb20b;
}

a:hover {
  text-decoration: none;
}

h1 {
  font-size: 14pt;
  font-weight: normal;
}

h2 {
  color: #7fb20b;
  font-weight: bold;
  font-size: 10pt;
  clear: both;
}

#container {
  width: 749px;
  margin: 0 auto 0 auto;
  text-align: left;
  padding: 0 9px 30px 9px;
  background: url(../images/grey_shadow_border_nostripe.gif) repeat-y;
}

html, body, #container{min-height:100%; height:100%;}
body>#container{height:auto;}

#header {
  height: 20px;
  width: 100%;
  background-color: #fff;
  padding: 0;
}

#main {
  padding: 0 0 0 0;
  width: 572px;
  float: left;
}

#menu_bar {
  background-color: #2d3947;
  width: 177px;
  float: left;

}

#logo {
  background-color: #fff;
}

#menu {
  width: 148px;
  padding: 10px 10px 22px 10px;
  background: url(../images/links_bottom_curve.gif) no-repeat bottom #374351;
}

#menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-style: verdana, arial, helvetica;
  font-size: 9pt;
	
}

#menu ul li {
  margin: 16px 0 16px 0;
  
}

#menu li ul {
  margin-left: 15px;
}

#menu li ul li {
  margin: 0;
  padding: 0;
}

#menu li ul a {
  background: none;
  font-weight: normal;
  padding: 0;
  
}

#menu li ul a:hover, #menu li ul a:active {
  background: none;
}

#menu a {
  display: block;
  color: #fff;
  text-decoration: none;
  background: url(../images/link_box.gif) no-repeat left;
  padding: 0 0 0 15px;
  font-size: 8pt;
  font-style: trebuchet,verdana,arial,helvetica;
  font-weight: bold;
}

#menu a:hover, #menu a:active, #menu .selected {
  background: url(../images/link_box_select.gif) no-repeat left;
}

#menu a.sublink:hover {
  color: #cccccc;
} 


#contacts {
  width: 168px;
/*  position: absolute;*/
  padding: 10px 20px 22px 20px;
  width: 128px;
  background: url(../images/address_bottom_curve.gif) no-repeat bottom left #333f4d;
  font-size: 8pt;

}

#contacts .title {
  color: #7fb20b;
  font-weight: bold;
}

#contacts p {
  margin: 2px 0 8px 0;
  padding: 0;
}

.without_sub_menu {
  margin-right: 125px;

}

.with_full_width {
    margin-right: 20px;
}

.with_sub_menu {
  margin-right: 186px;
  padding: 0 20px 0 0;
  border-right: 2px dotted #aaa;
}

#sub_menu {
  width: 165px;
  height: 50%;
  float: right;
  margin: 20px 0px 0 0;
  padding: 0 6px 30px 0;

  font-size: 8pt;
  line-height: 17px;

}

#sub_menu a {
  color: #ffffff;
  text-decoration: underline;
}

#sub_menu a:hover {
  text-decoration: none;
}



#sub_menu .title {
  margin: 6px 0 0 0;
  color: #7fb20b;
  font-weight: bold;
}

#sub_menu p {
  font-size: 8pt;
  margin: 2px 0 10px 0 ;
}

.summary {
  color: #7fb20b;
  font-weight: bold;
}

#footer {
  clear: both;
  width: 100%;
}

.sideimage {
  margin-left: 20px;
  padding: 0 0 0 0;
  }

.logos{
    padding: 8px 0px 0px 0px;
  }
