html, body {
	height:100%;
}
body {
	text-align:center;
	background-color:#EBEBEB;
}

body, p, td, th, li{
	font-size:13px;
	color:#1B1B1B;
	font-family:Arial;
}

/* startard elements */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, legend {
	border:0 none;
	margin:0;
	padding:0;
	vertical-align:baseline;
}

p {
	line-height:1.4em;
	margin:0 0 15px 0;
	text-align:left;
}

a:link {
	color: #377FD9;
	text-decoration: none;
}

a:visited {
	color: #003366;
	text-decoration: none;
}

a:active {
	color: #377FD9;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}

.clear {
	clear:both;
}

.left {
	float:left;
}

.right {
	float:right;
}


h1 {
	margin:0 0 20px 0;
	font-size:26px;
	color:#06357A;
	letter-spacing:-0.5px;
	
}

.centered {
	text-align:center;
}
/* layout */

#wrapper {
	width:900px;
	margin:0 auto;
	text-align:left;
	background-color:#FFFFFF;
	padding:0 14px;
}

#header {
	position:relative;
}

#header .langs {
	position:absolute;
	top:10px;
	right:0;
	margin:0;
	padding:0;
}



#header .langs li {
	display:inline;
	list-style-type:none;
	list-style-image:none;
	margin-left:9px;
}

#header .logo {
	display:inline;
	margin-right:145px;
}

#header .call-now {
	display:inline;
	/*
	margin-left:145px;
	*margin-left:145px;
	*/
}

#main-menu {
	height:48px;
	background:url(../images/main-menu-bg.png);
	text-align:center;
}

#main-menu ul {
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-image:none;
}

#main-menu ul li {
	float:left;
	margin-left:56px;
}

#main-menu .last {
	margin-right:0;
}

#main-menu a {
	color:#FFFFFF;
	font-size:19px;
	font-weight:normal;
	line-height:2.5em;
	margin-right:56px;
}

#main-menu ul li a:link, #main-menu ul li a:visited, #main-menu ul li a:active {
	color:#FFFFFF;
	font-size:19px;
	font-weight:normal;
	line-height:2.5em;
}

#main-menu a:hover {
	color:#FFF600;
	text-decoration:none;
}

.nav-bot {
	height:74px;
	background:url(../images/business-financing.jpg) no-repeat 0 0;
}

.nav-bot .top-corner {
	height:20px;
	background:url(../images/nav-bot-top-corner.png) no-repeat 0 0;
}

#content {
	margin-top:15px;
}

.main {
	float:left;
}

.left-sidebar {
	float:left;
	width:217px;
}

.middle-col {
	 float:left;
	 width:424px;
	 padding:0 20px;
}

.right-sidebar {
	float:right;
	width:218px;
}

.page-inner .middle-col {
	 width:641px;
	 padding-left:10px;
}

.page-apply .middle-col {
	 width:569px;
	 padding-left:10px;
}

.page-apply .right-sidebar {
	padding-top:15px;
	width:260px;
	padding-right:30px;
}












.box {
	width:217px;
	margin-bottom:25px;
	background:url(../images/box-bg.png) no-repeat 0 0;
}

.box .box-inner {
	background:url(../images/box-bg.png) no-repeat 0 100%;
	padding:15px 10px;


}

.box h3 {
	color:#FFFFFF;
	font-size:15px;
	font-weight:normal;
	margin:0;
	text-align:center;
	height:33px;
	line-height:2em;
}

.box p,
.box2 p,
.box-small p {
	text-align:left;
	color:#5D5D5D;
	line-heigt:0.5em;
	margin-bottom:6px;
}

.box div.more,
.box2 div.more,
.box-small div.more {
	font-weight:bold;
	display:block;
	text-align:right;
}

.box div.more a:link, .box div.more a:visited, .box div.more a:active,
.box2 div.more a:link, .box2 div.more a:visited, .box2 div.more a:active,
.box-small div.more a:link, .box-small div.more a:visited, .box-small div.more a:active {
	text-decoration:underline;
}

.box div.more a:hover,
.box2 div.more a:hover,
.box-small div.more a:hover {
	text-decoration:none;
}

.box2,
.box-small {
	width:217px;
	margin-bottom:15px;
	background:url(../images/box2-bg.png) no-repeat 0 0;
	padding-top:10px;
}

.box2 .box2-inner,
.box-small .box-inner {
	background:url(../images/box2-bg.png) no-repeat 0 100%;
	padding:0 10px 15px 10px;
	display:block;
}

.box2, .box-small {
	background:url(../images/box-small-bg.png) no-repeat 0 0;
}

.box-small .box-inner {
	background:url(../images/box-small-bg.png) no-repeat 0 100%;
}

.box2 h3,
.box-small h3 {
	color:#2F2E2E;
	font-size:14px;
	font-weight:normal;
	margin:0 0 10px 0;
}


.apply-now-btn {
	margin-bottom:12px;
	margin-top:10px;
}

.apply-now {
	font-size:18px;
	font-weight:bold;
	color:#06357A;
	line-height:2.0em;
}

.apply-now img {
	vertical-align:middle;
}

.apply-now a:link, .apply-now a:visited, .apply-now a:active  {
	color:#06357A;
	text-decoration:underline;
	font-size:26px;
	font-weight:bold;
}

.apply-now a:hover {
	text-decoration:none;
}

.apply-now .or-call {
	font-size:28px;
	color:#6775A8;
	margin:10px 10px 0 0;
	display:block;
}


table.logos {
	margin-bottom:22px;
	border:medium none;
	border-collapse:collapse;
	border-spacing:0;
	font-weight:normal;
	text-align:center;
	vertical-align:top;
}

table.logos td {
	text-align:center;
	padding:4px;
	vertical-align:top;
}

ul.list-features {
	margin:5px 0 0 0;
	padding:0;
}

ul.list-features li {
	list-style-type:none;
	list-style-image:none;
	font-size:13px;
	color:#06357A;
	font-weight:bold;
	margin-bottom:10px;
	padding-left:24px;
	background:transparent url(../images/list-features-bullet.png) no-repeat 0 4px;
}
ul.list-features li.last {
	margin-bottom:0;
}

.right-pic {
	float:right;
	margin:0 0 10px 20px;
}



.form-container  h2 {
	margin:0 0 20px 50px;
	font-size:22px;
	color:#06357A;
}
.form-container  .fld-action {
	margin-left:220px;
}
.form-container  .fld-row {
	margin-bottom:10px;
	clear:both;
}
.form-container label {
	width:200px;
	text-align:right;
	display:block;
	float:left;
	padding-right:20px;
}

.form-container input.txt,
.form-container select.txt,
.form-container textarea.txt {
	font-family:Arial;
	font-size:100%;
	padding:3px;
	width:200px;
	border:1px solid #ABB7EE;
}
.form-container select.txt {
	width:208px;
}


#footer {
	margin-top:22px;
	padding-bottom:20px;
	text-align:center;
	font-size:12px;
}

#footer .footer-menu {
	background:url(../images/footer-bg.png) no-repeat 0 0;
	height:44px;
	line-height:3.3em;
	color:#ffffff;
	margin-bottom:15px;
}

#footer .footer-menu a {
	color:#ffffff;
	margin:0 10px;
}
#footer .footer-copy {
	color:#979797;
	font-size:11px;
}
.live_person {
	margin-bottom:15px;
	margin-top:10px;
	text-align:center;
	margin-left:25px;
	}