@charset "UTF-8";

@font-face {
    font-family: 'BankGothicLight';
    src: url('fonts/bankgthl.eot');
	src: local('?');
    src: url('fonts/bankgthl?#iefix') format('embedded-opentype'),
		 url('fonts/bankgthl.eot?') format('eot'),
         url('fonts/bankgthl.woff') format('woff'),
         url('fonts/bankgthl.ttf') format('truetype'),
         url('fonts/bankgthl.svg#bankgthl') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
	height: 100%;
	overflow-y: scroll;
}

body {
	padding: 0;
	margin: 0;
	background: #6B747D url(images/background.jpg) no-repeat center top;
	width: 100%;
}

#wrap {
	min-height: 100%;
}











/* -------- NAVIGATION AND HEADER ------------- */

#nav {
	margin-left: auto;
	margin-right: auto;
	width: 990px;
	height: 51px;
	margin-top: 398px;
	background-image: url(images/line-under-nav.png);
	background-position: bottom;
	background-repeat: no-repeat;
	margin-bottom: 47px;
}

	#nav ul {
		list-style-type: none;
		padding-left: 150px;
		padding-top: 0px;
		margin-top: 0px;
		float: left;
	}
	
		#nav ul li {
			float: left;
			padding-right: 6px;
		}
/* -------- END OF NAVIGATION AND HEADER ------------- */







/* -------- BODY AND CONTENT ------------- */

#main {
	overflow:auto;
	padding-bottom: 89px;
}

#contentHolder {
	margin-left: auto;
	margin-right: auto;
	width: 990px;
	height: 200px; /*---  used to be 571 -----*/
}

	#leftContentHolder {
		float: left;
		height: 410px;
		width: 474px;
		color: #FFFFFF;
		padding-left: 44px;
	}
	
	#contentTextHeading {
		margin-top: 23px;
		margin-bottom: 20px;
		font-size: 22px;
		font-family: "BankGothicLight", Verdana;
		letter-spacing: -1px;
	}
	
	#contentTextBody {
		font-family: Verdana, Geneva, sans-serif;
		font-size: 13px;
		line-height: 20px;
		margin-right: 50px;
	}
	
	
	
	
	

	#rightPhotoHolder {
		float: right;
		margin-right: 35px;
		font-size: 1em;
		line-height: 410px;
		width: 437px;
		height: 410px;
		background-image: url(images/white-gradient-background.png);
		text-align: center;
	}
	
	#rightPhoto {
		margin-top: 54px;
	}

/* -------- END OF BODY AND CONTENT ------------- */

#footerContent {
	width: 990px;
	height: 89px;
	margin-left: auto;
	margin-right: auto;
}

	#footerContent img.footerLogo {
		float: left;
		margin-left: 20px;
	}
	
	#footerNav {
		margin-top: 25px;
		margin-left: 230px;
		width: 250px;
		height: 24px;
		font-family: Verdana, Geneva, sans-serif;
		font-size: 12px;
		float: left;
		color: #FFFFFF;
	}
	
		#footerNav a:link , #footerNav a:visited , #footerNav a:active {
			color: #FFFFFF;
			text-decoration: none;	
		}
		
		#footerNav a:hover {
			color: #7ec3f2;
		}
		
	#footerCopyRight {
		margin-left: 260px;
		margin-top: 8px;
		float: left;	
		width: 250px;
		height: 10px;
		font-family: Verdana, Geneva, sans-serif;
		font-size: 12px;
		color: #FFFFFF;
	}



/* -------- FOOTER CONTENT ------------- */

























#footer {
	position: relative;
	margin-top: -89px;
	height: 89px;
	clear: both;
	width: 100%;
	background: #015289 url(images/footer-tile.jpg) repeat-x;
}

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}