@charset "utf-8";
/* CSS Document */
*{ margin:0; padding:0;}
html{
	background:url(../images/ke_bg.gif) repeat-x top #f5f5f5;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	margin:0; padding:0;
}
body{
	margin:0 auto;
	padding:0;
	width:960px;
}
a{ color:#307dd3; text-decoration:none;}
a:hover{ text-decoration:underline;}
img{ border:0;}
h3{ color:#999999; font-size:14pt; text-transform:lowercase; font-weight:normal;}
.clear{clear:both;}
p{ padding-bottom:8px;}

/*
top area of page
*/
#ke_main{
	margin-top:40px;
	width:960px;
}
#head_wrap{
	/*
	border-right:solid 1px #999999;
	*/
	/*background:url(../images/hp_news_bg.gif) top right no-repeat;*/
	float:left;
	width:960px;
}
#logo{
	float:left;
	/*background:url(../images/logo.gif) no-repeat left center;*/
	bottom:-20px;
	height:76px;
	width:253px;
}


/*
home page section below header
*/
#ke_news{
	border-bottom:solid 1px #999999;
	background:url(../images/hp_news.gif) no-repeat bottom left;	
	clear:both;
	width:959px;
}
#ke_news #articles{
	float:left;
	margin-top:0px;
	padding-bottom:35px;
	color:#666666;
	width:450px;
}
#ke_news #articles p{
	padding:2px 10px 8px 0;
	color:#666666;
}


#staff{}
#staff td{
	padding:10px 0 0 10px;
	line-height:16pt;
	color:#666666;
}

#EuroCon{
	width:323px;
	padding-top:15px;
	margin:0 auto;
}

/*
bottom area of page
*/
#ke_home_content{
	float:left;
	padding:20px 0 20px 0;
	width:960px;
}
#ke_home_content span{ padding-bottom:20px;}
#ke_home{
	float:left;
	margin:5px 10px 10px 20px;
	width:450px;
	border:1px solid #999999;
	background-color:#fff;
	padding:10px 10px;
}
#ke_home p{
	margin:0;
	padding:10px 0 0 10px;
	line-height:16pt;
	color:#666666;
}

.ke_hometab_top{
	background:url(../images/tab_bg.gif) bottom center no-repeat #FFFFFF;
	float:right;
	margin-left: 21px;
	margin-right: 8px;
	height:240px;
	padding:0;
	width:221px;
}
.ke_hometab_top div{
	clear:both;
	border-top:solid 1px #999999;
	text-align:center;
}
/*
end bottom area of hp page
*/
#service_accordian{
	border:none;
}
#service_accordian h3{
	background:url(../images/arrow.gif) center left no-repeat;
	color:#307dd3; 
	font-size:11pt; 
	font-weight:bold; 
	text-transform:lowercase; 
	padding-bottom:3px;
	padding-left:20px;
	border-bottom:solid 1px #999999;
}
#service_accordian div div{
	background:url(../images/conference_body.gif) bottom right no-repeat;
	margin-bottom:10px;
	padding-top:10px;
	padding-right:10px;
	padding-left:30px;
}

.service_frame{
	background:url(../images/conference_body.gif) bottom right no-repeat;
	border-top:solid 1px #999999;
	margin-bottom:10px;
	margin-top:10px;
	padding-right:10px;
}



#footer{
	clear:both;
	height:40px;
	color:#666666;
	margin-top:15px;
	text-align:left;
}

/*
navigation
*/
.nav{
	float:right;
	width:706px;
}

.nav ul{
	margin: 0;
	padding: 0;
	background:url(../images/nav_bg.gif) repeat-x bottom #FFFFFF;
	padding-top:20px;
	padding-left:10px; /*offset of tabs relative to browser left edge*/
	list-style-type: none;
	float:right;
	width:680px;
}

.nav li{
	display: inline;
	margin: 0;
}

.nav li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 12px; /*padding inside each tab*/
color: #878686;
}

.nav li a:visited{
color: #878686;
}

.nav li a:hover, .nav li.selected a{
color:#307dd3;
/*
background: black; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}
