
body { margin: 0; padding: 0; font-size: 76%; font-family: Arial, Helvetica, sans-serif; background:url(../graphics/background.jpg); margin-top: 20px;  }

a { color: #d60e59; text-decoration: underline; }

a:hover { text-decoration: underline; }
img { border: 0; background-color: none; }
a img { background-color: none; }

h2 { font-weight: normal; font-size: 22px; color: #d70f5a; margin: 5px 0 10px 0; }

h3 { color: #6a6ab3; }

#wrapper { width: 807px; margin: 0 auto; padding: 0; background:url(../graphics/cloud.jpg); position:relative; }

#header { width: 807px; background-image:url(../graphics/header.gif); height: 178px; overflow: hidden; }
#header-image { float: right; width: 200px; padding: 10px; }

#logo { padding: 50px 0 20px 23px; float:left; }

#butterfly { position: absolute; width: 787px; height: 587px; top: 5px; left: 9px; float:left; }

#searchbar { background-image: url(../graphics/search.gif); width: 228px; height: 29px; float:right; margin: 5px 0 0 0;}

label { float: left;  margin: 8px 10px 0 10px; padding: 0; float:left; color:#FFFFFF; }
#searchbar input.text, textarea, input.button {font-family:Arial, Helvetica, sans-serif; font-size:12px; }
#searchbar input { width: 125px; float:left; height: 13px; margin-top: 5px; font-family:Arial, Helvetica, sans-serif; font-size:12px; }
#searchbar input.send { border: none; width: 26px; height: 19px; background: #c71256; color: white; margin: 5px 0 0 7px; font-weight: bold; padding: 2px; float:left; }

#side-panel { width: 164px; float:right; }

#calendar { clear: right; background-image:url(../graphics/calendar.gif); width: 134px; height: 166px; background-repeat:no-repeat; margin-top: 10px; padding: 0 15px; }
#calendar table { width: 134px; }
#calendar h3 { margin: 0; color: #d60e59; text-transform:uppercase; font-size: 10px; text-align:center; padding: 15px 0 3px; }
#calendar span { clear: both; color: #fff; text-transform:uppercase; font-size: 10px; }
#calendar tbody th { color: #17179b; padding: 0 0 3px; }
#calendar tbody td { text-align: center; padding: 0 0 3px; }
#calendar tbody td a { color: white; }
#calendar tbody div.today { border: 3px solid #d60e59; padding: 0 0 2px; }
#calendar tbody td.events { padding: 0 2px 2px 0; }
#calendar tbody td.events div { background: #cbdff8; }
#calendar tbody td.events a { color: black; }

#member { clear: right; width: 164px; height: 146px; }

#main-outer { position: relative; z-index: 2000; background-color: #fff; width: 787px; padding: 0 10px; clear:both; float: left;}

#main { color: #333333; background: #ebebeb url(../graphics/back.gif) center top no-repeat; min-height: 355px; padding: 15px 20px; width: 747px; float:left; }

#crumbs { font-size:11px; color: #2e404e; margin: 0 0 10px 0; }

#gallery { margin: 10px 0 0 0; padding: 0; float:left; }
#gallery li { float: left; list-style-type:none; padding-right: 10px;}

#content { font-size: 1.1em; line-height: 1.2em; padding-bottom: 30px; }
#content h3 { line-height: 1.3em; }
.home { width: 560px; }

#footer { text-align: center; color: #fff;  padding: 25px 0 0 10px; height: 40px; background:url(../graphics/footer.gif) no-repeat center top ; list-style-type:none; clear:both; position: relative; top: -10px;}

#footer ul { list-style-type:none; float:left; margin-top: 0; }
#footer a { color: #687a8e; text-decoration:none;  }

.left { width: 45%; float: left; text-align:left; padding-top: 10px;  }
.right { width: 45%; float: right; text-align:right; padding: 10px 50px 0 0; }


/*  NAVIGATION ------------------------------------------------------- */

#navigation-block { width: 787px; float:left; background: url(../graphics/button-up.gif); }
#navigation { position: relative; float: left; }
  
/* Level 1 */
#navigation ul { position: relative; float: left; margin: 0; padding: 0; list-style-type: none; }
#navigation li { float: left; padding: 0; }
#navigation li a { font-size:12px; float: left; text-align:left; text-decoration: none; height: 14px; padding: 6px 10px; color: white; font-family: Arial, Helvetica, sans-serif; font-weight: bold; }
#navigation li a:hover, #navigation li.nav_active a { background: url(../graphics/button-down.gif); }
  
/* Level 2 */
#navigation ul li ul { position: absolute; left: 0; top: 24px; top: 26px !important; float: none; padding: 0 0; }
#navigation ul li li { float: none; display: block; padding: 0; }
#navigation ul li li a, #navigation li.nav_active ul li a  { padding: 6px 10px 8px 10px; zoom: 1; float: none; font-size:12px; display: block; white-space: nowrap; border-bottom: 1px solid white; background: url(../graphics/button-up.gif); width: 150px; }
#navigation ul li ul li a:hover { background: url(../graphics/button-down.gif);  }


/* Dropdown code */
* html #navigation table { border-collapse: collapse; padding: 0; margin: 0 0 -7px; width: 0; height: 0; font-size: 1em; z-index: 300; position: absolute; left: 0; top: -1000px; }
* html #navigation a:hover table { display: block; left: 0; top: 0; }
#navigation td { margin: 0; padding: 0; }
#navigation td a { position: relative; zoom: 1; }
* html #navigation a:hover { position: relative; z-index: 100; }
#navigation li:hover { position: relative; }
* html #navigation ul ul a:hover { position: relative; z-index: 110; }
#navigation ul ul li:hover { position: relative; }
* html #navigation ul ul ul a:hover { position: relative; z-index: 120; }
#navigation ul ul ul ul a:hover { position: relative; z-index: 130; }
#navigation ul ul { visibility: hidden; display: none; }
#navigation ul :hover ul { visibility: visible; display: block; height: auto; }
#navigation ul :hover ul ul { visibility: hidden; }
#navigation ul :hover ul :hover ul ul { visibility: hidden; }
#navigation ul :hover ul :hover ul { visibility: visible; }
#navigation ul :hover ul :hover ul :hover ul { visibility: visible; }


table.publication { border-spacing: 0;  border-collapse: collapse; width: 750px; border: 1px solid #c9c9e4; background-color:#FFFFFF;}
table.publication td h2 { padding: 8px 0 5px 17px; margin: 0; background-color: #FFFFFF; }
table.publication td img { padding: 10px; float:left; margin: 0; }
table.publication td { border-bottom: 1px solid #c9c9e4; padding: 0;}
/* table.publication tr { background-image: url(../../file/pdf_previews/standard.gif); background-repeat:no-repeat; background-position: 10px 10px;} */
table.publication td p { margin: 0 0 10px 0; }
table.publication td a { padding-left: 70px;  margin-left: -70px; position: relative; float: left; height: 40px; padding-top: 20px;  }
table.publication td a.inline-link { padding-left: 0;  margin-left: 0; display: inline; }
/* table.publication td.publication p { background-image: url(../graphics/pub_icon.gif); height: 60px; padding-left: 70px; background-position: top left !important; } */


.clear:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clear { display: inline-block; }  /* \*/  .clear { display: block; }  /* */


