/* General */
body {
  margin-top: 0;
  background-image: url(../images/page_background.png);
  background-repeat: repeat-x;
  font-family: Verdana;
  font-size: 10pt;
}
input.form-text, textarea.form-textarea {
  font-family: Verdana;
  font-size: 10pt;
  margin-top: 4px;
  margin-bottom: 2px;
  font-weight: normal;
  border-width: 1px;
}
input.button, input.form-submit {
  font-family: Verdana;
  font-size: 10pt;
  color: #ffffff;
  border-width: 1px;
  padding: 1px 5px 1px 5px;
  background: #c05e00 url(../images/button_background.png) repeat-x;
}
a:link, a:active, a:visited, a:hover {
  text-decoration: underline;
  color: #0000C0;
}
/* Main sections */
div#header {
  clear: both;
  padding-bottom: 10px;
  overflow: hidden;
}
div#content {
  clear: both;
}
div#footer {
  clear: both;
  padding-top: 15px;
}
/* Main screen area */
div#screen_area {
  width: 960px;
  background-image: url(../images/world_map.png);
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  min-height: 596px;
  padding-top: 15px;
}
/* Main menu */
div#main_menu_before {
  width: 5px;
  height: 33px;
  background-image: url(../images/main_menu/before.gif);
  background-repeat: no-repeat;
  float: right;
}
div#main_menu_area {
  height: 33px;
  background-image: url(../images/main_menu/background.png);
  background-repeat: repeat-x;
  overflow: hidden;
  white-space: nowrap;
  line-height: 33px;
  float: right;
  padding: 0 0.5em 0 0.5em;
  font-family: Tahoma;
  font-weight: bold;
  color: #cee4c1;
  font-size: 8pt;
  max-width: 780px;
}
div#main_menu_after {
  width: 5px;
  height: 33px;
  background-image: url(../images/main_menu/after.gif);
  background-repeat: no-repeat;
  float: right;
}
div#main_menu_area form {
  padding-left: 20px;
  display: inline;
  float: left;
}
div#main_menu_area input.form-text {
  background-color: #e4f0dd;
}
ul#main_menu {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
}
ul#main_menu li {
  height: 33px;
  float: left;
  white-space: nowrap;
  background-image: none;
  background-repeat: repeat-x;
  behavior: url(../js/main_menu_item.htc);
}
ul#main_menu li:hover {
  background-image: url(../images/main_menu/background_selected.png);
}
ul#main_menu li a {
  font-family: Verdana;
  font-size: 9pt;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  padding: 0 6px 0 6px;*/
  display: block;
}
/*AddThis div style*/

div.addthis_for_go-green{
	float:left; 
	margin-right:20px;
}
/* Advanced search link */
div#advanced_search_area {
  clear: both;
  float: right;
  padding-right: 5px;
  white-space: nowrap;
}
/* Footer menu */
div#footer_menu_before {
  width: 5px;
  height: 32px;
  background-image: url(../images/footer/before.png);
  background-repeat: no-repeat;
  float: left;
}
div#footer_menu_area {
  width: 950px;
  height: 32px;
  background-image: url(../images/footer/background.png);
  background-repeat: repeat-x;
  overflow: hidden;
  white-space: nowrap;
  line-height: 32px;
  font-family: Tahoma;
  font-size: 10pt;
  text-align: center;
  float: left;
}
div#footer_menu_after {
  width: 5px;
  height: 32px;
  background-image: url(../images/footer/after.png);
  background-repeat: no-repeat;
  float: left;
}
ul#footer_menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul#footer_menu li {
  padding: 0 0.75em 0 0.75em;
  display: inline;
}
/* kate: indent-width 2; */

