/* CSS Document */

body {margin: 0px; padding: 0px; font-family:Tahoma, Arial, Helvetica, sans-serif; background-color:#879ab5; background-image:url(../img/bg-top-line.gif); background-repeat:repeat-x; background-position:top}
td {font-family:Tahoma, Arial, Helvetica, sans-serif; font-size:12px; color:#ffffff}

p {margin:0px; padding:0px; font-family:Tahoma, Arial, Helvetica, sans-serif; font-size:12px; color:#ffffff; line-height:16px}
p img {margin-right:16px; margin-top:5px; margin-bottom:10px; border:1px solid #FFFFFF}

.white-underline {color:#ffffff; text-decoration:none}
.white-underline:hover {color:#ffffff; text-decoration:underline}

.wellcome {margin:0px; padding:0px; font-family:Tahoma, Arial, Helvetica, sans-serif; font-size:12px; color:#ffffff; line-height:16px}

.white-under-to-none {color:#fff; text-decoration:underline}
.white-under-to-none:hover {color:#fff; text-decoration:none}

.white-yellow {color:#ffffff; text-decoration:none}
.white-yellow:hover {color:#e9f118; text-decoration:none}

.img-gallery {border:1px solid #b8c7dc; padding:3px}

.white11px {font-size:11px; line-height:13px}
.white11px-about {font-size:11px; color:#FFFFFF; line-height:16px}
.white12px {font-size:12px; color:#FFFFFF}

.yellow-link {color:#f3f170; font-size:11px; text-decoration:none; border-bottom-style:dotted; border-bottom-color:#f3f170; border-bottom-width:1px;}
.yellow-link:hover {color:#f3f170; font-size:11px; text-decoration:none; border-bottom-width: 0px;}

.menu-none-underline {color:#ffffff; font-size:11px; text-decoration:none}
.menu-none-underline:hover {color:#ffffff; font-size:11px; text-decoration:underline}

.menu {margin-left:10px; margin-top:8px; margin-bottom:10px; font-weight:bold}

.white-10-none-underline {color:#ffffff; font-size:11px; margin-left:10px; text-decoration:none}
.white-10-none-underline:hover {color:#ffffff; font-size:11px; margin-left:10px; text-decoration:none; border-bottom-style:dotted; border-bottom-color:#FFFFF; border-bottom-width:1px;}

.pstrnav {color:#e9f118; padding: 20px 0px 20px 0px; text-align:center}
.pstrnav a:link, .pstrnav a:visited {color:#ffffff; text-decoration:none}
.pstrnav a:hover, .pstrnav a:active {color:#e9f118; text-decoration:none}

.photoset {margin-left:15px; margin-top:7px; margin-right:15px; height:20px; border-bottom:1px dotted #DDDDDD}
.admin {margin-left:15px; margin-top:13px; padding-bottom:13px}

.head-big {border-bottom:1px solid #b3b3b3; padding-bottom:10px; font-weight:bold; vertical-align:bottom}

.training-title {font-weight:bold; color:#f7fe34; margin-bottom:5px}
.admin {margin-left:15px; margin-top:13px; padding-bottom:13px}

.table-positioning {padding-left:16px; padding-top:20px; padding-bottom:35px; padding-right:10px}
.train-table-positioning {padding-left:16px; padding-top:20px; padding-right:10px}
.block-positioning {padding-left:14px; padding-top:18px; padding-bottom:16px; padding-right:10px; background-image:url(../img/dot-lines.gif); background-position:bottom; background-repeat:repeat-x}
.block-comments-positioning {padding-left:14px; padding-top:18px; padding-bottom:10px; padding-right:10px; background-image:url(../img/dot.gif); background-position:bottom; background-repeat:repeat-x}
.block-comments-positioning2 {padding-left:14px; padding-top:12px; padding-bottom:14px; padding-right:10px; background-image:url(../img/dot-lines.gif); background-position:bottom; background-repeat:repeat-x}

.errormsg {color:#FF6600}

/* News Slider */
#slideshow {
	margin:0 auto;
	width:210px;
	height:140px;
	position:relative
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:150px;
  height:140px;
  overflow:auto;
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  font-size:11px;
  line-height:16px;
  width:120px;
  height:83px;
}
.control {
  display:block;
  width:20px;
  height:83px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:0;
  left:0;
  margin-top:53px;
  background:transparent url(../img/slider-left.gif) no-repeat 0 0;
}
#rightControl {
  top:0;
  right:0;
  margin-top:53px;
  background:transparent url(../img/slider-right.gif) no-repeat 0 0;
}
/* End News Slider */

/* Query Menu */
.boxgrid{
	width: 128px;
	height: 85px;
	margin-left:35px; margin-top:-15px;
	float:left;
	background:#161613;
	border: 0px;
	overflow: hidden;
	position: relative;
}
.boxgrid img{
	position: absolute;
	top: 0px;
	left: 0px;
	border: 0;
}
.boxcaption{
	float: left;
	position: absolute;
	background: #000;
	height: 100px;
	width: 100%;
	opacity: .6;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
.captionfull .boxcaption {
 	top: 85;
 	left: 0;
}
.caption .boxcaption {
	top: 55px;
	left: 0px;
}
/* End Query Menu */


/* Contact form */
#contentForm {
  display: block;
  width: 441px;
  margin: 70px auto;
  padding: 25px;
  border: 1px solid black;
  background-color: white;
}
label {
  display: block;
  float: left;
  clear: left;
  width: 140px;
  line-height: 20px;
  margin-bottom: 10px;
  margin: 5px 0;
}
input, textarea, select {
  margin: 0;
  padding: 2px;
  font-size: 1em;
  color: #666666;
  background: #F5F5F5;
  border: 1px solid #ccc;
  margin: 5px 0;
}   
input:focus, textarea:focus, select:focus {
  border: 1px solid #999;
  background-color: #FFFFFF;
}
input.button {
  cursor: pointer;
  border: none;
  font-weight: bold;
  background: url(images/submit.jpg) no-repeat left top;
  width: 90px;
  height: 28px;
  margin-left: 150px;
}
.errormsg {
  display: block;
  width: 421px;
  height: 22px;
  line-height: 22px;
  color: #FFFFFF;
  font-weight: bold;
  padding-left:15px;
  background: #549dd5 10px center;

  margin: 10px 0;
  border-top: 2px solid #FF9D9D;
  border-bottom: 2px solid #FF9D9D;
}
.msgSent {
  font-size: 20px;
  text-align: center;
}
/* End Contact form */