@charset "UTF-8";
/* CSS Document */

body {
  font-family: Arial,Helvetica,sans-serif;
  background-color: #EEEEEE;
  font-size: 14px;
  padding: 0;
  margin: 0;
}

#page {
  font-size: 0.875em;
  line-height: 1.286em;
  text-align: left;
}

h1 {
  font-size: 2em;
  line-height: 1.3em;
  margin-top: 0;
  margin-bottom: 0.5em;
}

h2
{
font-size: 1.5em;
line-height: 1.3em;
margin-top: 0.667em;
margin-bottom: 0.667em;
}

h3
{
font-size: 1.3em;
line-height: 1.3em;
margin-top: 0.769em;
margin-bottom: 0.769em;
}

h4, h5, h6
{
font-size: 1.1em;
line-height: 1.3em;
margin-top: 0.909em;
margin-bottom: 0.909em;
}


h2 {
  color:#658A16;
  font-size:1.3em;
}

h3 {
  color:#5F6C30;
  font-size:1.2em;
}

li {
  margin:0;
  padding:0;
}

ul ul {
  list-style-type: circle;
}

img {
  border:0 none;
}

a, a:link, a:visited {
  color:#7A8777;
  font-weight:bold;
  text-decoration:none;
}

a:hover {
  color: #7BB401;
  font-weight: bold;
  text-decoration: underline;
}

dd {
  margin-left: 1.0em;
}

code {
  font-size: 1.1em;
  font-family: "Bitstream Vera Sans Mono", "Courier New", monospace;
}

pre {
overflow: hidden;
}

#masthead  {
  background:url("images/masthead.jpg") no-repeat scroll center center #F2F5FA;
  height:47px;
  margin:0;
  min-width:900px;
  overflow:hidden;
  padding:0;
}

div#wrapper {
  float:left;
  width:100%;
}

#content {
  margin-left: 210px;
  margin-right: 20px;
  min-width: 400px;
  max-width: 800px;
}

#greenmenu {
  background-color: #367C2B;
  height: 20px;
  margin-bottom: 10px;
  padding: 1px 1px 1px 15px;
}

#navbar {
  float:left;
  margin-left:-100%;
  width:180px;
  padding-top: 10px;
  padding-left: 10px;
}

#navbar h4 {
  margin: 0.2em 0;	
}

#navbar ul {
  list-style: none;
  padding-left: 0.9em;
  padding-bottom: 0.5em;
  margin-top: 0.2em;
}

#navbar ul ul { 
  list-style: disc;
  list-style-position: inside;
}

.block {
  margin-bottom: 1em;
}

.breadcrumb {
  font-size:smaller;  
  padding-bottom:0;
}


.sidebarBox {
  background: transparent url(images/box-bottom.gif) no-repeat scroll left bottom;
  margin: 0 0 10px;
}

.sidebarBox h4 {
  background: transparent url(images/box-head.gif) no-repeat scroll 0 0;
  padding: 7px 10px;
}

/* supernav */
#supernav {width:356px;height:24px;background:url(images/supernav-bg.png) no-repeat;position:absolute;top:0;right:0; float:right}
#supernav ul {margin:0;padding:0;list-style-type:none;}
#supernav ul li {font-size:11px;font-weight:bold;margin:5px 0 0 10px;padding:0;float:left;}
#supernav ul li a {color:#004812;}
#top-links li {list-style: none;}
#country-flag {float:left;padding:3px 10px;}
#country-flag img {border:0;}
#search-box{float:left;padding:0;margin-top:3px;}
#search-box .form-item{margin:0;}
#search-box input{float:left;}
#search-box .form-text{width:158px;height:16px;font-size:12px;color:#656565;background-color:#FFF;border:1px solid #6F9B45;padding:0;}


/* Corners stuff */

.t-edge, .b-edge, .l-edge, .r-edge, .wrap-corner {
  position: relative;
}

.rounded_corner .t-edge {
  background: url(corners/shadow-t.png) repeat-x 0 top;
  font-size: 1px;
}
.rounded_corner .b-edge {
  background: url(corners/shadow-b.png) repeat-x 0 bottom;
  font-size: 1px;
}
.rounded_corner .l-edge {
  background: url(corners/shadow-l.png) repeat-y 0 0;
}
.rounded_corner .r-edge {
  background: url(corners/shadow-r.png) repeat-y right 0;
}
.rounded_corner .wrap-corner {
  background: #fff !important;
}
.rounded_corner .wrap-corner .t-edge, .rounded_corner .wrap-corner .b-edge {
  height: 11px;
}
.rounded_corner .wrap-corner .l, .rounded_corner .wrap-corner .r {
  position: absolute;
  top: 0;
  height: 11px;
  width: 11px;
  background-image: url(corners/corner-bits.png);
}
.rounded_corner .wrap-corner .l {
  left: 0;
}
.rounded_corner .wrap-corner .r {
  right: 0;
  background-position: -11px 0;
}
.rounded_corner .wrap-corner .b-edge .l {
  background-position: 0 -11px;
}
.rounded_corner .wrap-corner .b-edge .r {
  background-position: -11px -11px;
}
.rounded_corner .wrap-corner .r-edge {
  padding: 5px 24px;
}
