@charset "utf-8";
/* CSS Document */

body
{
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:12px;
	background-image:url(images/landingBackTile_01.png);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#264e6d;
}

.landBack {
	background-image:url(images/landingPage.png);
	width:950px;
	height:620px;
	margin:auto;
}
.tabsContainer {
	top:320px;
	width:800px;
	height:179px;
	position:absolute;
	margin-left:120px;
}

.branchLink {
	width:100%;
	height:100%;
	background:transparent;
	display:block;
	cursor:pointer;
}

