﻿*
{
  margin: 0px auto;
}
body, html
{
  height: 101%;
}
body
{
  /* fix for IE8 to force vertical scrollbar to show */
  height: 100%;
  width: 100%;
  font-family: Arial,tahoma,verdana;
  font-size: 13px;
  line-height: 1.4;
  color: #666;
  margin: 0px;
  padding: 0px; /*background-color:#F5F8FA;*/ /*background-repeat: no-repeat !important; */ /* fix for IE8 to stop it repeating background */ /*backbround-attachment: fixed !important;*/
  background-color: #fff; /*background-image: url('sysimages/bg.jpg');*/
}
.wrapper
{
  /* ensure that the contents don't exceed the height and this includes position absolute elements */
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0px 0px -80px 0px;
  overflow: hidden;
  position: relative;
}
.footer
{
  /* ensure that the contents don't exceed the height */
  height: 80px; /*overflow: hidden;                width:100%;*/
  clear: both;
  position: relative;
}
.push
{
  height: 50px;
  clear: both;
}
table, tr, td, p, span, div, ul, li
{
  font-size: 13px;  line-height: 1.4;
  color: #666;
}
ul
{
  padding-left: 10px;
}
li
{
  padding-left: 5px;
  margin-left: 5px;
  list-style-type: disc;
}
a:hover img.homebutton
{
  -moz-opacity: 0.50;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  opacity: .50;
  filter: alpha(opacity=50);
}
img
{
  border: none;
  background-color: transparent;
}

img.tn200x150
{
  width: 200px;
  height: 150px;
  margin: 5 auto;
}
img.tn250x150
{
  width: 250px;
  height: 150px;
  margin: 5 auto;
}
img.tn200x300
{
  width: 200px;
  height: 300px;
  margin: 5 auto;
}
img.tn150x220
{
  width: 150px;
  height: 220px;
  margin: 5 auto;
}
img.tn200x200
{
  width: 200px;
  height: 200px;
  margin: 5 auto;
}
img.tn300x220
{
  width: 300px;
  height: 220px;
  margin: 5 auto;
}
img.tn300x200
{
  width: 300px;
  height: 200px;
  margin: 5 auto;
}
img.tn500x300
{
  width: 500px;
  height: 300px;
  margin: 5 auto;
}
img.tn150x150
{
  width: 150px;
  height: 150px;
  margin: 5 auto;
}
a
{
  text-decoration: none;
  font-size:16px;
}
a img
{
  border: none;
}
  a:link
  {
   color: #999;
  }
  a:visited
  {
   color: #999;
  }
  a:hover
  {
   color: #ff3300;
  }
  a:active
  {
   color: #FF3300;
  }
.button
{
  background-color: #666;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
}
h1, h2, h3, h4, h5, h6
{
  color: #00568B;
  font-family: helvetica,arial,verdana;
}
hr
{
  color: #C0D0DE;
  border: 1px dashed #C0D0DE;
  margin-top: 5px;
  margin-bottom: 5px;
}
a.breadcrumb,a.breadcrumb:link
{
  font-size: 13px;
}
a.breadcrumb:hover, a.breadcrumb:active
{
  color: #ff3300;
}

.clear
{
  clear: both;
}
/* remove the list style */
#nav
{
  margin: 0;
  padding: 0;
  list-style: none;
}

/* make the LI display inline */
/* its position relative so that position absolute */
/* can be used in submenu */
#nav li
{
  float: left;
  display: block; /*background: #ccc;*/
  background-color: transparent;
  position: relative;
  z-index: 100; /* alter this to higher if it is obscured by content */ /*margin: 0 1px;*/
  margin: 0;
  border-right: 1px solid #fff;
}

/* this is the parent menu */
#nav li a
{
  display: inline;
  padding: 5px 0px 0px 0px;
  font-weight: normal;
  font-size: 20px;
  text-decoration: none;
  text-align: left;
  color: #999;
  background: #fff;
  padding-left: 0px;
  padding-right:30px;
}
#nav li
{
  padding: 0;
}
#nav li a:hover
{
  color: #ccc; /*background: #DEE1D0;*/
}

/* you can make a different style for default selected value */
#nav a.selected
{
  color: #f00;
}

/* submenu, it's hidden by default */
#nav ul, #nav div
{
  position: absolute;
  left: 0;
  display: none;
  margin: 0 0 0 -1px;
  padding: 0;
  list-style: none;
  border: 1px solid #aeaeae;
}
#nav ul
{
  margin-left: 20px;
}
#nav ul li, #nav div span
{
  float: left;
  border-top: 1px solid #e8e8e8;
}

/* display block will make the link fill the whole area of LI */
#nav ul a, #nav div a
{
  display: block;
  height: 15px;
  padding: 8px 0px;
  color: #333;
  font-size: 12px;
}

#nav ul a:hover, #nav div a:hover
{
  /*text-decoration: underline;*/
  color: #666;
}
#nav ul li div
{
  display: none;
  position: absolute;
  left: 200px;
  top: -1px;
  float: left;
}
/*hoping that this might force IE to 300 wide rather than jerky effect */
#nav li ul li
{
  width: 200px;
}
#nav ul li ul li
{
  width: 200px;
}
#nav li ul li a
{
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
}
#nav ul li span
{
  background-color: #F3F4EE;
}
#nav ul li span a
{
  display: block;
  background-color: #ccc;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  z-index: 101;
  margin: 0 1px;
}
/* fix ie6 small issue */
/* we should always avoid using hack like this */
/* should put it into separate file : ) */
*html #nav ul
{
  /*margin: 0 0 0 -2px;*/
}
#modaloverlay
{
  visibility: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%; /*text-align:center;*/
  z-index: 1000;
  background-image: url(sysimages/modalbackground.jpg);
  -moz-opacity: 0.98;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=98)";
  opacity: .98;
  filter: alpha(opacity=98);
}
#modaloverlay div
{
  width: 600px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #fff;
  border: 1px solid #000;
  padding: 15px; /*text-align:center;*/
}
#modalcontents
{
  background-color: white;
}
#SlideShowDiv
{
  border-top: 2px solid #00568B;
  width: 960px;
  height: 180px;
  margin: 0em;
  overflow: hidden; /* #00568B - dark blue   #00A3B5 - light blue */
}
#SlideShow1Div
{
  margin: 0em auto;
  width: 400px;
  height: 400px;
  overflow: hidden;
  float: left; /*border set in menuedit*/
}
.sscyclediv
{
  text-align: center;
  background-color: #eaeaea;
  border: 5px solid #e8e8e8;
  height: 450px;
  width: 300px;
  color: #666;
  font-size: 16px;
  line-height: 1.5em;
  position: relative;
  overflow: hidden;
}
/* for jquery cycle with thumbnails */
img.s3pics {height:100px;width:auto;}
#s3
{
  left: 0px;
  top: 0px;
  margin: 0;
  height:700px;
  width:700px;
  /*overflow:hidden;*/
  position: relative;
  color:#666;
}
#s3caption {position:relative;font-size:11px;left:0px;top:700px;width:700px;height:50px;float:left;}
#nav3
{
  width: 230px;
  height: 750px;
  margin: 0px;
  left: 710px;
  position: absolute;
  overflow: scroll;
}
#nav3 li
{
  width: 100px;
  float: left;
  margin: 0px;
  list-style: none;
  background-color: #ECF3F9;
}
#nav3 a
{
  width: 100px;
  padding: 1px;
  display: block;
  border: 1px solid #ccc;
}
#nav3 li.activeSlide a
{
  background: #ccc;
}
#nav3 a:focus
{
  outline: none;
}
#nav3 img
{
  border: none;
  display: block;
  /*width: 96px;*/
  max-width:96px;
  height: 96px;
  overflow:hidden;
  background-color: #e8e8e8;
}
#nav3 img:hover
{
  filter: alpha(opacity=50);
  opacity: 0.5;
}

#prev, #next 
{
  position:absolute;
  margin-left:20px;
}
#next 
{
  margin-left:510px;}
  
  
    #slideshow-wrapper
    {
      /*overflow: hidden;*/
      width: 500px;
      height: 700px;
      padding: 0;
      margin: 0 auto;
      position: relative;
      top: 0px;
    }
    
    #slideshow
    {
      overflow: hidden;
      width: 500px;
      height: 700px;
      padding: 0;
      margin: 0px auto;
      list-style-type: none;
    }
    
    #slideshow li
    {
      padding: 0px;
      list-style-type: none;
    }
    #slideshow-controls a, #slideshow-controls img
{
  background-color: transparent;
}
    #slideshow-controls a:hover, .prevnext:hover
    {
      filter: alpha(opacity=50);
      opacity: 0.5;
    }
    .wrapp
    {
      width: 550px;
      height: 100px;
      margin: 0;padding:0;
      position: relative;
      overflow: hidden;
      clear: both;
      top:-95px;
      background-color:#e8e8e8;
    }
    #slide-pager
    {
      margin: 0px auto 0;
      height: 100px;      
    }
    
    #slide-pager ul
    {
      list-style-type: none;
      margin: 0;
      padding: 0;
      clear: both;
    }
    #slide-pager ul li
    {
      margin-right: 0px;
      margin:0;
      padding:0;
      border: 2px solid #ccc;
    }
    #slide-pager ul li a, #slide-pager ul li a img
    {
      display: block;
      height: 100px;width:70px;
      margin:0;padding:0;border:none;
    }
    #slide-pager ul li.activeSlide
    {
      border: 2px solid red;
    }
    #slide-pager ul li img:hover
    {
      filter: alpha(opacity=50);
      opacity: 0.5;
    }
    
    #slide-pager_prev
    {
      display: block;
      width: 30px;
      height: 100px;
      position: absolute;
      overflow:hidden;
      top: 0px;
      left: 0px;
      background-image: url('sysimages/arrowprev.gif');
      background-color: #e8e8e8;
    }
    
    #slide-pager_next
    {
      display: block;
      width: 30px;
      height: 100px;
      position: absolute;
      overflow:hidden;
      top: 0px;
      right: 0px;
      background-image: url('sysimages/arrownext.gif');
      background-color: #e8e8e8;
    }