#container{
	width: 1000px;
	margin: 0 auto;
}

#header_ev{
	padding: 10px 20px;
	border: 1px solid #aeb7ce;
	border-top: none;
	background-color: #fff;	
}

#nav{
	float: left;
	margin-top: 30px;
}

#nav ul{
	margin: 3px 0 0 0;
	border-top: #8e9bbb dashed 1px;
	padding-top: 10px;
	line-height: 15px;
}

#nav li{
	background: url(/images/new/lme_nav_bullet.gif) no-repeat 0 0;
	padding-left: 20px;
	padding-top: 1px;
	display: inline;	
	margin-right: 10px;
}

.login_box{
	float: right;
	margin-top: 30px;
	width: 100%;
}

.login{
	float: right;
	margin-top: 30px;
	width: 49%;
}

#content{
	margin-top: 15px;
}

#content_sub1{
	float: left;
	width: 20%;
	padding: 18px;
	border: 1px solid #aeb7ce;
	background-color: #fff;	
}

#content_main{
	background-color: #fff;
	float: right;
	width: 70%;
	padding: 20px;
	border: 1px solid #aeb7ce;
}

#content_main_seminars{
	background-color: #fff;
	float: left;
	width: auto;
	padding: 20px;
	border: 1px solid #aeb7ce;
	width: 95.9%;
}

/* Header */

#lowerhead{
	clear: both;
}

#upperhead{
}

#logo{
	float: left;
	width: 22%;
}

#header_ad{
	float: right;
	width: 76%;
}


/* Login form */
h3 a{
	font-weight: normal;
}

h3.forgotten_password{
	float: right;
	width: 46%;
	text-align: left;
}

h3.forgotten_password a{
	color: #808080;
}

p.error {
	float: left;
	color: #808080;
}

form p.error {
	float:none;
	border:1px solid #900;
	color:#900;
	font-weight:bold;
	padding:15px;
	background-color:#FFC;
	clear:both;
}

/* Sub navigation */

#subnav_events{
}

#subnav_events ul{
	list-style: none;
	margin:0;
}

#subnav_events li{
	border: 1px solid #999;
	margin: 15px 0 15px 0;
}

#subnav_events li.first{
	margin-top: 0;
}

a.events_link{
	color: #224b8b;
	font-size: 1.1em;
	font-weight: bold;
	display: block;
	border-left: 15px #224b8b solid;
	padding: 8px;		
}

/* Events List */
ul#events{
	margin: 0;
	list-style: none;
	width: 100%;
}

ul#events li{
	border: 1px solid #999;
	margin-bottom: 20px;
	padding: 10px;
	float: left;
	width: 96%;
}

.content_sub1 img{
	margin-bottom: 10px;
	max-width: 100%;
}

.content_sub1 p.border_bottom{
	padding-bottom: 10px;
	border-bottom: #8e9bbb dashed 1px;
}

.content_sub1 {
	width: 544px;
	overflow: hidden;
}

.content_sub1 a{
	color: #224b8b;
	font-weight: bold;
}

.content_sub1 a.read_more{
	float: right;
}

.event_logo{
		max-width: 100%;
		float: left;
		margin-bottom: 10px;
}

#events_list{
	float: left;
	width: 81%;
}

#content_ad{
	float: right;
	width: 17%;
}

/* Footer */
#footer{
	clear: both;
	width: 95.8%;
	float: left;
	margin-top: 20px;
	border: 1px solid #aeb7ce;
	background-color: #fff;
	padding: 20px;
}

#footer ul{
	list-style: none;
	float: left;
}

#footer ul li{
	float: left;
	display: inline;
}

#footer ul li.new_line{
	float: left;
	clear: both;
}

#footer img{
	float: right;
}

/* Seminars */
ul#seminars{
	list-style: decimal;
	margin-left: 20px;
}

.wysiwyg{
	clear: both;
}

img.seminars{
	float: left;
	margin: 0 10px 10px 0;
}

#programme{
	padding: 20px 0 10px 0;
	#padding-bottom: 0;
	border-bottom: thin solid #aeb7ce;
	border-top: thin solid #aeb7ce;
	zoom: 1;
}
#programme:after { content: "."; clear: both; display: block; height: 0; visibility: hidden; }

dl#steps{
	font-size: 1.2em;
	margin:-10px 0 10px;
	#margin-bottom: 5px;
	float: right;
}

dl#dates{
	float: right;
	font-size: 1.2em;
	clear: both;
	padding: 0;
	margin: 0;
}

dl#steps dt,
dl#dates dt{
	width: 50px;
	margin-right: 10px;	
	float: left;
	clear: none;
	padding-top: 11px;
}

dl#steps dd,
dl#dates dd{
	margin: 5px 20px 5px 0;
	color: #cccccc;
	background-color: #f9f9f9;
	border: thin solid #f9f9f9;
	float: left;
	padding: 5px;	
	clear: none;
	width: 125px;
	text-align: center;
	_display: inline; /* :hack: double-margin fix for ie6 */
}

dl#dates dd.selected,
dl#steps dd.selected{
	background-color: #ededed;
	border: thin solid #e6e6e6;
	color: #224b8b; 
	font-weight: bold;
}

dl#dates dd.last,
dl#steps dd.last{
	background-color: #f9f9f9;
	border: thin solid #f9f9f9;
	color: #cccccc;
	font-weight: normal;
}

dl#steps dd.previous_selected,
dl#dates dd.previous_selected{
	background-color: #ededed;
	border: thin solid #e6e6e6;
	color: #224b8b; 
}

.hrule{
	clear: both;
	border-top: thin solid #aeb7ce;
	margin: 10px 0;
}


h5 a#event_registration{
	color: #fff; 
	float: right;
	padding: 8px;
	background-color: #006699;
	margin-top: 5px;
}

#content_banner img{
	float:right;
}