﻿@import "StyleSheet.css";

/* Home page stylesheet */

/* Home navigation menu ................ */

#home-nav ul {
	padding: 0;
	margin: 24px 0 0 10px;
	list-style: none;
}

#home-nav ul li {
 width: 120px;
 height: 40px;
 margin-top: 12px;
 background-image: url(i/nav-back.jpg);
 text-align: center;
}

#home-nav ul li.nav-indent {
  margin-left: 80px;
}

#home-nav ul li.nolink {
  height: 32px;
  padding-top: 8px;
  color: #333333;
}

#home-nav ul li:hover, #home-nav ul li.sfhover {
  position: static;
  background-image: url(i/nav-backo.jpg);
}

#home-nav ul li.nolink:hover, #home-nav ul li.sfhover {
  position: static;
  background-image: url(i/nav-back.jpg);
} 

#home-nav a {display: block; height:30px; padding-top: 8px}
#home-nav a:link { color:#ffffff; text-decoration:none }
#home-nav a:visited { color:#ffffff; text-decoration:none }
#home-nav a:hover { color:#333333; text-decoration:underline }
#home-nav a:active { color:#333333; text-decoration:underline }

/* .............................. */

#home-photo{
  position: absolute;
  top: 100px;
  left: 290px;
}

/* For non-IE */
html>body #home-photo {
  left: 290px;
}

#home-left {
  float: left;
  width: 240px;
}

.home-left-text {
	width: 180px;
	height: 165px;
  margin-left: 20px;
  color: #FFFF00;
  font-size: 14px;
	text-align: center;
}

.home-left-text img {
  margin-right: 6px;
}

.home-panel {
  float: left;
  width: 220px;
  height: 240px;
  margin: 140px 20px 20px 20px;
  background: url(i/panel2-240.jpg) repeat-y;
}

.home-panel-top {
  width: 100%;
  height: 36px;
  padding: 4px 0 0 0;
  text-align: center;
  background: url(i/panel2-240-top.jpg) no-repeat;
}

.home-panel-mid {
  width: 180px;
  height: 160px;
  padding: 0 16px 0 24px;
  font-size: 14px;
  overflow: hidden;
}

.home-panel-mid td {
  font-size: 12px;
  vertical-align: top;
}

.home-panel-bot {
  width: 100%;
  height: 40px;
  background: url(i/panel2-240-bot.jpg) no-repeat;
}

.home-panel-button {
  width: 90px;
  height: 30px;
  margin: 0 0 0 100px;
  font-size: 13px;
  background: url(i/button-back.png) no-repeat;
  overflow: hidden;
}

.home-panel-button a {
  display: block;
  width: 90px;
  height: 23px;
  padding-top: 7px;
  text-align: center;
}

.home-panel-button a:link { color:#ffffff; text-decoration:none; }
.home-panel-button a:visited { color:#ffffff; text-decoration:none; }
.home-panel-button a:hover { color:#000000; text-decoration:underline; }
.home-panel-button a:active { color:#000000; text-decoration:underline; }

#home-news h2 {
  margin: 4px 0 0 0;
  font-size: 20px;
  color: #f6db42;
}

#home-dates h2 {
  margin: 4px 0 0 0;
  font-size: 20px;
  color: #800000;
}

.home-panel-mid p {
  margin: 0;
}

.home-panel-mid p.home-news-date {
  color: #800000;
  font-weight: bold;
}
.home-panel-mid p.home-news-title {
  font-weight: bold;
}
.home-panel-mid .home-news-story p {
  font-size: 12px;
}

.home-panel-mid td.home-dates-month {
  color: #f6db42;
  font-weight: bold;
}

.home-panel-mid .listheader {
  visibility: hidden;
}
