/*
Design by SacDesigner
http://www.sacdesigner.com
sacdesigner@gmail.com
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
    background: #000000 url('images/img01.gif') repeat-x; 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 167%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, ol, ul {
	line-height: 170%;
}

p {
}

ol {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

ul li {
	padding-left: 15px;
/*	background: url('images/img07.jpg') no-repeat 0px 7px; */
}

blockquote {
	margin: 0;
	padding-left: 20px;
	font-style: italic;
}

blockquote * {
	line-height: normal;
}

a {
	color: #666666;
}

a:hover {
	text-decoration: none;
	color: #A60000;
}

img {
	border: 0px solid #A60000;
}

img.left {
	float: left;
	margin: 3px 15px 0 0;
}

img.right {
	float: right;
	margin: 3px 0 0 15px;
}

hr {
	display: none;
}

/* Menu */

#menu {
	width: 760px;
	height: 80px;
	margin: 0 auto;
	padding: 0 5px 5px 5px;
	background: #545454;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
	margin: 0;
	padding: 0;
}

#menu a {
	display: block;
	float: left;
	width: 125px;
	height: 53px;
	background: #A60000 url('images/img02.gif') no-repeat;
	border-left: 2px solid #A60000;
	text-decoration: none;
	text-align: center;
	font-size: 136%;
	color: #FFFFFF; padding-left:0; padding-right:0; padding-top:27px; padding-bottom:0
}

#menu a:hover {
	background: #A60000 url('images/img04.gif') no-repeat;
	color: #000000
}

#menu .active a {
	background: #A60000 url('images/img03.gif') no-repeat;
	border: medium none;
	color: #000000
}

/* Header */

#header {
	width: 760px;
	height: 220px;
	margin: 0 auto;
	background: #545454 url('images/FlyByNightLogo.jpg') no-repeat 5px 0px;; padding-left:5px; padding-right:5px; padding-top:0; padding-bottom:5px;
}


/*popup START */

.popup .overlay {
  position:fixed;
  top:0px;
  left:0px;
  width:100vw;
  height:100vh;
  background:rgba(0,0,0,0.7);
  z-index:1;
  display:none;
}
 
.popup .content {
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%) scale(0);
  background:#000;
  width:500px;
  height:250px;
  z-index:2;
  text-align:center;
  padding:20px;
  box-sizing:border-box;
  font-family:"Open Sans",sans-serif;
}
 
.popup .close-btn {
  cursor:pointer;
  position:absolute;
  right:20px;
  top:20px;
  width:30px;
  height:30px;
  background:#222;
  color:#fff;
  font-size:25px;
  font-weight:600;
  line-height:30px;
  text-align:center;
  border-radius:50%;
}
 
.popup.active .overlay {
  display:block;
}
 
.popup.active .content {
  transition:all 300ms ease-in-out;
  transform:translate(-50%,-50%) scale(1);
}
 
button {
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  padding:15px;
  font-size:18px;
  border:2px solid #222;
  color:#222;
  text-transform:uppercase;
  font-weight:600;
  background:#fff;
}

/*popup END  */


/*popup END */


/* Logo */

#logo {
	float: right;
	width: 345px;
	height: 220px;
	background: #545454 url('images/img06.jpg') no-repeat;
}

#logo h1, #logo h2 {
	text-align: center;
}

#logo h1 {
	padding-top: 77px;
	font-size: 240%;
}

#logo h2 {
	font-size: 150%;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 730px;
	margin: 0 auto;
	padding: 30px 0;
}

/* Content */

#content {
	float: left;
	width: 375px;
	padding-top: 8px;
}
/* Center */

#center {
	width: 550px;
	padding-top: 8px;
}

.twocols {
}

.twocols .title {
	padding-bottom: 10px;
	border-bottom: 1px solid #A60000;
}

.twocols .col1, .twocols .col2 {
	width: 175px;
}

.twocols .col1wide, .twocols .col2wide {
	width: 300px;
}

.twocols .col1, .twocols .col1wide {
	float: left;
}

.twocols .col2,  .twocols .col2wide {
	float: right;
}

.twocols ul {
}

.twocols ul li {
	padding-left: 0;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 310px;
}

.boxed {
}

.boxed .title {
	height: 33px;
	margin: 0;
	background: #A60000 url('images/img06.jpg') no-repeat;
	text-transform: uppercase;
	font-size: 136%;
	color: #FFFFFF; padding-left:20px; padding-right:0; padding-top:12px; padding-bottom:0
}

.boxed .content {
	padding: 20px;
}

.boxed h3 {
	margin: 0;
}

.boxed p, .boxed ul, .boxed ol {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.boxed ul {
}

.boxed ul li {
	padding: 10px 15px;
	border-top: 1px solid #666666;
}

.boxed ul li.first {
	border: none;
}

/* Search */

#search {
}

#search form {
	margin: 0;
	padding: 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search p {
	margin: 0;
	font-size: 85%;
}

#searchinput {
	width: 180px;
}

#searchsubmit {
}

/* Footer */

#footer {
	width: 740px;
	margin: 0 auto;
	height: auto;
	padding: 10px;
	background: #A60000;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 85%;
}

#footer a {
}

#legal {
	float: left;
}

#links {
	float: right;
}