html, body {
   margin: 0px;
   padding: 0px;
}
.searchfield {
	width: 204px;
	height: 31px;
	background: url(../img/searchcenter.gif) repeat-x;
	border: 0px;
	padding-top:10px;
	font-family: Verdana, Tahoma;
	font-size: 10px;
	color: #16b3ea;
}

.headLinks {
	font-family: Verdana, Tahoma;
	font-size: 12px;
	color: #16b3ea;
	text-decoration: none;
}

.headLinks:hover {
	font-family: Verdana, Tahoma;
	font-size: 12px;
	color: #16b3ea;
}

.leftMenuMain {
	font-family: Verdana, Tahoma;
	font-size: 12px;
	color: #218cce;
	text-decoration: none;
}

.leftMenuMain:hover {
	font-family: Verdana, Tahoma;
	font-size: 12px;
	color: #218cce;
	text-decoration: none;
}

.menuCenter {
	background: url(../img/hover_center.gif) repeat-x;
	height: 29px;
	font-family: Verdana, Tahoma;
	font-size: 12px;
	color: #218cce;
}

.menuLeft {
	background: url(../img/hover_left.gif) no-repeat;
	width: 11px;
	height: 29px;
}

.menuRight {
	background: url(../img/hover_right.gif) no-repeat;
	width: 11px;
	height: 29px;
}

.imgborder {
	border: 1px solid #21b8ff;
}

.date {
	font-family: Verdana, Tahoma;
	font-size: 12px;
	color: #ff0000;
	text-decoration: none
}

.date:hover {
	font-family: Verdana, Tahoma;
	font-size: 12px;
	color: #ff0000;
	text-decoration: underline
}

.txt {
	font-family: Verdana, Tahoma;
	font-size: 11px;
	color: #4b4d4e;
	text-decoration: none;
}
.txt:hover {
	font-family: Verdana, Tahoma;
	font-size: 11px;
	color: #4b4d4e;
	text-decoration: underline;
}

.error {
	font-family: Verdana, Tahoma;
	font-size: 11px;
	color: red;
	text-decoration: none;
}
.error:hover {
	font-family: Verdana, Tahoma;
	font-size: 11px;
	color: red;
	text-decoration: none;
}

.pagerstyle {
	font-family: Verdana, Tahoma;
	font-size: 14px;
	color: #16b3ea;
	text-decoration: none;
}

.pagerstyle:hover {
	font-family: Verdana, Tahoma;
	font-size: 14px;
	color: #16b3ea;
	text-decoration: underline;
}

.inputContactName {
	width: 200px;
	height: 20px;
	border: 1px solid #559CCA;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	font-family: verdana;
	text-align: left;
	vertical-align: middle;
}

.inputContactMsg {
	width: 300px;
	height: 100px;
	border: 1px solid #559CCA;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	font-family: verdana;
	text-align: left;
	vertical-align: middle;
}

.inputContactCode {
	width: 45px;
	height: 20px;
	border: 1px solid #559CCA;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	font-family: verdana;
	text-align: left;
	vertical-align: middle;
}

.butt_subbmit {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	height: 20px;
	font-weight: bold;
	border: 1px solid #559CCA;
}
/*
* {
	margin: 0px;
	padding: 0px;
	}
*/
#slideshow {
    margin: 20px auto 0 0;
    width: 242px;
    height: 75px;
  }

  #slideshow ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#slideshow_wrapper {
    /* we use relative to catch the children */
	position: relative;
	overflow: scroll;
	width: 440px;
	height: 93px;
	left: 23px;
	top: 2px;
}

#slideshow_set {
	position: absolute;
}

#slideshow_set li {
	float: left;
	height: 93px;
	width: 106px;
}

.imgslide {
	border: 1px solid #21b8ff;
}

#navigation {
    position: absolute;
    z-index: 10;
}

#scroll_left {
	left: 0;
	top: 0;
	background: url(../img/left.gif) no-repeat;
}

#scroll_right {
	left: 442px;
	top: 0;
	background: url(../img/right.gif) no-repeat;
}

#scroll_left, #scroll_right {
    position: absolute;
    overflow: hidden;
    display: block;
    padding: 0 0 0 21px;
    height: 79px;
    width: 0px !important; /* for most browsers */
    width: 21px; /* for IE5.5's bad box model */
}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}