@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
	padding:0px;
	font-family:'Arial';
}

#main-holder{
	width:100%;
	width:auto;
}

#header-holder {
	background:url(../resources/images/header-bg.jpg) repeat-x;
	height:61px;
	width:100%;
}

.logo{
	margin:0px auto;
	width:1003px;
	height:50px;
	padding-top:11px; 
}
#banner-holder{
	background:url(../resources/images/banner.jpg) center no-repeat;
	height:519px;
	width:100%;
	padding-top:10px
	}
	
.banner-txt{
	font-family:Arial, Helvetica, sans-serif;
	width:784px;
	margin:0 auto;
	height:auto;
	font-size:40px;
	font-weight:bold;
	float:right;
	color:#004a8f;
	text-align:left;
}

.banner-txt p{
	 font-size:20px;
	 padding-top:5px;
	}

.banner-txt .line{
	border-bottom:1px solid #004a8f;
	width:511px;
	}

.banner-txt a.apply{ float:left; margin-left:180px;}

.bottom-txt{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	width:980px;
	margin:0 auto;
	height:auto;
	font-size:14px;
	color:#000;
	text-align:left;
}
.red-txt{
	color:#ed1c24;
	font-size:40px;
	
}
#body-holder{
	width:100%;
	height:auto;
	padding-top:20px;
	}
	
.inner-text{
		margin:0 auto;
		width:1003px;
		height:auto;
	}
	
	
	p {
	margin:0px
}

.nav {
	cursor: pointer;
}




.icon{
	background-image: url(../resources/images/icon.gif);
	background-repeat: no-repeat;
	background-position: 30px 7px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:50px;
	list-style:none;
	font-size:14px;
}
	
	.tab{
		background-image:url(../resources/images/txt-bg.png);
		background-repeat:no-repeat;
		background-position:center 80px;
		width:966px;
		margin-top:10px;
		height:280px;
		margin:0 auto;
		
	}
	
	.content_holder {
	height:130px;
	width: 940px;
	overflow: auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#000;
}


.apply-online{
	width:200px;
	margin:0 auto;
	padding-bottom:10px;
	}

#footer-holder{
	height:24px;
	width:100%;
	background-color:#272727;
	margin-top:5px;
	padding-top:8px;

	}
	.footer-inner{
		height:23px;
		margin:0 auto;
	width:1003px;
	


	}
	
	.footer-txt{
		font-size:12px;
		color:#FFFFFF;
	}
		.footer-txt a{
		font-size:12px;
		color:#FFFFFF;
		text-decoration:underline;
	}