@charset "UTF-8";
/* CSS Document */

body									{ background-repeat:no-repeat; background-color:#000000; }
#container								{ background:none; }
#gbl-nav-oursquad						{ background:url(../img/our-squad-btn-home.jpg); }
.gbl-header								{ height:26px; }
.gbl-navblock-left						{ margin-left:-2; }
.home-flash       						{ margin-left:1px; }
.home-footer							{ width:956px; height:204px; margin:0 auto; background:url(../img/home-bottom.jpg); background-repeat:no-repeat;  background-position:center; }

.home-footer-left						{ float:left; width:470px; height:200px;  text-align:left; }
.home-footer-right						{ float:left; width: 470px; height:200px; text-align:left; }
.footer-left-image						{ float:left; width:134px; margin:50px 0 0 0px; }
.footer-left-statement					{ float:left;width:150px; margin:75px 0 0 35px; color:#CCCCCC; font-size:14px; }
.footer-left-btn a						{ position:relative; top:162px; left:60px; width:80px; color:#CCCCCC; font-size:11px; text-decoration:none; }
.footer-left-btn a:hover                   { text-decoration:underline }
.footer-right-image						{ float:left; width:140px; margin:50px 0 0 180px; }
.footer-right-statement					{ float:left; width:120px; margin-top:80px;color:#CCCCCC; font-size:14px;  }
.footer-right-btn a						{ position:relative; top:162px; left:350px; width:80px; color:#CCCCCC; font-size:11px;  text-decoration:none; }
.footer-right-btn a:hover                   { text-decoration:underline }
.footer-left-btn {
	left: 51px;
    position: relative;
    top: 153px; }
	
	
	
/*--Main Container--*/
.main_view {
	left: 29px;
    position: relative;
    top: 11px;
}
/*--Window/Masking Styles--*/
.window {
	height:354px;	
	width: 895px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 131px; right: 62px;
	width: 215px; height:28px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background: url(/img/home-nav1.png) repeat-x;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	background: none repeat scroll 0 0 #000000;
    border: 1px solid #333333;
    color: #000000;
    font-size: 1px;
    left: -35px;
    margin: 0 3px;
    padding: 11px 20px 0 1px;
    position: relative;
    text-decoration: none;
    top: -6px;
}
.paging a.active {
	background: none repeat scroll 0 0 #535352;
    border: 1px solid #333333;
}
.paging a:hover {
	background: none repeat scroll 0 0 #535352;
    border: 1px solid #333333; }
	
.div {
	left: -1px;
    position: relative;
    top: -6px; }		

.home-flash2 {
	margin:0 auto;
	width:957px;
	height:365px;
	background-image:url(/img/home-back.png);
	position:relative;
	left:1px; }
	
.logocap {
	left: -28px;
    position: relative;
    top: -9px; }	

.music {
	float: right;
    left: -63px;
    margin-left: -67px;
    position: relative;
    top: -28px;
    z-index: 1000; }	
