@charset "utf-8";

body
{
  padding: 0 40px;
  font-family: Verdana, sans-serif;
  font-size: 13px;
  *font-size: small;
  *font: x-small;
}

#header {
  background: #ffffff;
  min-height: 88px;
  height: 88px;
  /*\*/
  height: auto;
  /**/
  height: 88px;
}

#header div.menu
{
  float: right;
  padding-top: 5px;
}

#header img { float: left;}

#header div.menu ul
{
  list-style: none;
  padding: 2px 0 0 0;
  margin: 0;
}

#header div.menu ul li
{
  border-right: 1px solid #dddddd;
  padding: 0 6px;
  display: inline; 
}

#header div.menu ul li.title
{
  padding-left: 20px;
  color: #aaaaaa;
  font-size: 95%;
  width: 80px;  
}

#header div.menu ul li.photo { background: transparent url(../icons/photos.png) no-repeat left; }
#header div.menu ul li.text { background: transparent url(../icons/overlays.png) no-repeat left;}
#header div.menu ul li.link { background: transparent url(../icons/link_go.png) no-repeat left;}

#wrapper {}

#container { width: 100%;}

#content
{
  padding: 0 3%;
}

#sidebar
{
  background-color: #ffffff;
}

#footer
{
  background-color: #ffffff;
  color: #777777;
  text-align: center;
  clear: both; 
}

.last
{
  margin-bottom: 0;
  clear: both;
}

.clearing {
  height: 0;
  clear: both;
}

h1, h2, h3, h4
{
  margin: 2em 0 1em 0;
  padding: 0 0 0 1em;
  color: #333333;
  font-weight: normal;
  border-bottom: solid 1px #dddddd;
}

h1 { font-size: 140%;}
h2 { font-size: 128%;}

p.summary
{
  font-size: 100%;
}

a:link{ color:#006622; }
a:visited{ color:#003311;}
a:hover{
 color:#FF6600;
 text-decoration: none;
}
a:active{
 color:#FF3300;
 text-decoration: none;
}

a img{ border:none;}

select, input, textarea {
  font-family: Osaka, "MS P Gothic", Arial, sans-serif;
  font-size: 100%;
}


pre {
  width: 95%;
  overflow: visible;
  /*\*/
  overflow: scroll;
  /**/
  margin: 1.5em 0;
  padding: 0.5em 0.8em;
  border: 2px solid #ddd;
  background-color: #222222;
  color: #dddddd;
  font-size: 90%;
  line-height:110%;
}

div.section > pre {
  overflow: auto;
}

ul.nolist
{
  list-style: none;
  padding: 0;
  margin: 8px 0 6px 20px;
}
