body {
  background: #fff url(../images/home_bg.jpg) no-repeat top center;
  text-align: center;
}
img.lock {
  padding: 0px 5px 0px 0px;
}
img#banner_rotate {
  width: 120px;
  height: 240px;
  padding: 0px auto;
  margin: 20px 0px 0px 20px;
  position: relative;
  display: block;
}
div#home_wrap {
  border: 0px solid black;
  margin: 0px auto;
  margin-top: 110px;
  padding: 0px;
  position: relative;
  width: 751px;
  text-align: left;
}

div.box {
  border: 1px solid #fff;
  background: #5D7EA0;
  padding: 0px;
  text-align: left;
}

div.box h1 {
  background: #fff url(../images/home_box_header.jpg) repeat-y top right;
  color: #5D7EA0;
  font-size: 16px;
  font-weight: bold;
  font-family: Times, serif;
  margin: 0px;
  padding: 2px 5px;
  
}
div.box p {
  padding: 5px;
}

div#quick_access,
div#featured_image,
div#featured_members,
div#news {
  position: absolute;
  right: 0px;
  font-size: 12px;
  font-family: Arial;
}


div#quick_access{
  height: 138px;
/*  REMOVE THE -40 AND RESTORE THE -20 WHEN REPLACING WIS WITH QUICK LINKS   ... oh and restore the commented 'quick access a' styles below too
  top: -20px;*/
  top: -40px;
  width: 200px;
}

div#quick_access a {
  /*  background: url(../images/arrow.jpg) repeat-y top left;
    padding-left: 8px;*/
  color: #fff;
  text-decoration: none;
}

div#quick_access a:hover {
  text-decoration: underline;
}

div#quick_access ul {
  list-style-type: none;
  padding: 2px;
  margin: 0px;
}

div#quick_access ul li {
  margin: 1px 3px;
}

div#featured_image {
  height: 163px;
  top: -60px;
  width: 175px;
}


div#featured_members {
  height: 237px;
  top: 120px;
  width: 295px;
  color: #fff;
  text-align: center;
}

div#news {
  height: 100px;
  top: 380px;
  width: 245px;
  color: #fff;
  font-size: 11px;
}

div#news p {
  margin: 0px;
}

div#sidebar {
  width: 160px;
  float: left;
}


div#home_content {
  color: #0A3373;
  font-family: Arial, sans-serif;
  margin-left: 190px;
  padding-top: 18px;
  font-size: 13px;
  height: 220px;
}

div#home_content h1 {
  width: 265px;
}

div#home_content a {
 color: #BA1D02;
 text-decoration: none;
}

div#home_content a:hover {
  color: #BA1D02;
  text-decoration: underline;
}

div#cwebdes {
  color: #B7B7A6;
  font-size: 9px;
  padding: 0px;
}

div#cwebdes a,
div#cwebdes a:visited {
  color: #B7B7A6;
  text-decoration: none;
}

div#cwebdes a:hover {
  color: #000;
}

div.sandbag {
  display: inline;
  float: right;
  clear: right;
  height: 30px;
  margin: 0px;
  
}

div#s1 { width: 285px; }
div#s2 { width: 300px; }
div#s3 { width: 320px; }
div#s4 { width: 330px; }
div#s5 { width: 340px; }
div#s6 { width: 345px; }
div#s7 { width: 350px; }
div#s8 { width: 350px; }
div#s9 { width: 345px; }
div#s10 { width: 350px; }
div#s11 { width: 350px; }
div#s12 { width: 340px; }
div#s13 { width: 335px; }
div#s14 { width: 320px; }
div#s15 { width: 310px; }
div#s16 { width: 290px; }
div#s17 { width: 260px; }
div#s18 { width: 240px; }
div#s19 { width: 200px; }


/* Scrolling Marquee Stuff */
#marqueecontainer {
  position: relative;
  width: auto; /*marquee width */
  height: 75px; /*marquee height */
  overflow: hidden;
  border: 0px;
  padding: 0px;
}

div.linkdiv {
  cursor: pointer;
  cursor: hand;
  border-bottom: 1px dotted #BBB;
  margin: 5px 0;
  padding: 5px;
}

div.linkdiv.over {
  background: #a1b5c7;
}

#pscroller2 {
  width: 235px;
  height: 75px;
  padding: 5px;
}
.innerDiv2 {
  width: 235px;
  height: 75px;
  padding: 5px;
}

span.newstitle {
  font-size: 12px;
  font-weight: bold;
}

div#vmarquee {
  width: 100%;
  position: absolute;
}

li#wis {
  background-color:white;
}

li#wis a.standout{
  background-color:#001b57;
  color: white;
  padding-left: 12px;
}
