@charset "utf-8";
body {
	font: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #e9e9e9;
	background-image: url(images/body-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
.main #container {
	width: 999px;
	margin: 0 auto;
	text-align: left;
	background-image: url(images/copy-bg.jpg);
	background-repeat: repeat-y;
} 
.main #top {
	background-image: url(images/top.png);
	height: 49px;

}
.main #header {
	background-image: url(images/header.jpg);
	height: 312px;
}
.main #titlebar {
	background-image: url(images/title-bar.jpg);
	height: 93px;
}
.main #title {
	color: #fff;
	font-size: 24px;
	padding-left: 40px;
	padding-top: 26px;
}
.main #mainContent {
	padding-top: 0px;
	padding-right: 60px;
	padding-bottom: 0px;
	padding-left: 60px;
}
.main #footerwrap {
	background-image: url(images/footer-wrap.jpg);
	height: 114px;
	width: 999px;
}
.main #footer {
	background-image: url(images/footer-bg.jpg);
	background-repeat: repeat-x;
	height: 114px;
}
h1 {
	font-size: 18px;
	color: #24898d;
	padding: 0px;
	font-weight: bold;
}
/* start horizonal nav*/
#topnavcontainer {
	padding-top: 17px;
	padding-right: 35px;
	padding-bottom: 0px;
	float: right;
	padding-left: 0px;
}
#topnavlist {
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
}
#topnavlist ul, #topnavlist li {
   margin: 0;
   padding: 0;
   display: inline;
   list-style-type: none;
}
#topnavlist a:link, #topnavlist a:visited {
	float: left;
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	margin-top: 0;
	margin-bottom: 0px;
	font-size: 14px;
	padding-right: 4px;
}
#topnavlist a:link#current, #topnavlist a:visited#current, #topnavlist a:hover {
   padding-bottom: 2px;
   background: transparent;
   color: #fff;
}
#topnavlist a:hover {
	text-decoration: none;
	
}
.main #logoclik {
	float: left;
	height: 250px;
	width: 400px;
}
.main #slideshowholder {
	float: right;
	height: 256px;
	width: 511px;
	padding-top: 50px;
	padding-right: 47px;
}
/* end horizonal nav*/
.main #wobit {
	font-size: 12px;
}
a {
	color: #000000;
	text-decoration: underline;
/* start form*/

}form {
	margin: 0px;
	padding: 0px;
}
label,input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}
label,textarea {
	display: block;
	width: 230px;
	float: left;
	margin-bottom: 10px;
}
label {
	text-align: left;
	width: 200px;
	padding-left: 1px;
}
label.hidden {
	position: absolute;
	left: -1600px;
}
.button {
	cursor: pointer;
/* end form*/
}
