/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.htmlarea {
	border: 1px solid #ccc;
}

body {
	text-align: center;
	font-family: Arial, Tahoma, Verdana;
	background-color: #0056a5;
	font-size: 0.8em; 
	color: #0050a2;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.2em;
	margin: 10px 0px;
}

a {
	color: #45a12b;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	padding: 0px;
	margin: 10px 0px;
}

img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

textarea, select {
	border: 1px solid #ccc;
	font-family: Arial, Tahoma, Verdana;
	font-size: 1em;
	padding: 2px;
}

textarea {
	width: 294px;
	height: 111px;
}

.textbox {
	border: 1px solid #ccc;
	width: 264px;
	padding: 2px;
}

select {
	width: 270px;
}

#container {
	width: 870px;
	margin: auto;
	text-align: left;
	background-color: #fff;
}

#header {
	width: 830px;
	padding: 10px 20px 0px 20px;
	font-size: 0.8em;
}

#header p {
	padding-top: 10px;
}

.banner {
	clear: both;
	width: 100%;
	margin: 20px 0px;
}

#nav {
	float: left;
	width: 180px;
	padding-left: 20px;
}

#nav a {
	display: block;
	height: 30px;
	line-height: 30px;
	width: 176px;
	padding: 0px 2px;
	text-align: center;
	color: #fff;
	background: url(../images/btn.png);
	margin-bottom: 10px;
	font-size: 0.9em;
	font-weight: bold;
}

#nav .on {
	text-decoration: underline;
}

#content {
	float: right;
	width: 610px;
	padding-left: 30px;
	padding-right: 10px;
	background: url(../images/navbg.gif) top left repeat-y;
}

#content ul {
	margin-left: 20px;
}

#content li {
	list-style: disc;
	margin-bottom: 5px;
}

#content form {
	float: left;
	width: 609px;
}

#leftcol {
	float: left;
	width: 340px;
}

#rightcol {
	float: left;
	width: 250px;
	height: 517px;
}

.contactspacer {
	float: right;
	width: 1px;
	height: 517px;
}

.action {
	font-size: 1.2em;
	color: #45a12b;
	font-weight: bold;
}

/* common */

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.leftpic {
	float: left;
	margin: 0px 20px 20px 0px;
}

.rightpic {
	float: right;
	margin: 0px 0px 20px 20px;
}

.verify {
	border: 1px solid #ccc;
	position: relative;
	top: 6px;
}

.boldred {
	font-weight: bold;
	color: red;
}

.textright {
	clear: both;
	text-align: right;
}

.msg {
	color: #fff;
	font-weight: bold;
	background-color: red;
	padding: 5px;
}



#gallery {
    padding: 0px;
    background: none;
  }
  #descriptions {
    
    display:none;
    
  }
    #descriptions .ad-image-description {
display:none;
    }
      #descriptions .ad-image-description .ad-description-title {
      display:none;
      }


.ad-gallery {
  width: 570px;
}
.ad-gallery img {border: 0px;}
.ad-gallery, .ad-gallery * {
  margin: 0;
  padding: 0;
}
  .ad-gallery .ad-image-wrapper {
    width: 570px;
    height: 500px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
  }
    .ad-gallery .ad-image-wrapper .ad-loader {
      position: absolute;
      z-index: 10;
      top: 48%;
      left: 48%;
      border: 0px solid #CCC;
    }
    .ad-gallery .ad-image-wrapper .ad-next {
      position: absolute;
      right: 0;
      top: 0;
      width: 25%;
      height: 100%;
      cursor: pointer;
      display: block;
      z-index: 100;
    }
    .ad-gallery .ad-image-wrapper .ad-prev {
      position: absolute;
      left: 0;
      top: 0;
      width: 25%;
      height: 100%;
      cursor: pointer;
      display: block;
      z-index: 100;
    }
    .ad-gallery .ad-image-wrapper .ad-prev, .ad-gallery .ad-image-wrapper .ad-next {
      /* Or else IE will hide it */
      background: url(../scripts/gallery/non-existing.jpg)\9
    }
      .ad-gallery .ad-image-wrapper .ad-prev .ad-prev-image, .ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
        background: url(../scripts/gallery/ad_prev.png);
        width: 30px;
        height: 30px;
        display: none;
        position: absolute;
        top: 47%;
        left: 0;
        z-index: 101;
      }
      .ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
        background: url(../scripts/gallery/ad_next.png);
        width: 30px;
        height: 30px;
        right: 0;
        left: auto;
      }
    .ad-gallery .ad-image-wrapper .ad-image {
      position: absolute;
      overflow: hidden;
      top: 0;
      left: 0;
      z-index: 9;
    }
      .ad-gallery .ad-image-wrapper .ad-image a img {
        border: 0;
      }
      .ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
        position: absolute;
        bottom: 0px;
        left: 0px;
        padding: 7px;
        text-align: left;
        width: 100%;
        z-index: 2;
        background: url(../scripts/gallery/opa75.png);
        color: #000;
      }
      * html .ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
        background: none;
        filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true, sizingMethod=scale, src='../scripts/gallery/opa75.png');
      }
        .ad-gallery .ad-image-wrapper .ad-image .ad-image-description .ad-description-title {
          display: block;
        }
  .ad-gallery .ad-controls {
    height: 20px;
  }
    .ad-gallery .ad-info {
      float: left;
    }
    .ad-gallery .ad-slideshow-controls {
      float: right;
    }
      .ad-gallery .ad-slideshow-controls .ad-slideshow-start, .ad-gallery .ad-slideshow-controls .ad-slideshow-stop {
        padding-left: 5px;
        cursor: pointer;
      }
      .ad-gallery .ad-slideshow-controls .ad-slideshow-countdown {
        padding-left: 5px;
        font-size: 0.9em;
      }
    .ad-gallery .ad-slideshow-running .ad-slideshow-start {
      cursor: default;
      font-style: italic;
    }
  .ad-gallery .ad-nav {
    width: 100%;
    position: relative;
  }
    .ad-gallery .ad-forward, .ad-gallery .ad-back {
      position: absolute;
      top: 0;
      height: 100%;
      z-index: 10;
    }
    /* IE 6 doesn't like height: 100% */
    * html .ad-gallery .ad-forward, .ad-gallery .ad-back {
      height: 100px;
    }
    .ad-gallery .ad-back {
      cursor: pointer;
      left: -20px;
      width: 13px;
      display: block;
      background: url(../scripts/gallery/ad_scroll_back.png) 0px 22px no-repeat;
    }
    .ad-gallery .ad-forward {
      cursor: pointer;
      display: block;
      right: -20px;
      width: 13px;
      background: url(../scripts/gallery/ad_scroll_forward.png) 0px 22px no-repeat;
    }
    .ad-gallery .ad-nav .ad-thumbs {
      overflow: hidden;
      width: 100%;
    }
      .ad-gallery .ad-thumbs .ad-thumb-list {
        float: left;
          margin-left: 0px!important;
        width: 9000px;
        list-style: none;
      }
        .ad-gallery .ad-thumbs li {
          float: left;
          list-style: none!important;
          margin-left: 0px!important;
          padding-right: 5px;
        }
          .ad-gallery .ad-thumbs li a {
            display: block;
          }
            .ad-gallery .ad-thumbs li a img {
              border: 3px solid #CCC;
              display: block;
            }
            .ad-gallery .ad-thumbs li a.ad-active img {
              border: 3px solid #616161;
            }
/* Can't do display none, since Opera won't load the images then */
.ad-preloads {
  position: absolute;
  left: -9000px;
  top: -9000px;
}cripts


.docdownloads ul {list-style: none; margin-left: 0px; padding-left: 0px; webkit-padding-start:0px!important;}
.docdownloads li {display: block; float: left; height:150px; width:100px; text-align: center; list-style: none; line-height: 1.5; margin-right: 20px;}
.docdownloads img {border:none!important;}
.docdownloads li a {color:#007e00; text-decoration: none;}
.docdownloads li a:hover {text-decoration: underline;}

