﻿

/* Css Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,
address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,
var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,
thead,tr,th,td { 
	margin:0; 
	padding:0; 
	border:0; 
	outline:0; 
	font-size:100%; 
	vertical-align:baseline; 
}
body {
	color:#000;
	padding:0;
	margin:0;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	background:#e5e2dd;
}
ul,ol {
	/* list-style:none; Removed by Contensis*/
}
img,fieldset {
	border:none;
}	
a {
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
.sys_skip {
	position:absolute;
	left:-9999px;
}
html, body {
	overflow-x:hidden;
}


/*----------------------*/
/*     Page structure   */
/*----------------------*/
#wrapper_area {
	width:100%;
}
#wrapper {
	width:960px;
	margin:0 auto;
 background: #fff;
}


/*----------------------*/
/*     Header           */
/*----------------------*/
#header {
	width:910px;
	height:115px;
	background:#a6aaab;
	padding:0 25px 0 25px;
}
.sys_logo {
	margin-top:20px;
	width:115px;
	height:75px;
	float:left;
}
#rgt_header {
	overflow:hidden;
	width:780px;
	height:115px;
	float:right;
}
#top_rgt_header {
	width:780px;
	height:25px;
}
#search_area {
	clear:both;
	width:180px;
	height:25px;
	padding-top:10px;
	float:right;
	overflow:hidden;
}

.sys_search-query-control label {display:none;}


.sys_input_text {
	width:145px;
	height:25px;
	float:left;
	overflow:hidden;
	background:#fff;
}
/* .sys_input_text input */
input.sys_searchbox {
	width:135px;
	height:25px;
	padding:0 5px;
	line-height:25px;
	border:none;
	border-style:none;
}
/* .sys_submit_btn */
input.sys_button {
	background:url(/SiteElements/images/btnsubmit.png) no-repeat ;
	width:25px;
	height:25px;
	border:none;
	overflow:hidden;
	float:right;
	cursor:pointer;
	text-indent:-9999px;
	-webkit-appearance:none;
	-webkit-border-radius:0;
}
/* .sys_submit_btn input, 
input.sys_search-button{
	width:25px;
	height:25px;
	border:none;
	border-style:none;
	background:none;
}
*/
#top_menu {
	float:right;
	height:35px;
}
#top_menu ul {
	display:block;
}
#top_menu ul li {
	display:block;
	float:right;
	border-left:1px solid #fff;
	padding:22px 20px 0 5px;
	height:13px;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
}
#top_menu ul li a {
	color:#cc0000;
}
#top_menu ul .sys_top_menu_current_page > a,
#top_menu ul li a:hover {
	color:#fff;
}

#top_menu ul .sys_login a {
	color:#fff;
}
#top_menu ul .sys_top_menu_current_page > a,
#top_menu ul .sys_login a:hover {
	color:#cc0000;
}
#btm_rgt_header {
	float:right;
	width:780px;
	text-align:right;
	padding-top:25px;
}
#btm_rgt_header h1 {
	font-size:32px;
	color:#fff;
	text-transform:uppercase;
}

.sys_site-name {
	font-size:32px;
	color:#fff;
	text-transform:uppercase;
   
}

.sys_site-name a
{
    color: #fff;
}

#social-feed
{
 
  padding-top:10px;
}

/*----------------------*/
/*     Content          */
/*----------------------*/
/*
.sys_heading {
	font-size:28px;
	color:#cc0000;
	text-transform:uppercase;
	height:70px;
	line-height:70px;
} */
h1 {
	font-size:28px;
	color:#cc0000;
	text-transform:uppercase;
	height:70px;
	line-height:70px;
}
#content {
	width:910px;
	padding:0 25px 100px 25px;
	background:#fff;
	overflow:hidden;
	min-height:400px;
}
#menu {
	width:210px;
	float:left;
}
#menu h2 {
	font-size:28px;
	color:#cc0000;
	text-transform:uppercase;
	height:70px;
	line-height:70px;
}
#menu ul {
	display:block;
	padding-top:1px;
}
#menu ul li {
	display:block;
	font-weight:bold;
}
#menu ul li a {
	color:#000;
	border-top:2px solid #000;
	border-bottom:2px solid #000;
	margin-top:-2px;
	font-size:16px;
	text-transform:uppercase;
	padding:4px 0 5px 0;
	display:block;
}
#menu ul .sys_current_page > a,
#menu ul li a:hover,
#menu ul li div.sys_selected a,
#menu ul li div.sys_selected a:hover {
	color:#cc0000;
	border-top:2px solid #cc0000;
	border-bottom:2px solid #cc0000;
	margin-top:-2px;
	font-size:16px;
	text-transform:uppercase;
	padding:4px 0 5px 0;
	display:block;
	position:relative;
	z-index:10;
}
#menu ul li ul {
	display:block;
	padding:6px 0 20px 0;
}
#menu ul li ul li {
	display:block;
}
#menu ul li ul li a {
	display:block;
	font-size:13px;
	border:none;
	padding:0  0 4px 0;
}
#menu ul li ul .sys_current_page > a,
#menu ul li ul li a:hover,
#menu ul li ul li div.sys_selected a,
#menu ul li ul li div.sys_selected a:hover {
	display:block;
	font-size:13px;
	border:none;
	padding:0  0 4px 0;
}
#menu ul ul ul {
	display:block;
	padding:4px 0 10px 0;
}
#menu ul ul ul li li {
	display:block;
}
#menu ul ul ul li a {
	display:block;
	font-size:11px;
	border:none;
	text-transform: capitalize;
	color:#000;
}
#menu ul ul ul .sys_current_page > a,
#menu ul ul ul li a:hover {
	display:block;
	font-size:11px;
	border:none;
	text-transform: capitalize;
	color:#000;
	font-weight: 700;
}
#rgt_right {
	width:684px;
	float: right;
	/*padding-top:70px;*/
}
#slider_area {
	width:684px;
	height:340px;
	position:relative;
}
#slider_area h2 {
	position:absolute;
	top:4px;
	left:11px;
	font-size:48px;
	color:#fff;
 z-index:2000;
}
#slider_area h2 a {
	color:#fff;
}
#slider_area img {
	display:block;
}
#feature_area {
	width:690px;
	margin:6px -6px 0 0;
}
.sys_feature {
	width:224px;
	height:135px;
	float:left;
	color:#fff;
	margin-right:6px;
	position:relative;
}

.sys_feature h3 {
	position:absolute;
	font-size:16px;
	text-transform:uppercase;
	top:6px;
	left:8px;
	/* padding-right:28px;
	background:url(/SiteElements/images/arrow.png) no-repeat right center; Removed by Contensis */
}
.sys_feature h3 a {
	color:#fff;
 padding-right:14px; /* Added by Contensis */
	background:url(/SiteElements/images/arrow.png) no-repeat right center; /* Added by Contensis */
}


.sys_feature h3 a:hover
{
   color: red!important;
   background:url(/SiteElements/images/arrow-red.png) no-repeat right center; /* Added by Contensis */
}

/* Added by Contensis */
.sys_feature a {
display: block;
width:100%;
height:100%;
}

.sys_basic-page p
{
    margin-bottom: 10px;
}

/*----------------------*/
/*     Footer           */
/*----------------------*/
#footer {
	height:90px;
	width:910px;
	padding:20px 25px 0 25px;
	background:#221e1f;
}
.sys_logo_footer {
	float:left;
	height:90px;
	width:100px;
	margin-right:25px;
}
.sys_logo_footer img {
	display:block;
}
.sys_contact_footer {
	float: right;
	width:785px;
	height:40px;
	padding-top:35px;
}
.sys_contact_footer p {
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight:bold;
    padding-bottom: 5px!important;
}
.sys_contact_footer p a {
	color:#fff;
}

/*--------------------------*/
/*     Conference & Meeting */
/*--------------------------*/

#cm_feature_area {
	width:690px;
	margin-right:-6px;
}

.sys_cm_feature {
	width:224px;
	float:left;
	color:#fff;
	/* margin-right:6px; Removed by Contensis*/
	position:relative;
	overflow:hidden;
}
.sys_cm_feature h3 {
	position:absolute;
	font-size:16px;
	text-transform:uppercase;
	top:6px;
	left:8px;
	/* padding-right:28px;
	background:url(/SiteElements/images/arrow.png) no-repeat right center; Removed by Contensis */
}
.sys_cm_feature h3 a {
	color:#fff;
    padding-right:28px; /* Added by Contensis */
	background:url(/SiteElements/images/arrow.png) no-repeat right center; /* Added by Contensis */
}

.sys_cm_feature h3 a:hover,
.sys_cm_feature h3 a.sys_hover
{
   color:red!important;
   background:url(/SiteElements/images/arrow-red.png) no-repeat right center; /* Added by Contensis */
   text-decoration: underline;
}
.sys_cm_feature a img {
	display:block;
	padding-bottom:15px;
}
.sys_cm_feature p {
	color:#000000;
	/* padding-bottom:20px; */
	font-size:12px;
}


/*--------------------------*/
/*    How to book           */
/*--------------------------*/
#book_content {
	width:684px;
	padding-top:17px;
	overflow:hidden;
}
#book_content ul,
#book_content ol{
 	margin:10px 0 10px 20px;
  padding:auto;
}
#book_content ul li,
#book_content ol li{
 	padding:2px 0;
}
#book_content h2 {
	float:left;
	font-size:28px;
	color:#cc0000;
	margin-bottom:15px;
	text-transform:uppercase;
}
.sys_book_content_head {
	width:684px;
}
.sys_book_content_head h2 {
	float:left;
	font-size:28px;
	color:#cc0000;
	margin-bottom:15px;
	text-transform:uppercase;
}
.sys_book_content_head h3 {
	float:right;
	font-size:13px;
	padding-top:6px;
	text-transform:uppercase;
}
.sys_book_content_head h3 a {
	color:#000;
}
.sys_book_content_head h3 a:hover {
	color:#cc0000;
}
#lft_book_content {
	width:332px;
	float:left;
	clear:both;
}
#lft_book_content ul li {list-style-position: outside}
#lft_book_content ol li {list-style-position: outside}
#lft_book_content h3 {
	font-size:13px;
	color:#000;
	padding-bottom:13px;
 clear:both;
}
#lft_book_content p {
	font-size:12px;
	color:#000;
	padding-bottom:10px;
 clear:both; 
}
#rgt_book_content {
	float: right;
	width:332px;
}
#rgt_book_content h3 {
	font-size:13px;
	color:#000;
	padding-bottom:13px;
  clear:both;
}
#rgt_book_content h4 {
    
	padding-bottom:13px;
  
}
#rgt_book_content p {
	font-size:12px;
	color:#000;
	padding-bottom:5px;
 clear:both;
}

/*--------------------------*/
/*    Glass meeting         */
/*--------------------------*/

/*#rgt_book_content ol {margin: 10px 0;}*/
#rgt_book_content ol li {list-style-position: outside}
#rgt_book_content ul {
	display:block;
 margin: 10px 0 10px 30px;
}
#rgt_book_content ul li {
	font-size:12px;
 margin:0;
}
#map_area {
	padding-top:35px;
	overflow:hidden;
	width:684px;
}
.sys_google_map {
	float:left;
	width:332px;
}
.sys_google_map img {
	display:block;
	border:1px solid #231f20;
}
.sys_google_map h3, .sys_google_map_title div {
	font-size:13px;
	color:#000;
	padding-top:6px;
	text-transform:uppercase;
}
.sys_google_map h3 a, .sys_google_map_title div a {
	color:#000;
}
.sys_google_map h3 a:hover , .sys_google_map_title div a:hover{
	color:#cc0000;
}
.sys_plan_map {
	float: right;
	width:332px;
	overflow:hidden;
}
.sys_plan_map img {
	display:block;
}
.sys_plan_map h3 {
	font-size:13px;
	color:#000;
	padding-top:6px;
	text-transform:uppercase;
}
.sys_plan_map h3 a {
	color:#000;
}
.sys_plan_map h3 a:hover {
	color:#cc0000;
}


/* Additional styles added by Genetics to allow for flexibility in the number of puff items added to the content area. 1 - 9 possibly */

.sys_row {clear:both;float:left;margin-bottom:20px;}
.sys_column {float:left; width:224px; overflow:hidden; margin-right:6px}
.sys_column.sys_column-three {margin-right: 0px;}
.sys_clear {clear:both;font-size:0;height:0;line-height:0;margin:0;padding:0;}

/* Adjustment for the linked image for the puffs on the landing page */

#cm_feature_area .sys_column .sys_cm_feature a img {padding-bottom: 0;}


/* Forms - Added IKM */


.sys_cms-form-control 
{
  background-color:#D3CFC6;
  border:1px solid #AEABA2;
  padding:10px;
  margin-top: 25px;
}

.sys_cms-form-item button

{
  background-color:#A6AAAB;
  border:1px solid #231F20;
  color:#231F20;
  cursor:pointer;
  font-family:Georgia, 'Times New Roman', Times, serif;
  font-size:11px;
  font-style:normal;
  font-variant:normal;
  font-weight:bold;
  line-height:11px;
  margin:0 10px 0 0;
  padding:6px 5px 5px;
  width:110px;
}

/* Tables - Added IKM */

table 
{
  border-style:none;
  color:#000000;
  margin:10px 0px 0px 10px;
  padding:0;
  width:100%;
  border:0;
  border-collapse:collapse;
}


table tr th 
{
  background-color:#333C3E;
  border-bottom-color:#E5E2DD;
  border-bottom-width:1px;
  border-right-color:#E5E2DD;
  border-right-width:1px;
  border-style:none solid solid none;
  color:#FFFFFF;
  font-weight:bold;
  padding:8px;
  text-align:left !important;
  vertical-align:top !important;
}

table tr td 
{
  background-color:#D3D1CD;
  border-right-color:#E5E2DD;
  border-right-width:1px;
  border-style:solid solid none none;
  border-top-color:#E5E2DD;
  border-top-width:1px;
  color:#000000;
  padding:8px;
  text-align:left !important;
  vertical-align:top !important;
}


table caption 
{
  font-style:italic;
  text-align:left;
}


/* TABLE STYLES COLOUR OPTION 1 */
table.TableStyleOne{}
table.TableStyleOne tr th {
    background-color: #AC1D21!important;
}
table.TableStyleOne tr td {
	background-color: #D3D1CD!important;
	color: #000!important;
}
/* TABLE STYLES COLOUR OPTION 2 */
table.TableStyleTwo {}
table.TableStyleTwo tr th {
	background-color: #AC1D21!important;
}
table.TableStyleTwo tr td {
	background-color: #D4A7A4!important;
}
/* TABLE STYLES COLOUR OPTION 3 */
table.TableStyleThree {}
table.TableStyleThree tr th {
	background-color: #BA4E50!important;
}
table.TableStyleThree tr td {
	background-color: #DDC5C1!important;
}

/* Search results */

.sys_search-control 
{
  clear:both;
}

.sys_subitem .sys_subitem-heading a 
{
    color: #CC0000!important;
    font-size:105%;
 
  text-transform:uppercase;
}


.sys_search-control .sys_itemslist .sys_subitem dl dd.sys_search-description
{
    width: 90%!important;
}


.sys_search-control .sys_datarepeatercontrol .sys_subitem
{
    border:1px solid #CC0000!important;
}

/* Additional styles for the Landing Page */

.sys_LandingPage h2 {
	 color: #CC0000;
  float: left;
  font-size: 28px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
/* Lightbox */

div.sys_item-data-container
{
    border: 0px solid red;
    min-height: 30px!important;
}

dd.sys_lightbox-download
{
    visibility: hidden;
    height: 0px;
}
dd.sys_lightbox-title
{
    font-size:20px!important;
    color:#cc0000;
	
	height:70px;
	line-height:70px;
}
.sys_theme-simple .sys_imageslideshowgallery-control 
{
    clear: both;
}
.sys_theme-simple .sys_imageslideshowgallery-control .sys_imageslideshownav-control

{
height: 80px!important;


}

.sys_theme-simple .sys_imageslideshowgallery-control img
{
    margin-left:auto!important;
    margin-right:auto!important;
}
.sys_theme-simple .sys_imageslideshowgallery-control .sys_imageslideshowgallery-container 
{
    clear: both;
}
#slider_area .sys_banner-wrapper img
{
  width: 684px;
  height: 340px;
}

.hplogos {
  margin-top: 10px;
}
.hplogos img {
  margin-left: 15px;
  float: right;
  margin-top: 5px;
}

.logoheader {
 color: #cc0000;
 font-size: 20px;
 float: right;
 line-height: 36px;
}
