@font-face {
    font-family: "balham";
    src: url("font/balham.otf");
}
@font-face {
    font-family: 'WebSymbolsRegular';
    src: url('font/websymbols-regular-webfont.eot');
    src: url('font/websymbols-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('font/websymbols-regular-webfont.woff') format('woff'),
        url('font/websymbols-regular-webfont.ttf') format('truetype'),
        url('font/websymbols-regular-webfont.svg#WebSymbolsRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
a{
	color: #fff;
	text-decoration: none;
}


body{
	background-image: url("../images/background_blue.jpg")  ;
	background-size: cover;
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0 auto;
	font-family: "balham";
}
#big_wrapper{
	margin: 0 auto;
	background: url("../images/Eagle_back.jpg") no-repeat scroll 0 0;
	width: 1000px;
	height: 850px;
}
#header{
	margin: 0 auto;
	height: 135px;
	background:  url("../images/header.jpg") no-repeat;
	width: 955px;
	border-left: 5px solid #ffb453;
}
#header img{
	 height:69px;
  margin:25px 0 0 50px;
  width:340px;

}
#nav_main{
	margin: 0px 0px 0px -20px;
}
#nav_main ul{
	float: left;

	list-style: none;
}
#nav_main ul li{
	padding: 5px;
	border-left: 5px solid #ffb453;
	background: #54acea;
	color: #fff;
	display: inline-block;
	width: 173px;
	text-align: center;
	font-family: BALHAM;
	font-weight: bold;
}
#content{
	width: 955px;
	margin: 0 auto;
	padding: 10px;
	color: #545454;
}
.column_wrap{
	width: 955px;
	margin: 0 auto;
}
.column{
	float: left;
	
	width: 300px;
}
.column > marquee> img{
	width: 300px;
	height: 200px;
margin-left:10px;
}
footer{
	text-align: center;
	margin: 0 auto;
	color: #fff;
}
footer p{
	margin-top: -30px;
	font-size: 12px;
}
.history_ul{
	float: left;
	list-style: none;
}
.history_ul li{
	padding: 5px 5px 5px 0px;
	margin: 2px 2px 2px 0px;
}
form#contactform{
	color: #545454;
}
form#contactform  input,
form#contactform  textarea{
    background: none repeat scroll 0 0 rgba(225,241 , 251, 0.77);
    -s-background: none repeat scroll 0 0 rgba(225,241 , 251, 0.77);
    -moz-background: none repeat scroll 0 0 rgba(225, 241, 251, 0.77);
    -o-background: none repeat scroll 0 0 rgba(225, 241, 251, 0.77);
    border: medium none;
    font-weight: bold;
    margin: 0 0px;
    padding: 7px;
    width: 310px;
}
form#contactform  textarea{
	width: 939px;
	margin-top: 5px;
	height: 105px
}
form#contactform  input[type="submit"]
{
	float: right;
    margin-right: 17px;
    margin-top: 4px;
    padding: 6px;
    width: 130px;
    border-left: 5px solid #ffb453;
	background: #54acea;
	color: #fff;
	cursor: pointer;

}
.success_msg{
    padding: 4px;
 	background: none repeat scroll 0 0 rgba(225,241 , 251, 0.77);
    -s-background: none repeat scroll 0 0 rgba(225,241 , 251, 0.77);
    -moz-background: none repeat scroll 0 0 rgba(225, 241, 251, 0.77);
    -o-background: none repeat scroll 0 0 rgba(225, 241, 251, 0.77);
    width: 700px;
    margin:0 auto;
}
.alert{
	padding: 4px;
 	background: none repeat scroll 0 0 rgba(255,168,168,0.7);
    -s-background: none repeat scroll 0 0 rgba(255,168,168,0.7);
    -moz-background: none repeat scroll 0 0 rgba(255,168,168,0.7);
    -o-background: none repeat scroll 0 0 rgba(255,168,168,0.7);
    width: 700px;
    margin:0 auto;
}
table{
	text-align: left;
}
table th{
	width: 160px;
	padding: 0px;
}
table#lists{
    margin: 0px;
    border: 1px solid #54acea;
    font-size: 0.76em;
    color: #545454;
    width:955px;
}
table#lists_heading{    
    width: 996px;
      font-size: 0.76em;

}
.table_div{
    overflow-x: hidden;
    overflow-y: scroll;
    position: absolute;
    width: 970px;
    border-bottom:1px solid #54acea;
    color:  #545454;
    height: 560px;
    margin-top:10px;
}
.width_30{
    width: 30px;
 
   
}
.width_40{
    width: 60px;

}
.div_left{
     float: left;
     text-align: center;
     font-size: 0.66em;
     font-weight: bold;
     border: 1px solid #54acea;
     padding: 4px;
}
#nav_main .activated{
	border-left: 5px solid #54acea;
	background: #ffb453;
}
div.skype{
	font-family: WebSymbolsRegular;
	font-size:1.8em;
}