/*
 * Global Style Sheet - TravelTech
 * Copyright ITbyUs 2005
 * Author David Dale
 */

/**
 * 29/01/15 scott.swabey@lafinboy.com
 *
 * Hide main menu items away. This site is now only used for event bookings
 */
#menu #subscribe,
#menu ul,
/*#content > div:not(#footer),*/
#right {
	display: none !important;
}
/* end */

a {
	color: #0EA3D3;/*#FF0000;*/
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #bb8f72;
	text-decoration: underline;
}

body, .bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	margin: 0;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 12px !important;
}

p, ul, ol, h1, h2, h3, .h4, h5 {
	margin: 0 0 10px 0;
}

table, td, th {
	font-size: 100%;
	text-align: left;
}

ul {
	list-style: square;
}

ul, ol {
	margin-left: 20px;
}

.body {
	background-color: #ccc;
	text-align: center;
}

form {
	margin: 0;
	padding: 0;
}

h1, .heading1 {
	color: #555;
	font-size: 22px;
	line-height: 100%;
	margin-bottom: 5px;
	margin-top: 0;
}

h1 a, h3 a {
	color: #0EA3D3; /*#bb7140;#003399;*/
	text-decoration: none;
}

h1 a:hover, h3 a:hover {
/*	color: #bb8f72;#003399;*/
	text-decoration: underline;
 color: #0EA3D3;
}

h1 .subtitle {
	font-size: 14px;
	line-height: 100%;
}

h2, .heading2 {
	color: #0EA3D3;/*#f00;*/
	font-size: 16px;
	text-transform: uppercase;
}

h3, .heading3 {
	font-size: 16px;
	text-transform: uppercase;
}

h4, .heading4 {
	font-size: 14px;
	text-transform: uppercase;
}

h5, .heading5 {
	font-size: 12px;
	margin-bottom: 0;
	text-transform: uppercase;
}

hr {
	border: 1px solid #B3B3B3;
	height: 1px;
	line-height: 1px;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

table, td, th {
	font-size: 100%;
}

th {
	text-align: left;
}

.admin {
	float: right;
	margin-top: 4px;
}

.advert {
	color: #777;
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.button {
	background-color: #666;
	border: 1px solid #b3b3b3;
	border-color: #b3b3b3 #000 #000 #b3b3b3;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
}

.clr {
	clear: both;
	height: 0;
	line-height: 0;
}

.dateline {
	color: #888888;
	font-size: 10px;
	margin: 0 0 0 120px;
}

.headlines li a {
	color: #0EA3D3;
}

.headlines li a:hover {
	color: #bb8f72;
}

.headlines h3 {
	margin: 5px 0;
}

.input {
	border: 1px solid #818181;
	font-size: 10px;
}

.imgleft {
	float: left;
	padding: 0 15px 15px 0;
	text-align: center;
	display: inline;
	width: 200px;
}

.imgright {
	float: right;
	padding: 0 0 15px 15px;
	text-align: center;
	display: inline;
	width: 200px;
}

.last {
	margin-bottom: 0;
}

.more {
	margin-left: 10px;
}

.required {
	color: #f00;
	font-weight: bold;
}

.speakerbox {
	margin-top: 15px;
	border-bottom: 1px solid silver;
}

.speakerbox img {
	float: right;
	margin: 0 0 10px 10px;
}

.speakerbox h3 {
	text-transform: none;
}

.speakerbox h3 span {
	font-size: 70%;
}

.tabledata td, .tabledata th {
	padding: 0 10px 10px 0;
}

.weather {
	clear: both;
	margin-bottom: 5px;
	width: 150px;
}

.weather img {
	clear: left;
	float: left;
	margin: 0 5px 5px 0;
}

#banner {
	background-color: #B3B3B3;
	background-image: url(../images/banner-bg.gif);
	background-repeat: repeat-x;
	margin-right: 150px;
	padding: 4px;
	text-align: center;
}

#content {
	background-color: #FFFFFF;
	padding: 15px 180px 15px 120px;
}

#footer {
	color: #888;
	font-size: 10px;
}

#footer a {
	color: #888;
	font-weight: normal;
	text-decoration: none;
}

#footer a:hover {
	color: #000;
	text-decoration: underline;
}

#footer li {
	display: inline;
	padding: 0 6px 0 0;
}

#footer p {
	margin: 2px 0;
}

#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#header {
	background-color: #FFFFFF;
	background-image: url(../images/header-bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	height: 135px;
/*	border: 1px solid #000;*/
	/*border-width: 0 0 1px 0;*/
}

#header img.logo {
	border: 3px solid #fff;
	border-right: 0;
}

#header a {
	display: block;
	width: 430px;
	height: 135px;
 margin-left: 115px;
}


#header a span {
	margin-left: -9999px;
}

#header #subscribe a {
	background-image: url(../images/subscribe.jpg);
	background-position: top;
	background-repeat: no-repeat;
	float: right;
	height: 25px;
	margin-right: 10px;
	width: 207px;
}

#header #subscribe a:hover {
	background-position: bottom;
}

#menu {
	background-color: #272425;
 height: 45px;
/*	background-image: url(../images/menu-bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	border: 2px solid #000;
	border-width: 0 0 1px 0;*/
}

#menu li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu li a {
	color: #fff;
	float: left;
	font-size: 18px;
 line-height: 37px;
	font-weight: bold;
	display: block;
	padding: 4px 8px;
	text-decoration: none;
/*	text-transform: uppercase;*/
}

#menu li a:hover {
	background-color: #000;
}

#menu ul {
	height: 25px;
	list-style: none;
	margin: 0 100px;
	padding: 0;
}

#menu #subscribe a {
/*	background-image: url(../images/subscribe2.jpg);
	background-position: top;
	background-repeat: no-repeat;*/
	float: right;
	font-size: 18px;
 line-height: 37px;
	font-weight: bold;
 color: #fff;
 padding: 4px 8px;
	text-decoration: none;
 margin-right: 100px;
}

#menu #subscribe a:hover {
  /*	background-position: bottom;*/
  background-color: #000;
  text-decoration: none;
}

#menu #subscribe a span {
/*	margin-left: -9999px;*/
}

#newsletter {
	float: right;
	padding: 7px 10px 0 0;
	text-align: center;
}

#newsletter h2 {
	color: #fff;
	font-size: 12px;
	text-transform: none;
	margin: 0 0 5px 0;
}

#newsletter input {
	margin: 0;
	padding: 0;
}

#right {
	background-color: #fff; /*#EBE8E8;*/
	border-left: 1px solid #000;
	padding: 10px 55px 10px 25px;
	width: 250px;
}

#topoff td { height: 30px; background: #fff; vertical-align: bottom; }

#wrapper {
	border: 1px solid #000;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 1120px;
}
