* {
  margin: 0;
  padding: 0;
  border: 0;
  /* border: 1px solid red; /**/ 
}

body {
  margin: 0 auto;
  width: 1000px; /**/
  padding: 0;
  border: 0;
  font-family: 'ArtBrushMedium', verdana, arial, sans-serif;
  background: white; /* rgb(151,151,151) */ 
}

#header {
  margin: 0;
  padding: 10px 10px 0 10px;
  border-bottom: 2px solid #3b4d5f;
  background: #fff; /**/
}

#footer {
  margin: 0;
  padding: 10px 10px;
  border-top: 2px solid #3b4d5f;
  background: #fff; /**/
}

#main {
  margin: 0;
  padding: 10px 10px;
  background: #fff; /**/
}

#main1 {
  background: #fff;
}

#main2 {
  background: #fff;
  padding-left: 20px;
}

#leftcolumn {
  float: left;
  width: 280px;
  margin: 0;
  padding: 25px 0px 10px 0px;
  /* background: #c00; /**/
}

#rightcolumn {
  margin: 0 0 0 300px;
  padding: 25px 0px 10px 0px;
  min-height: 550px;
  /* background: #f00; /**/
}

#intro
{
  padding: 0;
  margin:  0;
  padding-top: 50px;
  text-align: center;
  height: 100%;
}

.cleaner {
  float: none;
  height: 0;
  clear: both;
  visibility: hidden;
}

#logo {
  float: left;
  margin:0 10px 0 0px;
  /* background: #00f; /**/
}

#logo img {
  width: 75px;
  height: 75px;
}

#logotext {
  margin: 0 0 0 100px;
  color: #31a195;
  font-size: 120%;
  /* background:#f00; /**/
}

#logotext span.em {
  color: #f00;
}

#mainmenu {
  margin: 30px 0 0 170px;
  float: right; /**/
  /* background:#0f0; /**/
}

#mainmenu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#mainmenu li {
  width: 7em;
  margin: 0;
  float: left;
  text-align: center;
}

#mainmenu a {
  font-size:100%;
  padding: 2px 0 10px 0;
  display: block;
  width: 100%;
  text-decoration: none;
}

#mainmenu a:link, #mainmenu a:visited {
  color:#339966;
}

#mainmenu a:hover, #mainmenu a:active {
  background-color:#339966;
  color: #fff;
}

#mainmenu .currentpage {
  padding: 2px 0 10px 0;
  background-color:#3b4d5f; /**/
  color: #fff;
}

#leftcolumn .subnav {
  margin: 0 0 0 0px;
  height: 92px;
  overflow: hidden;
}

#leftcolumn .buttononly {
  height: 40px;
  margin: 0 0 5px -10px;
}

#leftcolumn .subsubnav {
  margin: 0 0 0 30px;
  height: 92px;
  overflow: hidden;
}

#leftcolumn a {
  text-decoration: none;
  display: block;
}

#leftcolumn a.flipimage:hover img {
  margin-top: -92px;
}


#leftcolumn a.active img
{
  margin-top: -92px;
}

#leftcolumn .button {
  position: relative;
  left: 110px;
  top:  -150px;
  width: 140px;
  height: 40px;
  visibility: visible;
}

#leftcolumn .active {
  top:  -98px;
  visibility: hidden;
}

#leftcolumn  a.flipimage:hover .button {
  visibility: hidden;
}

#leftcolumn  a.flipimage:hover .active, #leftcolumn a.active div.active {
  visibility: visible;
}

#leftcolumn div > img {
  margin-top: -92px;
}

#leftcolumn div > .active {
  top:  -58px;
  visibility: visible;
}
 
#titleimage {
  text-align: right;
  margin-right: 20px;
}

#titleimage img {
  width: 600px;
}

#rightcolumn #contentright {
  float: right;
  margin-right: 0px;
}

#rightcolumn #largeimage {
  min-width: 500px;
  height: 330px;
  /* background-color: #00f; /**/
  text-align: center;
}

#rightcolumn #xlargeimage {
  text-align: center;
  width: 500px;
}

#rightcolumn #xlargebottomimage {
  float: left;
  width: 650px; 
  text-align: center;
  height: 400px;
}

#rightcolumn #xlargebottomimage img {
  margin: 40px 0 0 100px;
}

#contentleft {
  float: right;
  width: 150px;
  padding: 40px 40px 0 0;
}

#contentbottom {
  padding: 40px 0px 0 0;
}

#contenttop {
   float: left;
}

#rightcolumn div.description {
  font-size: 80%;
  padding: 20px 0 20px 0;
}

#rightcolumn div.description:first-letter {
  font-size: 2em;
  margin: 0 1px 0 0;
}

#contentbottom div.description {
  float: left;
  width: 120px;
  margin: -150px 20px 0 0;
}

#xlargebottomimage div.description {
  position: absolute;
  width: 150px;
  text-align: left;
}

div.description li {
  border: 0;
  margin-left: 1em;
  padding: 0 0 1em 0.1em;
  list-style-type: square;
  list-style-position: outside;
}

div.description p {
  padding-bottom: 0.5em;
}

p.reference {
  font-size: 80%;
}

.booktitle {
  font-style: italic;
}

.si_square {
  height: 120px;
  width: 120px;
  background: url(img/shadow.jpg) no-repeat right bottom; /**/
}

.si_landscape {
  text-align: center;
  height: 110px;
  width: 160px;
  background: url(img/shadowl.jpg) no-repeat bottom right; /**/
}

.si_landscape2 {
  text-align: center;
  height: 110px;
  width: 160px;
}

.smallimage img:hover {
  cursor: pointer;
}

#contentbottom .smallimage, #contenttop .smallimage {
  float: left;
  margin: 0 10px 0 0;
}


h1, h2, h3, h4, #formblock legend
{
  color: #31a195;
}

#textblock {
  padding: 0 20em 0 1em;
  line-height: 150%;
  font-size: 90%;
}

#formblock {
  padding: 0 5em 0 1em;
  line-height: 150%;
  font-family: 'ArtBrushMedium', verdana, arial, sans-serif;
  font-size: 90%;
}

#textblock h1, #formblock h1 {
  font-size: 110%;
  margin-bottom: 1em;
  letter-spacing: 0.1em;
}

#textblock h2, #formblock h2, #formblock legend {
  font-size: 100%;
  margin-bottom: 0.5em;
  letter-spacing: 0.1em;
}

#textblock h3 {
  font-size: 100%;
  margin-bottom: 0.5em;
}

#textblock p {
  margin-bottom: 0.5em;
}

#textblock li {
  border: 0;
  margin-left: 1em;
  padding-left: 0.5em;
  list-style-type: square;
  list-style-position: outside;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

fieldset {  
margin: 1.5em 0 0 0;  
padding: 0;  
}  
legend {  
margin-left: 1em;  
color: #000000;  
font-weight: bold;  
}  
#formblock fieldset ol {  
padding: 0;  
list-style: none;  
}  
#formblock fieldset li {  
padding: 0;
margin: 0 0 4px 0;  
list-style: none;  
}  
fieldset.submit {  
border-style: none;  
}
label {    
  float: left;
  width: 20%;
  margin-right: 2%;
}
   
label, select, input[type=checkbox], input[type=radio], input[type=button], input[type=submit] {
  font-family: 'ArtBrushMedium', verdana, arial, sans-serif;
  font-size: 90%;
  cursor: pointer;
}

#formblock input[type=checkbox] {
  margin-right: 10px;
}

#formblock input, #formblock textarea {
  font-family: 'ArtBrushMedium', verdana, arial, sans-serif;
  font-size: 90%;
  background: #ddd;
}

input:focus, textarea:focus {
  color: #000;
  background: #fff;
  outline: 1px solid red;
}

select {
  outline: 1px solid black;
}

.right {
  margin-left: 22%;
}

#frmSenderTitle {
  width: 10em;
}

#frmContactCause {
  width: 20em;
}

#formblock #submit {
  width: 150px;
  height: 55px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(img/pb_send_message.jpg) no-repeat center top;
  text-indent: -1000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}

#formblock strong {
  font-family: 'ArtBrushMedium', verdana, arial, sans-serif;
  font-size: 70%;
  color: red;
  display: block;
  margin-left: 22%;
}

#formblock dt {
  float: left;
  width: 10em;
  font-weight: bold;
}

#formblock dd {
}
