/*
2007-08-20
- disabled content hr margin rule (mjv)
2003-05-20:
- added visited colours to anchors (low)
2003-05-15:
- added #extranetmenu (low/mv)
- added #address (low)
2003-05-07:
- added a.zolder, img (mv)
*/

body {
  margin: 0px;
  /*margin: 0px 0px 25px 0px;*/
  font-family: 'arial', sans-serif;
  font-size:16px;
  background: #999 none;
  color: #000;
	scrollbar-base-color:#f90;
	scrollbar-track-color:#999;
  /*overflow: auto;*/
}

a, a:link, a:active {
  color: #fff;
  font-weight: bold;
  /*font-size: 16px;*/
  text-decoration: none;
}

a:visited {
  color: #ccc;
}

a:hover {
  color: #f90;
}


#header {
  height: 100px;
  width: 100%;
  margin: 0px;
  background-color: #fff;
}

#header #imgs {
  background: #fff url('/sites/lvc/images/imgheader_background.gif');
}

#header #imgs img {
  border: 2px solid #f90;
  width: 120px;
  height: 80px;
  background-color: #ccc;
}

#address {
  font-weight: bold;
  font-size: 12px;
  padding: 5px;
}
#menu1, .drop {
  background-color: #000;
  text-transform: capitalize;
  font-weight: bold;
  padding: 2px 2px 2px 10px;
  font-size: 16px;
  text-align: left;
}

#menu1 a:link, #menu1 a:active, #menu1 a:visited,
.drop a:link, .drop a:active, .drop a:visited
{
  color: #fff;
  text-decoration: none;
  margin-right: 15px;
}

#menu1 a:visited, .drop a:visited {
  color: #ccc;
}


#menu1 a:hover, .drop a:hover {
  color: #f90;
}

.drop {
  position: absolute;
  background-color:#000;
  color:#fff;
  visibility:hidden;
  margin-left: 5px;
  padding: 0px;
  border: 1px solid #f90;
  border-top-width: 0px;
  width:200px;
  z-index: 10;
}

.drop a {
  display: block;
  padding-left: 5px;
  width: 100%;
}



#menu2 {
  background-color: #f90;
  padding: 1px 1px 1px 10px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  text-align: left;
}

#menu2 a:link, #menu2 a:active, #menu2 a:visited {
  color: #000;
  text-decoration: none;
  margin-right: 15px;
}

#menu2 a:visited {
  color: #333;
}

#menu2 a:hover {
  color: #fff;
}

#menu2 a:link.activeitem, #menu2 a:active.activeitem, #menu2 a:visited.activeitem {
  color: #fff;
} 

#extranetmenu {
  background-color: #666;
  padding: 1px 1px 1px 10px;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 14px;
}

#extranetmenu a {
  margin-right:15px;
}

#content {
  width: 100%;
}

#content #leftcol, #content #rightcol {
  vertical-align: top;
  font-size: 14px;
  width: 50%;
}

#leftcol {
  background-color: #999;
}

#rightcol {
  background-color: #fff;
}

#content h1 {
  text-transform: uppercase;
  font-weight: bolder;
  margin: 10px 10px 25px 10px;
  font-size: 42px;
  font-family:'arial narrow';
}

#content hr {
  xmargin: 0px;
}

#leftcol .entry, #rightcol .entry {
  width: 100%;
}

.entry {
  margin: 0px;
}

.entry td.date, .entry td.title, .entry td.subtitle {
  padding: 3px;
}

.entry .date {
  font-size: 16px;
  vertical-align: baseline;
  width: 75px;
  white-space: nowrap;
}

.entry strong {
  font-size: 18px;
}

.entry .additional {
  font-size: 12px
}

.entry a:link, .entry a:active, .entry a:visited {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}

.entry a:visited {
  color: #333;
}

.entry a:hover {
  color: #f90;
}

.entry a {
  font-size: 24px;
}

.subcalendar .entry a {
  font-size: 16px;
}

.subcalendar img {
  margin-left: 5px;
}

h2 {
  margin: 5px;
  text-transform: uppercase;
  font-family: 'impact','arial narrow', 'arial', sans-serif;
  font-size: 28px;
  font-weight:normal;
}

h2 img {
  /*width: 66px;
  height: 41px;
  border: 1px solid #000;
  background-color: #ccc;*/
}

h2 a, h2 a:link, h2 a:active {
  color: #000;
  font-weight: normal;
}

#readpage h1 {
  color: #fff;
  background-color: #000;
  margin: 0px;
  padding: 10px;
  text-transform: uppercase;
  font-size: 36px;
}

#readpage .pagetext {
  margin: 20px 30px 20px 30px;
}

.pagetext table td {
  vertical-align: top;
}

.pagetext {
  font-size: 14px;
}

.noteentry {
  border: 2px solid #f90;
  background-color: #fff;
  margin-bottom: 20px; 
}

.noteposter {
  border-bottom: 2px solid #f90;
  border-right: 2px solid #f90;
  font-size: 12px;
  padding-left: 3px;
}

.noteentry p {
  margin: 5px;
}

.searchform input.text {
  border: 1px inset #999;
  height: 18px;
  font-size: 12px;
}


a.zolder { font-size:16px; display:block; }
img { border-width:0px; }

#menu1 { color: white; }