body {
 font-family: arial;
 font-size: 12px;
 color: white;
 margin: 0;
 padding: 0;
 background: #002e5f;
}
a {
 text-decoration: none;
 color: white;
}
a:hover {
 color: #81d8df;
}
img {
 border: 0;
}
h3 {
 margin-top: 0;
}
ul {
 margin: 0;
 padding: 0 0 0 15px;
 list-style-type: none;
}
.padded li {
 margin: 0 0 10px -15px;
 padding-left: 15px;
 background: url(wbullet.jpg) 0 3px no-repeat;
}
.bluedot li {
 background: url(bullet.jpg) 0 3px no-repeat;
}
.pagewrapper {
 width: 970px;
 text-align: justify;
}
.blue {
 color: #81d8df;
 font-weight: bold !important;
}
.blueslider {
 color: #81d8df;
}

.violet {
 color: #8873c8 !important;
}
.red {
 color: #dd2b1c !important;
}
.orange {
 color: #c66c36 !important;
}
.white {
 color: white;
}
.big {
 /* font-size: 260%;*/
 font-size: 40px;
}

.big2 {
 font-size: 130%;
}
.imgblock {
 clear: both;
 float: left;
 color: black;
 font-size: 130%;
 margin-top: -153px;
 padding: 10px 0 10px 20px;
 position: absolute;
 text-align: left;
 width: 380px;
}
.imgblock div {
 font-size: 120%;
}
.imgblock a {
 text-decoration: underline;
 color: #81d8df;
}
.menu {
 margin: 0;
 padding: 0;
 clear: both;
 font-weight: bold;
}
.menu li {
 display: block;
 float: left;
 width: 20%;
 text-align: center;
}
.menu li a {
 display: block;
 padding: 10px 0;
}
.menu li a:hover {
 color: black;
}
.menu li.active {
 color: black;
 padding: 10px 0;
}
#item1 {
 background: #64b1b9;
}
#item2 {
 background: #8873c8;
}
#item3 {
 background: #dd2b1c;
}
#item4 {
 background: #fa853c;
}
#item5 {
 background: #c66c36;
}
#gradient {
 background: url(gradient.jpg) repeat-x;
 clear: both;
 height: 26px;
}
#content {
 float: left;
 width: 582px;
 font-size: 14px;
}

#content2 {
	 float: left;
 width: 582px;
 font-size: 14px;
 margin-top: 18px;
 margin-bottom: 12px;
}

#content a, #content2 a, #sidebar a {
 color: #81d8df;
 text-decoration: underline;
}
#sidebar {
 float: right;
 width: 280px;
 font-size: 14px;
 margin-top: 18px;
 margin-bottom: 12px;
}
#sidebar img {
 width: 100%;
 margin-bottom: 10px;
}
#sidebar2 {
 float: right;
 width: 280px;
 font-size: 14px;
 margin-bottom: 12px;
 }
#bluebar {
 clear: both;
 background: #004788;
 padding: 10px;
 font-size: 120%;
 margin-top: 10px;
 text-align: center;
 font-size: 20px;
}
#small {
 font-size: 11px;
 padding: 10px 0;
 text-align: center;
}
.adjust {
 font-size: 118%;
}
.space {
 height: 80px;
}

#slideshow {
    position:relative;
    height:220px;
}
#slideshow .img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}
#slideshow .active {
    z-index:10;
    opacity:1.0;
}
#slideshow .last-active {
    z-index:9;
}

input.custom_button
{
  background-color: transparent;
  background-image: url("../images/sendbutton.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  width: 93px;
  height: 25px;
  border: 0;
  cursor:pointer;
}

.med {
  font-size: 22px;
}
