@charset "utf-8";
/* CSS Document */

a:link {
	text-decoration: none;
}
.nonetext {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
body {background-color:#000;
background-image:url(../images/back.png);
background-repeat:repeat-x;
}



@font-face {
src: url(bankfont.ttf);
}

.container {
width:960px;
height:1100px;
background-color:#000;
margin-top:0px;
box-shadow:#000 1px 1px 1px 4px;
}

.header{
	width:960px;
	height:100px;
	float:left;
	background-image:url(../images/top_color.png);
	background-repeat:no-repeat;
}

.logo {
	width:200px;
	height:90px;
	float:left;
	background-image:url(../images/logo.png);
	margin-left:30px;
	margin-top:5px;
}

.navigation_bar {
	float:left;
	margin-top:47px;
	margin-left:30px;
}

.navigation {
	color:#FFF;
	font-size:16px;
	margin:0px;
	padding:0px;
	list-style-type:none;
	font-family:"BankGothic Lt BT", "Arno Pro";
}
.navigation li { display:inline;

}
.navigation li a {
	display:block;
	float:left;
	width:140px;
	height:35px;
	padding-left:12px;
	padding-top:9px;
	color:#FFF;
	font-size:14px;
	font-family:"BankGothic Lt BT", "Arno Pro";
    background-image:url(../images/menu_red.png);
	background-repeat:no-repeat;
}

.navigation li a:hover,
.navigation li.active a {
    background-image:url(../images/menu_green.png);
	width:140px;
	height:35px;
	color:#FFF;
	font-size:14px;
	font-family:"BankGothic Lt BT", "Arno Pro";
}

.join_top {
	float:left;
	width:150px;
	height:30px;
	margin-left:40px;
	margin-top:48px;
}

.body_site {
	float:left;
	width:960px;
	height:960px;
	background-image:url(../images/back_2.png);
}

.body_heading_logo {
	width:960px;
	height:100px;
	margin-top:20px;
	float:left;
	background-image:url(../images/heading_logo.png);
}

.body_heading {
	width:960px;
	height:80px;
	float:left;
	background-color:#000;
	font-family:"BankGothic Lt BT";
	font-size:30px;
	color:#FFF;
}

.body_heading2 {
	width:960px;
	height:80px;
	float:left;
	margin-top:5px;
	background-color:#000;
	font-family:"Agency FB";
	font-size:24px;
	color:#FFF;
}

.body_heading_big {
	width:900px;
	height:auto;
	float:left;
	margin-top:5px;
	background-color:#000;
	font-family:"Agency FB";
	font-size:22px;
	color:#FFF;
	text-align:left;
	padding-left:30px;
}


.body_form {
	width:900px;
	height:500px;
	float:left;
	margin:30px 28px 0px 28px;
	background-color:#666;
	border:#666 2px solid;
}

.tab1 {
width:50px;
height:500px;
float:left;
background-image:url(../images/tab_1.png);	
}

.tab_full {
width:265px;
height:500px;
float:left;
background-image:url(../images/tab_full.png);	
}

.form_field {
	width:585px;
	height:500px;
	float:left;
}

.form_heading1 {
	width:570px;
	height:52px;
	float:left;
	background-image:url(../images/form_heading1.png);
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

.form_heading2 {
	width:570px;
	height:25px;
	float:left;
	margin-left:15px;
	background-image:url(../images/form_heading2.png);
}
.form_panel {
	width:570px;
	height:395px;
	float:left;
}

.tr_text {
	color:#000;
	font-family:"Agency FB";
	font-size:22px;
	font-weight:bold;
	width:250px;
	text-align:left;
	padding-left:15px;
	margin-top:5px;
}

.tr_form_fields {
	color:#000;
	font-family:"Agency FB";
	font-size:20px;
	font-weight:bold;
	width:250px;
	text-align:left;
	margin-top:5px;		
}

.tr_form_element {
	color:#000;
	font-family:"Agency FB";
	font-size:18px;
	font-weight:bold;
	width:200px;
	text-align:left;
	border:#000 solid 1px;
}

.form_element_button {
	width:100px;
	background-color:#000;
	color:#FC6;
    font-family:"Agency FB";
	font-size:20px;
	font-weight:bold;
	margin-left:50px
}

.form_element_button:hover {
	width:100px;
	background-color:#666;
	color:#000;
    font-family:"Agency FB";
	font-size:20px;
	font-weight:bold;
	margin-left:50px;
	border:#09F 3px solid;
}

.social {
	width:200px;
	height:65px;
	margin-top:880px;
}

.footer {
	width:960px;
	height:40px;
	background-color:#000;
	color:#FFF;
	font-family:"BankGothic Lt BT";
	font-size:20px;
	float:left;
	}
.confirm {
	width:500px;
	height:20px;
	color:#000;
	font-family:"Agency FB";
	font-size:18px;
	font-weight:bold;

}

.contact_head{
	color:#FC6;
    font-family:"Agency FB";
	font-size:30px;
	font-weight:bold;
	padding-left:50px;
	margin-top:-5px;
	margin-bottom:-5px;
}

.contact_left {
	width:400px;
	height:500px;
	float:left;
	padding-top:40px;
	margin-left:20px;
	padding-left:15px;
}

.contact_right {
	width:400px;
	height:550px;
	float:left;
	margin-left:30px;
}

.contact_label{
	color:#FC6;
	font-family:"Agency FB";
	font-size:24px;
	padding-top:20px;
}

.contact_input{
	color:#FFF;
	font-family:"Agency FB";
	font-size:22px;
	width:350px;
	margin-top:10px;
	background-color:#333;
	border:#FFF solid 1px;
}

.contact_map {
	width:397px;
	height:290px;
	background-image:url(../images/map.png);
}

.contact_address {
	width:400px;
	height:150px;
	float:left;
	color:#FFF;
	font-family:"Agency FB";
	font-size:22px;	
}