/* CSS Document */

html, body {
	height: 100%;
	margin: 0px auto;
}

body {
	font-family: Arial, "Times New Roman", Verdana, Tahoma ;
	font-size: 12px;
	background-color: #6e6d69;
}

#wrapper {
	width: 1024px;
	height: auto;
	margin: 0px auto;
/*	padding-bottom: 40%; */
	background-image: url(../img/filler.jpg);
	background-position: right;
	background-repeat: repeat-y;  
	border-right: 0px #00FF00 solid;
}

#top {
	width: 100%;
	height: 250px;
/*	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: #000000; /* #FFFFFF; */
	z-index:10000;
	width:auto;
}

#navhor1ul li a:hover {
	background-color: #ebe9ea;
	color: #000;
	padding-left:25px;
	padding-right:25px;
	z-index:10000;
}

.active {
	color: #000;
	background-color: #ebe9ea;
	border-bottom: 4px #ebe9ea 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: 700px;
	background-image: url(../img/filler.jpg);
	background-position: right;
	background-repeat: repeat-y;  
	border-right: 0px #000000 solid;
}

#leftmenu {
	width: 155px;
	height: 660px;
	background-color: #a0001e;
	background-image: url(../img/sign_left.jpg);
	background-position: bottom left;
	background-repeat: no-repeat; 
	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: 698px;
	height: 700px;
	float: left;
	background-color: #ebe9ea;
/*	background-image: url(../img/new_content_BG_600.JPG);
	background-position: bottom right;
	background-repeat: 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 #a0001e solid;
}

#content a:hover {
	text-decoration: underline;
}

#content img {
	border: 1px #000000 solid;
}

#catitem {
	width: auto;
	float: left;
	padding: 3px;
	margin: 3px;
	border: 2px solid #a0001e;
}

#rightbar {
	width: 155px;
	height: 660px;
	float: left;
	background-color: #a0001e;
/*	background-image: url(../img/sign_right.jpg);
	background-position: center;
	background-repeat: no-repeat;   */
}

#footer {
	width: 100%;
	height: 161px;
	float: left;
	background-image: url(../img/footer.jpg);
	background-repeat: no-repeat; 
}

.footer table, .footer tr {

}

.footer td {

}

.footer a, .footer a:visited, .footer a:active {
	color:#FF9900;
	text-decoration:none;
}

.footer a:hover {
	text-decoration: underline;
}

#cr{
	margin-top: 100px;
}

#cr a, #cr a:visited, #cr a:active {
	color:#000;
	text-decoration:none;
}

#cr a:hover {
	text-decoration: underline;
}

h4{
	font-size: 1.1em;
	color: #fff;
	padding:0px;
	margin:0px;
	margin-bottom: 4px;
	margin-top: 8px;
}


