/* global */

*{
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	min-height: 100%;
}

body {
	height: 100%;
	min-height: 100%;
	background: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	line-height: 25px;
	color: #231f20;
	position: relative;
}

h1 {
	font-size: 24px;
	line-height: 29px;
}

h2 {
	font-size: 16px;
	line-height: 24px;
}

h3 {
	font-size: 12px;
	line-height: 18px;
}

ul {
	list-style: disc;
	text-indent: 0;
	margin-left: 13px;
	
}

ul ul {
	margin: 5px 0;
}

ol {
	text-indent: 0;
	margin-left: 20px;
}

li {
	line-height: 18px;
}

a {
	color: #0771ba; /*#8dc63f;*/
	text-decoration: none;
	cursor: pointer;
}

a:hover, a.active {
	text-decoration: underline;
}

img {
	border: none;
}

p {
	padding-bottom: 13px;
}

.clear {
	clear: both;
}

.clearAll {
	clear: both;
	width: 100%;
	height: 0px;
	overflow: hidden;
	display: block;
}

.left {
	float: left;
}

.right {
	float: right;
}

.alignLeft {
	text-align: left;
}

.alignCenter {
	text-align: center;
}

.alignRight {
	text-align: right;
}

.hidden {
	display: none;
}

.imgLeft {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

.imgRight {
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
}

label {
	font-weight: bold;
	font-size: 11px;
}

.formText {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #565656;
}

/* end global */


/* basic */

#wrap {
	width: 988px;
	background: url(../images/bg_wrap.gif) repeat-y 100% 0;
	margin: 0 auto;
	padding-bottom: 25px;
}

#content {
	clear: both;
}

/* end basic */


/* header */

.headerHolder {
	width: 100%;
	border-bottom: 1px solid #c5d0b5;
}

#header {
	width: 960px;
	margin: 0 auto;
	padding: 0 14px 30px 14px;	
}

.logo {
	margin: 36px 0 0 16px;
	float: left; 
}

.rightHeader {
	float: right;
	width: 670px;
}

.topLinks {
	text-align: right;
	font-size: 12px;
	padding: 7px 0 0 0;
	height: 84px;
}	

.topLinks a {
	padding-left: 13px;
}

.topLinks * {
	vertical-align: middle;
}

/* /header */


/* menu */

#nav {
	margin: 0;
	list-style: none;
	z-index: 100;
	padding: 0;
	width: 604px;
	height: 43px;
	float: right;
	font-family: 'Ubuntu', sans-serif;
	position: relative;
	z-index: 1000;
}

#nav li {
	float: left;
	width: 147px;
	height: 41px;
	padding: 0 0 0 4px;
	position: relative;
}

#nav li a {
	display: block;
	float: left;
	color: #1d1d1e;
	text-align: center;
	line-height: 19px;
	font-size: 16px;
	width: 145px;
	padding: 0 0 0 0;
	height: 39px;
	border: 2px solid #dbdbdb;
}

#nav li a.oneRow {
	line-height: 39px;
}

#nav li:hover a, #nav li.sfhover a, #nav li a.active {
	color: #fff;
	background: #0771ba; /*#8cc640;*/
	border: 2px solid #0771ba; /*#8cc640;*/
	text-decoration: none;
}

/* second level */
#nav li ul {
	position: absolute;
	width: 160px;
	left: -999em;
	top: 0;
	background: #0771ba; /*#8cc640;*/
	list-style: none;
	padding: 13px 0 5px 0;
	border: 1px solid #fff;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: 3px;
	margin-top: 43px;
}

#nav li ul li {
	border: none;
	height: auto;
	padding: 0 0;
}

#nav li:hover li a, #nav li.sfhover li a {
	color: #fff;
	text-decoration: none;
	display: block;
	float: left;
	text-align: left;
	line-height: 16px;
	font-size: 11px;
	width: 140px;
	padding: 3px 7px 3px 13px;
	height: auto;
	border: none;
}

#nav li li:hover, #nav li li.sfhover {
}

#nav li ul a:hover {
	text-decoration: none;
	background: #000;
}

/* /second level */

/* third level */
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li li:hover ul, #nav li li.sfhover ul {
	left: 160px;
	margin-top: 0;
}
#nav li li:hover ul li.first, #nav li li.sfhover ul li.first {
}
#nav li li:hover ul li.last, #nav li li.sfhover ul li.last {
}
#nav li li ul a {
}

#nav li li ul a:hover {
}
/* /third level */
#nav li li a {
	float: none;
	display: block;
}

#nav li li li a {
	float: none;
	display: block;
}

/* /menu */


/* content */

/* columns */

.oneColumn {
	padding: 0 14px;
}

.twoColumnsRight {
	padding: 0 14px;
}

.twoColumnsRight .colMain {
	float: left;
	width: 700px;
}

.twoColumnsRight .colRight {
	float: right;
	width: 200px;
	padding-top: 20px;
}

/* /columns */

.mobileSlider {
	display: none;
}

.container {
	width: 100%;
	height: 323px;
	position: relative;
}

#slides {
	height: 323px;
	width: 100%;
	min-width: 960px;
}

.sliderItem {
	width: 100%;
	height: 323px;
	background-color: #0771ba; /*#8dc63f;*/
	background-position: 50% 0;
	background-repeat: no-repeat;
}

.sliderItem a {
	width: 100%;
	height: 323px;
	display: block;
	text-indent: -999em;
}

.slidesjs-pagination {
	position: absolute;
	left: 50%;
	bottom: 7px;
	z-index: 500;
	margin: 0;
	margin-left: -490px;
	list-style: none;
}

.slidesjs-pagination span {
	float: left;
	width: 22px;
	height: 22px;
	background: url(../images/pagination.png) 0 0 no-repeat;
	padding: 0;
	font-size: 1;
	text-indent: -999em;
	color: #fff;
	margin-right: 3px;
	cursor: pointer;
}

.slidesjs-pagination span.cycle-pager-active {
	background: url(../images/pagination.png) 100% 0 no-repeat;
}

.homeText {
	float: left;
	width: 466px;
	margin:0 25% 0 25%;
}	

.homeText h2 {
	font-size: 22px;
	color: #0093b4;
	padding-bottom: 8px;
}

.homeVideoBlock {
	padding-top: 40px;
}

.homeVideo {
	float: right;
}

.homeVideo img {
	display: block;
}

.learnMore {
	text-align: right;
	background: url(../images/bg_learn.gif) 100% 0 no-repeat;
}

.learnMore a {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	padding-right: 36px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.learnMore a:hover {
	color: #0771ba; /*#8cc640;*/
	text-decoration: none;
}

h1 {
	text-align: center;
	font-size: 46px;
	line-height: 50px;
	color: #0771ba; /*#8cc640;*/
	font-weight: normal;
	padding: 30px 0 20px 0;
}

.twoColumnsRight h1 {
	text-align: left;
}

h2 {
	color: #0771ba; /*#8cc640;*/
	font-weight: normal;
	text-align: left;
	font-size: 28px;
	line-height: 32px;
	padding-bottom: 10px;
	margin-top: 20px;
}

.colRight h2 {
	font-size: 16px;
	line-height: 22px;
	color: #0093b4;
	padding-bottom: 10px;
}

.faqItem h3 {
	padding: 3px 3px 3px 55px;
	margin-bottom: 14px;
	background: url(../images/faq+.gif) 0 0 no-repeat;
	cursor: pointer;
}

.faqItem h3 span {
	display: block;
	background: #fff;
	padding: 14px 22px;
	font-size: 18px;
	color: #0771ba; /*#8cc640;*/
	/*text-transform: uppercase;*/
}

.faqItem div {
	padding-bottom: 30px;
	display: none;
}

.faqItemActive h3 {
	background: url(../images/faq-.gif) 0 0 no-repeat;
	zoom: 1;
}

.faqItemActive h3 span {
	background: none;
	color: #fff;
}

.faqItemActive div {
	display: block;
}

.iconSet {
	padding-left: 163px;
}

.iconSet a {
	float: left;
	height: 109px;
	width: 101px;
	background-repeat: no-repeat;
	background-image: url(../images/icon_set.gif);
	text-indent: -999em;
	margin-right: 37px;
}

.iconScope {
	background-position: 0 0;
}

.iconRisk {
	background-position: -134px 0;
}

.iconImpact {
	background-position: -272px 0;
}

.iconIncrease {
	background-position: -400px 0;
}

.iconCosts {
	background-position: -533px 0;
}

.iconScope:hover, .iconScope.active {
	background-position: 0 100%;
}

.iconRisk:hover, .iconRisk.active {
	background-position: -134px 100%;
}

.iconImpact:hover, .iconImpact.active {
	background-position: -272px 100%;
}

.iconIncrease:hover, .iconIncrease.active {
	background-position: -400px 100%;
}

.iconCosts:hover, .iconCosts.active {
	background-position: -533px 100%;
}

.block .left {
	width: 460px;
}

.block .right {
	width: 473px;
}

.block {
	padding: 40px 0;
	width: 960px;
	margin: 0 auto;
}

.blockHolder {
	border-bottom: 2px solid #e4e4e4;
	background: #f7f7f7;
}

.blockOdd {
	background: #fff;
}

.block h3 {
	font-size: 20px;
	line-height: 22px;
	color: #0771ba; /*#8cc640;*/
	padding-bottom: 10px;
}	

h3 {
	font-size: 20px;
	line-height: 22px;
	color: #0771ba; /*#8cc640;*/
	padding-bottom: 10px;
	font-weight: normal;
}

h4 {
	font-size: 16px;
	line-height: 22px;
	padding-bottom: 10px;
	font-weight: normal;
}

.block ul.boldUl {
	font-weight: bold;
}

.graphic {
	border: 1px solid #0771ba; /*#8cc640;*/
}

.graphic img {
	display: block;
}

.graphicInfo {
	background: #0771ba url(../images/icon_graphic.gif) 100% 7px no-repeat;
	padding: 5px 56px 5px 0;
	color: #fff;
	text-align: right;
	line-height: 35px;
	font-size: 15px;
}

.graphicInfoSpec {
	text-align: left;
	padding-left: 90px;
	line-height: 18px;
}

.graphicInfoSpec i {
	font-size: 13px;
}

.titleHolder {
	height: 30px;
}

.eventRow {
	font-size: 13px;
	line-height: 18px;
}

#tabs {
	list-style: none;
	margin: 0;
	width: 100%;
	height: 35px;
	border-bottom: 3px solid #0771ba; /*#8cc640;*/
}

#tabs li {
	float: left;
	border: 1px solid #a3d166;
	padding: 0 5px;
	margin-right: 5px;
	width: 140px;
	cursor: pointer;
	height: 35px;
	line-height: 35px;
}

#tabs li.active, #tabs li:hover {
	background: #0771ba; /*#8cc640;*/
	border: 1px solid #0771ba; /*#8cc640;*/
	color: #fff;
}

.newsItem {
	padding: 20px 10px;
	border-bottom: 2px solid #e4e4e4;
	background: #f7f7f7;
}

.newsItemOdd {
	background: #fff;
}

.tabContent {
	display: none;
}

.tabContentActive {
	display: block;
}

.newsTitle {
	font-size: 24px;
	margin-top: 25px;
}

.leaderBox {
	width: 420px;
	padding-right: 49px;
}

.leaderBox img {
	float: left;
}

.leaderInfo {
	padding: 0 0 0 185px;
	font-size: 13px;
	line-height: 18px;
}

.leaderInfo h3 {
	font-size: 18px;
	padding-bottom: 0;
}

.leaderInfo h4 {
	font-size: 13px;
	padding-bottom: 4px;
	color: #a4a2a3;
}

.boardItem h3 {
	font-size: 13px;
	line-height: 18px;
	padding-bottom: 0;
}

.boardItem h4 {
	font-size: 12px;
	line-height: 14px;
	color: #a4a2a3;
}

.boardItem {
	width: 134px;
	float: left;
	padding-right: 140px;
}

.boardItemLast {
	padding-right: 0;
}

/* /content */


/* footer */

#footer {
}	

.footerTop {
	font-size: 38px;
	line-height: 42px;
	background: #0093b4;
	padding: 44px 0;
	color: #fff;
}

.footerTopIn {
	text-align: center;
	width: 988px;
	margin: 0 auto;
}	

.footerMembers {
	border: 1px solid #dcdcdc;
	border-left: none;
	border-right: none;
	margin: 8px 0 19px 0;
}

.footerMembersIn {
	text-align: center;
	width: 988px;
	margin: 0 auto;
}

.footerBottom {
	width: 988px;
	margin: 0 auto;
	font-size: 12px;
	line-height: 14px;
}

.footerMembersIn h4 {
	color: #0771ba; /*#8dc63f;*/
	font-size: 24px;
	line-height: 26px;
	font-weight: 700;
	padding: 12px 0 8px 0;
}

.green {
	color: #0771ba; /*#8dc63f;*/
}

.footerBottom .right {
	text-align: right;
}

/* end footer */

/* logo slider */

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width:100%;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 32px;
    height: 32px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
}

.nbs-flexisel-nav-left {
    left: 10px;
    background: url(../images/controls.png) no-repeat scroll 0 -31px ;
    transition: all 0.2s ease 0s;
}

.nbs-flexisel-nav-right {
    right: 5px;
    background: url(../images/controls.png) no-repeat scroll -43px -31px ;
    transition: all 0.2s ease 0s;
}
.nbs-flexisel-nav-left:hover {
    left: 10px;
    background: url(../images/controls.png) scroll 0 -63px;
}

.nbs-flexisel-nav-right:hover {
    right: 5px;
    background: url(../images/controls.png) scroll -43px -63px;
}



/* /logo slider */

@media only screen and (max-width : 640px) {
	#header {
		width: 100%;
		padding: 0;
	}
	.topLinks {
		display: none;
	}
	.logo {
		margin: 10px 0 10px 10px; 
	}
	.rightHeader {
		width: 100%;
		float: left;
	}
	#nav {
		width: auto;
		height: auto;
		padding-left: 6px;
		float: none;
	}
	#nav li {
		margin-bottom: 4px;
	}
	#nav li {
		width: 47%;
		padding: 0 0 0 1%;
	}
	
	#nav li a {
		width: 100%;
	}
	#nav li:hover ul, #nav li.sfhover ul {
		display: none;
	}
	.container {
		display: none;
	}
	.mobileSlider {
		display: block;
	}
	.mobileSlider img.sliderImg {
		width: 100%;
		display: none;
	}
	.mobileSlider img.sliderImgActive {
		display: block;
	}
	.mobilePrev img {
		float: left;
		border-right: 1px solid #fff;
	}
	.mobileNext img {
		float: right;
		border-left: 1px solid #fff;
	}
	.mobilePagination {
		height: 30px;
		background: #0295b3;
		border-top: 1px solid #fff;
	}
	#wrap {
		width: 100%;
	}
	.oneColumn, .homeVideoBlock {
		padding: 0 10px;
	}	
	.homeText {
		float: left;
		width: 100%;
		padding-bottom: 10px;
		margin:0;
	}	
	.homeVideo img {
		width: 100%;
	}
	h1 {
		text-align: left;
	}
	.iconSet {
		padding-left: 0;
	}
	
	.iconSet a {
		float: left;
		height: 109px;
		width: 101px;
		background-repeat: no-repeat;
		background-image: url(../images/icon_set.gif);
		text-indent: -999em;
		margin-right: 15px;
		margin-bottom: 5px;
	}
	.block {
		width: auto;
		padding: 15px 10px;
	}
	.block .left {
		width: 100%;
		float: none;
	}
	
	.block .right {
		width: 100%;
		float: none;
	}
	.graphic img {
		width: 100%;
	}
	.graphicInfo {
		line-height: 18px;
		min-height: 35px;
	}
	.twoColumnsRight .colMain {
		float: none;
		width: 100%;
	}
	
	.twoColumnsRight .colRight {
		float: none;
		width: 100%;
		padding-top: 20px;
	}
	.leaderBox {
		width: auto;
		padding: 0 10px;
	}
	.leaderBox img {
		width: 140px;
	}
	.leaderInfo {
		padding: 0 0 25px 155px;
	}
	.boardItem {
		width: 50%;
		float: left;
		padding-right: 0;
	}

	.footerTopIn {
		width: 100%;
	}
	.footerMembersIn {
		text-align: center;
		width: 100%;
		margin: 0 auto;
	}
	.footerBottom {
		width: auto;
		padding: 0 10px;
	}
	.footerBottom .right, .footerBottom .left {
		float: none;
		text-align: left;
	}

    /* bfs*/
    .cBlockAnchors {
        display:none;
    }


    /* /bfs */

}