@charset "utf-8";
/* CSS Document */

body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 16px;
	line-height: 24px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/square_bg.png);
	
	
	}
	a {
	color: #126AA5;
	text-decoration: none;
		}


#nav {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.nav-box {
	width: 960px;
	background-image: url(../images/nav-bg.jpg);
	height: 50px;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
}
.nav-box ul {
	float: left;
	width: 600px;
	height: 50px;
	list-style-type: none;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	margin-left: 280px;
	margin-right: 7px;
	display: block;
	position: relative;

}

.nav-box ul li {
	display: block;
	float: left;
	width: auto;

}
.sm-links a {
	margin-top: 15px;
	float: left;
	margin-left: 8px;
}
#nav ul li a {
	float: left;
	width: 99px;
	color: #999;
	text-decoration: none;
	text-align: center;
	height: 28px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	padding-top: 2px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
	display: block;
	position: relative;
}
#nav ul li a:hover {
	color: #FFF;
}
#content-wrap {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#content {
	float: left;
	width: 960px;
}

#header {
	float: left;
	width: 960px;
	height: 210px;
	margin-bottom: 30px;
	margin-top: 30px;
}
#logo-box {
	float: left;
	width: 300px;
	height: 210px;
	background-color: #383838;
	-moz-border-radius: 20px 0px 0px 20px;
	-webkit-border-radius: 20px 0px 0px 20px;
	border-radius: 20px 0px 0px 20px;
	background-image: url(../images/sb-financial-solutions.jpg);
}
.lhs-column {
	float: left;
	width: 640px;
}
.headline {
	float: left;
	width: 610px;
	margin-right: 15px;
	margin-left: 15px;
	font-size: 36px;
	margin-bottom: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #133785;
	line-height: normal;
}
.sub-heading {
	float: left;
	width: 578px;
	font-size: 22px;
	margin-bottom: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #065195;
	line-height: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 5px;
	margin-right: 15px;
	margin-left: 15px;
}
.sub-heading-two {
	font-size: 22px;
	margin-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #065195;
	line-height: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 5px;
}
.single-column h2 {
	float: left;
	width: 290px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333;
	font-size: 22px;
	height: 30px;
	padding-top: 12px;
	padding-bottom: 8px;
	margin-bottom: 10px;
	background-image: url(../images/sub-head-bg.jpg);
}
.info-box {
	float: left;
}

.but-red-cta {
	float: right;
	height: 29px;
	width: 133px;
	background-image: url(../images/cta-bg.jpg);
	font-size: 16px;
	text-decoration: none;
	color: #FFF;
	border: 1px solid #B00F13;
	padding-left: 15px;
	padding-top: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a:hover.but-red-cta  {
	background-image: url(../images/cta-bg-hover.jpg);
}
.lhs-column .single-column {
	width: 290px;
	margin-right: 15px;
	margin-left: 15px;
	float: left;
	padding-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

.lhs-column .double-column {
	width: 608px;
	float: left;
	padding-bottom: 15px;
	padding-top: 10px;
	border: 1px solid #E5E5E5;
	margin-bottom: 20px;
	margin-right: 15px;
	margin-left: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	background-color: #FFF;
	background-repeat: repeat-x;
}
.lhs-column .double-column-two {
	width: 610px;
	float: left;
	padding-bottom: 15px;
	padding-top: 10px;
	margin-bottom: 20px;
	margin-right: 15px;
	margin-left: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}
.lhs-column .double-column-plain {
	width: 608px;
	float: left;
	padding-bottom: 15px;
	padding-top: 20px;
	border: 1px solid #E5E5E5;
	margin-bottom: 20px;
	margin-right: 15px;
	margin-left: 15px;
	-moz-border-radius: 0px 0px 15px 15px;
	-webkit-border-radius: 0px 0px 15px 15px;
	border-radius: 0px 0px 15px 15px;
	background-color: #FFF;
	background-repeat: repeat-x;
}
.lhs-column .double-column-blue {
	width: 608px;
	float: left;
	padding-bottom: 15px;
	padding-top: 15px;
	margin-right: 15px;
	margin-left: 15px;
	background-image: url(../images/blue-bg.jpg);
	background-color: #CECECE;
	background-repeat: repeat;
	color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 30px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #003F8C;
	border-right-color: #003F8C;
	border-bottom-color: #00224A;
	border-left-color: #003F8C;
	-moz-border-radius: 15px 15px 0px 0px;
	-webkit-border-radius: 15px 15px 0px 0px;
	border-radius: 15px 15px 0px 0px;
}
.double-column-blue p {
	color: #FFF;
}

.sub-heading-white {
	float: left;
	width: 578px;
	font-size: 30px;
	margin-bottom: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #FFF;
	line-height: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 5px;
	margin-right: 15px;
	margin-left: 15px;
}
.horiz-rule {
	float: left;
	margin-top: 20px;
	margin-right: 15px;
	margin-left: 15px;
}

.lhs-column .double-column-team {
		-moz-border-radius: 0px 0px 15px 15px;
	-webkit-border-radius: 0px 0px 15px 15px;
	border-radius: 0px 0px 15px 15px;
	width: 608px;
	float: left;
	padding-bottom: 30px;
	padding-top: 20px;
	border: 1px solid #E5E5E5;
	margin-bottom: 20px;
	margin-right: 15px;
	margin-left: 15px;
	background-image: none;
	background-color: #FFF;
	background-repeat: repeat-x;
}
.lhs-column .single-sub-column {
	width: 274px;
	float: left;
	margin-left: 15px;
	margin-right: 15px;
	color: #333;
}
.single-sub-column-two {
	width: 100px;
	float: left;
	margin-left: 15px;
	margin-right: 15px;
	color: #333;
}
.single-sub-column-two-large {
	width: 448px;
	float: left;
	margin-left: 15px;
	margin-right: 15px;
	color: #333;
}
.lhs-column .single-doub-column {
	width: 578px;
	float: left;
	margin-left: 15px;
	margin-right: 15px;
	color: #333;
}
.top-margin {
	margin-top: 20px;
	margin-bottom: 25px;
}

.single-column p {
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 22px;
}

.rhs-column {
	float: left;
	width: 290px;
	margin-right: 15px;
	margin-left: 15px;
}
.rhs-column .services-box {
	border: 1px solid #E9E9E9;
	width: 258px;
	float: left;
	padding: 15px;
	background-color: #FFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 20px;
}
.map-box {
	width: 258px;
	float: left;
	margin-top: 10px;
}

.team-member img {
	width: 90px;
	padding: 5px;
	background-color: #F0F0F0;
	border: 1px solid #CCC;
	float: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-right: 15px;
	margin-bottom: 10px;
}
.team-member {
	float: left;
	width: 274px;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EAEAEA;
	height: 400px;
}
.plain-bg {
	background-color: #FFF;
	background-image: none;
}
.team-member h5 {
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 5px;
	color: #06F;
	float: left;
	width: 141px;
	margin-top: 20px;
}
.team-member p {
	float: left;
	width: 258px;
	font-size: 12px;
	line-height: 20px;
}
.team-member small {
	font-size: 12px;
}


.services-box h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #BB1F23;
	font-size: 28px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEE;
	line-height: normal;
	margin-bottom: 10px;
}
.services-box ul {
	list-style-type: none;
}
.fineprint small {
	font-size: 10px;
	float: left;
	width: 930px;
	line-height: 12px;
	color: #666;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 20px;
}

.services-box ul li a {
	font-size: 13px;
	text-decoration: none;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	width: 228px;
	float: left;
	padding-left: 30px;
	padding-bottom: 2px;
	padding-top: 2px;
	background-image: url(../images/icons/arrow-000-medium.png);
	background-repeat: no-repeat;
	background-position: 4px 6px;
}
.services-box ul li a:hover {
	background-color: #F7F7F7;
	background-position: 6px;
}
.contact-cta {
	font-family: Georgia, "Times New Roman", Times, serif;
	float: left;
	width: 288px;
	text-align: center;
	text-decoration: none;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 1px solid #000;
	background-color: #121413;
	color: #FFF;
	font-size: 22px;
	background-image: url(../images/contact-bg.jpg);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 5px;
}




.feature-wrap {
	float: left;
	width: 958px;
	border: 1px solid #CCC;
	padding-top: 15px;
	padding-bottom: 0px;
	margin-top: 30px;
	margin-bottom: 30px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.feature-wrap .feature-column {
	float: left;
	width: 898px;
	margin-right: 15px;
	margin-left: 15px;
	background-color: #005598;
	background-image: url(../images/large-cta-bg.jpg);
	border: 1px solid #003F8C;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	height: 100px;
	margin-bottom: 15px;
}
.feature-column img {
	float: left;
	width: 80px;
}
.feature-column h3 {
	float: left;
	width: 158px;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 22px;
	line-height: 26px;
	margin-bottom: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #004380;
	margin-right: 20px;
}
.feature-column .feature-info {
	float: left;
	width: 550px;
	margin-left: 9px;
	padding-left: 10px;
	margin-top: 16px;

}
.feature-column a {
	float: right;
	width: 170px;
	color: #FFF;
	text-decoration: none;
	height: 32px;
	margin-top: 22px;
	background-color: #064A73;
	margin-left: -14px;
	padding-top: 8px;
	background-image: url(../images/blue-cta.jpg);
	text-align: right;
	padding-right: 40px;
	background-position: right 0px;
	margin-right: 15px;
}
.feature-column a:hover {
	background-image: url(../images/blue-cta-roll.jpg);
}
.feature-info p {
	color: #FFF;
	font-size: 12px;
	line-height: 18px;
	padding-top: 15px;
}

#footer-wrap {
	height: 600px;
	clear: both;
	background-image: url(../images/foot-bg.jpg);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	background-color: #131514;
	background-repeat: repeat-x;
}


#footer {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#footer .footer-column {
	float: left;
	width: 290px;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 30px;
}
.footer-column h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.footer-column ul {
	list-style-type: none;
}
.footer-column ul li a {
	font-size: 14px;
	text-decoration: none;
	padding-bottom: 5px;
	float: left;
	width: 260px;
	color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	padding-top: 3px;
	padding-left: 30px;
}
.footer-column ul li a:hover {
	background-color: #333;
	width: 258px;
	padding-left: 32px;
}
.fineprint p {
	float: left;
	width: 960px;
	font-size: 12px;
	margin-top: 20px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	text-align: right;
	color: #999;
}
.contact-box {
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 10px;
	font-size: 14px;
}
