/*default version*/
@font-face {
	font-family: 'med';
	src: url('fonts/bm.txt') format("opentype");
}
@font-face {
	font-family: 'black';
	src: url('fonts/bbk.txt') format("opentype");
}
@font-face {
	font-family: 'bold';
	src: url('fonts/bbd.txt') format("opentype");
}

body {
	font-family: 'med';
	font-size: 16px;
	margin: 0px;
	background-image: url(images/background.jpg);
	background-color: #eaeaea;
}

.container {
	max-width: 970px;
	background-color: #fff;
	padding: 0px;
}

.navbar {
	border-bottom: solid 6px #800000;
	border-radius: 0px;
	margin-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
}

.navbar.navbar-custom a {
	color: #000000;
	font-size: 18px;
}
.navbar.navbar-custom a:hover {
	color: #800000;
}

.nav {
	padding-left: 400px;
}

/*.nav li.open a.dropdown-toggle,
.nav li.open a.dropdown-toggle:hover,
.nav.navbar-right a:hover {
	background-color: #000080;
	color: #fff;
	border-radius: 8px 8px 0px 0px;
}*/

/*.nav li a.dropdown-toggle {
	font-size: 18px;
}

.nav li ul.dropdown-menu li a {
	font-size: 18px;
}

.nav li ul.dropdown-menu li a:hover {
	background-color: #000080;
	color: #fff;
}*/

.nav.navbar-right li a {
	font-size: 18px;
}

.container .jbt {
	width: 970px;
}

.container .jbt #banner {
	position: relative;
	width: 100%;
	height: 100%;	
}

.container .jbt #banner img {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 970px;
	height: 340px;
}

.container .jbt #banner img.active {
	display: block;
}

.container .banner-text {
	position: relative;
	padding: 5px 10px 20px 10px;
	color: black;
	/*text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;*/
}

.container .banner-text .header {
	font-family: 'bold';
	font-size: 50px;
	color: #800000;
}

.container .banner-text .images {
	text-align: center;
}
.container .banner-text .images img {
	width: 33%;
	height: 215px;
}

.center {
	text-align: center;
}

.navbar-brand {
	padding: 5px 15px;
}

.module-container {
	padding: 10px;
	font-size: 18px;
}

.module-container.sm {
	padding: 10px;
	font-size: 16px;
}

.module-container div {
	padding: 6px 0px;
}

.module-container .header {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
}

.module-container table td {
	padding: 4px;
	vertical-align: top;
}

.stats {
	color: #008000;
	width: 380px;
	margin: auto auto;
}

.stats div {
	padding: 10px 0px;
}

.stats span {
	padding-right: 10px;
}

.summary {
	text-align: justify;
	width: 410px;
	margin: auto auto;
}

.bottom {
	padding-top: 8px;
	border-top: solid 6px #800000;
	margin-top: 10px;
}

.sitemap {
	margin: auto auto;
	display: table;
	font-size: 11px;
	padding-bottom: 15px;
}

.sitemap ul {
	width: 33%;
	display: table-cell;
	padding: 0px;
	margin: 15px;
}

.sitemap li {
	list-style-type: none;
	text-align: center;
}

.sitemap li:first-child {
	font-weight: bold;
}

.copyright {
	text-align: center;
}

footer {
	text-align: center;
}

.content {
	padding: 5px 10px;
}

.content .header:first-child {
	font-weight: bold;
	padding-top: 0px;
}

.content .header {
	font-size: 18px;
	font-weight: bold;
	padding-top: 6px;
	color: #800000;
}

.content ul li {
	list-style-image: url(images/bullet.png);
}

.content ul.spaced {
	padding-left: 20px;
}

.content ul.spaced li {
	padding-bottom: 50px;
}

.comparison {
	width: 500px;
}

.readable {
	padding: 5px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius; 4px;
}

.page-header {
	margin-top: 10px;
	margin-bottom: x;
}

.content-image-left {
	float: left;
}

.content-image-right {
	float: right;
}

.table-custom {
	width: 400px;
	float: right;
	margin: 0px 15px;
}

.table-custom thead {
	background-color: #0066CC;
	color: #fff;
	font-weight: bold;
}

.separator-right {
	border-right: 1px solid #c0c0c0;
}

#tbl-contact {
	width: 500px;
	margin: auto auto;
	border-spacing: 10px;
	border-collapse: separate;
}

#tbl-contact .header {
	text-align: right;
	vertical-align: top;
	font-weight: bold;
	color: #800000;
}

#tbl-contact td {
	padding: 5px;
}

.awards .content {
	text-align: center;
}

.portfolio-peek {
	height: 50px;
	width: 250px;
    transition:height 0.5s; /* Animation time */
    -webkit-transition:height 0.5s; /* For Safari */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto auto;
    margin: auto auto;
}

.portfolio-peek:hover {
	height: 100px;
	cursor: pointer;
}

.project {
	margin: auto auto;
	width: 800px;
	height: 270px;
	display: block;
}

.project div {
	float: left;
}

.project .name, .project .desc {
	width: 550px;
	padding: 0px 5px;
}

.project .name {
	font-weight: bold;
	font-size: 20pt;
}

.project .pic {
	float: left;
	width: 250px;
	height: 250px;
	overflow: hidden;
}

.project .pic img {
	width: 250px;
	height: 250px;
}