@charset 'UTF-8';
/*
 * jQuery File Upload Plugin CSS Example 1.0
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2012, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */
html, body {
	background-color:#000;
}
html {
	overflow-y :scroll;
}
body {
//		padding-top: 100px;
		color: #000;
}
@media (max-width: 979px) {
  body {
    padding-top: 0px;
  }
}
.container,.container-fluid {
	background-color: white;
	max-height: 100%;
	max-width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 0px;
	padding-right: 0px;
}
ul.nav li.dropdown:hover ul.dropdown-menu{
    display: block;
}
.logo {
	height:20px;
}
.icon {
	height:20px;
}
h1, h2, h3, h4, h5, h6 {
 	font-family: "Times New Roman", Times, serif;
}
hr {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
p, div {
 	font-family: "Times New Roman", Times, serif;
	font-size: medium;
}

li.contacts{
	margin-bottom: 10px;
}

header {
		margin-bottom: 30px;
	}
header h1 {
		color: #fff;
		margin-bottom: 10px;
	}
header a {
		color: orange;
	}
	.modal {
		color: #333;
	}
.banner {
	padding-top:30px;
	height: 184px;
	width: 831px;

}
.table_cell_padding {
	padding-right: 10px;
}

.table_cell_center {
	text-align: center;
}
.title {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 24pt;

}
.footer-style
	{
	width: 100%;
	background-color: #dddddd;
//	height: 40px;
//	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
//	position:fixed;
	position:static;
    left:0px;
    bottom:0px;
}

.footer-text
{
	color: black;
	font-size: x-small;
	padding-left: 5px;
	line-height: normal;
}
.white
{
	color: white;
}
.bannertext
{
	font-size: 14pt;
	color: white;
}
.thumb { padding:1px;}
.centered {
  position: fixed;
  top: 50%;
  left: 50%;
}
/* modal window fix */
.modal, .modal.fade.in {
top: 50%;
}
.leftborder {
//	border-left: 1px solid;
//	float: left;
}
.border {
	border: 1px solid;
}
.content-right {
  border-left: 1px solid #333;
  padding: 10px;
  min-height: 300px;
}
.border-bottom {
	border-bottom: 1px solid;
}
.center {
	text-align: center;
}
.img-thumb {
	padding: 2px;
}
.menu {
	margin-left: 10px;
	text-align: center;
}
.menu a {
	text-decoration: underline;
}
.fill {
//	height: 50px;
}
.linkheader {
	font-variant: small-caps;
	font-weight: bold;
	background-color: #6C6;
}
#gal {
	font-weight: bold;
	font-size: large;
	font-family: "Helvetica", sans-serif;
}
.bar {
	background-image: url('../img/progressbar.gif');
	height: 20px;
}
#archive, #gal {
	font-weight: bold;
	font-size: large;
	font-family: "Helvetica", sans-serif;
}
#loader {
	display: none;
	position: fixed;
	top: 48%;
	left: 60%;

}
