body { 
  font-family: arial, sans-serif;
  font-size: 12px;
}

#top-banner { 
  width: 100%; 
  height: 80px; 
  background-color: #7590ae;
}
 

#top-banner .top-title {  
  background: url(/img/portrait.jpg) top left no-repeat;
  padding: 5px 0 0 100px;
  height: 80px;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: bold;
  line-height: 120%;
}

#top-banner .sub-title {   
  font-size: 18px;
  font-weight: normal;
  font-style: italic;
}

#top-menu {
  color: white;
  background-color: #3d5c7a;
  margin: 0;
  padding: 5px 0 5px 10px;
}

#top-menu a  {
  color: white;
  background-color: transparent;
  font-weight: bold;
  text-decoration: none;
}

#top-menu a:hover {
  color: #FFCC00;
  text-decoration: none;
}

#sub-menu {  
  background: url(/img/bg-submenu.gif) bottom left repeat;
  padding: 4px 0 5px 10px;
}

#sub-menu a { 
  color: #000000;
  text-decoration: none;
  padding: 3px 8px;
  border-right: 1px solid #000;
}

#sub-menu a:hover { 
  color: #000000;
  text-decoration: underline;
  background: url(/img/bg-item-submenu.png) bottom left repeat;
}

#sub-menu a.on  { 
  color: #000000;
  text-decoration: underline;
  background: url(/img/bg-item-submenu.png) bottom left repeat;
}

#sub-menu a.on-one  { 
  color: #000000;
  text-decoration: underline;
  background: url(/img/bg-item-submenu.png) bottom left repeat;
  margin-left: -10px;
  padding-left: 18px;
}

#main-content { 
  padding: 0 15px; 0 15px;
  margin: 20px 0 0 0;
  font-family: arial, sans-serif; 
  font-size: 12px; 
}

#main-content h1 {
  color: #7590AE;
  font-family: arial, sans-serif;
  font-size: 22px;
}

#main-content h2 {
  color: #3D5C7A;
  font-family: arial, sans-serif;
  font-weight: normal;
  font-size: 20px;
}

#main-content h3 {
  color: #333333;
  font-family: arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
}

#main-content p {
  font-family: arial, sans-serif;
  font-size: 12px;
}

#main-content a {
  color: rgb(61,92,122);
  text-decoration: underline;
}

#main-content a:hover {
 color: rgb(117,144,174);
 text-decoration: none;
}

/* ##### Footer ##### */

#footer {
  color: rgb(51,51,102);
  background-color: rgb(239,239,239);
  font-size: 87%;
  text-align: center;
  line-height: 1.25em;
  margin: 2em 0 0 0;
  padding: 1ex 10px;
  clear: left;
}

a.footer {
  color: rgb(0,68,204);
  background-color: transparent;
  text-decoration: underline;
}

a.footer:hover {
  text-decoration: none;
}



td.photo-sep-bt { 
  border-bottom: 1px solid #3D5C7A;
}

div.member_container { 
  padding: 10 5 5 5;
  font-size: 12px;
}

div.gallery-open-out { 
  margin-left: 5px;
  padding-left: 3px; 
  padding-top: 5px;
  background: url(/img/gallery-menu-bk.gif) bottom left repeat; 
  border: 1px solid #91a6be;
}

div.gallery-open-in { 
  padding-bottom: 8px; 
  padding-top: 2px; 
  padding-left: 25px; 
  font-family: verdana, sans-serif; 
  font-size: 13px; 
  background: url(/img/gallery-open.png) top left no-repeat;
 }

div.gallery-closed-out {
  margin-left: 5px;
  padding-left: 8px;
  padding-top: 5px; 
  background: url(/img/gallery-menu-bk.gif) bottom left repeat; 
  border: 1px solid #91a6be;
}

div.gallery-closed-out:hover { 
  background: url(/img/bg-item-submenu.png) bottom left repeat;
}

div.gallery-closed-in {
  padding-bottom: 8px; 
  padding-top: 2px; 
  padding-left: 20px; 
  font-family: verdana, sans-serif; 
  font-size: 13px; 
  background: url(/img/gallery-close.png) top left no-repeat
}
