/* CSS Document */

html, body {
	height: 100%;
	margin: 0px auto;
}

body {
	font-family: Tahoma, Verdana, Arial, "Times New Roman" ;
	font-size: 12px;
	background-color: #333333;
}

#wrapper {
	width: 1000px;
	/*height: inherit;*/
	margin: 0px auto;
/*	border: 1px #000000 solid; */
}

#top {
	width: 1000px;
	height: 233px;
	background-image: url(../img/top.jpg); 
	background-repeat: no-repeat;
	background-position: center;
}

#topmenu {
	width: 1000px;
	height: 31px;
	background-image: url(../img/menu.jpg);
	background-repeat: no-repeat; 
	font-weight: bold;
}

#navhor1ul {
	margin: 0px;
	padding:0px;
	padding-top: 5px;
	padding-left: 280px; 
	list-style:none;
	width: auto;
	float: none; 
}

#navhor1ul li {
	float:left; 
	display:inline;
	position: relative;
}

#navhor1ul li a {
	display:block;
	padding:0px;
	padding-left:15px;
	padding-right:15px;
	text-decoration:none;
	color: #000000; /* #FFFFFF; */
	z-index:10000;
	width:auto;
}

#navhor1ul li a:hover {
/*	background-color: #c81b1d; */
	text-decoration: underline;
	color: #000;
	padding-left:15px;
	padding-right:15px;
	z-index:10000;
}

.active {
	color: #000;
	text-decoration: underline;
/*	background-color: #fff; */
	border-bottom: 0px #000 dashed;
}

#navhor1ul li ul {
	display: none;
	position: relative; 
	top: 1em;
}

#navhor1ul li > ul {
	top: auto;
	left: auto;
	z-index:10000;
}

#navhor1ul li:hover ul { 
	display: block; 
	background-color:#c2ac3f;
	list-style:none;
	padding:0px;
	margin:0px;
	width:100%;
	color:#fff;
	z-index:10000;
}

#navhor1ul li:hover ul li { 
	display: block; 
	width:100%;
	z-index:10000;
}

#midwrapper {
	width: 100%;
	/*height: 100%;*/
	background: url(../img/filler.jpg) repeat-y;
/*	background-image: url(../img/main_filler.jpg);
	background-position: right;
	background-repeat: repeat-y;  */
	/*border-right: 1px #000000 solid;
	border-left: 1px #000000 solid;*/
}

#leftmenu {
	width: 210px;
/*	min-height: 610px;
	background-color: #c2ac3f;*/
	margin: 0px;
	padding: 0px;
	padding-left: -10px;  
	float:left;
}

#leftmenu ul {
	margin-left: -25px;
}

#leftmenu li{
	display:block;
	width: 205px;
	height: 35px;
	list-style:none;
	margin-left: -30px;
	background: url(../img/button.jpg) no-repeat;
}

#leftmenu li:hover{
	list-style: none;
}

#leftmenu a, #leftmenu a:link, #leftmenu a:active, #leftmenu a:visited {
	display:block;
	width: 185px;
	height: 27px;
	padding-top: 8px;
	padding-left: 20px;
	text-align:center;
	color: #000;
	text-decoration: none;
	background-image: url('../img/button.jpg') no-repeat;
}

#leftmenu a:hover {
	color: #000;
	text-decoration: underline;
}

#leftmenu a.active {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 0px #000 solid; 
}

#content {
	width: 561px;
	/*height: 100%;*/
	min-height: 600px;
	float: left;
/*	background: #fff;  url(../img/new_content_BG_600.JPG) bottom right no-repeat; */
	padding-top: 10px;
	padding-left: 8px;
	padding-right: 8px;
	/*overflow: auto;*/
}

#content a, #content a:link, #content a:active, #content a:visited {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px #be5100 solid;
}

#content a:hover {
	text-decoration: underline;
}

#content img {
	border: 1px #000000 solid;
}

#rightbar {
	width: 213px;
	margin-top: 0px;
	/*height: 100%;*/
	float: left;
	/*background-image: url(../img/pilaar_fill.jpg);*/
	background-position: right;
	background-repeat: repeat-y;  
}

#footer {
	width: 1000px;
	height: 36px;
	margin: 0px auto;
	float: left;
	background-image: url('../img/footer.jpg');
}

.footer table{
/*	background-color:#333333; */
	margin-top: -5px;
}

.footer td {
	color: #000;
}

.footer a, .footer a:visited, .footer a:active {
	color:#000;
	text-decoration:none;
}

.footer a:hover {
	text-decoration: underline;
}


h4{
	font-size: 1.1em;
	color: #000;
	padding:0px;
	margin:0px;
	margin-bottom: 4px;
	margin-top: 8px;
}

/*
form {
  width: 360px;
  border-top: #cecece 1px solid;
  margin: 0 auto;
}

legend {
  display: none;
}

fieldset {
  width: 350px;
  border: 0;
  margin: 0;
  padding: 0;
}

.form-row, .form-buttons {
  width: 350px;
  border-bottom: #cecece 1px solid;
  padding: 5px;
}

.form-label {
  width: 150px;
  float: left;
}

.form-buttons {
  text-align: right;
}

.form-row input {
  width: 192px;
}

.form-row input, form-buttons button {
  margin: 0;
  padding: 2px;
}
/*
