#main-container {
	min-height: 600px;
}

/* main banner */
#banner {
	border-bottom: 1px solid #888;
	clear: both;
	margin: 0 0 9px 0;
	padding-bottom: 6px;
	width:100%;
}
#banner-logo, #banner-logo a {
	width:629px;
}
#banner-logo {
	float: left;
	background: #2E3B74 url(../img/header-financial.jpg) no-repeat top left;
	display: block;
	height:73px;
}
#banner-logo a {
	display: block;
	height:73px;
}
#banner div {
	background: url(../img/banner-photo0.jpg) no-repeat top left;
	height:126px;
	width:970px;
}
.banner-button {
	float: left;
}

#col-left h2 {
	width:168px;
}
#nav-head {
	background: transparent url(../img/our-services.gif) no-repeat center left;
	height: 30px;
	width: 164px;
	border-style: solid;
	border-color: #888;
	border-width: 5px 0 1px 0;
	color:#095294;
	font-family: Georgia, serif;
	margin: 0 0 0.8em 0;
	padding: 8px 0 0;
}


/* right=-hand panel tab widths */
#tab-1 a { width:74px; border-right:1px solid #888; }
#tab-2 a { width:74px; }
#tab-2b a { width:131px; }
#tab-3 a { width:44px; }

.ad-block {
	padding: 0;
}
.ad-block p {
	margin:0;
}

/* home */
#team-heading {
	border: 0;
	margin:0;
}

#team-container {
	border-style: solid;
	border-color: #ccc;
	border-width: 2px 0 0;
	height: 292px;
	width:100%;
	overflow: auto;
}
#team-container ul {
	margin: 0;
}
#team-container li {
	display: block;
	float: left;
	margin:0 6px 0 0;
	font-size: 0.9em;
	line-height: 120%;
}
#team-container li em {
	color: #095294;
	font-weight: bold;
	font-style: normal;
}
#team-images {
	margin-top:6px;
	width:3700px;
}
#dept-images {
	margin-top:6px;
	width:auto;
}
#team-container dt, #team-container dd  {
	float: left;
	font-family: verdana,arial,sans-serif;
	font-size: 0.86em;
	line-height:123%;
}
#team-container dt {
	margin-right:2px;
	height: 240px;
	width:142px;
}
#team-container dd {
	background-color: #eee;
	padding: 8px;
	height: 246px;
	width:288px;
}
#team-container dt em {
	font-style: normal;
	font-weight: bold;
}
#team-container img {
	float:left;
	margin: 0 10px 6px 0;
	width: auto;
}
#team-container a {
	color: #444;
	text-decoration: none;
}
#team-container dd.profile-show {
	visibility: visible;
	overflow:inherit;
	width: 270px;
}
#team-container dd.profile-hide, .profile-hide {
	visibility: hidden;
	display:none;
	overflow:hidden;
	margin: 0;
	width: 0;
}
#team-container a.close {
	display: block;
	background-color: #fff;
	border: 1px solid #aaa;
	color: #333;
	float: right;
	font-size: 0.86em;
	padding: 1px 3px;
}
#team-container a.more {
	color: #333;
	font-weight: bold;
}
#team-container a.more:hover {
	text-decoration: underline;
}

/* pop-up profile page */
#profile-container {
	padding:20px;
	font-size:0.9em;
	line-height:128%;
	padding:14px 12px 16px;
}
#profile-col1 {
	margin: 0 20px 0 0;
	float:left;
	width: 180px;
}
#profile-col2 {
	float:left;
	width:298px;
}
#profile-container h2 {
	margin:0 0 10px 0;
	background-color: #ddd;
	padding:4px;
}

#profile-container img {
	float: left;
	margin:0 10px 8px 0;
	width:120px;
	height: auto;
}
#profile-col1 img {
	margin: 0 0 10px;
}
/* page specific styles */
#page-home h2 {
	color:#074f92;
}

#page-cat-2 h2, em,#page-cat-2 a.selected, #page-cat-2 #col-left ol li a, #page-cat-24 h2, em,#page-cat-24 a.selected, #page-cat-24 #col-left ol li a {
	color:#8f0061;
}
#page-cat-2 #banner div, #page-cat-24 #banner div {
	background-image: url(../img/banner-photo-2.jpg);
}

#page-cat-3 h2, em, #page-cat-3 a.selected, #page-cat-3 #col-left ol li a {
	color: #b90006;
}
#page-cat-3 #banner div {
	background-image: url(../img/banner-photo-3.jpg);
}
#page-cat-4 h2, em, #page-cat-4 a.selected, #page-cat-4 #col-left ol li a,
#page-cat-18 h2, em, #page-cat-18 a.selected, #page-cat-18 #col-left ol li a,
#page-cat-19 h2, em, #page-cat-19 a.selected, #page-cat-19 #col-left ol li a {
	color: #49811a;
}
#page-cat-4 #banner div, #page-cat-18 #banner div {
	background-image: url(../img/banner-photo-4.jpg);
}
#page-cat-5 h2, em, #page-cat-5 a.selected, #page-cat-5 #col-left ol li a {
	color: #111;
}
#page-cat-5 #banner div {
	background-image: url(../img/banner-photo-5.jpg);
}
#page-cat-news #banner div {
	background-image: url(../img/banner-photo-0.jpg);
}
#page-cat-news h2 {
	color:#555;
}


/* fancybox */
div#fancy_overlay {
	position:absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	background-color: #333;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url(../../img/fb/fancy_progress.png) no-repeat;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -12px;
	height: 30px;
	width: 30px;
	background: transparent url(../../img/fb/fancy_closebox.png) ;
	cursor: pointer;
	z-index: 100;
	display: none;
}

div#fancy_content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0; 
	margin: 0;
	z-index: 96;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 92;
}

div#fancy_title {
	position: absolute;
	bottom: -35px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 2px;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(../../img/fb/fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url(../../img/fb/fancy_title_main.png) repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(../../img/fb/fancy_title_right.png) repeat-x;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 58px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #444;
	background: #FFF;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 10px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	background-image: url(data:image/gif;base64,AAAA);
	z-index: 100; 
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

a#fancy_left:hover {
	background: transparent url(../../img/fb/fancy_left.gif) no-repeat 0% 100%;
}

a#fancy_right:hover {
	background: transparent url(../../img/fb/fancy_right.gif) no-repeat 100% 100%;
}

#fancy_bigIframe, #fancy_freeIframe {
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

div#fancy_bg {
	display: none;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url(../../img/fb/fancy_shadow_n.png) repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(../../img/fb/fancy_shadow_ne.png) no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url(../../img/fb/fancy_shadow_e.png) repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(../../img/fb/fancy_shadow_se.png) no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url(../../img/fb/fancy_shadow_s.png) repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(../../img/fb/fancy_shadow_sw.png) no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url(../../img/fb/fancy_shadow_w.png) repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(../../img/fb/fancy_shadow_nw.png) no-repeat;
}