/* CSS Document */

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

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

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

#top {
	width: 100%;
	height: 243px;
/*	background-image: url(../img/top.jpg); */
	background-repeat: no-repeat;
	background-position: center;
}

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

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

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

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

#navhor1ul li a:hover {
	background-color: #c2ac3f;
	color: #fff;
	padding-left:25px;
	padding-right:25px;
	z-index:10000;
}

.active {
	color: #ffffff;
	background-color: #c2ac3f;
	border-bottom: 4px #ffffff solid;
}

#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/main-bkg.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: 155px;
	/*height: 100%;*/
	/*background-color: #c2ac3f;*/
	margin: 0px;
	padding: 0px;
	padding-left: -10px;  
	float:left;
}

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

#leftmenu li{
	list-style:none;
	margin-left: -10px;
}

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

#leftmenu a, #leftmenu a:link, #leftmenu a:active, #leftmenu a:visited {
	color: #000000;
	text-decoration: none;
}

#leftmenu a:hover {
	color: #ffffff;
}

#leftmenu a.active {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px #ffffff solid;
}

#content {
	width: 674px;
	/*height: 100%;*/
	min-height: 600px;
	float: left;
	background: #fff url(../img/new_content_BG_600.JPG) bottom right no-repeat;
	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 #c2ac3f solid;
}

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

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

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

#footer {
	width: 1024px;
	margin: 0 auto;
	float: left;
}

.footer table, .footer tr {
	background-color:#333333;
}

.footer td {
	color: #FFFFFF;
}

.footer a, .footer a:visited, .footer a:active {
	color:#FF9900;
	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;
}