@charset "utf-8";
/* CSS Document */
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
}
img{border:0px;}
a:link {
	color: #002E50;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #002E50;
}
a:hover {
	text-decoration: underline;
	color: #007CC3;
}
a:active {
	text-decoration: none;
	color: #002E50;
}
#home .home, #about_us .about_us, #valued_processing_partnerships .valued_processing_partnerships, #about_nab .about_nab, #contact_us .contact_us{
	text-decoration: none;
	color: #007CC3;
}
#dot{
	width:1px;
	height:1px;
	left:50%;
	position:absolute;
}
#mainBox{
	width:999px;
	height:682px;
	margin:auto;
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	position:absolute;
	left:-499px;
	z-index:1;
}
#swfBox{
	width:985px;
	height:460px;
	margin:auto;
	position:absolute;
	left:7px;
	top:90px;
	z-index:1;
}
#mainImage{
	width:985px;
	height:413px;
	margin:auto;
	position:absolute;
	left:7px;
	top:90px;
	z-index:2;
}
#mainContent{
	width:auto;
	height:370px;
	position:absolute;
	left:420px;
	top:110px;
	z-index:3;
}
#mainFlash{
	width:400px;
	height:370px;
	position:absolute;
	left:15px;
	top:110px;
	z-index:4;
}
#nav{
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	font-weight:bold;
	line-height:20px;
	width:965px;
	height:20px;
	text-align:right;
	position:absolute;
	left:-483px;
	top:65px;
	z-index:3;
}
.darkText{
	color:#002E50;
}
.darkText2{
	color:#2d5057;
}
.wht{color:#FFF;}
.home_content{
	position:relative;
	left:135px;
	top:30px;
}
.about_us_content{
	position:relative;
	left:65px;
	top:10px;
}
.valued_processing_partnerships_content{
	position:relative;
	left:30px;
	top:0px;
}
.valued_processing_partnerships_content li{
	margin-left: -28px;
}
.about_nab_content{
	position:relative;
	left:100px;
	top:8px;
}
.contact_us_content{
	position:relative;
	left:40px;
	top:40px;
}
.contact_us_content table{
	margin-bottom:0px; padding-bottom:0px;
}

hr{
	width: 100%;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	margin-top:10px;
	margin-bottom:10px;
}
.small{ font-size:10px;}
