@charset "utf-8";
.menu ul, .menu li {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
	padding-left: 5px;
}
.menu_current {
	font-weight: bold;
}
.highlight {
	
}

.menu-parent > a  { }
.menu-current > a {  }

.menu_current {}

ul.mark .menu-parent:before  { content: "(p) " }
ul.mark .menu-current:before { content: "(c) " }
ul.mark .menu-sibling:before { content: "(s) " }
ul.mark .menu-child-0:before { content: "(c-0) " }
ul.mark .menu-child-1:before { content: "(c-1) " }
ul.mark .menu-child-2:before { content: "(c-2) " }

table.menu td {
    width: auto; 
}
table.menu .menu-expand > a { font-weight: bold; }

ul.sitemap li {
    padding-top: 0.5em;
}
ul.sitemap .menu-current > span.content {
    display: block;

}


#menu-topper {
	font-size: 7px;
	background-color: #950000;
	height: 10px;
	text-align: left;
}

#menu-td {
	background-image: url(../images/menu-top-bg1.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 36px;
	text-align: left;
	vertical-align: top;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	
}

#hdr-img {
	background-image: url(../images/hdr-3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	vertical-align: top;
	height: 221px;
}

#ftr-red {
	background-color: #710000;
	height: 42px;
	font-size: 10px;
	color: #CCCCCC;
}

#hdr-img table {
/* 	width: 900px; */
	margin-left: 10px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 5px;
	vertical-align: top;
}

#menu2 {
	float: left;
/* 	height: 151px; */
	width: 280px;
	background-color: #DFDFDF;
	margin-right: 15px;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #800000;
	border-right-color: #800000;
	border-bottom-color: #800000;
	border-left-color: #800000;
	background-image: url(../images/menu-left-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	
}

#news-column {
	background-color: #F0F0F0;
	float: right;
	width: 280px;
	padding-right: 0px;
	padding-left: 0px;
}

table.subscr th{
	background-color: #333333;	
	font-weight: bold;
	color: white;
	line-height:2;
}
table.subscr td{
	padding-left:10px;
}
table.subscr th div{
	background-color: #b5b5b5;
	text-align:center;
	color:#000;
}
table.subscr{
/* 	border: solid 1px #b7b7b7; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
table.subscr td input[type=text], input[type=password], select,textarea{
	border: solid 1px #b7b7b7;
	width : 220px;
}

.err{
	color:red;
	font-weight:bold;
}

table.subscr td ul li {
/* 	color:#640000; */
	color:#0B359F;
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	font-weight:bold;
	line-height:1.4;
	padding-bottom:9px;
}

