html {
    height: 100%;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
    font-size: 12px;
}

body {
    height: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-image: -o-linear-gradient(top, rgba(0,0,0,1), rgba(255,255,255,1));
    background-image: -moz-linear-gradient(top, rgba(0,0,0,1), rgba(255,255,255,1));
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0,0,0,1)), color-stop(1, rgba(255,255,255,1)));
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FF000000,EndColorStr=#FFFFFFFF);
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FF000000,EndColorStr=#FFFFFFFF)";
}

center {
    height: 100%;
}

a {
    text-decoration: none;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

img {
    border: none;
}

table {
    border-spacing: 0px;
}

.page {
    width: 980px;
    background-image: url('../images/background.png');
    background-repeat: no-repeat;
    background-color: white;
    height: 100%;
    font-size: 12px;
}

.topRow {
    background-image: url('../images/blackhawk.png');
    background-position: 180px 15px;
    background-repeat: no-repeat;
    height: 166px;
}

.topRowHeaderInfo {
    text-align: left;
    margin-top: 30px;
    margin-left: 8px;
}

.menu {
    height: 42px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    border-top: 1px solid black;
}

.menuBar {
    font-size: 12px;
    width: 100%;
    height: 42px;
    table-layout: fixed;
}

.menuItem:first-child, .menuItem:first-child a {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.menuItem:last-child, .menuItem:last-child a  {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-right: 0px;
}

.menuItem {
    border-right: 1px solid silver;
    background-image: url('../images/menu_bg_test.gif');
    background-repeat: repeat-x;	
    text-align: center;
    vertical-align: middle;
    color: white;
    padding: 0px !important;
    white-space: nowrap;
}

.menuItem a span {
    display: block;
    padding-top: 12px;
}

.menuItem a {
    display: block;
}

.menuItem a, .menuItem a:visited {
    vertical-align: middle;
    color: black;
}

.menuItem.selected, .menuItem.selected .menuItemLink:hover {
    background-image: url('../images/menu_bg_selected.gif') !important;
    color: white;
}


.menuItem.selected .menuItemText, .menuItem.selected .menuItemText:visited {
    color: white;
}

.menuItemLink:hover {
    background-image: url('../images/menu_bg_hover.gif');
}

.menuItemLink {
    display: block;
}

.menuItemText {
    display: block;
    padding-top: 12px;
}

.childLink {
    text-align: left;
    vertical-align: text-top;
}
.calendarheader {
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
}

.childLinkText {
    padding-left: 5px;
    padding-right: 5px;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
    font-size: 12px;
    white-space: nowrap;
    color: black;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

.childLink a:hover {
    background-image: url('../images/menu_bg_hover.gif');
    background-repeat: repeat-x;	
    color: white;
}

.childLink a:hover .childLinkText {
    color: white;
}

.childLink:first-child a:hover {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.childLink:last-child a:hover {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.slogan {
    float: right;   
    padding-top: 3px;
    padding-right: 8px;
}

.middleRow {
    height: 100%;
}


.leftColumn {
    border-left:  1px solid black !important;
    border-top:  1px solid black !important;
    border-bottom:  1px solid black !important;
    vertical-align: top;
    width: 160px;
    background-color: white;
    padding: 5px;
}

.headerRow {
    width: 100%;
    height: 100%;
    font-size: 12px;
    border-left: 1px solid black;
    border-right: 1px solid black;
}

.contentRow {
    width: 100%;
    height: 100%;
    font-size: 12px;
}

.contentRow tr {
    vertical-align: text-top;
}

.content {
    padding: 10px;
    background-color: white;
    width: 660px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

.contentDiv {
}

.contentLinks {
    margin-top: 20px;
    text-align: center;
}

.contentLinksTable {
    width: 100%;
    table-layout: fixed;
}

.contentLinksTable tr td {
    text-align: center;
}

.rightColumn {
    vertical-align: top;
    width: 160px;
    border-right:  1px solid black;
    border-top:  1px solid black;
    border-bottom:  1px solid black;
    background-color: white;
    padding: 5px;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
    font-size: 12px;
}

.rightColumn .section {
    max-width: 160px;
}

.bottomRow {
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background-color: #dedede;
    padding: 5px;
}

.submenu {
  position: absolute;
  z-index: 100;
  top:0;
  border-radius: 5px;
  border: 1px solid black;
  background-color: #979797;
  border-color: black;

}

.hidden {
  visibility: hidden;
}

.displaynone {
  display: none;
}

.section {
  padding: 5px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid silver;
}

.RVHFEED_class {
  width: 160px;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  text-align: left !important;
}

.wneplogo {
  width: 160px;
  padding-bottom: 5px;
}

.mapslogo {
  width: 160px;
}

.RVHFEED_class li a {
  display: block; 
  padding-top: 5px;
  overflow-x: hidden;
  text-overflow:ellipsis;
  white-space:nowrap; 
  border-top: 1px solid silver; 
  width: 160px;
}

.RVHFEED_class li div {
  padding-bottom: 5px;
}

#calendarTitle {
  display: none;
}

.contactinfo {
  float: right;
  text-align: right;
  font-weight: bold;
  font-size: 11px;
  padding-right: 20px;
}
