@charset "utf-8";


/* ERIC MEYER's CSS RESET: ------------------------------------------------------------------- */

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, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}

:focus {
	outline: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* CLEARFIX HACK ------------------------------------------------------------- */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
	 
.clearfix {
	display: inline-block;
	}
	
.clearfix {
	display: block;
	}


/* GLOBAL STYLES------------------------------------------------------------------- */

body {
	font-family: Tahoma, Geneva, sans-serif;
	background-image:url(../images/bsbsi_bg.jpg);
	background-repeat:no-repeat;
	background-color: #0a101b;
	background-position: left top;
	}


html {


}



/* MAIN LAYOUT------------------------------------------------------------------- */



#wrapper {
	
	
	}


#header {
	height: 84px;
	background-image:url(../images/bsbsi_header_bg.png);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	}


#navigation {
	height: 37px;
	background-image:url(../images/bsbsi_nav_bg.png);
	background-repeat:repeat-x;
	background-position:center;
	background-color: #3399cc;
	}


#main {
	margin: 5px 0px 0px 0px;
	padding: 23px 0px 0px 20px;
	background-image:url(../images/bsbsi_main_top.png);
	background-position:top;
	}
	
#main_bottom {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	background-image:url(../images/bsbsi_main_bottom.png);
	background-position:bottom;
	}
	
#divider {
	border-top: 1px solid #CCCCCC;
	}
	
#main_left {
	float: left;
	margin: 0px 0px 50px 0px;
	}
	
#main_right {
	float: right;
	margin: 0px 20px 50px 0px;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	}

#footer {
	clear:both;
	background-image:url(../images/bsbsi_footer_bg.gif);
	background-repeat:no-repeat;
	background-position: left bottom;
	}	
	
#contact_column {
	float: left;
	}

#about_column {
	float: left;
	background-image:url(../images/bsbsi_contact_divider.png);
	background-position: right center;
	background-repeat:no-repeat;
	min-height: 250px;
	}
	

/* NAVIGATION ------------------------------------------------------------  */


#navigation ul {	
	padding: 0px;
	margin: 0px;
	list-style: none;
	}
	

#navigation ul li {
	position: relative;
	cursor: pointer;
	width: 160px;
	height: 37px;
	float: left;
	margin: 0px;
	z-index: 1900;
	}
	
#navigation ul li a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	height: 30px;
	text-align:center;
	font-weight:bold;
	padding: 7px 0px 0px 0px;
	background-image: url(../images/bsbsi_nav_bg_states.png);
	background-repeat:no-repeat;
	background-position: 0px -10px;
	width: 160px;
	}
	
#navigation .nav_arrow {
	position: relative;
	right: 7px;
	top: 2px;
	}
	
#navigation .nav_title {
	position: relative;
	right: 5px;
	}
	
#navigation ul li.selected a {
	background-position: 0px -124px;
	}
	
#navigation ul li:hover ul, #navigation ul li.over ul {
	display: block;
	}
	
#navigation ul li a:hover, #navigation ul li:hover a {
	background-position: 0px -67px;
	}
	
	
#navigation ul li ul {
	position: absolute;
	left: 0px;
	top: 37px;
	padding: 0px;
	display: none;
	z-index: 2000;
	}
	
#navigation ul li ul li {
	cursor:pointer;
	width: 159px;
	height: 30px;
	padding: 0px;
	margin: 0px;
	clear: both;
	border-bottom: 1px solid #777777;
	}


#navigation ul li ul li a {
	display: block;
	text-decoration: none;
	color: #DDDDDD;
	width: 144px;
	height: 20px;
	padding: 5px 5px 5px 10px;
	clear: both;
	font-size: 12px;
	font-weight: normal;
	text-align:left;
	background-image: none;
	background-color:#666666;
	}
	
#navigation ul li ul li a:hover  {
	color:#FFFFFF;
	background-color:#2f7eb2;
	}



	
#navigation ul li:hover, #navigation ul li.over {
	}



/* COLUMN_WIDTHS ----------------------------------------------------------------  */
	
.width_140 {
	width: 140px;
	}
	
.width_160 {
	width: 160px;
	}
	
.width_195 {
	width: 195px;
	}
	
.width_220 {
	width: 220px;
	}	
	
.width_280 {
	width: 280px;
	}
	
.width_300 {
	width: 300px;
	}

.width_320 {
	width: 320px;
	}
	
.width_340 {
	width: 340px;
	}
	
.width_360 {
	width: 360px;
	}

.width_420 {
	width: 420px;
	}
	
.width_430 {
	width: 430px;
	}
	
.width_450 {
	width: 450px;
	}

.width_520 {
	width: 520px;
	}
	
.width_580 {
	width: 580px;
	}
	
.width_620 {
	width: 610px;
	}
	
.width_660 {
	width: 660px;
	}
	
.width_700 {
	width: 700px;
	}

.width_740 {
	width: 740px;
	}
		
.width_760 {
	width: 760px;
	}
		
.width_900 {
	width: 900px;
	}	
	
.width_920 {
	width: 920px;
	}	

.width_940 {
	width: 940px;
	}
	
.width_960 {
	width: 960px;
	}	
	





/* TEXT ----------------------------------------------------------------  */


h1, h1 a {
	font-size:32px;
	color: #ff8b00;
	margin: 15px 0px 5px 0px;
	}


h2, h2 a {
	margin: 0px 0px 5px 0px;
	text-transform: none;
	color: #3399cc;
	font-size: 20px;
	text-decoration:none;
	}
	

h2 a:hover {
	color: #ff8b00;
	}
	
h3, h3 a {
	font-size:14px;
	color: #3399cc;
	margin: 15px 0px 5px 0px;
	}
	

p, a {
	font-size:13px;
	color: #333333;
	line-height: 22px;
	margin: 0px 0px 15px 0px;
	}
	

#main_right p, #main_right a, #home_callouts p {
	font-size:11px;
	color: #333333;
	line-height: 18px;
	margin: 0px 0px 15px 0px;
	}
	
.highlighted_word {
	font-weight:bold;
	}

	

a {
	
	}


a:hover, #main_right a:hover {
	color: #ff8b00;
	}


.lead_in, .lead_in p {
	font-size:16px;
	line-height: 24px;
	color: #3399cc;
	}
	
	
p.warning {
	background-image:url(../images/icons/exclamation.png);
	background-repeat:no-repeat;
	line-height: 15px;
	padding: 0px 0px 0px 20px;
	font-weight:bold;
}

	
a.external_link {
	padding: 0px 15px 0px 0px;
	background-image: url(../images/external.png);
	background-repeat:no-repeat;
	background-position:center right;
}

	
.details {
	font-size: 11px;
	line-height: 17px;
	margin: 0px;
	padding: 0px;
	display:block;
	color: #56280e;
	}
	
.label {
	font-size: 11px;
	margin: 8px 0px 0px 0px;
	padding: 0px;
	color: #f29120;
	display:block;
	line-height: 10px;
	text-transform:uppercase;
	}

.select {
	font-size: 10px;
	color: #56280e;
	display:block;
	line-height: 10px;
	font-weight:bold;
	text-transform:uppercase;
	}
	
	
#main_bottom span.about_intro p {
	color: #3399cc;
	font-size: 16px;
	line-height: 24px;
	margin: 0px 0px 20px 0px;
	}
	
#main_bottom span.about_main p {
	font-size: 12px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	line-height: 24px;
	color: #333333;
	}
	
	
	
#main_bottom h2 {
	color: #ff8b00;
	}
	
#contact_column p {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	line-height: 15px;
	color: #333333;
	}
	
#contact_column a {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	line-height: 15px;
	color: #333333;
	}
	
	
#contact_column p.email {
	background-image: url(../images/email.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding: 0px 0px 0px 18px;
	float:left;
	clear: both;
	}
	
	
#main_right h3.tabcallout a {
	font-size:12px;
	color: #3399cc;
	margin: 15px 0px 5px 0px;
	}
	
#main_right h3.tabcallout a:hover {
	color: #ff8b00;
	}
	
hr {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #DDDDDD;
	outline: none;
	height: 1px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	}
	
.highlighted_word {
	font-weight:bold;
}

h3 span.highlighted_word {
	color:#333333;
}
	
	

/* GENERAL CLASSES ----------------------------------------------------------------  */


	
/* FLOATS --- */
	
.float_left {
	float: left;
	}
	
.float_right {
	float: right;
	}
	
img.float_left {
	float: left;
	margin: 0px 10px 0px 0px;
	}
	
.cat_images {
	padding: 8px;
	background-color:#FFFFFF;
	background-image: url(../images/shadow_lightest.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	border: 1px solid #CCCCCC;
	}
	
.border_images {	
	padding: 8px;
	background-color:#FFFFFF;
	background-image: url(../images/shadow_lightest.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	border: 1px solid #CCCCCC;
	}
	
img.float_left_callout {
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 8px;
	background-color:#FFFFFF;
	background-image: url(../images/shadow_lightest.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	border: 1px solid #CCCCCC;
	}
	
img.float_left_callout:hover {
	border: 1px solid #666666;
	}
	
.display_inline {
	display:inline;
	}
	
/* BORDERS --- */

.top_line {
	border-top: 1px solid #DDDDDD;
	}
	
.bottom_line {
	border-bottom: 1px solid #DDDDDD;
	}
	
.top_line_thick {
	border-top: 5px solid #DDDDDD;
	}
	
.bottom_line_thick {
	border-bottom: 5px solid #DDDDDD;
	}

.img_border {
	border: 1px solid #CCCCCC;
}


/* MARGINS --- */

.margin_bottom_20 {
	margin-bottom: 20px;
	}

.margin_bottom_10 {
	margin-bottom: 10px;
	}
	
.margin_top_10 {
	margin-top: 10px;
	}
	
.margin_top_bottom_10 {
	margin: 10px 0px 10px 0px;
	}
	
	
.no_margin {
	margin: 0px 0px 0px 0px;
 	}
	
.no_top_margin {
	margin-top: 0px;
 	}
	
.no_bottom_margin {
	margin-top: 0px;
 	}
	
	
	
/* PADDING--- */

.padding_20 {
	padding: 20px;
	}

.padding_bottom_10 {
	padding-bottom: 10px;
	}
	
.padding_top_10 {
	padding-top: 10px;
	}
	
.padding_top_bottom_10 {
	padding: 10px 0px 10px 0px;
	}
	
.padding_top_bottom_15 {
	padding: 15px 0px 15px 0px;
	}
	
.padding_bottom_20 {
	padding: 0px 0px 20px 0px;
	}
	
.padding_bottom_30 {
	padding: 0px 0px 30px 0px;
	}
	
.no_padding {
	padding: 0px;
 	}



/* OTHER--- */

.clear {
	clear: both;
	display: block;
	}	

.close_label a {
	text-decoration: none;
	background-image: url(../images/close.png);
	background-repeat:no-repeat;
	background-position: 47px 3px;
	padding: 0px 25px 8px 5px;
	height: 15px;
	font-size: 12px;
	text-transform:uppercase;
	float: right;
	margin: 0px 10px 0px 0px;
	font-weight:bold;
	}
	
/* BUTTONS ------------------------------------------------------------------------ */

#home_callouts a.learn_more_btn {
	width: 100px;
	height: 25px;
	background-image:url(../images/bsbsi_learnmore_btn.png);
	background-position: 0px 0px;
	position: absolute;
	top: 185px;
	left: 350px;
	text-align: center;
	color:#FFFFFF;
	font-size:14px;
	text-decoration:none;
	padding: 7px 0px 0px 0px;
	line-height: 18px;
}

#home_callouts a.learn_more_btn:hover {
	background-position: 0px -32px;
}

#bottom_callouts a.learn_more_btn {
	width: 100px;
	height: 25px;
	background-image:url(../images/bsbsi_learnmore_btn.png);
	background-position: 0px 0px;
	position: absolute;
	top: 180px;
	left: 20px;
	text-align: center;
	color:#FFFFFF;
	font-size:14px;
	text-decoration:none;
	padding: 7px 0px 0px 0px;
	line-height: 18px;
}

#bottom_callouts a.learn_more_btn:hover {
	background-position: 0px -32px;
}
 
 
a.learn_more_arrow {
	background-image:url(../images/arrow.png);
	color:#333333;
	background-repeat:no-repeat;
	background-position: right 1px;
	padding: 0px 13px 0px 0px;
	font-weight:bold;
	margin: 0px 0px 0px 0px;
	}
	
a.learn_more_arrow:hover {
	background-position: right -14px;
	color: #ff8b00;
	}

	

/* LOGO --------------------------*/	
	
#logo { 
	cursor:pointer;
	overflow:hidden;
	margin: 0px;
	float: left;
	width: 620px;
	}
	
#logo a { 
	height:0px;
	padding-top: 75px;
	width: 620px;
	display: block;
	margin: 0px;
	overflow:hidden;
	}
	
.logo_image {
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	}
	

	
/* BREADCRUMBS------------------------------------------------- */
	
#breadcrumbs {
	font-size: 10px;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	line-height: 16px;
	color: #666666;
	}
	
#breadcrumbs a{
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
	color: #666666;
	}
	
#breadcrumbs a:hover  {
	color: #ff8b00;
	}	


	
/* FOOTER NAVIGATION----------------------------------*/

#footer_nav  {	
	float: left;
	}
	

#footer_nav ul {
	list-style-type: none;	
	margin: 0px;
	}
	

#footer_nav ul li {
	width: 115px;
	float: left;
	margin: 0px;
	}
	
#footer_nav ul li ul {
	width: 115px;
	margin: 0px;
	}
	
#footer_nav ul li ul li{
	margin: 0px;
	}
	
#footer_nav ul li a {
	color: #3399cc;
	font-weight: bold;
	font-size:14px;
	text-decoration:none;
	}

#footer_nav ul li ul li a {
	color: #FFFFFF;
	font-size:12px;
	font-weight: normal;
	text-decoration:underline;
	}
	
#footer_nav ul li ul li a:hover {
	color: #467cc8;
	}



/* FOOTER----*/		
	
#footer_main {
	clear:both;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 550px 0px;
	}
	
#copyright {
	float: left;
	height: 60px;
	padding: 0px;
	}
	
#copyright p {
	color: #FFFFFF;
	}
	
#copyright span.copyright_firstline {
	font-size: 14px;
	}
	
		

	


/* CONTAINERS ---------------------------- */
	

.container {
	padding: 20px;
	}
	
#main_right .container, .container_side { 
	background-image:url(../images/shadow_lightest.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	}
	
.container_side {
	padding: 20px 20px 25px 20px;
	}
	
.container_media {
	clear: both;
}
	
.container_media img {
	border: 1px solid #BBBBBB;
	}
	
.container_content {
	clear: both;
	margin: 0px;
	padding: 0px;
	display:block;
	}
	
	
#container_links, #container_share, #container_related, #container_keywords {
	margin: 20px 0px 0px 0px;
	}
	
/* LISTS ---------------------------- */

ul.content_list {
	list-style-position:inside;
	}
	
ul.content_list li {
	list-style-image:url(../images/silk/bullet_go.png);
	}



#main_left ul {
	list-style-position:inside;
	font-size:13px;
	color: #333333;
	line-height: 24px;
	list-style-type: square;
	margin: 0px 0px 15px 0px;
	}
	
#main_left ul li {
	margin: 0px 0px 0px 15px;
	list-style-type: square;
	}	
	
		
#main_left ol {
	list-style-position:inside;
	font-size:13px;
	color: #333333;
	line-height: 24px;
	list-style-type:decimal;
	}
	
#main_left ol li {
	margin: 0px 0px 0px 15px;
	list-style-type:decimal;
	}
	

	
/* CALLOUTS: HOME PAGE ---------------------------- */
	
#home_callouts {
	background-image:url(../images/bsbsi_homecallout_bg.png);
	background-repeat:no-repeat;
	height: 480px;
	}
	
#callout_1, #callout_2, #callout_3, #callout_4  {
	position: relative;
	height: 200px;
	}
	
#callout_1 img, #callout_2 img, #callout_3 img, #callout_4 img  {
	padding: 10px;
	background-color:#FFFFFF;
	border: 1px solid #CCCCCC;
	background-image:url(../images/shadow_lightest.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	
	}
	
#callout_1 img:hover, #callout_2 img:hover, #callout_3 img:hover, #callout_4 img:hover  {
	border: 1px solid #666666;
	}
	
/* BOTTOM CALLOUTS: BOTTOM ---------------------------- */
	
#bottom_callouts {
	background-image:url(../images/bsbsi_homecallout_bg.png);
	background-repeat:no-repeat;
	height: 240px;
	}
	
#callout_bottom_1, #callout_bottom_2, #callout_bottom_3, #callout_bottom_4  {
	position: relative;
	height: 198px;
	}
	
#callout_bottom_1, #callout_bottom_2, #callout_bottom_3  {
	background-image:url(../images/bsbsi_bottom_divider.png);
	background-repeat:no-repeat;
	background-position: 230px 2px;
	}
	
#bottom_callouts h2 a  {
	font-size:16px
	}

	
/* NEWS ALERT: --------------------------- */

#news_alert {
	background-image:url(../images/bsbsi_newsalert_bg.png);
	height: 115px;
	padding: 23px 0px 0px 20px;
	margin: 5px 0px 0px 0px;
	
	
	}
	
#news_alert p {
	padding: 0px 10px 0px 0px;
	}
	
.alert_img {
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 8px;
	background-color:#FFFFFF;
	border: 1px solid #CCCCCC;
	background-image:url(../images/shadow_lightest.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}

.alert_img:hover {
		border: 1px solid #666666;

}

	
/* -------------------------------- */

.last {
	
	}	
	

	
.top  {
	height: 150px;
	}

.bottom   {
	border-top: none;
	height: 150px;
	}
	
	
.row1 {
	background-color:#D9D9D9;
	}
	
.row2{
	background-color:#E2E2E2;
	}



#tabvideo, #tabimages, #tabaudio, #tabdownloads, #tabrecent, #tabpopular, #tabtestimonial, #tabrelated, #tabshare, #tablinks, #tabtags { 
	background-repeat:no-repeat;
	background-position: 3px 3px;
 	padding: 3px 3px 5px 22px;	
 	border-bottom: 1px solid #DDDDDD;
	}


#tabvideo {
	background-image: url(../images/silk/film.png);
 	}

#tabimages {
	background-image:url(../images/silk/picture.png);
	}

#tabaudio {
	background-image: url(../images/silk/ipod.png);
	}

#tabdownloads {
	background-image: url(../images/silk/page_white_put.png); 
	}

#tabrecent {
	background-image: url(../images/silk/flag_blue.png);
 	}

#tabpopular {
 background-image: url(../images/silk/star.png);
}


#tabtestimonial {
 background-image: url(../images/silk/comments.png);
}


#tabrelated {
 background-image: url(../images/silk/folder_magnify.png);
}

#tabshare {
 background-image: url(../images/silk/group.png);
}

#tablinks {
 background-image:url(../images/silk/link.png);
}

#tabtags {
 background-image: url(../images/silk/tag_blue.png);
}




	
	
span.title {
	float: left;
	padding: 0px;
	margin: 15px 0px 0px 5px;
	font-size: 12px;
	}	
	
span.play {
	float: right;
	padding: 0px 15px 0px 0px;
	margin: 0px;
	font-size: 12px;
	margin: 15px 0px 0px 0px;
	background-image: url(../images/icons/play_arrow.png);
	background-repeat:no-repeat;
	background-position:right; 
	}	

	
.thumbs_sm {
	float: left;
	margin: 6px 5px 6px 5px;
	padding: 8px;
	background-color:#FFFFFF;
	background-image: url(../images/shadow_lightest.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	border: 1px solid #CCCCCC;	
	}
	
.thumbs_sm:hover {
	border: 1px solid #666666;
	}	
	
span.download {
	float: right;
	padding: 0px 15px 0px 0px;
	margin: 0px;
	font-size: 12px;
	margin: 15px 0px 0px 0px;
	background-image: url(../images/icons/download_arrow.png);
	background-repeat:no-repeat;
	background-position:right; 
	}	
	
	
	
.sm_holder {
	width: 285px;
	height: 48px;
	clear: both;
	}
	
	
	
.sm_holder a {
	width: 279px;
	height: 42px;
	display: block;
	padding: 3px;
	text-decoration: none;
	}
	
	
.sm_holder a:hover {
	background-color: #DDDDDD;
	}
	
.sm_holder a:hover span {
	color: #333333;
	}

	
	
.sm_thumb {
	width: 40px;
	float: left;
	}
	
	
	


/* AJAX
----------------------------------------------- */

.display {
	display:none;
	z-index: 0;
	}
	
#modal {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding:0px;
	text-align:center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20000;
	visibility:hidden
	}
	
#veil {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding:0px;
	text-align:center;
	background-color:#000000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 8000;
	visibility:hidden
	}
	
#modal_inner {
    width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	visibility:hidden
	}
	

#modal_top {
	height: 45px;
	width: 100%;
	position: fixed;
	z-index: 500000;
	top: 0;
	left: 0;
	background-color: #222222;
	background-image:url(../images/shadow.png);
	background-repeat: repeat-x;
	background-position:bottom;
	padding: 0px;
	}


#modal_top .title {
	margin: 0px 0px 0px 20px;
	padding: 15px 0px 0px 20px;
	color: #CCCCCC;
	float: left;
	font-size:12px;
	background-image: url(../images/silk/pictures.png);
	background-repeat:no-repeat;
	background-position: 0px 13px;
	font-family: Tahoma;
	}
	
#modal_top a.close {
	background-image: url(../images/close_btn.png);
	background-repeat:no-repeat;
	background-position: 0px 0px;
	width: 60px;
	height: 24px;
	margin: 10px 10px 0px 0px;
	padding: 1px 0px 0px 10px;
	float: right;
	font-size: 12px;
	text-align:left;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
	
	}

#modal_top a.close:hover {
	background-position: 0px -25px;
	}

#modal_content {
	margin:0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	text-align:center;
	position: fixed;
	left: 0px;
	z-index: 40000;
	}
	
		

/* FLASH BANNER-------------------*/

#flash_holder {
	width: 940px;
	height: 460px;
	margin: 0px 0px 0px 0px;
	display: block;
	clear:both;
	}
	
object {
	outline:none;
	}

#flash_holder #alternate_content {
	font-size: 15px;
	width: 580px;
	margin: 140px 170px 0px 170px;
	padding: 0px;
	line-height: 16px;
	color: #666666;
	text-align:center;
	float: left;
	}
	
p.flash_warning {
	font-size: 18px;
	font-family:Tahoma, Geneva, sans-serif;
	color: #666666;
	font-weight:bold;
	line-height: 20px;
	margin: 0px 0px 20px 0px;
	}
	
p.flash_download {
	font-size: 12px;
	font-family:Tahoma, Geneva, sans-serif;
	color: #666666;
	line-height: 12px;
	margin: 0px 0px 20px 0px;
	}
	
p.flash_download  a {
	color: #666666;
	
	}
	
p.flash_download  a:hover {
	color: #ff8b00;	
	}
	
	
#flash #alternate_content {
	font-size: 15px;
	width: 580px;
	margin: 225px auto 0px auto;
	padding: 20px;
	line-height: 16px;
	color: #666666;
	text-align:center;
	}
	

#flash {
	display:none;
	}

	
	
/* SEARCH----------------------------------*/

#search  {	
	padding: 0px;
	margin: 25px 0px 0px 30px;
	position: relative; 
	display: block;
	height: 20px;
	width: 300px;
	float: left;
	z-index: 7010;
	}
	
#search input  {	
	margin: 0px;
	width: 230px;
	height: 20px;
	padding: 8px 5px 5px 25px;
	float: left;
	border: 0px;
	outline: none;
	font-size:12px;
	background-image:url(../images/bsbsi_search.png);
	background-repeat: no-repeat;
	background-color: transparent;
	}		
	
#search button.searchbutton {	
	float: right;
	background-image:url(../images/bsbsi_buttom_sm.png);
	background-repeat:no-repeat;
	background-position: 0px 0px;
	outline:none;
	border:none;
	cursor: pointer;
	width: 32px;
	padding: 4px 5px 5px 5px;
	height: 32px;
	display:block;
	color:#FFFFFF;
	font-weight: bold;
	font-size: 11px;
	font-family:Tahoma, Geneva, sans-serif;
	}
	
	
#search button {
	position: relative;
	border: 0; 
	padding: 0;
	cursor: pointer;
	 }
	
	
#search button:hover {	
	background-position: 0px -32px;
	}
	
.SpryHiddenRegion {
	display: none;
	}


#searchsuggestions {
	width: 257px;
	height: 150px;
	overflow-y: scroll;
	top: 33px;
	left: 1px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	position:absolute;
	z-index: 7011;
	}


.hideSuggestClass {
	background-color: #FFFFFF;
	height: 75px;
	overflow-y: scroll;
	display:none;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
	}

.suggestion_box {
	border-bottom: 1px solid #EEEEEE;
	width: 230px;
	padding: 5px;
	display: block;
	overflow:hidden;
	font-size: 11px;
    }

.showSuggestClass .hideSuggestClass{
	display: block !important;
	}

.showSuggestClass .hoverSuggestClass{
	background-color: #3399cc !important;
	color: #FFFFFF;
	}

.iframeSuggest {
	position: absolute;
	z-index: 7010;
	filter:alpha(opacity:0.1);
	}

/* SpryAutoSuggest.css - version 0.2 - Spry Pre-Release 1.6.1 */
/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

	


/* FORM ELEMENTS*/

#contact_form {
	background-color:#FFFFFF;	
	}


#contact_form input.box {
	font-size: 12px;
	color:#333333;
	border: 1px solid #CCCCCC;
	padding: 5px;
	width: 515px;
	height: 15px;
	margin: 0px 0px 20px 0px;
	clear:both;
	display: block;
	font-family:Tahoma, Geneva, sans-serif;
	}

#contact_form .area {
	width: 515px;
	font-family:Tahoma, Geneva, sans-serif;
	border: 1px solid #DDDDDD;
	font-size: 12px;
	clear:both;
	display: block;
	padding: 5px;
	color:#333333;
	margin: 0px 0px 20px 0px;
	}
	
#contact_form .selectitembox {
	clear: both;
	display: block;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color:#333333;
	margin: 0px 0px 20px 0px;
	}

	
	
#contact_form legend {
	color:  #3399cc;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 12px;
	padding: 10px;
	font-weight:bold;
	text-transform:uppercase;
	}


#contact_form fieldset {
	padding: 10px 20px 20px 20px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #CCCCCC;
	background-image:url(../images/shadow_lightest.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}

#contact_form label {
	font-size:10px;
	text-transform:uppercase;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	color: #333333;
	display:block;
	font-family:Tahoma, Geneva, sans-serif;
	}
	
#contact_form label.inline {
	display: inline;
	}
	

#contact_form button {
	position: relative;
	border: 0; 
	padding: 0;
	cursor: pointer;
	 }
	
	
#contact_form button.button {
	background-image: url(../images/bsbsi_learnmore_btn.png);
	background-position: 0px 0px;
	width: 100px;
	height: 32px;
	margin: 10px 20px 0px 0px;
	padding: 0px;
	cursor: pointer;
	text-align:center;
	border: none;
	outline: none;
	clear: both;
	float:left;
	}	
	
	
#contact_form button.button:hover {
	background-position: 0px -33px;
	}
	
#contact_form span.buttonsubmit {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#FFFFFF;
	}
	
#error_zone {
	color: #333333;
	font-size: 11px;
	font-weight:bold;
	margin: 18px 0px 0px 0px;
	background-image:url(../images/silk/error.png);
	background-repeat:no-repeat;
	background-position: left center;
	padding: 0px 0px 3px 20px;
	float: left;
}

.error{
	color: #333333;
	font-size: 11px;
	font-weight:bold;
	margin: 10px 0px 0px 0px;
	background-image:url(../images/silk/error.png);
	background-repeat:no-repeat;
	background-position: left center;
	padding: 0px 0px 3px 20px;
}





/* TEXT VALIDATION */

.textfieldRequiredMsg, .textfieldInvalidFormatMsg, .textfieldMinValueMsg, .textfieldMaxValueMsg, .textfieldMinCharsMsg, .textfieldMaxCharsMsg, .textfieldValidMsg {
	display: none;
}
.textfieldRequiredState .textfieldRequiredMsg, .textfieldInvalidFormatState .textfieldInvalidFormatMsg, .textfieldMinValueState .textfieldMinValueMsg, .textfieldMaxValueState .textfieldMaxValueMsg, .textfieldMinCharsState .textfieldMinCharsMsg, .textfieldMaxCharsState .textfieldMaxCharsMsg {
	display: block;
	width: 400px;
	color: #333333;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	margin: 0px 0px 2px 0px;
	background-image: url(../images/silk/error.png);
	background-repeat: no-repeat;
	padding: 3px 0px 3px 20px;
	
	}


.textareaRequiredMsg,
.textareaMinCharsMsg,
.textareaMaxCharsMsg,
.textareaValidMsg {
	display:none;
}


.textareaRequiredState .textareaRequiredMsg,
.textareaMinCharsState .textareaMinCharsMsg,
.textareaMaxCharsState .textareaMaxCharsMsg
{
	display: block;
	width: 400px;
	color: #333333;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	margin: 0px 0px 2px 0px;
	margin: 0px 0px 2px 0px;
	background-image: url(../images/silk/error.png);
	background-repeat: no-repeat;
	padding: 3px 0px 3px 20px;
		
}


/* SPRY 
/* Spry Pre-Release 1.6.1 */
/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
	
	
/* SpryValidationSelect.css - version 0.4 - Spry Pre-Release 1.6 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* These are the classes applied on the messages
 * (required message and invalid state message)
 * which prevent them from being displayed by default.
 */ 
.selectRequiredMsg, .selectInvalidMsg {
	display: none;
}
/* These selectors change the way messages look when the widget is in one of the error states (required, invalid).
 * These classes set a default red border and color for the error text.
 * The state class (.selectRequiredState or .selectInvalidState) is applied on the top-level container for the widget,
 * and this way only the specific error message can be shown by setting the display property to "inline".
 */
.selectRequiredState .selectRequiredMsg, .selectInvalidState .selectInvalidMsg {
	display: block;
	width: 400px;
	color: #333333;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	margin: 0px 0px 2px 0px;
	margin: 0px 0px 2px 0px;
	background-image: url(../images/silk/error.png);
	background-repeat: no-repeat;
	padding: 3px 0px 3px 20px;
}
/* The next three group selectors control the way the core element (SELECT) looks like when the widget is in one of the states: 
 * focus, required / invalid, valid 
 * There are two selectors for each state, to cover the two main usecases for the widget:
 * - the widget id is placed on the top level container for the SELECT
 * - the widget id is placed on the SELECT element itself (there are no error messages)
 */
 
/* When the widget is in the valid state the SELECT has a green background applied on it. */
.selectValidState select, select.selectValidState {
	background-color: #FFFFFF;
}
/* When the widget is in an invalid state the SELECT has a red background applied on it. */
select.selectRequiredState, .selectRequiredState select, select.selectInvalidState, .selectInvalidState select {
	background-color: #FFFFFF;
}
/* When the widget has received focus, the SELECT has a yellow background applied on it. */
.selectFocusState select, select.selectFocusState {
	background-color: #FFFFFF;
}
/* SpryFormValidation.css - version 0.5 - Spry Pre-Release 1.6 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

