/**
	* Page Structure
	*
	*/
#container {
	background: url(../gfx/bg_home.gif) top left no-repeat;
	background-color: #fff;
}

#pagebody {
	padding:0 20px 0 20px;
	margin:0;
}

/* Contain the floats using the :after method */
#pagebody:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}

#sidebar {
	float: right;
	margin: 0;
	padding: 0;
	padding-top: 22px;
	width: 35%;
	display: inline;
	background:none;
}

#content {
	float: left;
	margin: 0;
	padding: 0;
	/* Change Padding-top back to 17px after removing the XMS banner, by MD 17/12/2013 */
	padding-top:17px;
	width: 58%;
	display: inline;
}

/**
	* Page Markup
	*
	*/
ul.home_shortcuts {
	font-weight:bold;
	font-size:11px;
	width: 253px;
	margin:0;
	padding:0;
	background-color: #b2c3d8;
	border-top: 1px dashed #000;
}
ul.home_shortcuts li {
	line-height: 1em;
	list-style: none;
	margin:0;
	padding:12px 12px 12px 28px;
  background:url(../gfx/bullets/bullet_bluebg.gif) no-repeat 12px 50%;
  border-bottom: 1px dashed #000;
}
ul.home_shortcuts a:link, ul.home_shortcuts a:visited {
	color:#fff !important;
	text-decoration:none;
}

ul.home_shortcuts li#webcam {
	background:url(../gfx/icons/camera_icon_blue_matte.gif) 5px center no-repeat;
}

.metainfo .event_dates {
	white-space:nowrap;
}
ul.nobullets li a.events_upcoming {
	color: #00367d;
}

#home_news {
	padding-top: 17px;
	margin-bottom: 5px;
	border-top: 1px dashed black;
	border-bottom: 1px dashed black;
}
#comm_news {
	padding-top: 12px;
	margin-bottom:5px;
}
#home_eventsup {
	padding-top:5px;
}
#home_eventsup a {
	color: #00367D;
}
#content a, #sidebar a {
	text-decoration: none;
}
#content a:hover, #sidebar a:hover {
	text-decoration: underline;
}
div#registration {
float:left;
position:absolute;
left:87%;
top:2%;
}

ul.coverage li {
	list-style: none;
	display:inline;
}
