@import "reset.css";

body {
	padding-top:1px;
	font: 14px Arial, Helvetica, sans-serif;
	color:#1E1E1E;
	line-height:20px;
	background-color: #e8f4ff;
    background:url(/includes/images_sbs/header.jpg) no-repeat #e8f4ff;	
    background-position: top;
}

.bold
{
   font-weight:bold;
}

div#textSlide {
	padding:40px 0 0 60px;	
}
div#splash a {
	color:transparent;	
}
div#wrapper-shadow {
	width:982px;
	margin:0 auto;
	/*
	background:url(/includes/images_sbs/glow.png) repeat-y;
    */
}

div#header{
	width:908px;
	padding:0 28px;
	margin:0 auto;
	overflow:hidden;
	/*
	background-color:transparent;
*/
}

div#content, div#branding, div#footer {
	width:908px;
	padding:0 28px;
	margin:0 auto;
	overflow:hidden;
	background-color:#ffffff;
}
div#header {
	overflow:visible;	
}
body#home div#content {
	padding:30px 28px 15px;
	background:url(/includes/images_sbs/bg-home-content.gif) repeat-x #eee;	
}
div#header div.goleft {
	padding-top:30px;
	margin-bottom:26px;
}
div#header div.goleft a {
	position:relative;
}
div#header div.goright {
	/*width:354px;*/
	width:380px;
	padding:46px 0 0 0;
	/*margin-right:-20px;*/
	
}
ul#top-menu, div#login {
	float:left;
}
div#login {
	position:relative;
	z-index:101;
}
div#login form#login-expanded {
	display:none;
}
div#login:hover form#login-expanded {
	display:block;
}
form#login-expanded fieldset 
{
	width:241px;
	padding:20px;
	border:1px solid #557a9e;
	left:-185px;
	top:23px;
	position:absolute;
	overflow:hidden;
	background:url(/includes/images_sbs/bg-login.png);
	z-index:100;
}
form#login-expanded h3 {
	padding-bottom:15px;
	line-height:20px;
	float:left;
	font-family:Helvetics, Arial, sans-serif;
	font-size:24px;
	font-weight:normal;
	color:#36638c;
}
form#login-expanded input {
	display:block;
	overflow:hidden;
	border:none;
}
form#login-expanded input.submit {
	width:83px;
	height:21px;
}
form#login-expanded span {
	font-size:11px;
	font-weight:bold;
	color:#36638c;
}
form#login-expanded input.text 
{
    font-weight:bold;
    color:#303030;
	height:22px;
	width:229px;
	padding:5px 0 0 10px;
	display:block;
	border:1px solid #36638c;
}
form#login-expanded p {
	margin-bottom:5px;	
}
form#login-expanded input.checkbox {
	float:left;	
}
form#login-expanded submit {
	padding-top:0px;	
	cursor:pointer;
}
form#login-expanded input.submit {
	width:63px;
	height:24px;
	margin-top:-5px;
	display:block;
	float:right;
	overflow:hidden;
	background:url(/includes/images_sbs/btn-signin.gif) no-repeat;	
	cursor:pointer;
}
form#login-expanded input.submit:hover {
	background:url(/includes/images_sbs/btn-signin-hover.gif) no-repeat;	
}
form#login-expanded a {
	padding-right:10px;
	margin-right:10px;
	font-size:11px;
	font-weight:bold;
	color:#36638c;
	border-right:1px solid #36638c;
	margin-top:5px;
}
ul#top-menu {
	/*margin-right:20px;*/	
}
ul#top-menu li {
	padding:0 0 2px 20px;
	float:left;
}
ul#top-menu li p {
	padding-top:10px;
	font-size:12px;
	line-height:16px;
	color:#376187;
	text-align:center;
}
ul#top-menu li a {
	width:98px;
	height:24px;
	text-align:center;
	padding-top:2px;
	overflow:hidden;
	display:block;
	font-size:12px;
	color:#fff;
	background:url(/includes/images_sbs/btn-sprites.gif) no-repeat 0 -27px; 
}
ul#top-menu li a:hover {
	background-position:left top;
}
ul#top-menu li a.last {
	margin:0;
	padding-right:0;
	border:none;
}
form#search fieldset {
	padding:3px 22px 0 0;	
}
form#search, form#search fieldset {
	float:right;
	display:inline;
}
form#search input {
	overflow:hidden;
	float:left;
	border:none;
	display:block;
}
form#search input.text {
	width:194px;
	height:20px;
	padding:2px 0 0 10px;
	background:url(/includes/images_sbs/input-search.gif) no-repeat;
	font-size:14px;
	color:#7e7e7e;
}
form#search input.submit {
	width:24px;
	height:22px;
	background:url(/includes/images_sbs/btn-submit-search.gif) no-repeat;
	cursor:pointer;
}
.category{
	height:22px;
	padding:6px 37px 0;
	float:left;
	font-size:14px;
	color:#ffffff;
	white-space:nowrap;
}

ul#menu {
	position:relative;
	width:936px;
	padding:0 0 0 28px;
	margin-left:-28px;
	height: 30px;
	display:block;
	z-index:100;
	background:url(/includes/images_sbs/menu.background.png) repeat-x;	
}
ul#menu li {
	float:left;	
}
ul#menu li.last {
	float:right;	
}
ul#menu li a {
	height:22px;
	padding:6px 37px 0;
	float:left;
	font-size:14px;
	color:#ffffff;
	white-space:nowrap;
}
ul#menu li a:hover, ul#menu li a.selected, ul#menu li.sub-menu:hover {
	background:url(/includes/images_sbs/bg-navbar-hover.gif) repeat-x;	
}
/* ......... */

ul#menu li.sub-menu {
	position:relative;	
}
ul#menu ul {
	display:none;
	width:230px;
	position:absolute;
	left:0;
	top:28px;
	border:1px solid #8eb2d2;
	border-top:none;
	background:url(/includes/images_sbs/bg-login.png) repeat;
}
ul#menu li.sub-menu:hover ul {
	display:block;	
}
ul#menu ul li {
	float:none;	
}
ul#menu ul li a {
	overflow:hidden;
	padding:6px 15px 0 20px;
	display:block;
	float:none;
	color:#36638c;
}
ul#menu ul li a strong {
	float:left;
	font-weight:normal;
}
ul#menu ul li a span {
	width:8px;
	height:14px;
	display:block;
	overflow:hidden;
	float:right;
	cursor:pointer;
	/*
	//background:url(/includes/images_sbs/sep-arrow.gif) no-repeat 0 4px;
    */
}
ul#menu ul li a:hover span {
	/*
	background:url(/includes/images_sbs/sep-arrow-hover.gif) no-repeat 0 4px;
    */
}
ul#menu ul li a:hover {
	color:#fff;	
}



/* ......... */

div#splash {
	width:964px;
	margin-left:-28px;
	height:255px;
	overflow:hidden;
	position:relative;
	z-index:1;
	background:url(/includes/images_sbs/bg-splash.jpg) no-repeat;
}	
div#splash div.btn-left {
	padding:90px 0 0 5px;
	float:left;
}
div#splash div.btn-right {
	padding:90px 5px 0 0;
	float:right;	
}
div#splash div.content {
	height:130px;
	padding:40px 30px 0; 
	float:left;
	overflow:hidden;
}
div#splash div.goleft {
	padding-left:55px;	
}
div#splash h1 {
	margin-bottom:25px;
	line-height:20px;
	font-size:48px;
	color:#ffffff;
	font-weight:normal;
}
div#splash p {
	width:350px;
	height:105px;
	font-size:18px;
	color:#fff;
}
ul#services {
	padding-bottom:15px;
	overflow:hidden;
}
ul#services h2 a {
	margin-bottom:15px;
	font-size:20px;
	display:block;
	color:#f2603c;
	font-family:Helvetica, Arial, sans-serif;
}	
ul#services h2 a:hover {
	text-decoration:underline;	
}
ul#services p {
	height:30px;
	margin-bottom:15px;
	font-size:16x;
	font-weight:bold;
	color:#000000;
}
ul#services li {
	width:293px;
	margin-right:14px;
	padding:5px 0;
	float:left;
	background:url(/includes/images_sbs/border-vertical-sep.gif) right top repeat-y;
}
ul#services li.last {
	margin:0;
	background:none;
}
ul#services ul {
	float:left;
	width:146px;
}
ul#services ul li {
	width:auto;
	margin:0;
	background:url(/includes/images_sbs/ico-valid.gif) no-repeat 0 3px;
	float:none;
	font-size:13px;
	line-height:18px;
	font-weight:bold;
	padding:0 0 0 15px;
}
ul#services ul li a {
	color:#000;	
}
ul#services ul li a:hover {
	text-decoration:underline;	
}
div.info {
	width:460px;
	float:left;
}
div.info h3 {
	margin-bottom:15px;
	font-size:24px;
	color:#36638c;
}
div.info p {
	line-height:17px;
	margin-bottom:20px;
	font-size:12px;
	line-height:16px;
	color:#000;
}
div.info p strong {
	display:block;	
}
form#contact-us fieldset {
	width:401px;
	height:224px;
	padding:10px 10px 0;
	overflow:hidden;
	float:right;
	background:url(/includes/images_sbs/bg-contact_box-home.gif) no-repeat;
}
form#contact-us div.goleft {
	width:200px;
	overflow:hidden;
}
form#contact-us h3 {
	margin-bottom:12px;
	font-size:23px;
	color:#36638c;
	font-weight:normal;
}
form#contact-us p {
	padding-bottom:3px;
	overflow:hidden;	
}
form#contact-us span {
	float:left;
	width:55px;
	padding:2px 5px 0 0;
	text-align:right;
	font-size:10px;
	display:block;
}
form#contact-us input.text {
	width:130px;
	height:18px;
	padding:2px 0 0 5px;
	float:left;
	overflow:hidden;
	display:block;
	border:1px solid #c7deee;
}
form#contact-us textarea {
	width:328px;
	height:74px;
	margin-bottom:5px;
	padding:2px 0 0 5px;
	border:1px solid #c7deee;
}
form#contact-us div.checkbox {
	width:230px;
	padding-left:60px;
	float:left;
}
form#contact-us div.checkbox input {
	float:left;
	margin-right:5px;
}
form#contact-us div.checkbox strong {
	white-space:nowrap;
	float:left;
	font-size:10px;
	font-weight:normal;
	margin:0 5px 5px 0;
}
form#contact-us div.submit {
	float:right;
	padding-right:5px;
}
form#contact-us div.submit input, form#contact .submit {
	width:63px;
	height:24px;
	display:block;
	overflow:hidden;
	float:right;
	cursor:pointer;
	border:none;
	background:url(/includes/images_sbs/btn-submit-contact.gif) no-repeat;	
}
form#contact-us div.submit input:hover, form#contact .submit:hover {
	background:url(/includes/images_sbs/btn-submit-hover.png) no-repeat;
}
div#footer {
	padding:10px 28px;	
}
ul#logos {
	margin:20px 0;
	overflow:hidden;
}
ul#logos li {
	float:left;
}
ul#logos li.last a {
	padding:0;
	margin:0;
	background:none;	
}
ul#logos li a {
	padding-right:37px;
	margin-right:37px;
	display:block;	
	background:url(/includes/images_sbs/border-vertical-sep.gif) right top repeat-y;
}
ul#footer-menu {
	height:23px;
	padding:7px 28px 0;
	margin:0 -28px;
	background:url(/includes/images_sbs/bg-footer.gif) repeat-x;
	overflow:hidden;
}
ul#footer-menu li {
	float:left;
}
ul#footer-menu li.right {
	float:right;
	font-size:12px;
	line-height:16px;
	color:#fff;
}	
ul#footer-menu li.right strong {
	margin:0 5px;	
}
ul#footer-menu li a {
	font-size:12px;
	line-height:16px;
	color:#fff;
	margin-right:10px;
	padding-right:10px;
	display:block;
	border-right:1px solid #fff;
}
ul#footer-menu li a:hover {
	text-decoration:underline;	
}
ul#footer-menu li.last a {
	border:none;	
}
div#footer p {
	padding-top:5px;
	font-size:11px;	
}
div#sidebar {
	width:225px;
	padding-top:30px;
	float:left;
}
div#sidebar ul.menu {
	padding-bottom:10px;	
}
div#sidebar ul.menu li {
	padding-bottom:1px;
}
div#sidebar ul.menu.pdf li {
	position:relative;
}
div#sidebar ul.menu.pdf ul li a, div#sidebar ul.menu.pdf ul li a:hover {
	background:none;
	color:#000000;
	font-size:14px;
	border-bottom:1px solid #cbcbcb;
}
div#sidebar ul.menu.pdf ul li {
	background:url(/includes/images_sbs/small_sep.gif) no-repeat 10px 9px;
}
div#sidebar ul.menu.pdf ul li a:hover {
	color:#4e4e4e;	
}
div#sidebar ul.menu li a img {
	right:10px;
	top:-8px;
	position:absolute;	
}
div#sidebar ul.menu li a {
	width:206px;
	height:20px;
	padding:2px 0 1px 20px;
	display:block;
	background:#f2603c url(/includes/images_sbs/ico-arrow.gif) no-repeat 8px 8px;
	font-size:14px;
	color:#ffffff;
}
div#sidebar ul.menu li a:hover, div#sidebar ul.menu li a.selected {
	background:#38658d url(/includes/images_sbs/ico-arrow-blue.gif) no-repeat 8px 8px;
}
form#contact fieldset {
	width:218px;
	padding:5px 0 5px 7px;
	background-color:#ecf4fb;
}
form#contact h3 {
	margin-bottom:7px;
	font-size:23px;
	color:#36638c;
	font-weight:normal;
	font-family:Helvetica, Arial, sans-serif;
}
form#contact p {
	margin-bottom:2px;
	overflow:hidden;	
}
form#contact p span {
	width:60px;
	padding-top:4px;
	display:block;
	font-size:10px;
	float:left;
	color:#363636;
}
form#contact input.text {
	width:141px;
	height:18px;
	padding:2px 0 0 5px;
	display:block;
	float:left;
	border:1px solid #d0d0d0;	
}
form#contact div.checkbox {
	padding:5px 0 0 60px;
	font-size:10px;
}
form#contact div.checkbox input, form#contact div.checkbox strong {
	float:left;	
}
form#contact div.checkbox p strong {
	margin:0 0 5px 5px;
}
form#contact textarea {
	width:201px;
	height:118px;
	margin:2px 0 5px;
	padding:2px 0 0 5px;
	border:1px solid #d0d0d0;	
}
form#contact .submit {
	margin-right:8px;
}
div#main {
	width:668px;
	padding-top:10px;
	float:right;
}
div#main h6 {
	margin-bottom:6px;
	font-size:11px;
}
div#main div.header {
	height:209px;
	margin-bottom:13px;
	overflow:hidden;
	background:url(/includes/images_sbs/bg-repeat_header.gif) repeat-x;	
}
div#main div.header h5, div#main div.header img {
	float:left;	
}
div#main div.header h5 {
	padding:20px 15px;
	width:285px;
	font-size:24px;
	font-weight:normal;
	color:#ffffff;
}
div#main h1 
{
    font-family: Arial, Helvetica, Sans-Serif;
	color: #f2603c;
	font-size:24px;
	margin-bottom:13px;
	
}
div#main h2 
{
    font-family: Arial, Helvetica, Sans-Serif;
	color:#36638c;
	font-size:16px;
	line-height: 24px;
	margin-bottom:20px;
	font-weight:bold;    
}
div#main p.action {
	color:#f2603c;
	font-weight:bold;
	font-size:14px;
}
div#main ul.list, div.container {
	width:390px;
}
div#main ul.list.large {
	width:auto;	
}
div#main ul.list li {
	margin-bottom:20px;	
}
div#main ul.list h3 {
	margin-bottom:10px;
	white-space:nowrap;
	font-size:14px;
	color:#36638c;
}
div#main p a.underlined {
	color:#000;
	text-decoration:underline;
}
div#main p a.underlined:hover {
	text-decoration:none;	
}
div#main h3  {
	font-size:14px;
	color:#36638c;
}
div#main ul.list ul li {
	margin-bottom:5px;	
	overflow:hidden;
}
div#main ul.list ul li span {
	padding:0 0 0 25px;
	float:left;
	display:block;
	font-size:14px;
	line-height:22px;
	background:url(/includes/images_sbs/arrow-homepage.png) no-repeat 3px 3px;
}
div#main ul.list ul li.hover span a:hover {
	color:#f2603c;
}
a.vround {
	height:19px;
	float:right;
	overflow:hidden;
	position:relative;
}
a.vround.goleft {
	float:left;	
}
a.vround strong {
	height:19px;
	display:block;
	white-space:nowrap;
	float:left;
	cursor:pointer;
	overflow:hidden;
}
a.vround strong.left, a.vround strong.right {
	width:3px;
}
a.vround strong.left {
	background:url(/includes/images_sbs/vround-left.gif)
}
a.vround:hover strong.left {
	background:url(/includes/images_sbs/vround-left-hover.gif)
}
a.vround strong.right {
	background:url(/includes/images_sbs/vround-right.gif)
}
a.vround:hover strong.right {
	background:url(/includes/images_sbs/vround-right-hover.gif)
}
a.vround strong.content {
	width:160px;
	padding:2px 0 0 2px;
	overflow:hidden;
	font-size:12px;
	line-height:16px;
	color:#fff;
	background:url(/includes/images_sbs/vround-body.gif) repeat-x;	
}
a.vround:hover strong.content {
	background:url(/includes/images_sbs/vround-body-hover.gif) repeat-x;	
}
a.vround:hover {
	overflow:hidden;
	cursor:pointer;
}
body#sectional div#content {
	padding-bottom:50px;	
}
/*
div#main p {
	font-size:12px;	
}
*/
div#main h4 {
	margin-bottom:30px;
	font-size:14px;
	color:#453429;
}
div.dl-style 
{
    /*
	padding-left:40px;
    */
}
div#main div.dl-style ul.list h3 {
	font-weight:normal;
	margin-bottom:5px;
}
div#main div.dl-style ul.list li {
	margin-bottom:25px
}	
div#main div.dl-style ul.list li ul li {
	margin-bottom:5px
}	

div#main div.dl-style ul.list ul li span 
{
    background: url("/includes/images_sbs/bullet.png") no-repeat scroll 3px 3px transparent;
	font-size:12px;
	line-height:16px;
	color:#453429;
	background-position:8px 1px;
}
div#main div.dl-style ul.list ul li span.no-ico, div#main div.dl-style ul.list ul li.no-ico span {
	background:none;	
}
div#main div.dl-style ul.list ul li span a {
	position:relative;
	color:#38658d;
}
div#main div.dl-style ul.list ul li span a:hover {
	text-decoration:underline;	
}
div.dl-style p.address {
	font-size:12px;
	color:#453429;
	line-height:20px;
}
table.benefits {
	border-top:1px solid #cbcbcb;
	border-collapse:collapse;	
}
table.benefits tr td {
	font-size:12px;
	line-height:16px;
	border-bottom:1px solid #cbcbcb;
}
table.benefits tr td img {
	padding:15px 0 15px 10px;	
}
ul#partners {
	width:570px;	
}
ul#partners li {
	float:left;
	height:90px;
	padding-right:45px;
}
div#main div.dl-style ul.list ul#careers li {
	padding-bottom:10px;	
}
div#main div.dl-style ul.list ul#careers li span {
	color:#000;
}
a.btn-signup {
	width:83px;
	height:21px;
	display:block;
	overflow:hidden;
	background:url(/includes/images_sbs/btn-signup.gif) no-repeat;	
}
a.btn-signup:hover {
	background:url(/includes/images_sbs/btn-signup-hover.gif) no-repeat;	
}
a.btn-learn {
	width:213px;
	height:35px;
	display:block;
	overflow:hidden;
	position:relative;
	z-index:1;
	background:url(/includes/images_sbs/btn-learn_more-large.gif) no-repeat;
}
a.btn-learn:hover {
	background:url(/includes/images_sbs/btn-learn_more-large-hover.gif) no-repeat;
}
div#positioned {
	position:absolute;
	right:40px;
	top:40px;
	z-index:100;
}

.backPage
{
	/*display: none;*/
}

.h2-div{
    float:left; width:420px;
}

div#pdf-section 
{
    width:225px;
    background-color:#E8F4FF;
    padding:5px;
	float:left;
}
div#pdf-section ul.menu {
	padding-bottom:10px;	
}
div#pdf-section ul.menu li {
	padding-bottom:1px;
}
div#pdf-section ul.menu.pdf li {
	position:relative;
}
div#pdf-section ul.menu.pdf ul li a, div#pdf-section ul.menu.pdf ul li a:hover {
	background:none;
	color:#000000;
	font-size:14px;
	border-bottom:1px solid #cbcbcb;
}
div#pdf-section ul.menu.pdf ul li {
	background:url(/includes/images_sbs/small_sep.gif) no-repeat 10px 9px;
}
div#pdf-section ul.menu.pdf ul li a:hover {
	color:#4e4e4e;	
}
div#pdf-section ul.menu li a img {
	right:10px;
	top:-8px;
	position:absolute;	
}
div#pdf-section ul.menu li a {
	width:206px;
	height:20px;
	padding:3px 0 0 20px;
	display:block;
	background:#f2603c url(/includes/images_sbs/ico-arrow.gif) no-repeat 8px 8px;
	font-size:14px;
	color:#ffffff;
}
div#pdf-section ul.menu li a:hover, div#pdf-section ul.menu li a.selected {
	background:#38658d url(/includes/images_sbs/ico-arrow-blue.gif) no-repeat 8px 8px;
}

.two-column-list
{
    width:667px;
    border-top: 1px solid #CCCCCC;;
    padding-top: 16px;
}

.two-column-list li
{
    float:left;
    width:332px;
}