/* ---------------------------------------------------------------------
            GLOBAL STYLES - UNIVERSAL SELECTORS
------------------------------------------------------------------------

These are default styles that every page needs to inherit */

body {
	font-size:12px;
	font-family:Arial, Helvetica, "Lucida Grande", Verdana, Geneva, sans-serif;
	background:white;
	text-align:center;
	padding-bottom:100px;
}

h3 {
  font-size:110%;
  font-weight:bold;
  margin-top:30px;
}

ul {
  list-style: disc outside;
  padding:0 0 0 30px;
  margin: 10px 0;
}

hr {display:none;}

.sep_line {
	width:573px;
	margin:0;
	height:5px;
	line-height:0px;
	font-size:0px;
	background:url(../images/delimbar.jpg) left top repeat-y;
}

a.link1 {color:#0086ac; text-decoration:none; }
a:visited.link1 {color:#0086ac; text-decoration:none}
a:hover.link1 {color:#00b0d8; text-decoration:underline}
a:active.link1 {color:#00b0d8; text-decoration:underline}




/* ********* CLEAR FIX HACK ********* */

.cf:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.cf {display: inline-block;}

/* Hides from IE-mac \*/
* html .cf {height: 1%;}				
.cf {display: block;}
/* End hide from IE-mac */

.clear {clear:both;	}


/* ---------------------------------------------------------------------
            GLOBAL STYLES - STRUCTURAL RULES
------------------------------------------------------------------------

These are default styles that every page needs to inherit */

#main_container {
	width:740px;
	margin:0 auto;
	text-align:left;
}

#main_container  #header {
	padding-bottom:3px;	
}

#header h1 {
	display:block;
	margin:58px 0 0 0;	
}

#header h1 a {
	display:block;
	width:150px;
	height:84px;
	text-indent:-9999px;
	background:url(../images/BSF_logo.gif) no-repeat;
}


/* //////// TOP NAVIGATION \\\\\\\\ */

#header #topnav {
	height:9px;
	margin:21px 0 0 2px;
}

#header ul{
	display:inline;
	height:9px;
}

#header ul li {
	display:block;
	height:9px;
	float:left;
}

#header ul li a {
	display:block;
	height:9px;
	background-position: bottom left;
	background-repeat:no-repeat;
	text-indent:-9999px;
	margin-right:33px;
	overflow:hidden;
	font-size:0;
}

#header ul li a:hover, #header ul li a.active {
	background-position:0 0;
}

#header ul li a#vision {
	background-image:url(../images/topnav_vision.gif);
	width:34px;
}

#header ul li a#events {
	background-image:url(../images/topnav_events.gif);
	width:52px;
}

#header ul li a#four_steps {
	background-image:url(../images/topnav_4steps.gif);
	width:38px;
}

#header ul li a#tactics {
	background-image:url(../images/topnav_survival.gif);
	width:85px;
}

#header ul li a#testimonials {
	background-image:url(../images/topnav_testimonials.gif);
	width:71px;
}

#header ul li a#contact {
	background-image:url(../images/topnav_contact.gif);
	width:51px;
}


/* //////// INTRO TEXTS \\\\\\\\ */

#main_container #intro_text {
	width:573px;
	padding:11px 0;
}

#intro_text h2 {
	font-size:40px;
	font-weight:normal;
	text-indent:-9999px;
}

#intro_text h2#home_text {
	background:url(../images/text_home.gif) left top no-repeat;
	height:123px;
}

#intro_text h2#vision_text {
	background:url(../images/text_vision.gif) left top no-repeat;
	height:168px;
}

#intro_text h2#steps_text {
	background:url(../images/text_steps.gif) left top no-repeat;
	height:73px;
}

#intro_text h2#survival_text {
	background:url(../images/text_survive.gif) left top no-repeat;
	height:78px;
}

#intro_text h2#testimonials_text {
	background:url(../images/text_testim.gif) left top no-repeat;
	height:123px;
}

#intro_text h2#events_text {
	background:url(../images/text_events.gif) left top no-repeat;
	height:78px;
}

#intro_text h2#contact_text {
	background:url(../images/text_contact.gif) left top no-repeat;
	height:78px;
}

#intro_text h2#training_text {
	background:url(../images/text_training.gif) left top no-repeat;
	height:123px;
}

#intro_text h2#partners_text {
	background:url(../images/text_partners.gif) left top no-repeat;
	height:162px;
}

#intro_text h2#people_text {
	background:url(../images/text_people.gif) left top no-repeat;
	height:123px;
}


#intro_text strong {
	font-weight:bold;
}


/* //////// SIDE NAVIGATION \\\\\\\\ */

#book_ad {
  width:140px;
  display:block;
  text-decoration:none;
  margin-top:30px;
}

#book_ad img {
  border:0;
}

#main_container #sidenav {
	float:right;
	width:140px;
	margin-left:25px;
	padding-top:40px;
	background:url(../images/BSF_logosmall.gif) left top no-repeat;
}

#sidenav h3 {
	text-indent:-9999px;
	height:0;
	width:0;
	display:none;
}


#sidenav ul{
	display:block;
	width:95px;
}

#sidenav ul li {
	display:block;
}

#sidenav ul li a {
	display:block;
	height:35px;
	background-position: bottom left;
	background-repeat:no-repeat;
	text-indent:-9999px;
	margin-left:1px;
	margin-top:2px;
}

#sidenav ul li a#section_group {
	background-image:url(../images/sidenav_tab1.jpg);	
}

#sidenav ul li a#section_training {
	background-image:url(../images/sidenav_tab2.jpg);	
}

#sidenav ul li a#section_partners {
	background-image:url(../images/sidenav_tab3.jpg);	
}

#sidenav ul li a#section_people {
	background-image:url(../images/sidenav_tab4.jpg);	
}

#sidenav ul li a:hover, #sidenav ul li a.active {
	background-position:0 0;
	height:35px;
}



/* ---------------------------------------------------------------------
           					 4 STEPS PAGE
------------------------------------------------------------------------ */


#main_container .step {
	width:300px;
	padding-left:100px;	
	margin-top:15px;
	background-position:left 5px;
	background-repeat:no-repeat;
}

.step#step_one {
	background-image:url(../images/step_one.gif);
	margin-top:10px;
}

.step#step_two {
	background-image:url(../images/step_two.gif);
	margin-top:10px;
}

.step#step_three {
	background-image:url(../images/step_three.gif);
	margin-top:10px;
}

.step#step_four {
	background-image:url(../images/step_four.gif);
	margin-top:10px;
}

.step h4 {
	height:0px;
	text-indent:-9999px;
	font-size:0;
}

.step strong {
	font-weight:bold;
}

#main_container .textarea {
	width:500px;	
}

.textarea strong {
	font-weight:bold;	
}

#main_container .textarea p {
	margin:10px 0 0 0;
}

#main_container .textarea p.p15 {
	margin:15px 0 0 0;
}


.textarea ol.roman {
	list-style-type:lower-roman;
	list-style-position:inside;
	margin-top:10px;
	margin-left:25px;
}

.textarea ol.roman li {
	margin-top:15px;
}


.textarea ol.numero {
	list-style-type:decimal;
	list-style-position:inside;
	margin:10px 0 10px 25px;
}



/* ---------------------------------------------------------------------
           				SURVIVAL TACTICS PAGE
------------------------------------------------------------------------ */

.col_left{
	width: 280px;
	text-align: left;
	display: inline;
	float: left;
	margin-top: 6px;
}


.col_right {
	width: 254px;
	float: left;
	margin-left: 26px;
	display: inline;
	margin-top: 6px;
}

div.col_right > h2 {
	font-size: 16px;
	visibility: normal;
}

ol#tabset {
	padding:10px 0;
	margin:0;
	list-style-type:none;
}

ol#tabset li {
	font-size: 12px;
	padding:2px 0 2px 0 ;
	border-top: 1px solid #464646;
}

ol#tabset li a.active{
	color: #1F8EDA!important;
}

ol#tabset li a {
	color: #666666!important;
	display:block;
	padding:8px 0 18px 0;
	background:no-repeat -290px 10px;
	text-decoration:none;

}

ol#tabset li a span {
	padding-left:40px;
	display:block;
}

ol#tabset li a.active {
	background-position: 0 10px;
}

ol#tabset li a:hover {
	text-decoration:none;
}

ol#tabset li a#t1 {
	background-image:url(../images/1.gif);
}

ol#tabset li a#t2 {
	background-image:url(../images/2.gif);
}

ol#tabset li a#t3 {
	background-image:url(../images/3.gif);
}

ol#tabset li a#t4 {
	background-image:url(../images/4.gif);
}

ol#tabset li a#t5 {
	background-image:url(../images/5.gif);
}

ol#tabset li a#t6 {
	background-image:url(../images/6.gif);
}


ol#tabset li a#t7 {
	background-image:url(../images/7.gif);
}


ol#tabset li a#t8 {
	background-image:url(../images/8.gif);
}

ol#tabset li a#t9 {
	background-image:url(../images/9.gif);
}

ol#tabset li a#t10 {
	background-image:url(../images/10.gif);
}

.alert {
  font-weight:bold;
  margin:20px 0 10px 0 !important;
}

.alert_error {
  color:#cf2700;
}

.alert_success {
  color:#5a9d03;
}

form {margin-top:10px;}

.form_item {
	margin-bottom:10px;
}

.form_item p.label {
	text-transform:uppercase;
	color:#00b0d8;
	display:block;
	font-size:120%;
	font-weight:bold;
}

.form_item input, .form_item textarea{
	width:99%;
  font-size:13px;
  padding:5px;
	border:0px none;
	background:#eaeaea;
}

.form_item input.radio {
  width:auto;
  padding:0;
  background:none;
}

.form_item textarea {
	height:200px;
	font-family:arial;
	margin:0;
}

.form_item input {

}

.form_radios p.label {

}

.form_radios label {
  padding:5px;
}

.form_radios label input {
  vertical-align:middle;
  margin-right:5px;
}

.form_item .error {
	color:#cf2700;
	font-weight:bold;
	margin:0 0 10px 0 !important;
}

.form_columns {
  width:560px;
}

.form_columns .left, .form_columns .right {
  float:left;
  width:250px;
}

.form_columns .left {
  margin-right:20px;
}

.event_register_form h4,
#launch_smart_event h4 {
  font-size:180%;
  margin-top:20px;
  text-transform:uppercase;
}

.event_register_form .form_buttons {
  text-align:right;
}

#launch_smart_form {
  background:url(../images/launch_smart_event_bg.jpg) top left no-repeat;
  width:535px;
  padding:100px 160px 0 0;
}

#launch_smart_event h3 {
  display:none;
}

#launch_smart_event .intro {

}

#launch_smart_event .intro p {
  margin-bottom:15px;
  font-weight:100;
  
}

#launch_smart_event .intro strong {
  font-weight:bold;
}

#launch_smart_event ul {
  list-style-type: disc;
  padding-left:20px;
  margin-bottom:20px;
}

#launch_smart_event dl {
  border-top:1px solid #e2e2e2;
  border-bottom:1px solid #e2e2e2;
  padding:20px 0;
}

#launch_smart_event dt {
  font-weight:bold;
  float:left;
  width:15%;
}

#launch_smart_event dd {
  float:left;
  width:85%;
}

#payment_method {
  margin-top:10px;
}

/*********************/
/* Hacks/Misc Styles */
/*********************/
.cf:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.cf {display:inline-block;}

/* Hides from IE-mac \*/
* html .cf {height:1%;}
.cf {display:block;}
/* End hide from IE-mac */

.hide {display:none;}
