/* Alta Alliance Bank */
/* LAYOUT Stylesheet */

html {
background: #f5f5f5 url(../images/bg.gif) center 7px repeat-y;
}

html, body {
height:100%;
}

body {
text-align:center;
margin:0;
font-family: Georgia, "Times New Roman", Times, serif;
font-size:12px;
color:#444444;
}


#container {
width: 1024px;
height: 100%;
margin:0 auto;
text-align:center;
}

#container-inner {
background: url(../images/bg_body.gif) top left no-repeat;
width:904px;
padding: 0 60px;
}


/* ------------------------------------------------------------ */
/*   HEADER CONTAINER */
/* ------------------------------------------------------------ */
#header-container {
	height: 249px;
	position: relative;
}
/* ------------------------------------------------------------ */
/*   QUICK LINKS */
/* ------------------------------------------------------------ */

#quicklinks_outer {
width:904px;
height:61px;
text-align:center;
position: absolute;
z-index: 999;
top: 0;
left: 0;
}

#quicklinks_inner {
width:904px;
height:61px;
text-align:left;
}

.quicklinks_home {
	background: transparent url(../images/quicklinks_bg.png) top center no-repeat;
}

#quicklinks_menu {
width:900px;
height:61px;
position:relative;
text-align:center;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

#quicklinks_menu a {
	position: relative;
}


/*   QUICK LINKS TEXT */

#quicklinks_menu {
	line-height:22px;
	color:#ffffff;
	text-transform:uppercase;
	font-size: 10px;
	}

#quicklinks_menu a {
	color:#ffffff;
	text-decoration:none;
	}

#quicklinks_menu a:hover {
	color:#555;
	text-decoration:underline;
	}

#quicklinks_menu img {
	position:relative;
	top:3px;
	left:10px;
	}

#quicklinks_menu a.image:hover {
	text-decoration:none;
	}

		
		
/* ------------------------------------------------------------ */
/*  FLASH HEADER  */
/* ------------------------------------------------------------ */

#header {
width:904px;
height:249px;
top: 0;
left: 0;
xbackground:url(../images/bg_flash-header.jpg) 0 29px no-repeat;
position: absolute;

}
#header img { border: 0; xpadding-top: 29px; }



/* ------------------------------------------------------------ */
/*  GLOBAL NAV  */
/* ------------------------------------------------------------ */

#globalnav_outer {
width:904px;
height:65px;
overflow: hidden;
text-align:center;
position: absolute;
z-index: 999;
top: 184px;
left: 0;
}

#globalnav_level0,
#globalnav_level1,
#globalnav_level2,
#globalnav_level3 {
width: 904px;
height: 65px;
background: url(../images/bg_globalnav.png) 0 0 no-repeat;
}

#globalnav_menu {
position:relative;
}

* html a:hover
{
visibility:visible;
}

#globalnav_menu span {
	display: none;
	position: relative;
}

#globalnav_menu a {
	position: relative;
}

	/* ------------------------------------------------------------ */
	/*  ABOUT US  */
	/* ------------------------------------------------------------ */

		#nav_aboutus {
		float:left;
		white-space: nowrap;
		display: block;
		width: 85px;
		height: 65px;
		margin: 0;
		padding: 0;
		}
		
		#nav_aboutus a{
		display: block;
		width: 85px;
		height: 65px;
		float: left;
		text-decoration: none;
		}
		
		#globalnav_menu #nav_aboutus a:hover,
		#globalnav_menu #nav_aboutus a.over {
			background: url(../images/bg_globalnav.gif) 0 0 no-repeat;
		}


	/* ------------------------------------------------------------ */
	/*  BUSINESS BANKING  */
	/* ------------------------------------------------------------ */

		#nav_business {
		float:left;
		white-space: nowrap;
		display: block;
		width: 135px;
		height: 65px;
		margin: 0;
		padding: 0;
		}
		
		#nav_business a{
		display: block;
		width: 135px;
		height: 65px;
		float: left;
		text-decoration: none;
		}
		
		
		#globalnav_menu #nav_business a:hover,
		#globalnav_menu #nav_business a.over {
			background: url(../images/bg_globalnav.gif) -85px 0 no-repeat;
		}

		
	/* ------------------------------------------------------------ */
	/* PERSONAL BANKING */
	/* ------------------------------------------------------------ */
		#nav_personal {
		float:left;
		white-space: nowrap;
		display: block;
		width: 130px;
		height: 65px;
		margin: 0;
		padding: 0;
		}
		
		#nav_personal a{
		display: block;
		width: 130px;
		height: 65px;
		float: left;
		text-decoration: none;
		}
		
		
		#globalnav_menu #nav_personal a:hover,
		#globalnav_menu #nav_personal a.over {
			background: url(../images/bg_globalnav.gif) -220px 0 no-repeat;
		}
	
	
	/* ------------------------------------------------------------ */
	/* CASH MANAGEMENT */
	/* ------------------------------------------------------------ */
		#nav_cash {
		float:left;
		white-space: nowrap;
		display: block;
		width: 136px;
		height: 65px;
		margin: 0;
		padding: 0;
		}
		
		#nav_cash a{
		display: block;
		width: 136px;
		height: 65px;
		float: left;
		text-decoration: none;
		}
		
		
		#globalnav_menu #nav_cash a:hover,
		#globalnav_menu #nav_cash a.over {
			background: url(../images/bg_globalnav.gif) -350px 0 no-repeat;
		}
		
		
	/* ------------------------------------------------------------ */
	/* dividers */
	/* ------------------------------------------------------------ */
		.nav_divider {
		display: none;
		}
		
		#nav_right_end {
		display: none;
		}
		
	/* ------------------------------------------------------------ */
	/* E-BANKING */
	/* ------------------------------------------------------------ */
	
		/*
		#ebank_left {
		float:left;
		background: url(../images/ebank_left.gif) no-repeat;
		width: 3px;
		height: 38px;
		margin: 0;
		padding: 0;
		display: none;
		}
		
		#ebank_label {
		float:left;
		background: url(../images/ebank_label.gif) no-repeat;
		width: 87px;
		height: 38px;
		margin: 0;
		padding: 0;
		display: none;
		}
		*/
		
		#ebank_form {
		float:left;
		width: 390px;
		height: 65px;
		margin: 0;
		padding: 0;
		padding-top: 38px;
		padding-right: 28px;
		}
		
		#ebank_form form{
		margin: 0;
		padding: 0;
		padding-right: 10px;
		}
		
		#ebank_form select{
		border:1px solid #90959a;
		font-size:9px;
		color:#000;
		width:150px;
		margin: 0;
		padding: 0;
		float: right;
		vertical-align: middle;
		}
		
		#ebank_form img{
		float:right;
		position:relative;
		top:3px;
		left:0px;
		margin: 0;
		padding: 0;
		padding-left: 5px;
		vertical-align: middle;
		}

/* ------------------------------------------------------------ */
/*  CONTENT  */
/* ------------------------------------------------------------ */
	
#content {
width:904px;
min-height:550px;
background: #fff;
border-bottom:1px solid #e7e7e7;
padding-bottom:10px;
text-align:left;
}

#content .content_left {
float:left;
position:relative;
top:25px;
left:25px;
width:257px;
}

#content .content_right {
float:right;
position:relative;
top:25px;
right:25px;
width:572px;
}

/* ------------------------------------------------------------ */
/*  modules Global  */
/* ------------------------------------------------------------ */
	.module {
	width:257px;
	margin:0 0 30px 0;
	}
	
	.module span.header-a{
	display:block;
	height:33px;
	}
	
	.module span.header-b{
	display:block;
	height:33px;
	color:#fff;
	font-size:13px;
	line-height:33px;
	font-weight:normal;
	padding-left:10px;
	font-family: Helvetica, Verdana, Arial, Helvetica, sans-serif;
	}
	
	.module img.header{
	float:left;
	margin:9px 0 0 5px;
	}
	
	.module img.icon{
	float:right;
	margin:10px 10px 0 0;
	}
	
	.module-content{
	background:#f2ebdd url(../images/module_body_bg.gif) bottom left no-repeat;
	min-height:120px;
	padding: 10px;
	}
	
	.module p{
	line-height:18px;
	margin: 0;
	margin-bottom: 0;
	}
	
	.module a{
	float:right;
	margin:10px 10px 5px 10px;
	color:#2f2f2f;
	text-decoration:underline;
	}
	
	.module a:hover{
	color:#4a4a3b;
	text-decoration:none;
	}

	.thumb-sm {
	margin:14px 10px 2px 2px;
	padding:0;
	}
	
	.module ul {
		padding-left: 20px;
	}
	
	.module li {
		line-height: 1.5em;
	}
	
	
/* ------------------------------------------------------------ */
/*  modules NEWS  */
/* ------------------------------------------------------------ */

	.news_header-a {
	background-image:url(../images/module_news_tl.gif);
	background-repeat:no-repeat;
	background-position:top left;
	}
	
	.news_header-b {
	background-image:url(../images/module_news_tr.gif);
	background-repeat:no-repeat;
	background-position:top right;
	}
	
/* ------------------------------------------------------------ */
/*  modules PROMO  */
/* ------------------------------------------------------------ */

	.promo_header-a {
	background-image:url(../images/module_promo_tl.gif);
	background-repeat:no-repeat;
	background-position:top left;
	}
	
	.promo_header-b {
	background-image:url(../images/module_promo_tr.gif);
	background-repeat:no-repeat;
	background-position:top right;
	}
		
/* ------------------------------------------------------------ */
/*  modules COMMUNITY  */
/* ------------------------------------------------------------ */

	.comm_header-a {
	background-image:url(../images/module_comm_tl.gif);
	background-repeat:no-repeat;
	background-position:top left;
	}
	
	.comm_header-b {
	background-image:url(../images/module_comm_tr.gif);
	background-repeat:no-repeat;
	background-position:top right;
	}


/* ------------------------------------------------------------ */
/*  modules SWITCH KIT  */
/* ------------------------------------------------------------ */
	
	.switchkit {
	width:572px;
	height:34px;
	margin:0 0 20px 0;
	}

	
/* ------------------------------------------------------------ */
/*  modules SLIM FEATURE  */
/* ------------------------------------------------------------ */

	
	.slimfeature {
	width:572px;
	min-height:30px;
	height:auto;
	background:url(../images/slimfeature_tl.gif) top left no-repeat #efebe4;
	margin:0 0 30px 0;
	}

	.slimfeature span {
	background:url(../images/slimfeature_tr.gif) top right no-repeat;
	display:block;
	}

	.slimfeature span span {
	background:url(../images/slimfeature_br.gif) bottom right no-repeat;
	height:30px;
	}
	
	.slimfeature span span span {
	background:url(../images/slimfeature_bl.gif) bottom left no-repeat;
	height:20px;
	padding:5px;
	}
	
	.slimfeature span span span p {
	font-size:13px;
	margin:0;
	}
	
	.slimfeature a{
	color:#73735d;
	text-decoration:underline;
	}
	
	.slimfeature a:hover{
	color:#4a4a3b;
	text-decoration:none;
	}

/* ------------------------------------------------------------ */
/*  modules TESTIMONIALS			*/
/* ------------------------------------------------------------ */
#testimonials {
	width: 572px;
}
	
	#testimonials img {
		border: 0;
	}
	
	#testimonials-header {
		height: 57px;
	}
	
	#testimonials ul {
		margin: 0;
		padding: 0;
		height: 215px;
		border-left: 1px solid #cfc7bd;
		border-right: 1px solid #cfc7bd;
		position: relative;
	}
		
		#testimonials ul li {
			margin: 0;
			padding: 0;
			position: absolute;
			top: 0;
			left: 0;
			list-style: none;
			display: none;
		}
		
		#testimonials ul li.show,
		#overlay0 {
			display: block;
		}
	
	#testimonials-footer {
		height: 26px;
		padding-top: 6px;
		padding-right: 11px;
		text-align: right;
		background: url(../images/testimonials/bg_bottom.gif) top left no-repeat;
	}
		


/* ------------------------------------------------------------ */
/*  modules VALUE PROPOSITION  - shorter version				*/
/* ------------------------------------------------------------ */

	
	.valueprop {
	width:572px;
	min-height:200px;
	height:auto;
	background:url(../images/valueprop_bg.gif) top left repeat-x;
	margin:0 0 30px 0;
	}

	.valueprop span {
	background:url(../images/valueprop_tl.gif) top left no-repeat;
	display:block;
	}

	.valueprop span span {
	background:url(../images/valueprop_tr.gif) top right no-repeat;
	}
	
	p.valuepropcopy {
	font-size:13px;
	line-height:22px;
	width:450px;
	margin:0;
	padding:20px 20px 0px 20px;
	}
	
	#tagline {
	float:right;
	margin:0 20px 0 0;
	}
	
	.break {
	line-height:20px;
	}


/* ------------------------------------------------------------ */
/*  modules VALUE PROPOSITION  - TALLER VERSION					*/
/* ------------------------------------------------------------ */

	
	.valueprop2 {
	width:572px;
	height:162px;
	background:url(../images/valueprop_bg.jpg) top left no-repeat;
	margin:0 0 30px 0;
	}
	
	.valueprop2_bg {
	width:572px;
	height:162px;
	background:url(../images/valueprop_bg.gif) bottom left no-repeat;
	}
	
	.valueprop2 span {
	background:url(../images/valueprop_tl.gif) top left no-repeat;
	display:block;
	}

	.valueprop2 span span {
	background:url(../images/valueprop_tr.gif) top right no-repeat;
	}
	
	p.valuepropcopy2 {
	line-height:18px;
	width:410px;
	margin:0;
	padding:20px 70px 0px 20px;
	font-size: 11px;
	}

	p.valuepropcopy, p.valuepropcopy2 a{
	color:#73735d;
	text-decoration:underline;
	}
	
	p.valuepropcopy, p.valuepropcopy2 a:hover{
	color:#4a4a3b;
	text-decoration:none;
	}
	
	p.valuepropcopy2 img {
		margin-bottom: 5px;
	}

	.valueprop2 span span a.download_info {
	position:absolute;
	top:486px;
	left:464px;
	display:block;
	width:84px;
	height:22px;
	}
	
	.valueprop2 span span a.download_info span {
	display:none;
	}

/* ------------------------------------------------------------ */
/*  modules FEATURED  */
/* ------------------------------------------------------------ */
	
	.featured {
	width:572px;
	background: url(../images/featured_bg.gif) top left no-repeat;
	margin:22px 0 20px 0;
	}
	
	.featured_bg {
	width:572px;
	padding-bottom: 10px;
	background:url(../images/featured_bg_bottom.gif) bottom left no-repeat;
	}
	
	.featured img.thumb {
	float:right;
	margin:21px 21px 0 10px;
	}
	
	.featured h1 {
	color:#73735d;
	font-size:18px;
	font-weight:normal;
	vertical-align:bottom;
	padding:18px 0 0 0;
	margin:0 0 0 20px;
	}

	.featured p.featuredcopy {
	line-height:18px;
	padding-right:150px;
	margin:0 0 10px 20px;
	}
	
	.featuredcopy a{
	color:#b17f18;
	text-decoration:underline;
	}
	
	.featuredcopy a:hover{
	color:#4a4a3b;
	text-decoration:none;
	}
	


/* ------------------------------------------------------------ */
/* BUTTONS */
/* ------------------------------------------------------------ */
	
	.btn_orange {
	height:19px;
	float:right;
	font-size:10px;
	letter-spacing:.1em;
	text-align:center;
	text-transform:uppercase;
	background:url(../images/btn_orange_bg.gif) top left repeat-x;
	margin:0 20px 0 0;
	}

	.btn_orange div {
	background:url(../images/btn_orange_l.gif) top left no-repeat;
	height:19px;
	}
	
	.btn_orange div div {
	background:url(../images/btn_orange_r.gif) top right no-repeat;
	height:19px;
	margin:0;
	padding:4px 10px 0 10px;
	}
	
	.btn_orange a{
	color:#555;
	text-decoration:none;
	}
	
	.btn_orange a:hover{
	color:#000;
	text-decoration:none;
	}
	
	
	.btn_green {
	height:19px;
	float:right;
	font-size:10px;
	letter-spacing:.1em;
	text-align:center;
	text-transform:uppercase;
	background:url(../images/btn_green_bg.gif) top left repeat-x;
	margin:0 20px 0 0;
	}

	.btn_green div {
	background:url(../images/btn_green_l.gif) top left no-repeat;
	height:19px;
	}
	
	.btn_green div div {
	background:url(../images/btn_green_r.gif) top right no-repeat;
	height:19px;
	margin:0;
	padding:4px 10px 0 10px;
	}
	
	.btn_green a{
	color:#555;
	text-decoration:none;
	}
	
	.btn_green a:hover{
	color:#000;
	text-decoration:none;
	}


/* ------------------------------------------------------------ */
/* SEARCH & PRODUCTS */
/* ------------------------------------------------------------ */

#search {
width:904px;
height:119px;
text-align:left;
margin-top: 1px;
border-top: 1px solid #f3f3f3;
background:#ffffff;
}

#search .content_left {
float:left;
position:relative;
left:25px;
top:20px;

width:257px;
}

#search .content_right {
float:right;
position:relative;
right:25px;
top:20px;
width:572px;
}


	/* ------------------------------------------------------------ */
	/* SEARCH */
	/* ------------------------------------------------------------ */
		
		#search .content_left img{
		position:relative;
		top:0;
		left:0;
		margin: 0;
		padding: 0;
		}
		
		#search .content_left form{
		position:relative;
		top:20px;
		left:0;
		margin: 0;
		padding: 0;
		}
		
		#search input.searchbox{
		width:120px;
		height:13px;
		position:relative;
		top:0;
		left:0;
		margin: 0;
		padding: 5px 0 0 4px;
		border:1px solid #b9b9ae;
		font-family: Trebuchet MS, Helvetica, Arial;
		font-size:10px;
		color:#666;
		}
		
		#search input.button{
		position:relative;
		top:4px;
		left:5px;
		margin: 0;
		padding: 0;
		}

	/* ------------------------------------------------------------ */
	/* PRODUTS */
	/* ------------------------------------------------------------ */
		
		#search .content_right img{
		position:relative;
		top:0;
		left:0;
		margin: 0;
		padding: 0;
		clear:both;
		}
		
		#search .content_right div.products{
		position:relative;
		top:20px;
		left:0;
		margin:0;
		padding: 0;
		}
		
		#search .content_right div.products img{
		position:relative;
		margin:0 20px 0 0;
		}
	


/* ------------------------------------------------------------ */
/* CONCIERGE */
/* ------------------------------------------------------------ */
#concierge {
	background: url(../images/concierge/bg_concierge.jpg) 0 0 no-repeat;
	padding: 20px;
	font-size: 12px;
	position: relative;
	margin-bottom: 30px;
      height: 291px;
}
	
#conciergetext { 
    font-size: 11px;
}

#concierge-images {
	padding-bottom: 5px;
}
	
#concierge em {
	font-style: normal;
	color: #555;
	font-weight: bold;
}
	
#concierge ul {
	margin: 0;
	padding: 0;
}
		
#concierge ul li {
	display: inline;
	margin: 0;
	padding: 0;
	padding-left: 10px;
	padding-right: 5px;
	list-style: none;
	background: url(../images/concierge/g_dot.gif) left no-repeat;
}
	
#concierge-apply-now {
	position: absolute;
	top: 147px;
	left: 374px;
	font-size: 10px;
	width: 140px;
	color: #fff;
}
		
#concierge-apply-now img {
	border: none;
	margin-top: 10px;
}

#concierge-login {
      border-top: 1px solid #4a4a3b;
      padding: 9px 0 0 0;
}

#concierge-login a { 
	color:#0069aa;
	text-decoration:underline;
}
	
#concierge-login a:hover{
	color:#4a4a3b;
	text-decoration:none;
}
	
		
		
/* ------------------------------------------------------------ */
/* FOOTER LINKS */
/* ------------------------------------------------------------ */
#footer {
width:902px;
height:45px;
background-color:#dadad4;
border:1px solid #fff;
font-family: Trebuchet MS, Helvetica, Arial;
font-size: 11px;
}

#footer_inner {
position:relative;
top:1px;
width:902px;
height:41px;
background-color:#f2f2f2;
border-top:1px solid #fff;
border-bottom:1px solid #fff;
}

#footer p{
color:#999;
line-height:18px;
}

#footer a{
color:#999;
text-decoration:none;
}

#footer a:hover{
color:#666;
text-decoration:underline;
}




/* ------------------------------------------------------------ */
/* LEGAL */
/* ------------------------------------------------------------ */
#legal {
width:904px;
height:100px;
text-align:center;
background-color:#fff;
margin-top:0px;
padding-top:1px;
font-family: Trebuchet MS, Helvetica, Arial;
}

#legal div{
height:28px;
padding:0;
margin:10px 0 8px 0;
}

#legal div img.divider{
background-color:#ddd;
margin:0 15px;
}


#legal img{
background-color:#ddd;
padding:0;
margin:0;
}

#legal p{
padding-top:10px;
margin:0;
font-size:10px;
color:#999999;
line-height:16px;
}





/* BEGIN CLEARFIX */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */
/* END CLEARFIX */
