@charset "utf-8";
/* AGN (Created by Pignuggets) - version 1.0.8 (revised 3/1/2016) */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000;
	background-image: url();
	background-position: top, center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}
body,td,th {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	color: #FFF;
}

a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #00FFBF;
	text-decoration: none;
}
a:active {
	color: #CCC;
	text-decoration: none;
}
a:link {
	color: #FFF;
}

li {
    font-size: 0px;
	color:#000;
}
@font-face {
    font-family: cf;
    src: url(fonts/gotham-book.ttf);
}
#toplinks {
	font-family: cf;
	font-size: 13px;
}
#text {
	font-family: cf;
	font-size: 16px;
	color: #999;
}
#inactive{
	font-family: cf;
	font-size: 13px;
	color: #555555;
}
#menu{
    width: 100%;
    height: 70px;
    position: fixed;
    top: ;
    z-index: 4;
}
#header{
    width: 100%;
    height: 50px;
    position: fixed;
    top: 0px;
    z-index: 10;
    background-color: #020202;
	opacity: ;
}
#colourbar{
    width: 100%;
    height: 3px;
    position: fixed;
    top: 50px;
    z-index: 11;
	opacity: 0.9;
    background-color: #0C9;
	opacity: ;
}
#bannerbg{
    width: 100%;
    height: 500px;
    top: 73px;
	z-index: 1;
	margin-left: 2px;
	background-color: ;
	background-image:url();
}
#bulletinbg{
    width: 100%;
    height: 40px;
	margin-left:;
    top: 260px;
	z-index: 7;
	background-color: #020202;
	opacity: 0.6;	
}
#bulletin{
    width: 100%;
    height: 40px;
	margin-left:;
    top: 260px;
	z-index: 8;
}
#index{
    width: 100%;
	position:absolute;
    top: 593px;
	z-index: 8;
}
#subbody{
    width: 100%;
	position:absolute;
    top: 73px;
	z-index: 8;
}
#title{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	color: #333;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #E5E5E5;
}
#title2{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	color: #333;
	text-transform: uppercase;
	font-weight: bold;
}
#faqtitle{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 13px;
	color: #333;
	text-transform: uppercase;
	font-weight: bold;
}
#servechotitle{
    font-family: cf;
    src: url(fonts/gotham-book.ttf);
	font-size: 13px;
	color: #333;
	text-transform: uppercase;
	font-weight: ;
	display:inline;
}
#servechoonline{
    font-family: cf;
    src: url(fonts/gotham-book.ttf);
	font-size: 18px;
	color: #333;
	text-transform: uppercase;
	font-weight: bold;
	display:inline;
}
#subtitle{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 10px;
	color: #999;
	text-transform: uppercase;
	font-weight: ;
}
#footer{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 12px;
	color: #515151;
	text-transform: uppercase;
	font-weight: bold;
}
#footerlinks{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 12px;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
}
#version{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 8px;
	color: #696969;
	text-transform: uppercase;
	font-weight: ;
}
.customcolor {
	font-family: cf;
	font-size: 13px;
	color: #0C9;
}
.links{
    color: #0C9;
	text-decoration: none;
}
.colorwhite{
    background-color: #FFF;
}
.aboutbg{
	background-image:url(img/c_img/aboutbg.fw.png)
}
.center {
    text-align:center;
}
.shadow {
  -moz-box-shadow: 0 0 3px #999;
  -webkit-box-shadow: 0 0 3px#999;
  box-shadow: 0 0 3px #999;	
}
.fade {
  -webkit-opacity: 0.50;
  -moz-opacity: 0.50;
  opacity: 0.50;
  -webkit-transition: all 3s ease;
  -moz-transition: all 3s ease;
  -ms-transition: all 3s ease;
  -o-transition: all 3s ease;
  transition: all 3s ease;
  text-decoration: none;
}  
#line{
    z-index: 2;
	background-image:url(img/c_img/line.fw.png);
	background-repeat:repeat-x;
	opacity: ;
}
#customfont {
	font-family: cf;
	font-size: 13px;
}
#title-news{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	color: #333;
	text-transform: uppercase;
	font-weight: bold;
}
#dash{
    z-index: 2;
	background-image:url(img/c_img/dash.fw.png);
	background-repeat:repeat-x;
	opacity: ;
}
.fade:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.colorcycle { 
padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; 
color: #FFF;
background-image: url(); 
animation-name: homeCycle; 
animation-duration:500s; 
animation-direction:alternate; 
animation-iteration-count:infinite; 

-webkit-animation-name: homeCycle; 
-webkit-animation-duration:500s; 
-webkit-animation-direction:alternate; 
-webkit-animation-iteration-count:infinite; }	

@keyframes homeCycle 
{
0% {background-color:#4E8FF5;} 
20% {background-color:#DB5053;} 
40% {background-color:#BA73FF;} 
80% {background-color:#73C45E;} 
100% {background-color:#DDDDDD;} 
120% {background-color:#FDD24F;} 
} 

@-webkit-keyframes homeCycle 
{ 
0% {background-color:#4E8FF5;} 
20% {background-color:#DB5053;} 
40% {background-color:#BA73FF;} 
80% {background-color:#73C45E;} 
100% {background-color:#DDDDDD;} 
120% {background-color:#FDD24F;} 
}
