/* CSS Document for Banker's Dashboard */

body {
	margin: 3px auto 12px auto;
	padding: 0;
	background: #f2f2f2;
	text-align: center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 75%;
	color: #000000;
}
p {
	margin: 0 0 12px;
}
a {
	text-decoration: underline;
	color: #6c8dbc;
}
a:hover {
	color: #0068b3;
}
.link-w-arrow-right a {
	padding: 4px 16px 0 0;
	background: url(images/green-arrow.png) right top no-repeat;
}
img {
	border: 0;
}
table {
	margin: 0 0 12px;
}
form {
	margin: 0;
}
hr {
	margin: 10px 0 15px 0;
	color: #becfe9;
	background-color: #becfe9;
	height: 1px;
	border: 0;
}
h1 {
	margin: 0 0 12px;
	color: #0068b3;
	font-size: 140%;
}
h2 {
	margin: 0 0 4px;
	color: #0068b3;
	font-size: 115%;
}
h3 {
	margin: 0 0 12px;
	color: #0068b3;
	font-size: 115%;
}
h4 {
	margin: 0;
	color: #0068b3;
	font-size: 105%;
}
h5 {
	margin: 40px 0 3px;
	color: #0068b3;
	font-size: 115%;
}
.bluetext {
	color: #0068b3;
}
.greentext {
	color: #47aa42;
}
.floatleft {
	margin: 0 10px 10px 0;
	float: left;
}
.floatright {
	margin: 0 2px 5px 10px;
	float: right;
}
.smalltext {
	font-size: 90%;
}
.largetext {
	font-size: 110%;
}

/* Common and Subs */

#wrapper {
	margin: 0 auto;
	padding: 0;
	background: url(images/sub-bg.png) repeat-y;
	text-align: left;
	width: 1016px;
	overflow: hidden;
}
#subheader {
	margin: 0 0 0 9px;
	float: left;
	border-bottom: 1px solid #b9cae7;
	width: 998px;
}
#subleft {
	margin: 0 0 0 9px;
	padding: 0;
	float: left;
	width: 197px;
}
#subnav {
	background: #f4f6fb;
	border-right: 1px solid #d6e0f1;
}
#subnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#subnav ul li {
	display: block;
	border-bottom: 1px solid #d6e0f1;
}
#subnav ul li a {
	padding: 7px 2px 7px 23px;	display: block;
	font-weight: bold;
	color: #6d6e71;
	text-decoration: none;
}
#subnav ul li a:hover {
	color: #0068b3;
	background: #e8eef9;
}
#subnav ul li a.currentpage {
	color: #0068b3;
}

#subnav ul ul {
	margin: 0 0 4px;
	padding: 0;
	list-style: none;
}
#subnav ul ul li {
	display: block;
	border-bottom: none;
}
#subnav ul ul li a {
	margin-left: 26px;
	padding: 0 10px 5px 8px;
	display: block;
	font-weight: normal;
	color: #6d6e71;
	font-size: 95%;
	text-decoration: none;
	background: url(images/subnav-bullet.png) left top no-repeat;
	list-style: none;
}
#subnav ul ul li a:hover {
	color: #0068b3;
	background: url(images/subnav-bullet-over.png) left top no-repeat;
}
#subnav ul ul li a.currentpage {
	color: #0068b3;
	background: url(images/subnav-bullet-over.png) left top no-repeat;
}

#leftcalls {
	padding: 40px 0 0 0;
}
#subright {
	margin-left: 21px;
	padding: 0;
	float: left;
	width: 751px;
}
#content {
	padding: 0 0 8px;
	float: left;
	width: 520px;
}
#content ul {
	margin: 8px 0 8px 25px;
	padding: 0 0 0 0;
}
#content ul li {
	padding-bottom: 6px;
	padding-left: 8px;
	background: url(images/content-bullet.png) left top no-repeat;
	list-style: none;
}
#content ul ul li {
	padding-bottom: 6px;
	padding-left: 8px;
	background: url(images/2nd-bullet.png) left top no-repeat;
	list-style: none;
}
ol {
	margin-bottom: 12px;
	font-size: 100%;
	color: #000000;
	font-weight: normal;
}
ol.top10 {
	margin-bottom: 12px;
	font-size: 140%;
	font-weight: bold;
	color: #4aab43;
}
ol li {
	padding-bottom: 6px;
	padding-left: 3px;
}
ol p {
	font-size: 80%;
	color: #000000;
	font-weight: normal;
}
.quote {
	margin: 0 0 8px;
	padding-top: 10px;
	font-size: 90%;
	color: #6d6e71;
	line-height: 16px;
	border-top: 1px solid #becfe9;
}
.quote-sig {
	font-size: 90%;
	color: #6d6e71;
	line-height: 15px;
	text-align: right;
}
.quote-sig img {
	padding-right:4px;
	margin-bottom:-1px;
}
#capablities-left a {
	padding: 4px 0 0 16px;
	background: url(images/green-arrow-left.png) left top no-repeat;
}
#capablities-right a {
	padding: 4px 16px 0 0;
	background: url(images/green-arrow.png) right top no-repeat;
	float: right;
}
.testimonials {
	font-size: 90%;
}
.testimonials img {
	padding-right: 8px;
	float: right;
}
.case-study {
	line-height: 17px;
}
.case-study img {
	padding-left:2px;
	margin-bottom:-1px;
}
.performance {
	margin-bottom: 10px;
	padding: 8px 0 0;
	background: url(images/performance-bg.png) repeat-x;
	text-align: center;
	font-weight: bold;
	font-size: 115%;
	color: #0068b3;
	height: 22px;
}
#newsletter-list {
	border-top: 1px solid #b9cae7;
	border-right: 1px solid #b9cae7;
}
#newsletter-list td {
	padding: 4px 8px;
	border-bottom: 1px solid #b9cae7;
	border-left: 1px solid #b9cae7;
	vertical-align: top;
}
.table-no-padding td {
	padding: 0;
}
#featured-book {
	padding: 12px 0 2px;
	background: url(images/resources/book-bg.png) top no-repeat;
	width: 520px;
}
#featured-bottom {
	margin-bottom: 20px;
	background: url(images/resources/book-bg-bottom.png) top no-repeat;
	width: 520px;
	height: 7px;
}
#featured-book td {
	padding: 0 16px;
}
#past-books td {
	padding: 0 10px 8px;
	text-align: center;
	vertical-align: top;
	line-height: 17px;
}
#featured-quote {
	padding: 17px 140px 8px 20px;
	background: url(images/resources/quote-bg.png) top no-repeat;
	width: 360px;
}
#search-quotes-top {
	margin: 0 auto;
	padding: 6px 15px 6px 13px;
	background: #0068b3;
	color: #ffffff;
	font-weight: bold;
	width: 332px;
}
#search-quotes-body {
	margin: 0 auto 15px auto;
	padding: 8px 0 0 5px;
	background: #dce4f3;
	color: #0068b3;
	width: 355px;
}
#search-quotes-body td {
	padding: 2px 5px 2px 10px;
}


body#videopopup {
	margin: 0;
	background-color: #dde5f3;
}


.video {
	margin: 5px 3px 0;
	padding: 17px 5px 0;
	background: url(images/clients/video-bg.png) top no-repeat;
	text-align: center;
	font-size: 95%;
	width: 114px;
	height: 171px;
}
.video p {
	margin: 0 0 6px;
}
.play-video {
	margin: 0 auto;
	text-align: center;
}
#video-pop {
	margin: 0 auto;
	padding: 3px 2px 10px 20px;
	background: url(images/videos/video-bg.png) bottom right no-repeat #dde5f3;
	text-align: left;
	border: 1px solid #b8c9e6;
	width: 258px;
}
#video-close {
	text-align: right;
	cursor: pointer;
}
#video-close img {
	cursor: pointer;
}
#flash-video {
	padding: 4px 0 8px;
}





#theFormDiv,.theFormDiv {
    display:none;
    position:absolute;
    padding:1em;
    margin:240px auto 0 auto;
	width:258px;
    z-index:9;
}

#glass,.glass {
    position:absolute;
    display:none;
    top:0px;
    left:0px;
    height:100%;
    width:100%;
    z-index:2;
    background-color:#000000;
    opacity:20;
    filter: alpha(opacity=20);
    opacity:.20;
    -khtml-opacity:.20;
    -moz-opacity:.20;
}

.nocss {
    display:none;
}








#rightcalls {
	padding: 0;
	float: right;
	width: 198px;
}
#rightcalls ul {
	margin: 0 6px 16px 0;
	padding: 4px 2px 0 0;
	list-style: none;
	font-size: 95%;
	font-weight: bold;
}
#rightcalls ul li {
	margin: 0 0 0 7px;	
	background: url(images/green-arrow.png) right top no-repeat;
	list-style: none;
	border-bottom: 1px solid #e5ecf6;
}
#rightcalls ul li a {
	padding: 5px 10px 5px 2px;
	color: #046da9;
	text-decoration: none;
	display: block;
}
#rightcalls ul li a:hover {
	background: url(images/blue-arrow.png) right top no-repeat #f4f6fb;

}
#rightcalls ul li.first {
	border-top: 1px solid #e5ecf6;
}
#rightcalls-video {
	margin-bottom: 12px;
	padding-top: 6px;
	font-size: 90%;
	color: #666666;
}
.videothumb {
	margin: -6px 5px 20px 8px;
	float: left;
}
#rightcalls-video p {
	margin: 0 0 5px;
}

/* Form Styles */

.formtable {
	border: 1px solid #b9cae7;
}
.formtable td {
	padding: 5px 8px 3px;
}
.textfield {
	padding: 2px;
	border: 1px solid #b9cae7;
	background-color: #eaeff8;
	width: 200px;
}
.cityfield {
	padding: 2px;
	border: 1px solid #b9cae7;
	background-color: #eaeff8;
	width: 141px;
}
.statefield {
	margin-left: 3px;
	padding: 2px;
	border: 1px solid #b9cae7;
	background-color: #eaeff8;
	width: 50px;
}
.zipfield {
	padding: 2px;
	border: 1px solid #b9cae7;
	background-color: #eaeff8;
	width: 121px;
}
.drop {
	padding: 2px;
	border: 1px solid #b9cae7;
	background-color: #eaeff8;
	width: 206px;
}
.commentfield {
	padding: 2px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
	font-size: 13px;
	border: 1px solid #b9cae7;
	background-color: #eaeff8;
	width: 200px;
	height: 60px;
	text-align: left;
}
.red {
	color: #F00;
}

/* Home Page */

#homewrapper {
	margin: 0 auto;
	padding: 0 0 9px;
	background: url(images/home/home-bg.png) repeat-y;
	text-align: left;
	width: 1016px;
	overflow: hidden;
}
#home-1 {
	margin: 14px 35px 0;
	float: left;
	width: 946px;
}
#flash {
	float: left;
	border: 1px solid #ffffff;
	height: 288px;
}
#home-1-calls {
	background: #ffffff;
	float: right;
	width: 203px;
	height: 290px;
}
#home-1-calls ul {
	margin: 0 6px 0 0;
	padding: 4px 2px 0 0;
	list-style: none;
	font-size: 95%;
	font-weight: bold;
}
#home-1-calls ul li {
	margin: 0 0 0 7px;
	padding: 5px 10px 5px 2px;
	background: url(images/green-arrow.png) right top no-repeat;
	list-style: none;
	border-top: 1px solid #e5ecf6;
}
#home-1-calls ul li a {
	color: #046da9;
	text-decoration: none;
}
#home-1-calls ul li a:hover {
	color: #046da9;
	text-decoration: underline;
}
#home-2 {
	margin: 9px 35px 0;
	padding-bottom: 10px;
	background: #edf1f9;
	color: #636467;
	float: left;
	width: 946px;
}
#home-2 h1 {
	margin: 0 0 4px;
	color: #0068b3;
	font-size: 125%;
}
#home-2 a {
	font-size: 90%;
}
#home-2-title {
	padding: 10px 0 5px;
	text-align: center;
	color: #0068b3;
	font-size: 170%;
	font-weight: bold;
}
#home-2 img {
	float: left;
}
#home-2-a {
	margin: 0 0 0 13px;
	padding: 12px 12px 0 5px;
	background: url(images/home/home-2-box.png) no-repeat;
	float: left;
	width: 280px;
	height: 115px;
}
#home-2-b {
	margin: 0 0 0 14px;
	padding: 12px 12px 0 5px;
	background: url(images/home/home-2-box.png) no-repeat;
	float: left;
	width: 280px;
	height: 115px;
}
#home-2-c {
	margin: 0 0 0 14px;
	padding: 12px 12px 0 5px;
	background: url(images/home/home-2-box.png) no-repeat;
	float: left;
	width: 280px;
	height: 115px;
}
#home-3 {
	margin: 9px 35px 0;
	background: #ffffff;
	float: left;
	width: 946px;
}
#home-3-title {
	padding: 10px 0 5px;
	text-align: center;
	color: #0068b3;
	font-size: 130%;
	font-weight: bold;
}

/* Header and Navigation */

#header {
	margin: 0 auto;
	padding: 0;
	background: url(images/header/header-bg.png) top no-repeat;
	width: 1016px;
	height: 77px;
}
#logo {
	padding: 16px 0 0 35px;
	float: left;
}
#icba {
	padding: 8px 35px 0 0;
	float: right;
	text-align: right;
	width: 775px;
}
#phone {
	margin: 11px 33px 0 0;
	float: right;
	font-weight: bold;
	color: #6d6e71;
}
#social {
	margin: 9px 14px 0 0;
	float: right;
	color: #0068b3;
}
#social img {
	margin: 0 0 -6px 8px;
}
#login {
	margin: 6px 14px 0 0;
	float: right;
}
#navigation {
	margin: 0 9px;
	background: url(images/header/nav-bg.png) repeat-x;
	border-bottom: 1px solid #ffffff;
	height: 26px;
}
/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmmc .qmdivider{display:block;font-size:1px;border-width:0px;border-style:solid;position:relative;z-index:1;}.qmmc .qmdividery{float:left;width:0px;}.qmmc .qmtitle{display:block;cursor:default;white-space:nowrap;position:relative;z-index:1;}.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;float:none !important;}.qmmc {position:relative;zoom:1;z-index:10;}.qmmc a, .qmmc li {float:left;display:block;white-space:nowrap;position:relative;z-index:1;}.qmmc div a, .qmmc ul a, .qmmc ul li {float:none;}.qmsh div a {float:left;}.qmmc div{visibility:hidden;position:absolute;}


/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/


	/* QuickMenu 0 */

	/*"""""""" (MAIN) Container""""""""*/	
	#qm0	
	{	
		width:auto;
		background-color:transparent;
	}


	/*"""""""" (MAIN) Items""""""""*/	
	#qm0 a	
	{	
		padding:5px 26px 6px;
		margin:0px;
		color:#ffffff;
		font-family:Arial;
		font-size:12px;
		font-weight: bold;
		text-decoration:none;
		text-align:center;
		border-right: 1px solid #ffffff;
	}


	/*"""""""" (MAIN) Hover State""""""""*/	
	#qm0 a:hover	
	{	
		background: url(images/header/nav-over.png) repeat-x;
		color:#ffffff;
	}


	/*"""""""" (MAIN) Hover State - (duplicated for pure CSS)""""""""*/	
	#qm0 li:hover>a	
	{	
		background: url(images/header/nav-over.png) repeat-x;
		color:#ffffff;
	}


	/*"""""""" (MAIN) Active State""""""""*/	
	body #qm0 .qmactive, body #qm0 .qmactive:hover	
	{	
		background: url(images/header/nav-over.png) repeat-x;
		color:#ffffff;
		text-decoration:none;
	}


	/*"""""""" (SUB) Container""""""""*/	
	#qm0 div	
	{	
		width: 180px;
		padding:0px;
		margin:0;
		background-color: #fbfcfd;
		border-right:1px solid #7b8186;
		border-left:1px solid #7b8186;
		border-bottom:1px solid #7b8186;
	}


	/*"""""""" (SUB) Items""""""""*/	
	#qm0 div a	
	{	
		width:auto;
		padding:4px 3px 4px 12px;
		margin:0px;
		background-color:transparent;
		background-image:none;
		background-repeat:repeat;
		text-align:left;
		font-weight: normal;
		border-top: 1px solid #d7dadd;
		border-right: none;
		color:#333333;
	}


	/*"""""""" (SUB) Hover State""""""""*/	
	#qm0 div a:hover	
	{	
		background: url(images/header/nav-over.png) repeat-x;
		color:#FFFFFF;
		text-decoration:none;
	}


	/*"""""""" (SUB) Hover State - (duplicated for pure CSS)""""""""*/	
	#qm0 div a:hover	
	{	
		background: url(images/header/nav-over.png) repeat-x;
		color:#FFFFFF;
		text-decoration:none;
	}


	/*"""""""" (SUB) Active State""""""""*/	
	body #qm0 div .qmactive, body #qm0 div .qmactive:hover	
	{	
		background: url(images/header/nav-over.png) repeat-x;
		color:#FFFFFF;
	}
	
	#qm0 div.level3	
	{	
		width: 200px;
		padding:0px;
		margin:0px;
		background-color: #fbfcfd;
		border:1px solid #7b8186;
		filter:alpha(opacity=95); opacity:0.95; -moz-opacity:0.95;
	}

/* Footer */

#footer {
	margin: 0 auto;
	padding: 12px 0 0 0;
	background: url(images/footer-bg.png) top no-repeat;
	text-align: center;
	font-size: 80%;
	width: 1016px;
}
#copyright {
	padding: 0 0 10px 16px;
	float: left;
	color: #6d6e71;
}
#bottomnav {
	padding: 0 16px 10px 0;
	float: right;
}
#bottomnav a {
	padding: 0 0 0 15px;
	color: #6d6e71;
	text-decoration: underline;
}
#bottomnav a:hover {
	color: #333333;
}