﻿/* Document properties */
body, html {
  background-color: #f0f0f0;
  text-decoration: none;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

/* Page layout */
/* ----------- */
#main {
  width: 827px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 10px 10px 10px;
  background: white;
  color: black;
  border-left: 1pt solid black;
  border-right: 2pt solid black;
  border-top: 1pt solid black;
  border-bottom: 2pt solid black;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

/* Header section */
/* -------------- */
#header {
  width: 807px;
  background-color: #066A93;
  padding: 10px 10px 10px 10px;
  font-size: 16px;
  color: white;
  border-bottom: 2px solid white;
  text-align: left;
  font-weight: bold;
}

/* Content section */
/* --------------- */
#content {
  width: 827px;
  background-color: black;
  padding: 0px 0px 0px 0px;
}

/* Menu sub-section */
/* - - - - - - - - -*/
#menu {
  background-color: black;
  color: white;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
  text-align: left;
  font-size: 11px;
  float: left;
  width: 150px;
  height: 650px;
}
a.menu-item, a.menu-item:visited, a.menu-item-sel:visited {
  display: block;
  color: white;
  text-decoration: none;
  text-indent: 10px;
}
a.menu-item:active, a.menu-item:hover, a.menu-item-sel, a.menu-item-sel:active, a.menu-item-sel:hover {
  display: block;
  color: white;
  background-color: #066A93;
  text-indent: 10px;
  text-decoration: none;
}
a.menu-subitem, a.menu-subitem:visited, a.menu-subitem-sel:visited {
  display: block;
  color: white;
  text-decoration: none;
  text-indent: 20px;
}
a.menu-subitem:active, a.menu-subitem:hover, a.menu-subitem-sel, a.menu-subitem-sel:active, a.menu-subitem-sel:hover {
  display: block;
  color: white;
  background-color: #066A93;
  text-indent: 20px;
  text-decoration: none;
}

/* Photo sub-section */
/* - - - - - - - - - */
#photo {
  background-color: black;
  border-left: 2px solid white;
  color: white;
  width: 655px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: black;
  padding-bottom: 10px;
  padding-top: 10px;
  float: right;
  text-align: left;
  height: 650px;
}
#photo-title {
  margin-top: 10px;
  font-size: 11pt;
  font-weight: bold;
  text-align: left;
  margin-bottom: 10px;
}
#photo-header {
  text-align: justify;
  font-size: 10pt;
  font-weight: normal;
  margin-bottom: 15px;
}
#photo-image-square {
  width: 450px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: 1px solid white;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
#photo-image-horizontal {
  width: 650px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: 1px solid white;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
#photo-image-vertical {
  width: 290px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: 1px solid white;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
#photo-caption {
  margin-top: 10px;
  text-align: left;
  font-size: 10pt;
  font-weight: normal;
}
#photo-number {
  margin-top: 20px;
  float: left;
  font-size: 10px;
  font-weight: bold;
  text-align: left;
}
#photo-navigation {
  margin-top: 20px;
  font-size: 10px;
  font-weight: bold;
  text-align: right;
}
a.navigation, a.navigation:visited, a.navigation:link {
  text-decoration: none;
  font-size: 10pt;
  font-weight: bold;
  color: gray;
}
a.navigation:hover {
  text-decoration: none;
  font-size: 10pt;
  font-weight: bold;
  color: #066A93;
}

/* Footer section layout */
/* ----------------------*/
#footer {
  border-top: 2px solid white;
  clear: both;
  width: 817px;
  background-color: black;
  color: white;
  padding: 5px 5px 5px 5px;
  text-align: left;
  font-size: 10px;
}
