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

/* ********************* content ************************* */
/* ---------------- wrapper ------------------- */
/* ---------------- left-column --------------- */
/* nav */
/* ----------------- main-column ------------ */
/* header */
/* ------------------- footer ---------------------- */
/* ********************* content ************************* */






div#body-inner {
	/* background: url(https://www.icef-forum.org/css/images/bg_center2.jpg) no-repeat center top; */
}


body.none-bg-art div#body-inner {
	background: url(https://www.icef-forum.org/annual_2015/common/css/images/bg_center.jpg) no-repeat center top;
}


/* ---------------- wrapper ------------------- */
div#wrapper {
	margin: 0 auto;
	width: 960px;
	padding-top: 25px;
}

/* --------------------- left-column --------------------------- */
div#left-column {
	width: 227px;
	/* text-align: center; */
	/* background: url(https://www.icef-forum.org/css/images/nav_bg.png) no-repeat top center; */
	float: left;
	position: relative;
	z-index: 9999;
}


div#left-column-inner {
	/* padding: 20px 20px 50px; */
	padding: 0 10px 0 0;
}



h1#site-id {
	margin-bottom: 20px;
	padding-left: 20px;
}


/* nav */

#global-nav {
	/* z-index: 999; */
	margin-bottom: 3em;
}



#global-nav a, #global-nav strong {
	display: block;
	/* padding: 5px 0 10px; */
	padding: 5px 20px;
}



#global-nav strong {
	color: #9B9B9B;
}


#global-nav a.no-link {
	cursor: default;
}


#global-nav a:link, #global-nav a:visited {
	color: #0C3C6C;
	font-weight: bold;
	text-decoration: none;
}


#global-nav a:hover, #global-nav li.current a, #global-nav li.current ul li a:hover {
	background: #0C3C6C;
	color: #fff!important;
}



#global-nav a: active {
	color: #0C3C6C;
	font-weight: bold;
	text-decoration: none;	
}


#global-nav li.current ul li a {
	background: #fff;
	color: #0C3C6C!important;
}



#global-nav ul {
	font-size: 104%;
	background: #fff;
	
}


#global-nav ul li {
	/* background: url(https://www.icef-forum.org/css/images/nav_bottom.jpg) no-repeat bottom center; */
	position: relative;
}


#global-nav ul div {
	position: absolute;
	top: 0;
	left: 217px;
	overflow: hidden;
	z-index: 9999;
}


#global-nav ul ul {
	font-size: 85%;
	top: 0;
	border: solid 1px #ccc;
	border-bottom: none;
}



#global-nav ul ul li {
	text-align: left;
	background: none;
	width: 15em;
	border-bottom: solid 1px #ccc;
}




#global-nav ul ul li a, #global-nav ul ul li strong {
	padding: 5px 5px 10px 20px;
	/*background: url(https://www.icef-forum.org/css/images/nav_lv2.gif) no-repeat 8px center;*/
}




/* --------------------- main-column --------------------------- */

div.breadcrumbs {
	line-height: 1;
}

div#main-column {
	width: 725px;
	float: right;
}




/* content */
div#content {
	padding: 0 15px 40px;
}


div#content section:last-child {
	margin-bottom: 0;
}

div#main {
	/* font-size: 108%; */
	line-height: 1.4;
}

div#main h1 {
	border-bottom: 1px solid #999;
    font-family: Helvetica,sans-serif;
    font-size: 220%;
    margin: 0 0 15px;
    padding-bottom: 15px;
    padding-top: 20px;
	/* margin-bottom: 1em; */
	margin-bottom: 25px;
	line-height: 1;
}


div#main h2 {
	color: #333;
    font-size: 177%;
    padding-bottom: 25px;
	line-height: 1.0;
}


div#main h3 {
	border-bottom: 1px dotted #ccc;
    font-size: 138.5%;
    padding: 10px 0;
	margin-bottom: 1em;
		line-height: 1.0;
}