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



/* ----- page setup ----- */
/* ----- page setup ----- */

html{
	overflow-y: scroll;
}

body{
	font-family: Verdana, Geneva, sans-serif;
	background-color: #fff;
	font-size: 62.5%;
	color: #3d3d3d;
}

.wrapper{
	position: relative;
	margin: 0 auto;
	padding: 20px;
	width: 960px;
}



/* ----- global selectors ----- */
/* ----- global selectors ----- */

h1{
}


h2{
}

h3{
}

h4{
}

strong{
	font-weight: bold;
}

em{
	font-style: italic;
}

a{
	text-decoration: none
}

p{
	margin-bottom: 1em;
}

.float-left{
	float: left;
}

.float-right{
	float: right;
}

.no-right-margin{
	margin-right: 0px!important;
}

.no-margin{
	margin: 0!important;
}

.no-padding{
	padding: 0!important;
}

.no-border{
	border: none!important;
}

ul{
	list-style: disc;
}

ol{
	list-style: decimal;
}

#skip-nav{
	display: none;
}

hr{
	visibility: hidden;
	background: none;
	overflow: hidden;
	display: block;
	font-size: 0;
	clear: both;
	float: none;
	padding: 0;
	border: 0;
	margin: 0;
	height: 0;
	width: 0;
}

.clear{
	clear: both!important;
}



/* ----- header ----- */
/* ----- header ----- */

#header{
}

#header .wrapper{
	position: relative;
	min-height: 80px;
	z-index: 1000;
}

h1 a{
	background: url(../images/fihrm-logo-header.png);
	padding: 81px 0 0 0;
	position: absolute;
	overflow: hidden;
	display: block;
	width: 200px;
	left: 20px;
	height: 0;	
	top: 20px;
}

#tweet {
	background: #fcecd8 url(../images/tweet-bottom-bg.png) no-repeat bottom;
	position: absolute;
	min-height: 40px;
	right: 20px;
	top: 20px;
}

#tweet li{
	background: url(../images/tweet-top-bg.png) no-repeat top;
	padding: 5px 10px 5px 45px;
	min-height: 30px;
	width: 445px;
}


/*top level navigation*/
/*top level navigation*/

ul#navigation{
	background: #dee9ee;
	position: absolute;
	overflow: visible;
	float: left;
	right: 20px;
	bottom: 0px;
}
	
ul#navigation li{
	float: left;
}

/*standard menu items */
ul#navigation li a{
	text-decoration: none;
	padding: 10px 15px;
	font-size: 1.4em;
	color: #0d0d0d;
	display: block;
	color: #000;
}

/*menu items with sub-menus*/
ul#navigation li a.more-menu{
	background: url(../images/more-menu-bg.png) no-repeat right;
}

/*selected menu items*/
ul#navigation li.selected{
	background: #717070 url(../images/navigation-selected-bg-left.png) no-repeat top left;
	padding: 15px 15px 10px 15px;
	margin: -5px 0 0 10px;
	color: #fff;
}

/*selected menu items*/
ul#navigation li.selected a{
	background: url(../images/navigation-selected-bg-right.png) no-repeat top right;
	margin: -15px -15px -10px -15px;
	padding: 15px 15px 10px 15px;
	color: #fff;
}

/*selected menu items with sub-menus*/
ul#navigation li.selected a.more-menu{
	background: url(../images/navigation-selected-more-bg-right.png) no-repeat top right;
	padding-right: 27px;
	position: relative;
}


/*second level navigation*/
/*second level navigation*/

ul#navigation ul{
	display: none;
}

ul#navigation li:hover ul{
	background: url(../images/sub-menu-bg-ie.png) no-repeat bottom;
	background-position: bottom;
	position: absolute;
	display: block;
	width: 150px;
}

ul#navigation li:hover ul li{
	background-color: transparent;
	float: left;
	clear: both;
	width: 100%;
}

ul#navigation li a:hover {
	text-decoration: underline;
}

ul#navigation li.selected:hover ul {
	position: absolute;
	background: url(../images/selected-more-bg-2.png) no-repeat bottom;
	margin: 10px 0 0 -17px;
	padding: 0!important;
	width: 152px;
}

ul#navigation li.selected:hover ul li a{
	margin: 0px!important;
	padding: 10px 15px;
	background: none;
}
ul#navigation li.selected:hover ul li{
	padding: 0px!important;
	margin: 0px!important;
	background: none;
}



/* ----- page title ----- */
/* ----- page title ----- */

#page-title{
	background: #7d7d7d url(../images/page-title-bg.png) repeat-x top;
	font-family: Georgia, "Times New Roman", Times, serif;
	position: relative;
	color: #fff;
}

#page-title h2{
	font-size: 5em;
}

#page-title p{
	margin-bottom: 0;
	font-size: 2em;
	width: 550px;
}

.quote{
	position: absolute;
	text-align: right;
	width: 280px;
	bottom: 20px;
	float: right;
	right: 20px;
}

.quote h3{
	font-weight: bold;
	font-size: 20px;
}

#page-title .quote p{
	width: 100%;
}

#call-to-action p a{
	text-decoration: none;
	border-bottom: 1px dotted;
	color: #fff;
	padding-bottom: 1px;
}

#call-to-action p a:hover{
	border-bottom: 1px solid;
}



/* home page */
/* home page */

#map{
	position: relative;
	left: -7px;
	top: -7px;
}

#call-to-action{
	overflow: visible;
	min-height: 100px;
	width: 470px;
	float: right;
}

#call-to-action h2{
	background: url(../images/conference-h2-trans2017.png);
	padding: 91px 0 0 0;
	margin-bottom: 10px;
	overflow: hidden;
	display: block;
	width: 472px;
	height: 0;
}

#call-to-action h3 a{
	background: url(../images/find-out-more.png);
	padding: 56px 0 0 0;
	margin-bottom: 10px;
	overflow: hidden;
	cursor: pointer;
	display: block;
	width: 256px;
	height: 0;
}

#call-to-action p{
	line-height: 1.2em;
	margin-bottom: 1em;
	font-size: 1.8em;
	width: 470px;
}

#map{
	float:left;
}



/* ----- main content ----- */
/* ----- main content ----- */

#main-content{
	background: #dee9ee url(../images/main-content-bg.png) repeat-x top;
	width: 100%;
	float:left;
}


/* home page */
/* home page */

ul#markets li{
	margin: 0 60px 0 0;
	width: 280px;
	float: left;
}


ul#markets img{
	border: 5px solid #bababa;
	margin-bottom: 10px;
}

ul#markets p{
	line-height: 1.4em;
	font-size: 1.2em;
}

ul#markets h3{
	background-repeat: no-repeat;
	margin-bottom: 20px;
	padding: 23px 0 0 0;
	overflow: hidden;
	display: block;
	height: 0;
}

ul#markets ul li{
	list-style-position: outside;
	margin-bottom: 1em;
	margin-left: 20px;
	list-style: disc;
	font-size: 1.2em;
	width: 260px;
}

.online h3{
	background: url(../images/online-h3-trans.png) no-repeat;
}

.mission h3{
	background: url(../images/mission-h3-trans.png) no-repeat;
}

.news h3{
	background: url(../images/conferences-h3-trans.png) no-repeat;
}

#markets p a, #markets ul li a, #footer a{
	border-bottom: 1px dotted;
	padding: 0 0 1px 0;
	color: #02588c;
}

#markets p a:hover, #markets ul li a:hover, #footer a:hover{
	border-bottom: 1px solid;
}


/* inside page */
/* inside page */

#copy{
	margin-right: 30px;
	color: #3d3d3d;
	width: 550px;
	float: left;
}

#copy h2, #copy h3, #copy h4, #sidebar h2, #sidebar h3, #sidebar h4{
	font-family: Georgia, "Times New Roman", Times, serif;
}

#copy h2, #sidebar h2{
	margin-bottom: 0.25em;
	font-size: 4em;
}

#copy h3, #sidebar h3{
	font-size: 3em;
	margin-bottom: 0.3em;
}

#copy h4, #sidebar h4{
	margin-bottom: 0.5em;
	font-size: 2em;
}

#copy p, #sidebar p{
	line-height: 1.5em;
	margin-bottom: 1em;
	font-size: 1.4em;
}

#copy a, #sidebar a{
	border-bottom: 1px dotted;
	padding: 0 0 1px 0;
	color: #02588c;
}

#copy a:hover, #sidebar a:hover{
	border-bottom: 1px solid;
}

#copy ul, #copy ol, #sidebar ul, #sidebar ol{
	line-height: 1.5em;
	margin-bottom: 1em;
	margin-left: 40px;
	font-size: 1.4em;
}

#copy ul li, #sidebar ul li{
	list-style: disc;
}

#copy ol li, #sidebar ol li{
	list-style: decimal;
}

#copy img{
	border: 10px solid #bababa;
	margin-bottom: 10px;
	max-width: 450px;
	height: auto;
}

#copy img.float-left{
	margin: 0 10px 10px 0;
}


#copy .img-with-caption.float-left{
	margin: 0 2em 1em 0;
}

#copy .img-with-caption.float-left img, #copy .img-with-caption.float-right img{
	max-width: 260px;
	height: auto;
	border: none;
}

#copy .img-with-caption.float-right{
	margin: 0 0 1em 2em;
}


/* google map */
/* google map */

#google-map{
	border: 10px solid #bababa;
}

iframe{
	margin-bottom: 20px;
}


/* sidebar */
/* sidebar */

#sidebar{
	margin-left: 680px;
	overflow: visible;
	width: 280px;
}

#sidebar img{
	border: 10px solid #bababa;
	margin-bottom: 10px;
	max-width: 260px;
	height: auto;
}

.img-with-caption{
	background: #bababa;
	margin-bottom: 1em;
	padding: 10px;
	width: 260px;
	color: #000;
}

#sidebar .img-with-caption img{
	border: none;
}



/* ----- footer -----*/
/* ----- footer -----*/

#footer{
	min-height: 100px;
	background: #fff;
	width: 100%;
	float:left;
}

#footer h4{
	background-repeat: no-repeat!important;
	margin-bottom: 10px;
	padding: 15px 0 0 0;
	overflow: hidden;
	display: block;
	width: 200px;
	height: 0;
}

#footer .contact h4{
	background: url(../images/contact-h4-trans.png) no-repeat;
}

#footer .lead-by h4{
	background: url(../images/lead-by-h4-trans.png) no-repeat;
	padding-top: 20px;
}

#footer .affiliated h4 {
	background: url(../images/affiliated-h4-trans.png) no-repeat;
	padding-top: 20px;
}

#footer li{
	margin-right: 60px;
	width: 280px;
	float: left;
}

#footer p{
	font-size: 1.2em;
}



/* ----- boilerplate -----*/
/* ----- boilerplate -----*/

#boilerplate{
	background-color: #7d7d7d;
	font-size: 1.2em;
	line-height: 3em;
	color: #fff;
}

#boilerplate p{
	margin-bottom: 0;
}

#boilerplate a{
	border-bottom: 1px dotted;
	padding: 0 0 1px 0;
	color: #fff;
}

#boilerplate a:hover{
	border-bottom: 1px solid;
}

#boilerplate .wrapper{
	padding: 0px!important;
}

#copy table p{font-size:1.1em;} 
	
table {
	border: solid 1px #d8d8d8;
	border-top: none;
	width: 99%; 
	font-size:1.4em;
	}
	

th {
	padding: .5em .5em .5em .75em;
	color: #777;
	background: #f2f2f2;
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	font-weight: bold;
	vertical-align: middle; }
td {
	border-bottom: 1px solid #e0e0e0;
	padding: .25em .75em;
	background-color: #ebebeb;
	vertical-align: top;
	text-align: left;
	}
td a, td a:visited {
	color: #3f3f3f; }