* { outline: none; }

body {
  margin: 0;
  padding: 0;
  background-color:#105a92;
}

hr {
  visibility: hidden;
  clear: both;
  margin: 0;
  padding: 0;
  display: none;
}

body > hr, .squeezer > hr {
  display: block;
}

*:first-child + html body > hr, *:first-child + html .squeezer > hr {
  display: none;
}

.squeezer {
  width: 900px;
  padding: 0 10px;
  margin: 0 auto;
}

.clear {
  clear: both
}

/****** HEADER ********/
#header {
  height: 183px;
  border-bottom: solid 3px #013f68;
  background-color: #fff;
}

#header .squeezer {
  position: relative;
  height: 183px;
  width: 900px;
}

#header .squeezer h1 {
  position: absolute;
  bottom: 0.5em;
  left: 0.5em;
  margin: 0;
  color: #fff;
  font-size: 3.6em;
  padding: 0.3em 0 0.4em 0;
}

#header .squeezer > h1 {
  padding: 0;
}

*:first-child + html #header .squeezer h1 {
  padding: 0.3em 0 0.4em 0;
}

/******* NAVIGATION *********/
#nav-container {
  background-image:url('/images/menu_bg.gif');
  background-repeat:repeat-x;
  width:100%;
  height:56px;
}

#nav-container ul#navigation {
  width:921px;
  margin:0 auto;
  height:53px;
  font-family:Georgia, Times, serif;
  border-left:1px solid #e6e6e6;
  padding:0;
}

#nav-container ul.level-1 {
  list-style:none;
}

#nav-container ul.level-1 li {
  display:block;
  position:relative;
  height:53px;
  float:left;
}

#nav-container ul.level-1 li a,
#nav-container ul.level-1 li a:visited {
  display:block;
  height:53px;
  color:#951500;
  text-decoration:none;
  font-size:1.25em;
  line-height:53px;
  padding:0 20px;
  border-left:1px solid #fff;
  border-right:1px solid #e6e6e6;
}

#nav-container ul.level-1 li a:focus,
#nav-container ul.level-1 li a:hover,
#nav-container ul.level-1 li a:active,
#nav-container ul.level-1 li.active a,
#nav-container ul.level-1 li:hover {
  background:#e8e8e8;
}

/* Hide level-2 sub-lists by default. */
#nav-container ul.level-1 li ul.level-2 {
  display:none;
  position:absolute;
  top:53px;
  left:0;
  border:none;
  background:#e8e8e8;
  margin:0;
  padding:0;
  height:auto !important;
}

/* When hovering over level-1 list item, show level-2 */
#nav-container ul.level-1 li:hover ul.level-2 {
  display:block;
  width:200px;
  padding:10px;
  border:none;
}

#nav-container ul.level-1 li:hover ul.level-2 li {
  margin:0;
  padding:0;
  background:none;
  border:none;
  float:none;
  height:auto !important;
}

#nav-container ul.level-1 li:hover ul.level-2 li a,
#nav-container ul.level-1 li:hover ul.level-2 li a:visited {
  display:block;
  font-size:1em;
  height:auto !important;
  line-height:1em;
  margin:0;
  padding:10px 10px;
  float:none;
  border:none;
  color:#666;
}

#nav-container ul.level-1 li:hover ul.level-2 li a:focus,
#nav-container ul.level-1 li:hover ul.level-2 li a:hover,
#nav-container ul.level-1 li:hover ul.level-2 li a:active,
#nav-container ul.level-1 li:hover ul.level-2 li:hover {
  background:#ccc;
  color:#666;
}

/* Hide level-3 sub-lists by default */
#nav-container ul.level-1 li:hover ul.level-2 li ul.level-3 {
  display:none;
  position:absolute;
  left:200px;
  top:0;
  width:200px;
  background:#e8e8e8;
  margin:0;
  padding:10px;
  border-left:2px solid #ccc;
}

/* When hovering over level-2 list item, show level-3 */
#nav-container ul.level-1 li:hover ul.level-2 li:hover ul.level-3 {
  display:block;
}

/******* CONTENT *********/
#middle-wrapper {
  background: url(/images/middle-wrapper.png) top center repeat-y #e8e8e8;
  width: 100%;
}

#content,#content-sidebar {
  margin: 20px 0 0 10px;
  float: left;
}

#content-sidebar {
  width: 600px;
}

#content {
  width: 900px;
  overflow: hidden;
}

#contentSqueezer {
  background: #fff;
  padding-top: 10px;
  min-height: 510px;
  height: auto !important;
  height: 510px;
}

#two-column #contentSqueezer {
/* background: url(/images/content_back.gif) top right repeat-y; */
}

/******* SIDEBAR *********/
#sidebar {
  float: right;
  width: 255px;
  margin-top: -40px;
  padding: 3em 0 0 0;
}

#sidebar ul {
  list-style-type: none;
  padding: 0;
  margin: 0 -10px 0 0;
  background: #b4cee4;
}

#sidebar li.active {
  background: #8da8bf;
}
#sidebar li.sub {
  background-color: #dce8f1;
  padding: 10px 0 20px 0;
}
#sidebar li.active a {
  border: none;
}
#sidebar .level-3 li.active{
 background-color: #ccdfec; 
}

#sidebar .level-2 li {
  font-size: 1.4em;
  margin-bottom: 0.2em;
}
#sidebar .level-2 li ul{
 margin:10px 0;
 background-color: #dce8f1;
}

#sidebar .level-2 li a {
  color: #555;
  border-bottom: 0px solid #e8e8e8;
  display: block;
  padding: 0.5em 0.6em;
  margin: 0 auto;
}

#sidebar .level-2 li .level-3 li {
  font-size: 0.8em;
  padding: 0.15em 0 0.15em 0;
}

#sidebar .level-2 li .level-3 a {
  background: url(/images/page_bullet.gif) center left no-repeat;
  display: block;
  padding: 0 0 0 1em;
  color: #333;
  text-decoration: underline;
  border: none;
  width: 100%;
}

.level-3 a:hover {
  text-decoration: none !important;
  color: #59598e !important;
}

.level-3 li li {
  font-size: 0.9em !important;
  padding: 0.15em 0 0.15em 0.5em;
}

#sidebar .level-2 li .level-3 li li a {
  background: url(/images/arrow_bullet.gif) 2em center no-repeat;
  color: #59598e;
  padding-left: 1.5em;
  line-height: 1.2em;
  margin-bottom: 1em;
  text-decoration: none;
}
#sidebar .level-4 li{
  padding: 0.5em !important;
}
#sidebar .level-4 li a{
  margin: 0 !important;
  padding-left: 1.5em !important;
}
#sidebar li.sub {
  margin-top: -15px;
}

#sidebar li.sub[class] {
  margin-top: 0;
}

*:first-child + html #sidebar li.sub {
  margin-top: -15px;
}

/******* FOOTER *********/
#footer {
  background-image: url(/images/footer_bg.gif);
  background-repeat: repeat-x;
  color: #fff;
  padding-top: 15px;
  height: 157px;
  border-top: 11px solid #dbdbdb;
}

#footer .squeezer {
  width: 900px;
}

#footerlinks {
  float: right;
}

#footerlinks a {
  color: white;
  text-decoration: underline;
}

#footerlinks #admin_link {
  overflow: hidden;
  color: #fff;
}

#footerlinks #edit_link {
  overflow: hidden;
  color: #fff;
}

/******** SITEMAP MODULE ********/
#sitemap li.sub {
  list-style-type: none;
  margin: 0;
}

/******** GALLERY MODULE ********/
#photo h1 {
  text-align: center;
  margin-bottom: 0.5em !important;
}

#photo .navigation {
  height: 75px;
  text-align: center;
  width: 400px;
  margin: 0 auto;
}

#photo .previous, #photo .next {
  padding: 0px;
  text-decoration: none;
  text-indent: -999em;
  display: block;
  width: 40px;
  height: 25px;
}

#photo .previous {
  float: left;
  background: url(/images/previous.gif) no-repeat;
}

#photo .next {
  float: right;
  background: url(/images/next.gif) no-repeat;
}

#photo .back {
  font-size: 0.9em;
  color: #aaa;
  text-decoration: none;
}

#photo .back:hover {
  text-decoration: underline;
}

#photo p {
  margin: 0 0 10px 0;
}

#photo .image {
  clear: both;
  text-align: center;
}

#photo .image img {
  border: 1px solid #111;
}

#photo .description {
  width: 400px;
  margin: 1em auto;
  font-size: 0.9em;
  text-align: center;
}

#gallery ul {
  margin: 0;
  padding: 0;
}

#gallery ul li {
  margin: 0 5px 5px 0;
  list-style-type: none;
  float: left;
  width: 150px;
  height: 150px;
  line-height: 150px;
  text-align: center;
  border: 1px solid #ccc;
  background-color: #efefef;
}

#gallery ul li:hover {
  border: 1px solid #aaa;
}

#gallery li img {
  vertical-align: middle;
  border-top: 0px solid #000;
  border-bottom: 0px solid #000;
}

#donate {
  text-align: center;
  margin: 75px 0 75px 10px;
}

