/* Banks stylesheet for new site */

#banks-header {
	height:  125px;
	background-image: url("../images/layout/banks-header.jpg");
	background-repeat: no-repeat;
}

#banks-header .hidden {
	visibility: hidden;
}

#banks-header a.homepage-link {
	float: left;
	display: block;
	height: 125px;
	width: 200px;
	text-decoration: none !important;
}

input,
select {
	font-size: 100%;
}

#sub-nav .intro {
padding-left: 5px;
}

body.banks #sub-nav {
	width: 250px;
}

body.banks #main-content { /* the homepage doesn't have the left sub-nav bar and has a much wider main-content box */
	width: 705px;
	margin-right: 0;
}

body.banks #main-content #breadcrumb {
	width: 515px;
}

body.banks #main-content #breadcrumb-text-size-print-bar {
		width: 705px;
}

.image-caption {
	text-align: center;
	margin: 10px auto;	
	color: #777;
	background-color: transparent;
}

.image-caption img {
	padding-bottom:5px;
}

th { 
	background:none;
	font-weight:normal;
}