* {
    margin:0; padding:0;
}

body {   
    padding: 0 0 4em 0;   
    color: #000;
    font: 75%/1.2em Arial, sans-serif;
}

.mainH1 {
    font:bold 0.9em arial, sans-serif;
}

h1, h2, h3, .h2, .pageTitle, .companyName {
    background-color: inherit;
    color: #106797;
	font-weight:bold;
    font-size: 100%;
	display:block;
    text-transform: uppercase;
}
.h2 {
	font-weight:bold;
    text-transform: none;
}
.emStrong {
	font-weight:bold;
	font-style:italic;
}
.quote {
	display:block;
	margin:10px;
}
h3 {  text-transform: none; }
.clr, .clear {  clear:both; }   

option { padding:0 2px; }

a {
    background-color: inherit;
    color: #106797;
    text-decoration: none;
}

img {
    border: none;
    display:block;
}

input, select, textarea {
    font:normal 0.95em arial, sans-serif;
}
.inputRow{	
	margin:5px 0 0 0;
	height:20px;
	clear:both;	
}

.subnavContentGap{
	height:23px;
	padding: 5px 0 0 17px;	
}

form > .inputRow {
	height:auto;
	min-height:21px;
}


.inputArea {
	float:left;
}

.invalidInputArea input{
	background:#FFCCCC;
	color:inherit;
}

.formErrorMessage {
	background: #3B82A9;
	color:#fff;
	padding:3px;
	font-size: 0.9em;
}
.required {
	color:#3B82A9;
	background: inherit;
}

#enquiryForm label {
	display:block;
	float:left;
	width:180px;
	clear:right;
}

#enquiryForm .inputArea input {
	width:280px;
	border:1px solid #0887CB;
	padding:2px;
}

#enquiryForm .inputArea select {
	width:286px;
	border:1px solid #0887CB;
	padding:2px;
}

#enquiryForm .inputArea textarea {
	width:280px;
	padding:2px;
	margin: 0;
	border:1px solid #0887CB;
}

#enquiryForm .inputArea > textarea {	
	margin: 0 0 2px 0 ;
}

#enquiryForm {
	width:500px;
	padding:10px;
	color: #000;
	background: #F3F7FA;
	border:1px solid #ccc;
	margin:15px;
}
#enquiryForm .inputArea > .formErrorMessage{
	margin:0 0 3px 0;	
}
/* ---------- ---------- BODY ---------- ---------- */

#body {
    margin: 0;
    padding: 0 0 0 0;
    background-color: inherit;
    background-repeat: no-repeat;
    background-position: 50% 0;
    color: #000;
}

/* ---------- ---------- PAGE ---------- ---------- */
#page {
    margin: 0 auto;
    padding: 0;
    color: #000;
}
/* ---------- ---------- NAVIGATION SUCKERFISH ---------- ---------- */

#nav {
	display:none;
	margin:0 auto 15px auto; 
	height:29px;
	width:528px;
	z-index:1000;
}

/* ---------- ---------- TOOLS / INFORMATION ---------- ---------- */

#tools, #information {
    width: 190px;
	display:none;
}

fieldset .text {
	display:block;
	margin:3px 0;
	color:#106797;
	background:inherit;
	font:bold .9em arial, sans-serif;
}

/* ---------- ---------- EVENTS ---------- ---------- */
#events {
    margin: 0 auto 1.5em auto;
    padding: 10px 0 0 0;
    background: #fff url(images/medium-bg.gif) no-repeat scroll 0 0;
    color: #000;
    width: 448px;
}
#events p {
    line-height:1.25em;
}

#events h1 {
    margin: 0 auto 0.5em auto;
    padding: 0;
    font-size: 100%;
    width: 408px;
}

#events p.eventDate {
    color:#1180AF;
    background: inherit;
}
#events #upcoming-events {
    margin: 0;
    padding: 0 0 10px 0;
    background: #fff url(images/medium-bg.gif) no-repeat scroll 0 100%;
    color: #000;
}
#events #upcomingList div {
    padding: 5px;
    margin:0 4px;
    border-top: 1px solid #eaede4;
    height:102px;
}

#upcoming-events > #upcomingList div {
    height: auto;
    min-height:102px;
}
#upcomingList  h2 {
	background: #1180af url(images/arrow-right-dark.gif) no-repeat scroll 100% 50%;
	padding: 1px;
	color: inherit;
	margin:1px 0 0 0;
	text-indent:1px;
	text-transform:capitalize;
}
#upcomingList h2 a {
	color: white;
	background: #1180af;
}
#featured-event {
    margin: 0 auto 1em auto;
    border-top: none;
    background: #fff url('images/feature-bg.gif') no-repeat scroll 0 0;
    color: #000;
    width: 425px;     
    height:210px;
}

#flashcontent {
	padding:5px 0;
	z-index:10;
	width:398px;
	height:195px;
	overflow:hidden;
	margin:auto;
}
#flashcontent img {	
	margin:-3px 0 0 -13px !important;
	padding:0;
}

#events #upcoming-events div#featured-event h2, #events #upcoming-events div#featured-event h3, #events #upcoming-events div#featured-event p {
    display: none;
}

#events #upcoming-events div#featured-event img {
    margin: 0;
    padding: 9px 0 0 13px;
    width: 398px;
    height: 185px;
}

#events #upcomingList div div {
    margin: 0;
    padding: 3px;
    border: 1px solid #fff;
}


#events #upcomingList div div:hover, #upcomingList div .eventHover {
    border: 1px solid #d4dac9;
    background-color: #e2ecf2;
    color: #000;
}


#events #upcomingList div div img {
    float: left;
    margin: 0;
    padding: 10px;
    background-color: #e2ecf2;
    color: #000;
}

#events #upcomingList div div div {
    margin: 0 0 0 110px;
    padding: 0;
    border: none;
}

#events #upcomingList div div div:hover {
    border: none;
}

/* ---------- ---------- CONTENT ---------- ---------- */

#content-outer {
    padding: 5px 0 0 0;
    background: #fff url(images/large-bg.gif) no-repeat scroll 0 0;
    color: #000;
    width: 658px;
    float:left;
    margin:0 0 0 18px;
}

#content {	
	width: 650px;
    margin: 0 auto;
    padding: 0 0 0 0;
    color: #000;
    background:#fff;
}

#content .pageTitle  {
	font-size:140%;
	display:block;	
	font-weight:bold;	
	float:left;
	padding-left:15px;
	margin:15px 0 10px 0;
}

#content #stdContent {
	padding:15px;
	line-height:1.4em;
}
#content #stdContent .right {
	float:right;
	margin: 10px;
	padding: 2px 2px 2px 2px;
	border: 1px solid #000;
}

#content #stdContent p {
	padding:0 0 6px 0;
}

#content p.disclaimer{
	font-size:0.90em;
}

#content #stdContent h1 {
	float:none;
	padding-left:0;
	margin:0 0 10px 0;
	font-size:140%;
}

#content #stdContent ul {
	margin: 10px 15px 20px 15px;
	display: block;
}
#content #stdContent a:link, #content #stdContent a:visited, #article .articleLink, #article .articleLink:visited {
    text-decoration: none;
    border-bottom: #106797;
    border-width: 0px 0px 1px 0px;
    border-style: none none dotted none;
}

#content #stdContent a.top {
	float:right;
	display:block;
	margin:5px 0 5px 0;
}

#content #stdContent h2 {
	float: none;
	font:bold 16px arial, sans-serif;
	margin:20px 0 5px 0;
	text-transform: none;	
}

#content #stdContent .indent h2 {
	float:none;
	margin:5px 0 0 0;
	font-size:1.0em;
	text-transform: none;
	color:#000;
	background:inherit;
}

#content #stdContent a:hover, #article .articleLink:hover {
	background-color: #e2ecf2;
    color: #106797;
}

#content #stdContent .seatingCapacityTable {
	background-color: #FFF;
	color: inherit;
	padding-bottom:15px;
}

#content #stdContent .seatingCapacityTable caption {
	text-align: left;
	padding: 1px 3px 1px 3px;
}

#content #stdContent .seatingCapacityTable th {
	padding: 1px 3px 1px 3px;
	background-color: #C7E0ED;	
	color: inherit;
}

#content #stdContent .seatingCapacityTable td {
	background-color: #E2ECF2;
	color: inherit;
	padding: 1px 3px 1px 3px;
}

#content #stdContent .technical-documents-list {
	margin-top: -10px;
	margin-bottom: -10px;
}

#content .indent {
	padding: 10px 10px 0 10px;
}

#content .message {
	padding:20px;
}
#content .message p {
	margin:5px 0;
}
#content .message ul {
	margin:0 0 0 16px;
	line-height:1.5em;
}

#contentBottom {
	 height:20px;
	 color: #000;
	 background: #fff url(images/large-bg.gif) no-repeat scroll 0 100%;
}

#content #eventContainer h1 {
    margin: 20px 27px 1em 27px;
    padding: 0;
    font-size: 140%;
}

#content #eventContainer h2 {
    margin: 0 27px 1em 27px;
    padding: 0;
}

#content p.instructions {
	
    margin: 0 4px 1.5em 4px;
    padding: 0 23px 1em 23px;
    border-bottom: 1px solid #eaede4;
    background-color: inherit;
    color: #106797;
    float:right;
    text-transform: uppercase;
    font-weight: bold;
}

#content p.sub-navigation { 	
    margin: 10px 0 0 0;   
    float:right;
    padding: 4px 9px 14px 0;
    border-bottom: 1px solid #eaede4;
    background-color: inherit;
    color: #106797;
}
#content p.sub-navEmpty {
	margin: 10px 0 0 0;
    float:right;
    padding: 4px 9px 14px 0;
    border-bottom: 1px solid #fff;
}

#content p.sub-navigation a {
    margin: 0 0 0 0.5em;
    padding: 1px 4px;    
    border: 1px solid #93a278;
    background-color: #fff;
    color: #106797;
    text-transform: uppercase;
    font-weight: bold;
}

#content p.sub-navigation a:hover{
    background-color: #e2ecf2;
    color: #106797;
}
#content p.sub-navigation a.active {
    background-color: #F3F9FB;
    color: #106797;
}

#content p.next, #content p.prev {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-align: right;
}
#content > p.next, #content > p.prev {
	margin: 13px 0 0 0;
}

#content p.prev {
	float:left;
}

#content p.next a  {
    margin: 1em 19px;
    padding: 1px 24px 1px 4px;
    background: #fff url(images/arrow-right.gif) no-repeat scroll 100% 50%;
    color: #106797;
    text-transform: uppercase;
}

#content p.prev a  {
    margin: 1em 19px;
    padding: 1px 4px 1px 24px;
    background: #fff url(images/arrow-left.gif) no-repeat scroll 0% 50%;
    color: #106797;
    text-transform: uppercase;
}

#content p.next a:hover {
    background: #e2ecf2 url(images/arrow-right-light.gif) no-repeat scroll 100% 50%;
    color: #106797;
}
#content p.prev a:hover {
    background: #e2ecf2 url(images/arrow-left-light.gif) no-repeat scroll 0% 50%;
    color: #106797;
}

#content div.event {
    margin: 0 auto;
    padding: 10px 85px 0.5em 10px;
    border-top: 1px solid #eaede4;
    border-bottom: 1px solid #f3f9fb;
    background: #f3f9fb url(images/arrow-right-extra-light.gif) no-repeat scroll 615px 50%;
    color: #1180af;
    width: 555px;
    height: 8em;
}

#content > div.event {
    height:auto; 
    min-height:8em;
}

#content div.event:hover, #content div.eventHover {
    border-top: 1px solid #b8c294;
    border-bottom: 1px solid #b8c294;
    background: #e2ecf2 url(images/arrow-right-light.gif) no-repeat scroll 615px 50%;
    color: #1180af;
}

#content div.event h2, #content div.event p, #content div.event .companyName {
    margin: 0 0 0 100px;
    font-size: 100%;
}

#content .companyName {
	background-color: inherit;
    color: #106797;
    margin:2px 0 0 12px;
	text-transform:none;
}

#content div.event h2 a, #content div.event h2 a:hover {
    background-color: inherit;
    color: #003663;
	text-transform:none;
}

#content div.event p.date {
    font-weight: bold;
}

#content div.event img {
    float: left;
    margin: 0;
    padding: 7px;
    background: #fff url(images/thumb.gif) no-repeat scroll 50% 50%;
    color: #1180af;
}
#content .eventLinebreak {
     border-top: 1px solid #eaede4;
     height:1px;     
}

#content div.event:hover img {
    background: #fff url(images/thumb-hover.gif) no-repeat scroll 50% 50%;
    color: #1180af;
}

#content blockquote {
	margin: 0 15px 5px 15px;
}

/* --------------------- NEWS AND REVIEWS ------------------ */

#content #article {
	background: url('images/blueStrip.gif') repeat-x;
	padding:0 18px 40px 0;
	line-height:1.35em;	
}

#content #article .h2 {
	margin:0 0 8px 0;	
	font-size:140%;
	text-transform:none;
}

#content #articleImage {
	float:right;
	border:10px solid #E2ECF2;
	margin:15px 0 20px 30px;
}

#content h1#reviewTitle, #event-details h1 {
	font-size:140%;
	text-transform:none;	
}

#content h1#reviewTitle {
	height:45px;	
	margin:0px 0 5px 0;
	padding:15px 0 0 18px;
}

#content #articleNav {
	padding:10px 0;
}
 .padding18 {
	padding: 0 0 0 18px;
}
#content .articleDate {
	color:#106394;
	background-color: #fff;
	font-size:1.0em;
	margin: 0 0 10px 0;
}

#articleDescription h1, #articleDescription h2  {
	margin:10px 0 0 0;
	text-transform:none;
	font-size:110%;
	float:none;
}

#articleDescription p {
	margin: 0 0 10px 0;	
}

#articleDescription a:hover {
	text-decoration:underline;	
}

.lineBreak {
	margin:20px 0;
	height:1px;
	border-top:1px solid #ccc;
}
/* ---------- ---------- EVENT DETAILS ---------- ---------- */

#event-details {  
	margin:0 0 0 0; 
    padding: 0 0 1.5em 0;
    border-top: 1px solid #eaede4;
    background: #fff url(images/event-detail-bg.gif) repeat-x scroll 0 0;
    color: #000; 
}

#flashWidget {
	width:290px;
	height:24px;
	float:left;	
}
.flashContainer { margin:25px 0;}
#SampleAudioTitle {
	width:120px;
	margin-top:7px;
	text-indent:10px;
}
#event-detailsHeading {	
    background: #E2ECF2;
    padding: 0 0 0 130px;
    color:inherit;    
}

#event-detailsHeading .bookNow {
    padding:18px 20px 0 0;
    float:right;    
}

#event-titles{
	float:left;
}

#event-detailsInformation {
    padding: 15px 20px 10px 130px;
}
span.nonCaps {
text-transform:none;
}

a.arrowButton {
    margin: 0;
    display:block;
    padding: 5px 18px 5px 5px;
    border: 1px solid #93a278;
    background: #fff url(images/arrow-right.gif) no-repeat scroll 100% 50%;
    color: #106797;
    font:bold 1.0em arial, sans-serif;
    text-align: left;
    text-transform: uppercase;
    width:6em;
}

a.arrowButton:hover {
    border: 1px solid #106797;
    background: #b5d3e5 url(images/arrow-right-medium.gif) no-repeat scroll 100% 50%;
    color: #106797;
}
#event-details div.tickets {
    margin: 15px 0 1.5em 0;
    padding: 10px ;
    border: 1px solid #d5dbca;
    background-color: #f3f7fa;
    color: #000;
}

#event-details h1 {
    margin: 15px 0 0.2em 0;
		
    color: #106797;   
    background:inherit;
}

#event-details .companyName {
    padding: 0 0 3px 0;
	margin:0;
    color: #106797;
    background:inherit;
    font-size: 110%;
}

#event-details div.tickets .h2 {
    margin: 0 0 1em 0;
   
}

#event-details p, #event-details ol, #event-details ul {
    margin: 0 0 1.5em 0;
    padding: 0;
    list-style-type: none;
}

#event-details ol {
    background-color: #fff;
    color: #106797;
}

#event-detailsImage {
	position:absolute;	
	display:block;
    padding: 10px;
    margin:0 15px;
    color:#fff;
    background-color: #e2ecf2;
}


/******************* Button - next - previous - read more ***************/
a.next , a.previous {
	text-transform: uppercase;
    font-weight: bold;	
    color: #106797;	
}
a.next {
	float:right;
	margin: 0 15px 0 0;
}

a.previous {
	float:left;
	margin: 0 0 0 15px;
    padding: 1px 4px 1px 24px;
    color:inherit;
    background: #fff url(images/arrow-left.gif) no-repeat scroll 0% 50%;
}
a.previous:hover {
	color:inherit;
    background:  #e2ecf2 url(images/arrow-left-light.gif) no-repeat scroll 0% 50%;
}

#event-details ul.more-information,  #content ul.more-information  {
    margin: 10px 0 1.5em 0;
    padding: 0;
    text-align: right;
    list-style:none;
    text-transform: uppercase;
    font-weight: bold;
}

#event-details ul.more-information li, #content ul.more-information li{
    margin: 0 0 0.2em 0;
    padding: 0;
}

#event-details ul.more-information a, #content ul.more-information a, a.next{
    margin: 1px 2px 1px 23px;
    padding: 1px 24px 1px 4px;
    background: #fff url(images/arrow-right.gif) no-repeat scroll 100% 50%;
    color: #106797;
}

#event-details ul.more-information a:hover, #content ul.more-information a:hover, a.next:hover {
    background: #e2ecf2 url(images/arrow-right-light.gif) no-repeat scroll 100% 50%;
    color: #106797;
    text-decoration:none;
}

/* ---------- ---------- PHOTO GALLERY ---------- ---------- */

#gallery {    
   border-top:1px solid #f7f7f7;
   padding:20px;
}

#gallery img { 
   display:block;
   width:180px;
}

.floatLeft {
	float:left;
}

#gallery a.image , #gallery  .closeImage {
	width:200px;	
	display:block;
}

#gallery span.caption {
	display:block;
	text-align:center;
	font-size: .9em;
	height:10px;
	margin:0 auto;
	width:180px;
}

#gallery .image > span.caption {
	height:auto;
}

#gallery a.image {
	color:inherit;
}

#gallery .imgPadding {
	padding:10px;
	display:block;
}
#gallery .closeImage {
	height:10px;
	color:inherit;
}
#gallery .toggleMinus , #gallery .togglePlus {
	height:10px;
	width:10px;	
}



/* ---------- ---------- FOOTER ---------- ---------- */

#footer {
	display:none;
}


