@charset "utf-8";
/* CSS Document */
#boxContent{
	position: relative; /*THIS FIXES IE - Damn piece of shit... the parent element needs this too besides the contentbox-wrapper*/
    overflow:hidden;
	width:1024px;
	margin-left:20px;
}
 
.contentbox-wrapper{
    position:relative;
    left:0;
    padding:10px;
    width:15376px;
    height:100%;
	float:left;
}
 
.contentbox{
	
    width:1024px;
    height:100%;
    float:left;
    left:-5px;
    background:#4ba2d5;
	filter: alpha(opacity=85);
	opacity: .80;
/*	-moz-box-shadow: 5px 0 25px #333;
	-webkit-box-shadow: 5px 0 25px #333 ;
	box-shadow: 5px 0 25px #333;*/ /* This is for IE box-shadow: hoff voff bd sd color inset ::: BD = Blur Distance; SD = Shadow Distance*/

}
		#wrap{			
			position:absolute;
			width:1024px;
			top:260px;
		}
		#nav {
			position:fixed;
			padding: 5px 10px;

		}
		
		#nav ul li{
			display:inline;
		}
		
		#nav a.active {
			font-weight:bold;
		}	
/******************** Footer ******************/
.footer {
	position:relative;
	padding:0;
	overflow:hidden;
	padding:10px;
	margin:0;
	width:1024px;	
    background:#003;
	filter: alpha(opacity=65);
	opacity: .60;
	height:220px;
}
.footer, .push {
	height: 190px; /* .push must be the same height as .footer */
}
.poweredby {
	color: #CCC;
	float:right; 
	padding-right:30px !important;
	font-size:11px;
	line-height:22px;
	width:420px;
	text-align:center;
}
.poweredby a:link {
	text-decoration:none;
	color: #FC0;	
	
}
.poweredby a:hover {
	text-decoration:none;
	color: #F60;	
	
}
.poweredby a:link {
	text-decoration:none;
	color: #F60;	

}
.oas {
	color: #CCC;
	padding-left:0px;
	float:left; 
	font-size:11px;
	line-height:0px;
	width:460px;
}
.oas a:link {
	text-decoration:none;
	color: #FC0;	
	
}
.oas a:hover {
	text-decoration:none;
	color: #F60;	
	
}
.oas a:link {
	text-decoration:none;
	color: #F60;	


	
}
.address {
	color: #CCC;
	padding-left:10px;
	float:left; 
	font-size:11px;
	line-height:22px;
	width:300px;
}
.address a:link {
	text-decoration:none;
	color: #FC0;	
	
}
.address a:hover {
	text-decoration:none;
	color: #F60;	
	
}
.address a:link {
	text-decoration:none;
	color: #F60;	
	
}
.rcosleftimg {
	float:left; 
	width:440px;
}

.rcosrightimg {
	float:right; 
	width:440px;
}
.breadcrumbs {
	
	position:absolute;
	top:-10px;
	padding-left:20px;
	text-align:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#FFF;
	text-decoration:none;
	z-index:80px;
}

/**************************************/
		
		
