/* Bank of Nevada    */
/* LAYOUT Stylesheet */

html, body {
height:100%;
}

body {
background: #dedbd5 url(../images/bg.gif) repeat-y 50% 0;
text-align:center;
margin:0;
font-family: Trebuchet MS, Helvetica, Arial;
font-size:11px;
color:#777777;
}
body#two { background-image: none; background-color: #fff; }

a {
	color: #28768c;
}

img {
	border: 0;
}

#container {
width:904px;
height: 100%;
margin:0 auto;
text-align:center;
}


/* ------------------------------------------------------------ */
/*   QUICK LINKS */
/* ------------------------------------------------------------ */

#quicklinks_outer {
width:904px;
height:29px;
text-align:center;
background-color:#abbab8;
}

#quicklinks_inner {
width:900px;
height:25px;
position:relative;
top:1px;
left:1px;
text-align:left;
border-top:1px solid #ddd;
border-right:1px solid #ddd;
border-bottom:1px solid #ddd;
border-left:1px solid #ddd;
}

#quicklinks_menu {
width:898px;
height:23px;
position:relative;
top:1px;
left:1px;
text-align:center;
background-image:url(../images/quicklinks_bg.gif);
background-repeat:repeat-x;
}


/*   QUICK LINKS TEXT */

#quicklinks_menu {
	line-height:22px;
	color:#555;
	text-transform:uppercase;
	}

#quicklinks_menu a {
	color:#333;
	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:215px;
background-image:url(../images/ad_wheelloader_loader.jpg);
background-repeat:no-repeat;
}

#header_aboutus {
width:904px;
height:215px;
background-image:url(../images/ad_table.jpg);
background-repeat:no-repeat;
}

#header_business {
width:904px;
height:215px;
background-image:url(../images/ad_wheelloader.jpg);
background-repeat:no-repeat;
}

#header_personal {
width:904px;
height:215px;
background-image:url(../images/ad_server.jpg);
background-repeat:no-repeat;
}

#header_wealth {
width:904px;
height:215px;
background-image:url(../images/ad_vet.jpg);
background-repeat:no-repeat;
}



/* ------------------------------------------------------------ */
/*  GLOBAL NAV  */
/* ------------------------------------------------------------ */

#globalnav_outer {
width:904px;
height:44px;
text-align:center;
background-color:#abbab8;
}

#globalnav_inner {
width:900px;
height:40px;
position:relative;
top:1px;
left:1px;
text-align:left;
border-top:1px solid #ddd;
border-right:1px solid #ddd;
border-bottom:1px solid #ddd;
border-left:1px solid #ddd;
}

#globalnav_menu {
width:898px;
height:38px;
position:relative;
top:1px;
left:1px;
text-align:left;
}

* html a:hover
{
visibility:visible;
}

	/* ------------------------------------------------------------ */
	/*  ABOUT US  */
	/* ------------------------------------------------------------ */

		#nav_aboutus {
		float:left;
		background: url(../images/nav_aboutus_over.gif) no-repeat;
		white-space: nowrap;
		display: block;
		width: 97px;
		height: 38px;
		margin: 0;
		padding: 0;
		}
		
		#nav_aboutus a{
		display: block;
		width: 97px;
		height: 38px;
		float: left;
		text-decoration: none;
		}
		
		#nav_aboutus img{
		width: 97px;
		height: 38px;
		border: 0
		}
		
		#nav_aboutus a:hover img
		{
		visibility:hidden;
		}


	/* ------------------------------------------------------------ */
	/*  BUSINESS BANKING  */
	/* ------------------------------------------------------------ */

		#nav_business {
		float:left;
		background: url(../images/nav_business_over.gif) no-repeat;
		white-space: nowrap;
		display: block;
		width: 155px;
		height: 38px;
		margin: 0;
		padding: 0;
		}
		
		#nav_business a{
		display: block;
		width: 155px;
		height: 38px;
		float: left;
		text-decoration: none;
		}
		
		#nav_business img{
		width: 155px;
		height: 38px;
		border: 0
		}
		
		#nav_business a:hover img
		{
		visibility:hidden;
		}

		
	/* ------------------------------------------------------------ */
	/* PERSONAL BANKING */
	/* ------------------------------------------------------------ */
		#nav_personal {
		float:left;
		background: url(../images/nav_personal_over.gif) no-repeat;
		white-space: nowrap;
		display: block;
		width: 161px;
		height: 38px;
		margin: 0;
		padding: 0;
		}
		
		#nav_personal a{
		display: block;
		width: 161px;
		height: 38px;
		float: left;
		text-decoration: none;
		}
		
		#nav_personal img{
		width: 161px;
		height: 38px;
		border: 0
		}
		
		#nav_personal a:hover img
		{
		visibility:hidden;
		}
		
	/* ------------------------------------------------------------ */
	/* WEALTH MANAGEMENT */
	/* ------------------------------------------------------------ */
		#nav_wealth {
		float:left;
		background: url(../images/nav_wealth_over.gif) no-repeat;
		white-space: nowrap;
		display: block;
		width: 176px;
		height: 38px;
		margin: 0;
		padding: 0;
		}
		
		#nav_wealth a{
		display: block;
		width: 176px;
		height: 38px;
		float: left;
		text-decoration: none;
		}
		
		#nav_wealth img{
		width: 176px;
		height: 38px;
		border: 0
		}
		
		#nav_wealth a:hover img
		{
		visibility:hidden;
		}
		
	/* ------------------------------------------------------------ */
	/* dividers */
	/* ------------------------------------------------------------ */
		.nav_divider {
		float:left;
		width:2px;
		height:38px;
		background-image:url(../images/nav_divider.gif);
		background-repeat:no-repeat;
		}
		
		#nav_right_end {
		float:left;
		background: url(../images/nav_right_end.gif) no-repeat;
		width: 106px;
		height: 38px;
		margin: 0;
		padding: 0;
		}
		
	/* ------------------------------------------------------------ */
	/* E-BANKING */
	/* ------------------------------------------------------------ */
	
		#ebank_left {
		float:left;
		background: url(../images/ebank_left.gif) no-repeat;
		width: 3px;
		height: 38px;
		margin: 0;
		padding: 0;
		}
		
		#ebank_label {
		float:left;
		background: url(../images/ebank_label.gif) no-repeat;
		width: 87px;
		height: 38px;
		margin: 0;
		padding: 0;
		}
		
		#ebank_form {
		float:left;
		background: url(../images/ebank_bg.gif) repeat;
		width: 213px;
		height: 38px;
		margin: 0;
		padding: 0;
		}
		
		#ebank_form form{
		position:relative;
		top:10px;
		left:-5px;
		margin: 0;
		padding: 0;
		}
		
		#ebank_form select{
		border:1px solid #90959a;
		font-size:9px;
		color:#000;
		width:150px;
		margin: 0;
		padding: 0;
		}
		
		#ebank_form img{
		float:left;
		position:relative;
		top:3px;
		left:0px;
		margin: 0;
		padding: 0;
		}

/* ------------------------------------------------------------ */
/*  CONTENT  */
/* ------------------------------------------------------------ */
	
#content {
width:904px;
min-height:550px;
background: #fff;
border-bottom:1px solid #f0f0f0;
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 ONLINE BANKING									  */
/* ------------------------------------------------------------ */

#online_banking {
	width:257px;
	height:169px;
	background-image:url(../images/onlinebanking_bg.jpg);
	background-repeat:no-repeat;
	margin:0 0 30px 0;
	}

#online_banking ul{
	list-style:none;
	font-size:12px;
	line-height:22px;
	margin:0;
	padding:0;
	position:relative;
	top:70px;
	left:16px;
	}

#online_banking ul li{
	margin:0;
	padding:0;
	}
			
#online_banking a{
	color:#28768c;
	text-decoration:underline;
	}

#online_banking a:hover{
	color:#135365;
	text-decoration:none;
	}

	
/* ------------------------------------------------------------ */
/*  modules ONLINE BANKING									  */
/* ------------------------------------------------------------ */

#branch_locator {
	width:360px;
	height:33px;
	background-image:url(../images/branch-locator/bg_branch-locator.jpg);
	background-repeat:no-repeat;
	margin:0 0 15px 0;
	padding: 10px 0 0 212px;
	font-size: 12px;
	}

#branch_locator input.searchbox{
	width:96px;
	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;
	}

#branch_locator input.button{
	position:relative;
	top:4px;
	left:5px;
	margin: 0 36px 0 0;
	padding: 0;
	}

#branch_locator p {
	padding-top: 5px;
	margin-top: 0px;
	}

#branch_locator a {
	color:#28768c;
	}

	
/* ------------------------------------------------------------ */
/*  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;
}
	
.module img.header{
	float:left;
	margin:9px 0 0 5px;
}
	
.module img.icon{
	float:right;
	margin:10px 10px 0 0;
}
	
.module-content{
	background-image:url(../images/module_body_bg.gif);
	background-repeat:repeat-x;
	border-top:1px solid #fff;
	min-height:150px;
}
	
.module p{
	line-height:18px;
	margin:10px 10px 5px 10px;
}
.module-content small {
    font-size: 90%;
}
	
.module a{
	float:right;
	margin:10px 10px 5px 10px;
	color:#73735d;
	text-decoration:underline;
}
		
.e-deposit a {
	float: none;
	margin: 0;
}
	
.module a:hover{
	color:#4a4a3b;
	text-decoration:none;
}

.thumb-sm {
	margin:14px 10px 2px 2px;
	padding:0;
}
	
/* ------------------------------------------------------------ */
/*  modules NEWS  */
/* ------------------------------------------------------------ */

	.news_header-a {
	background-color:#81bcc3;
	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-color:#b7d33e;
	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-color:#fca833;
	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 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;
	min-height:300px;
	height:auto;
	background:url(../images/valueprop_bg2.gif) top left repeat-x;
	margin:0 0 30px 0;
	}

	.valueprop2 span {
	background:url(../images/valueprop_tl.gif) top left no-repeat;
	display:block;
	}

	.valueprop2 span span {
	background:url(../images/valueprop_tr2.gif) top right no-repeat;
	}
	
	p.valuepropcopy2 {
	font-size:13px;
	line-height:22px;
	width:460px;
	margin:0;
	padding:20px 20px 0px 20px;
	}

	p.valuepropcopy, p.valuepropcopy2 a{
	color:#73735d;
	text-decoration:underline;
	}
	
	p.valuepropcopy, p.valuepropcopy2 a:hover{
	color:#4a4a3b;
	text-decoration:none;
	}
	
	.valueprop3 {
	width:572px;
	min-height:230px;
	height:auto;
	background:url(../images/balance_bg.jpg) top left repeat-x;
	padding-top: 20px;
	margin:0 0 0 0;
	}
	
	p.valuepropcopy3 {
	font-size:11px;
	line-height:17px;
	width:450px;
	margin:0;
	padding:20px 20px 0px 20px;
	}
	
	p.valuepropcopy3 a {
	color:#73735d;
	text-decoration:underline;
	}


/* ------------------------------------------------------------ */
/*  modules FEATURED  */
/* ------------------------------------------------------------ */
	
	.featured {
	width:572px;
	height:180px;
	background:url(../images/featured_bg.gif) top left repeat-x;
	margin:0 0 40px 0;
	}
	
	.featured span {
	background:url(../images/featured_tl.gif) top left no-repeat;
	display:block;
	}

	.featured span span {
	background:url(../images/featured_tr.gif) top right no-repeat;
	}
	
	.featured img {
	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 10px 20px;
	}

	.featured p.featuredcopy {
	line-height:18px;
	margin:0 0 5px 20px;
	}
	
	.featuredcopy a{
	color:#73735d;
	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;
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;
		}
	



/* ------------------------------------------------------------ */
/* FOOTER LINKS */
/* ------------------------------------------------------------ */
#footer {
width:902px;
height:45px;
background-color:#d5d5ce;
border:1px solid #fff;
}

#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:underline;
}

#footer a:hover{
color:#666;
text-decoration:none;
}




/* ------------------------------------------------------------ */
/* LEGAL                                                        */
/* ------------------------------------------------------------ */
#legal {
width:904px;
height:100px;
text-align:center;
background-color:#fff;
margin-top:0px;
padding-top:1px;
}

#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;
}




small { font-size: 13px; }



/* ------------------------------------------------------------ */
/* CONCIERGE                                                    */
/* ------------------------------------------------------------ */
#concierge {
	background: url(../images/concierge/bg_concierge.jpg) 0 0 no-repeat;
	padding: 20px;
	font-size: 12px;
	position: relative;
	margin-bottom: 30px;
    height: 305px;
    width: 575px;
}
	
#concierge-images {
	padding-bottom: 10px;
}
	
#concierge em {
	font-style: normal;
	color: #17716f;
	font-weight: bold;
}
	
#concierge ul {
	margin: 0 0 10px 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: 135px;
	left: 425px;
	font-size: 10px;
	width: 120px;
}
		
#concierge-apply-now img {
	border: none;
	margin-bottom: 10px;
}
#concierge-login {
      border-top: 1px solid #4a4a3b;
      padding: 9px 0 10px 0;
      width: 550px;
	  margin: 2px 0 0 -5px;
}

#concierge-login a { 
	color:#28768c;
	text-decoration:underline;
}
	
#concierge-login a:hover{
	color:#135365;
	text-decoration:none;
}


/* ------------------------------------------------------------ */
/* CONCIERGE SLIM BANNER                                        */
/* ------------------------------------------------------------ */
#concierge-slim {
	background: url(../images/concierge-slim/bg_concierge.gif) top left no-repeat;
	padding: 13px 13px 0 0;
	text-align: right;
	height: 59px;
	margin-bottom: 15px;
}
#concierge-slim p {
	margin: 0;
	padding-top: 19px;
}


/* ------------------------------------------------------------ */
/* fdic                                                         */
/* ------------------------------------------------------------ */
#fdic {
	background: url(../images/fdic/bg_fdic.gif) top left no-repeat;
	line-height: 1.5em;
	margin-bottom: 15px;
}

#fdic h2 {
	margin: 0;
	padding: 0;
}
	
#fdic small {
	font-size: 9px;
}
	
#fdic div.left {
	float: left;
	width: 345px;
	padding: 15px
}
	
#fdic div.right {
	float: right;
	width: 180px;
	padding: 200px 10px 0 0;
	text-align: right;
}

.fdic {
	padding: 0 !important;
	margin-bottom: 20px;
}
	
.fdic a {
	margin: 0;
	padding: 0;
}
	
/* ------------------------------------------------------------ */
/* MISCELLANEOUS                                                */
/* ------------------------------------------------------------ */
.aleft {
    text-align: left !important;
}


/* 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;
}

.left {
    text-align: left;
}


/* End hide from IE-mac */
/* END CLEARFIX */