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

body {
	background-color: #333;
	background-repeat: repeat-y;
	background-position:center top;
	background-image: url(../../img/BFI_bkgrn.png);
}
a:hover {
	color:#fff;
}
z.item {
	height:11px;
	background-repeat:no-repeat;
	padding:20px 100px 90px 100px;
}
.modal{
	width:660px;
	margin:-300px 0 0 -330px;
}

.modal-header {
	padding:2px 15px;
}
.modal-body {
	background-image:url(../../img/BFI_bkgrn_bw.png);
}
.modal-footer {
	padding:8px 15px 8px;
}
.accordion-inner p {
	display:block;
	padding:10px;
	background-color:#fff;
	/*border-top:1px solid #e5e5e5;*/
}
.item {
	background-repeat:no-repeat;
	padding:20px 100px 90px 100px;
}
.item img {
	float:left;
}
#featuredlink {
	display:block;
	width: 100%;
	height: 100%;
}
/*#featured01 {
	background-image:url(../../img/bfi_hero_sale.jpg);
	height: 270px;
}*/
#featured01 {
	background-image:url(../../img/BFI_Hero_C.jpg);
	height: 270px;
}
#featured02 {
	background-image:url(../../img/BFI_Hero_D.jpg);
	height: 270px;
}
#featured03{
	background-image:url(../../img/BFI_Hero_A.jpg);
	height: 270px;
}
/*#featured05 {
	background-image:url(../../img/BFI_Hero_05.jpg);
	height: 270px;
}
#featured06 {
	background-image:url(../../img/BFI_Hero_06.jpg);
	height: 270px;
}
*/
.content {
	background-image:url(../../img/ourWorld_bkgrn.jpg);
	border-width:1px;
	border-color:#FFFFFF;
	min-height:200px;
	width:360px;
}
.content img {
	margin:0px 5px 5px 5px;
}
.content h4 {
	margin-left:10px;
	margin-top:2px;
	margin-bottom:10px;
}
.quote {
	margin-top:40px;
	text-align:right;
}
blockquote {
	/*background-image:url(/img/bg-blockquote.png);
	background-repeat:no-repeat;
	background-position:left top;*/
	padding-left:0px;
	border:0;
	text-align:left;
}
blockquote p {
	display:block;
	padding: 0px 10px;
	font-size:1.1em;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#fff;
}
blockquote a {
	font-size:0.8em;
	color:#fff;
	text-decoration:underline;
}
.newButtons a {
	display:block;
	width:50px;
	height:50px;
	padding:15px 10px 5px 10px;
	float:left;
	margin:0 10px;
}
.tagline {
	height:280px;
	font-size:1.1em;
	font-weight:bold;
}
.tagline ul {
	margin-top:15px;
	margin-bottom:15px;
}
.tagline ul li {
	line-height:30px;
	font-weight:normal;
}
.dropdown-menu li>a:hover, .dropdown-menu .active>a, .dropdown-menu .active>a:hover {
	background-color:#fff;
}/**/
.input-medium {
	width:150px;
	margin-left:0px;
	font-size:10px;
}
.exampleSearch {
	color:#666;
}
.exampleSearch li {
	font-style:italic;
}
div.tagline div.social {
	margin-top:88px;
	text-align:center;
}
.toprow {
	/*background-color:#EEE;*/
	margin-top:-60px;
	margin-left:0;
}
.toprow .span8 {
	margin-left:0;
}
.toprow .carousel {
	margin-left:0;
	margin-bottom:20px;
}
.description {
	font-size:1.2em;
	line-height:24px;
	padding-bottom:20px;
}
.row {
	margin-left: 30px;
}
.hero-unit {
	margin:0 30px 0 30px;
	padding:10;
	background-color:#FFF;
	/*-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;*/
}

/* Sewwps entry*/
fieldset {
	margin-top: 10px;
	padding: 5px;
	border: 1px solid #d1d1d1;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background-color:#FFF;

}

fieldset legend {
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	text-shadow: 0 1px 1px #fff;
	letter-spacing: -1px;
	color: #273953;
}

input, textarea {
	padding: 1px;
}

label {
	cursor: pointer;
}

.block {
	display: block;
}

small {
	letter-spacing: 1px;
	font-size: 11px;
	font-style: italic;
	color: #9e9e9e;
}

.info {
	text-align: left;
	padding: 1px;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	position: absolute;
	display: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: -1px 1px 2px #a9a9a9;
	-moz-box-shadow: -1px 1px 2px #a9a9a9;
	box-shadow: -1px 1px 2px #a9a9a9;
}

.error {
	background: #f60000;
	border: 3px solid #d50000;

}

.correct {
	background: #56d800;
	border: 3px solid #008000;
}

.wrong {
	font-weight: bold;
	color: #e90000;
}

.normal {
	font-weight: normal;
	color: #222;
}

#send {
	background: #3f5a81;
	width: 100%;
	border: 5px solid #0F1620;
	font: bold 30px Verdana, sans-serif;
	color: #fafafa;
	text-shadow: 1px 1px 1px #0F1620;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

#send:hover {
	background: #4d76b1;
	border: 5px solid #253750;
	color: #fff;
}

#send:active {
	text-indent: -10px;
}