/* GLOBAL */

h1 {
	margin: 0;
	padding: 0;
	font-size: 34px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

h2 {
	margin: 0;
	padding: 0 0 25px 0;
	font-size: 28px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

h3 {
	margin: 0;
	padding: 0 0 25px 0;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

p {
	margin: 0;
	padding: 0 0 20px 0;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
}

a {
	text-decoration: none;
	color: #662d91;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

ul {
	margin: 0;
	padding: 0 0 5px 30px;
}

ul li {
	margin: 0;
	padding: 0 0 15px 0;
	list-style-type: disc;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
}

table {
	margin: 0;
	padding: 0;
	table-layout: auto;
	caption-side: top;
	border-collapse: collapse;
	width: 100%;
}

th {
	margin: 0;
	padding: 5px;
	vertical-align: bottom;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

td {
	margin: 0;
	padding: 3px 5px;
	vertical-align: top;
	text-align: left;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	margin: 0;
	padding: 0;
}

label {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 14px;
}

div.input {
	margin: 0;
	padding: 10px 0;
}

div.text input {
	margin: 0;
	padding: 5px 0;
	width: 400px;
	font-size: 16px;
}

div.submit input {
	margin: 0;
	padding: 5px 15px;
	background-color: #999999;
	border: 1px solid #333333;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	cursor: pointer;
}

div.submit input:hover {
	background-color: #666666;
}

#flashMessage {
	margin: 0;
	padding: 0 0 20px 0;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}

div.error-message {
	margin: 0;
	padding: 10px 0 0 0;
	font-weight: bold;
	color: #990000;
}

div.half_page_column {
	float: left;
	margin: 0;
	padding: 0;
	width: 390px;
}

div.third_page_column {
	float: left;
	margin: 0;
	padding: 0;
	width: 260px;
}

.clearfloats {
	clear: both;
}

/* GLOBAL */

/* LAYOUT */

body {
	margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #662d91;
	background-image: url('../img/collaborative_facilities_management/body.jpg');
	background-position: center top;
	background-repeat: repeat-y;
	color: #333333;
}

#container {
	margin: 0;
	padding: 0 0 30px 0;
}

#header_outer {
	margin: 0;
	padding: 0;
	height: 160px;
	background-color: #fefefe;
	background-image: url('../img/collaborative_facilities_management/header_outer.jpg');
	background-position: top;
	background-repeat: repeat-x;
}

#header_inner {
	margin: 0 auto;
	padding: 0;
	width: 900px;
	height: 160px;
	background-image: url('../img/collaborative_facilities_management/header_inner.jpg');
	background-position: center top;
	background-repeat: no-repeat;
}

#header_inner h1 {
	display: block;
	margin: 0;
	padding: 0;
	width: 900px;
	height: 160px;
}

#header_inner h1 a {
	display: block;
	margin: 0;
	padding: 0;
	width: 900px;
	height: 160px;
}

#header_inner h1 a span {
	display: none;
}

#menu_outer {
	margin: 0;
	padding: 0;
	height: 40px;
	background-color: #999999;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

#menu_inner {
	margin: 0 auto;
	padding: 0;
	width: 900px;
	height: 40px;
	overflow: hidden;
}

#menu_inner ul {
	display: block;
	margin: 0;
	padding: 0;
	width: 900px;
	height: 40px;
}

#menu_inner ul li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: auto;
	height: 40px;
	list-style-type: none;
}

#menu_inner ul li a {
	display: block;
	margin: 0;
	padding: 0;
	width: auto;
	height: 40px;
	overflow: hidden;
}

#menu_inner ul li a:hover {
	background-color: #333333;
	text-decoration: none;
}

#menu_inner ul li a span {
	display: block;
	margin: 0;
	padding: 11px 12px;
	font-size: 14px;
	font-weight: normal;
	text-shadow: 0 1px 2px #000000;
	color: #ffffff;
}

#event_menu {
	float: left;
	margin: 0;
	padding: 0;
	width: 150px;
}

#event_menu ul {
	margin: 0;
	padding: 0;
	border-top: 1px dashed #cccccc;
}

#event_menu ul li {
	margin: 0;
	padding: 15px 0;
	list-style-type: none;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px dashed #cccccc;
}

#content_outer {
	margin: 0;
	padding: 0;
}

#content_inner {
	margin: 0 auto;
	padding: 30px 60px;
	width: 780px;
	background-color: #ffffff;
	background-image: url('../img/collaborative_facilities_management/content_inner.jpg');
	background-position: center top;
	background-repeat: repeat-y;
}

#footer_outer {
	margin: 0;
	padding: 0;
}

#footer_inner {
	margin: 0 auto;
	padding: 12px 60px;
	width: 780px;
	border-top: 1px solid #333333;
	background-color: #999999;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}

#footer_inner p {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #ffffff;
}

#footer_inner p a {
	color: #ffffff;
}

/* LAYOUT */

/* PAGE SPECIFIC */

div.event_information, div.news, div.event_timetable, div.delegate_rates, div.hotels_and_travel, div.venue, div.registrations {
	float: right;
	margin: 0;
	padding: 0 0 0 30px;
	width: 600px;
}

div.news div.news_entry {
	margin: 0;
	padding: 20px 0;
	border-bottom: 1px solid #cccccc;
}

div.home ul.features {
	margin: 0;
	padding: 0;
}

div.home ul.features li {
	margin: 0;
	padding: 40px 10px 20px 70px;
	height: 60px;
	overflow: hidden;
	list-style-type: none;
	background-position: left center;
	background-repeat: no-repeat;
}

div.home ul.features li.features_venue_information {
	background-image: url('../img/collaborative_facilities_management/venue_information.png');
}

div.home ul.features li.features_book_online {
	background-image: url('../img/collaborative_facilities_management/book_online.png');
}

div.home ul.features li.features_event_information {
	background-image: url('../img/collaborative_facilities_management/event_information.png');
}

div.home ul.features li.features_exhibitors_and_sponsors {
	background-image: url('../img/collaborative_facilities_management/exhibitors_sponsors.png');
}

div.home div.recent_news {
	margin: 0;
	padding: 40px 10px 20px 10px;
}

div.home div.recent_news ul {
	margin: 0;
	padding: 0 0 20px 0;
	border-top: 1px dashed #cccccc;
}

div.home div.recent_news ul li {
	margin: 0;
	padding: 5px 0;
	font-size: 14px;
	font-weight: bold;
	list-style-type: none;
	border-bottom: 1px dashed #cccccc;
}

/* PAGE SPECIFIC */
