@font-face {		 
	font-family: 'antiqua_font';
	src: url('../fonts/antiqua.eot');
	src: url('../fonts/antiqua.eot') format('embedded-opentype'),
	url('../fonts/antiqua.woff') format('woff'),
	url('../fonts/antiqua.ttf') format('truetype'),
	url('../fonts/antiqua.svg#antiqua') format('svg');
}
@font-face {		 
	font-family: 'gothic_font';
	src: url('../fonts/gothic.eot');
	src: url('../fonts/gothic.eot') format('embedded-opentype'),
	url('../fonts/gothic.woff') format('woff'),
	url('../fonts/gothic.ttf') format('truetype'),
	url('../fonts/gothic.svg#gothic') format('svg');
}
@font-face {		 
	font-family: 'gothic_bold';
	src: url('../fonts/gothic bold.eot');
	src: url('../fonts/gothic bold.eot') format('embedded-opentype'),
	url('../fonts/gothic bold.woff') format('woff'),
	url('../fonts/gothic bold.ttf') format('truetype'),
	url('../fonts/gothic bold.svg#gothic') format('svg');
}
.txt-center{
	text-align: center;
}
.textbold{
	font-family: 'gothic_bold';
}
#middle-wrapper p {
	margin-top: 10px;
}
/* BS */
.pagination {margin: 20px 0;}
.pagination ul {display: inline-block; *display: inline;margin-bottom: 0;margin-left: 0;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;*zoom: 1;-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);}
.pagination ul > li {display: inline;}
.pagination ul > li > a,.pagination ul > li > span {float: left;padding: 4px 12px;line-height: 20px;text-decoration: none;background-color: #ffffff;border: 1px solid #dddddd;border-left-width: 0;}

.pagination ul > li > a:hover,.pagination ul > li > a:focus,.pagination ul > .active > a,.pagination ul > .active > span {background-color: #f5f5f5;}
.pagination ul > .active > a,.pagination ul > .active > span {color: #999999;cursor: default;}
.pagination ul > .disabled > span,.pagination ul > .disabled > a,.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {color: #999999;cursor: default;background-color: transparent;}
.pagination ul > li:first-child > a,.pagination ul > li:first-child > span {border-left-width: 1px;-webkit-border-bottom-left-radius: 4px;border-bottom-left-radius: 4px;-webkit-border-top-left-radius: 4px;border-top-left-radius: 4px;-moz-border-radius-bottomleft: 4px;-moz-border-radius-topleft: 4px;}
.pagination ul > li:last-child > a,.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}
.pagination-centered {text-align: center;}
.pagination-right {text-align: right;}
.pagination-large ul > li > a,.pagination-large ul > li > span {padding: 11px 19px;font-size: 17.5px;}

.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-bottom-left-radius: 6px;
          border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
          border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}

.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
          border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
          border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}

.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
  -webkit-border-bottom-left-radius: 3px;
          border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
          border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
}

.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
          border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
          border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
}

.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}

.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 10.5px;
}
.pagination-inverse ul li a {
	background-color: #222222;
	border-color: #333333;
}
.pagination-inverse ul li a:hover {
	color: #000;
	background-color: #666666;
	text-decoration: none !important;
}
* {
	margin: 0;
}
html, body {
	font-family: 'gothic_font';
	font-size: 14px;
	height: 100%;
	background: #000000;
	color: #FFFFFF;
}
input, select{font-family: 'gothic_font';width:120px;padding:3px 5px; outline:none;background-color:#000;color:#FFF;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px; border:solid 1px #000;}
input{height:18px;}
select{height:25px; width: 130px;}
table td{margin: 0px 0px; padding-top: 0px;padding-bottom: 0px;}
a {outline: none;}
a > img {
	border: 0px;
	outline: none;
}
.pagination-inverse ul li a {
	background-color: #222222;
	border-color: #333333;
}
.pagination-inverse ul li a:hover {
	color: #000;
	background-color: #666666;
	text-decoration: none !important;
}
.clear {
	clear: both;
}
.tbl_img img{
	margin-left: 5px;
	padding-top: 2px;
}
select#status{width: 165px;}
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	min-width: 1280px;
	margin: 0 0 -116px;
	background-image:url("../images/header_bg.png");
	background-repeat: repeat-x;
}
#header{
	height: 120px;
}
#header > img{
	margin-left:10px;
	padding-top:10px;
}
#footer, #push {
	height: 116px;
	min-width: 1280px;
}
#footer {
	background-image:url("../images/footer_bg.jpg");
	background-repeat: repeat-x;
}
#form {
	float:right;
	padding-top: 10px;
}
.content {
	height: 100%;
	width: 960px;
	margin: 0 auto;
}
.content-wrapper {
	width: 1280px;
	margin: 0 auto;
	height: 100%;
}
.center {
	text-align: center;
}
.fleft{
	float:left;
}
.fright{
	float:right;
}

.ptop{
	padding-top: 20px;
}
.validation{width: 70px;}
.Button{cursor:pointer;border:none;width:70px;height:70px;background:url("../images/SignIn.png") no-repeat;text-indent:100px;line-height:100px}
.Button:hover{background:url("../images/SignInHover.png") no-repeat;}
#refresh{cursor:pointer;}
#nav {
	clear: both;
	bottom: -11px;
	border:solid 3px #4f0907;
	border-bottom: 0px;
	border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	height: 35px;
	background-color: #7d0b0b;
}
#nav table {
	height: 100%;
}
#nav table tr td {
	width: 154px;
	text-align: center;
	border-color: #500907;
	border-width: 0px 1px 0px 0px;
	border-style: solid;
	-webkit-border-image: 
	-webkit-gradient(linear, 0 100%, 0 0, from(black), to(rgba(0, 0, 0, 0))) 1 100%;
	-webkit-border-image: 
	-webkit-linear-gradient(bottom, black, rgba(0, 0, 0, 0)) 1 100%;
	-moz-border-image:
	-moz-linear-gradient(bottom, black, rgba(0, 0, 0, 0)) 1 100%;  
	-o-border-image:
	-o-linear-gradient(bottom, black, rgba(0, 0, 0, 0)) 1 100%;
	border-image:
	linear-gradient(to top, black, rgba(0, 0, 0, 0)) 1 100%;
}
#nav table tr td.end_nav{
	border-width: 0px;
}
#nav table tr td a {
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: 'gothic_bold';
	font-size: 13px;
}
#nav table tr td a:visited {
	color: #FFFFFF;
}
#nav table tr td a:hover {
	color: #c6c6c6;
}
/*#nav ul {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 45%;
	margin: auto;
}
#nav ul li {
	display: inline;
	border-color: #500907;
	border-width: 0px 1px 0px 0px;
	border-style: solid;
	-webkit-border-image: 
	-webkit-gradient(linear, 0 100%, 0 0, from(black), to(rgba(0, 0, 0, 0))) 1 100%;
	-webkit-border-image: 
	-webkit-linear-gradient(bottom, black, rgba(0, 0, 0, 0)) 1 100%;
	-moz-border-image:
	-moz-linear-gradient(bottom, black, rgba(0, 0, 0, 0)) 1 100%;  
	-o-border-image:
	-o-linear-gradient(bottom, black, rgba(0, 0, 0, 0)) 1 100%;
	border-image:
	linear-gradient(to top, black, rgba(0, 0, 0, 0)) 1 100%;
	padding: 5px 40px 5px 38px;
}
#nav ul li a{
	text-decoration: none;
	color: #FFF;
	text-transform: uppercase;
	font-family: 'gothic_bold';
	font-size: 14px;
}
#nav ul li a:visited{
	color: #FFF;
}
#nav ul li a:hover{
	color: #c6c6c6;
}
#nav ul li.nav_end {
	border-width: 0px;
}*/
#slider{
	text-align: center;
	min-height: 400px;
}
#icons, #mini_banner {
	text-align: center;
}
#icons img{
	margin: 10px 30px;
}
#mini_banner img{
	margin: 10px 10px;
}
#flag_banner{
	text-align: center;
	margin-top: 20px;
}
.fright ul {
	text-align: left;
	margin: 0 0;
	padding: 0 0 0 10px;
}
.fright ul li{
	list-style: none;
}

.breadcrumb{
	margin: 20px 0px 20px 0px;
	color: #726a6a;
	font-family: 'gothic_bold';
}

#left-side {
	float: left;
	width: 233px;
	
}
#left-side > h3{
	padding: 10px 0px 10px 30px;
	background-color: #670707;
	margin-bottom: 20px;
}
#left-side a img {
	display: block;
	height: 65px;
	border: none;
	padding: 10px 0;
}
#menu-bar, #menu-bar ul a{
	color: #a39999;
	font-weight: bold;
}
#menu-bar ul {
	width: 70%;
	margin: 15px 25px 15px 30px;
	padding: 0px;
}
#menu-bar ul li {
	padding: 5px 0 5px 20px;
	background:url('../images/arrow.png') no-repeat left;
	border-bottom: solid 1px #666666;
}
#menu-bar ul, a:visited, a:link {
	list-style: none; /* list type such as bullets, disc, etc */
	text-decoration: none;
	color: #a39999;
}
#menu-bar ul a:hover {
	color: #FFF;
}

#right-side {
	float: right;
	width: 700px;
}
.rounded-corner {
	border-radius:0.4em;
	-moz-border-radius:0.4em;
	-webkit-border-radius:0.4em;
}
.top-right-corner {
	border-top-right-radius:0.8em;
	-moz-border-radius-topright:0.8em;
	-webkit-border-top-right-radius:0.8em;
}
.top-left-corner {
	border-top-left-radius:0.8em;
	-moz-border-radius-topleft:0.8em;
	-webkit-border-top-left-radius:0.8em;
}
.bottom-right-corner {
	border-bottom-right-radius:0.8em;
	-moz-border-radius-bottomright:0.8em;
	-webkit-border-bottom-right-radius:0.8em;
}
.bottom-left-corner {
	border-bottom-left-radius:0.8em;
	-moz-border-radius-bottomleft:0.8em;
	-webkit-border-bottom-left-radius:0.8em;
}

.top-right-corner-small {
	border-top-right-radius:0.4em;
	-moz-border-radius-topright:0.4em;
	-webkit-border-top-right-radius:0.4em;
}
.top-left-corner-small {
	border-top-left-radius:0.4em;
	-moz-border-radius-topleft:0.4em;
	-webkit-border-top-left-radius:0.4em;
}
.bottom-right-corner-small {
	border-bottom-right-radius:0.4em;
	-moz-border-radius-bottomright:0.4em;
	-webkit-border-bottom-right-radius:0.4em;
}
.bottom-left-corner-small {
	border-bottom-left-radius:0.4em;
	-moz-border-radius-bottomleft:0.4em;
	-webkit-border-bottom-left-radius:0.4em;
}

#middle-wrapper {
	padding: 0px 35px 20px 60px;
	text-align: justify;
	font-size: 13px;
}
#middle-wrapper a:hover {
	text-decoration:underline;
}
.ann-date {
	background-color:#333;
	padding: 4px;
	width: 60px;
}
.ann-new {
	float: right;
	background-color: #F36;
	padding: 4px;
	width: 25px;
	margin-top: -4px;
	display: inline-block;
}
.tab-pages {
	background-color: #0b0b0b;
	border: #0b0b0b solid 3px;
	padding: 0;
	min-height: 200px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.tab-pages ul {
	display: inline;
	margin: 0;
	padding: 0;	
}
.tab-pages li {
	list-style-type: none;
	display: block;
	margin: 5px;
	padding: 8px;
	background:url('../images/line.jpg') bottom no-repeat;
	background-size: contain;
}
.tab-pages ul li a {
	padding: 4px;
}
div.midcontent {
    clear: left;
    padding: 1em;
}

div.midcontent.inactive {
	display: none;
}

.fixed-column {
	display: inline-block;
	width: 130px;
	vertical-align: top;
	padding: 0 10px 20px 0;
	word-wrap:break-word;
}
.full-fixed-column {
	width: 270px;
	text-align: center;
}
.img-box {
	width: 162px;
	padding: 10px 10px 10px 0;
	text-align: center;
}
.img-box a {
	height: 87px;
	width: 162px;
	text-decoration: none;
}
.img-box img {
	border: solid 1px #000;
}
.img-box img:hover {
	border: solid 1px #CCC;	
}
#left-content {
	float:left;
	width: 280px;
}
#right-content {
	float:right;
	width: 280px;
}