@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #f9f9ef;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #a7a7a7;
}
img {
	border: none;
}
div {
	float: left;
}
li {
	float: left;
}
p {
	clear: both;
	color: #000000;
}

#outer-container {
	width: 794px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: none;
}
#container {
	background-color: #FFFFFF;
	
	width: 774px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 20px;
}
#header {
	
	height: 90px;
	width: 774px;
}
#header-top {
	height: 40px;
	width: 487px;
	padding-top: 20px;
	padding-left: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	/*background-color: #e3e6eb;*/
	background-color: #fff;
}
#hsbc-logo {
	height: 28px;
	width: 353px;
/*	height: 20px; */
/*	width: 353px; */
} 
#logoimage {
	height: 28px;
	width: 353px;
}
	#logoimage a, #logoimage a img {
		border: none;
	}
#search-box {
	
	height: 45px;
	width: 246px;
	background-color: #eae9d5;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#navigation {
	
	height: 30px;
	width: 774px;
}
#navigation ul {
	float: left;
	height: 30px;
	width: 500px;
}
#navigation li {
	
	list-style-type: none;
}

#navigation a.nav-home {
	width: 47px;
	height: 30px;
	background-image: url(../images/navigation_home_off.gif);
	display: block;
}

#navigation a.nav-home:hover, #navigation a.nav-home:active, #navigation a.nav-home-active {
	width: 47px;
	height: 30px;
	background-image: url(../images/navigation_home_on.gif);
	display: block;
}

#navigation a.nav-why {
	width: 48px;
	height: 30px;
	background-image: url(../images/navigation_why_off.gif);
	display: block;
}

#navigation a.nav-why:hover, #navigation a.nav-why:active, #navigation a.nav-why-active {
	width: 48px;
	height: 30px;
	background-image: url(../images/navigation_why_on.gif);
	display: block;
}

#navigation a.nav-what {
	width: 52px;
	height: 30px;
	background-image: url(../images/navigation_what_off.gif);
	display: block;
}

#navigation a.nav-what:hover, #navigation a.nav-what:active, #navigation a.nav-what-active {
	width: 52px;
	height: 30px;
	background-image: url(../images/navigation_what_on.gif);
	display: block;
}

#navigation a.nav-where {
	width: 62px;
	height: 30px;
	background-image: url(../images/navigation_where_off.gif);
	display: block;
}

#navigation a.nav-where:hover, #navigation a.nav-where:active, #navigation a.nav-where-active {
	width: 62px;
	height: 30px;
	background-image: url(../images/navigation_where_on.gif);
	display: block;
}

#navigation a.nav-imagegallery {
	width: 87px;
	height: 30px;
	background-image: url(../images/navigation_imagegallery_off.gif);
	display: block;
}

#navigation a.nav-imagegallery:hover, #navigation a.nav-imagegallery:active, #navigation a.nav-imagegallery-active {
	width: 87px;
	height: 30px;
	background-image: url(../images/navigation_imagegallery_on.gif);
	display: block;
}

#navigation a.nav-keepupdated {
	width: 92px;
	height: 30px;
	background-image: url(../images/navigation_keepupdated_off.gif);
	display: block;
}

#navigation a.nav-keepupdated:hover, #navigation a.nav-keepupdated:active, #navigation a.nav-keepupdated-active {
	width: 92px;
	height: 30px;
	background-image: url(../images/navigation_keepupdated_on.gif);
	display: block;
}

#navigation a.nav-mediacentre {
	width: 82px;
	height: 30px;
	background-image: url(../images/navigation_mediacentre_off.gif);
	display: block;
}

#navigation a.nav-mediacentre:hover, #navigation a.nav-mediacentre:active, #navigation a.nav-mediacentre-active {
	width: 82px;
	height: 30px;
	background-image: url(../images/navigation_mediacentre_on.gif);
	display: block;
}#content {
	
	width: 774px;
	padding-top: 41px;
}
#footer {
	height: 152px;
	width: 774px;
}
#footer-top {
	height: 72px;
	width: 774px;
}
#footer-bottom {
	
	height: 31px;
	width: 774px;
	padding-top: 17px;
	line-height: 18px;
	
}

#footer .footer-box {
	background-color: #FFFFFF;
	height: 72px;
	background-image: url(../images/footer-box-background.jpg);
	background-repeat: repeat-x;
	border-right: 5px solid #FFFFFF;
}
#light-greybox-left {
	background-image: url(../images/light-greybox-left.gif);
	
	height: 74px;
	width: 6px;
}
#light-greybox-mid {
	
	height: 74px;
}
#light-greybox-right {
	background-image: url(../images/light-greybox-right.gif);
	
	height: 74px;
	width: 6px;
}
#dark-greybox-left {
	background-image: url(../images/dark-greybox-left.gif);
	
	height: 74px;
	width: 6px;
}
#dark-greybox-mid {
	
	height: 74px;
	width: 388px;
}
#dark-greybox-right {
	background-image: url(../images/dark-greybox-right.gif);
	
	height: 74px;
	width: 6px;
}
#search .formlabel {
	
	padding-bottom: 5px;
	clear: both;
	width: 240px;
}
#search .formelement {
	clear: none;
	
	padding-right: 5px;
}
input.searchbox {
	height: 19px;
}
#banner {
	
	height: 215px;
	width: 507px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#banner-mini {
	
	height: 215px;
	width: 266px;
}
#main-content {
	width: 774px;
	padding-top: 20px;
	padding-bottom: 50px;
}
#main-content .main-content-block {
	width: 239px;
	border-left-width: 14px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	background-image: url(../images/main-content-block-background1.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#main-content .main-content-block2 {
	padding-top: 10px;
	
	height: 155px;
	width: 239px;
	border-left-width: 14px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	background-image: url(../images/main-content-block-background2.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#main-content .main-content-block3 {
	padding-top: 10px;
	
	height: 155px;
	width: 239px;
	border-left-width: 14px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	background-image: url(../images/main-content-block-background3.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#main-content-right {
	width: 250px;
	padding-left: 16px;
}
#main-content-left {
	
	width: 508px;
}

#main-content-left2 {
	
	width: 508px;
	background-image: url(../images/main-content2-left-background.gif);
	background-repeat: repeat-y;
	background-position: left top;
}


#main-content-left .mid-text-block-title {
	width: 221px;
	margin-bottom: 10px;
	height: 40px;
}

#main-content h2 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	background-image: url(../images/header_background_arrow.gif);
	padding-left: 13px;
	background-position: left top;
	background-repeat: no-repeat;
}

#main-content-left .mid-text-block-image {
	
	height: 73px;
	width: 221px;
}
#main-content-left .mid-text-block-copy {
	width: 221px;
	padding-top: 10px;
	padding-bottom: 12px;
}
#main-content .listings1 {
	
	width: 250px;
}
#main-content .listings1 .listings-title {
	clear: both;
	
	margin-bottom: 10px;
}
#main-content .listings1 .listing-block {
	clear: both;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C8C8C8;
	margin-bottom: 10px;
	width: 250px;
}
#main-content .listings1 .listing-block .listing-block-image {
	
	height: 73px;
	width: 73px;
}
#main-content .listings1 .listing-block .listing-block-copy {
	padding-top: 11px;
	padding-left: 14px;
	width: 163px;
}
#main-content .listings1 .listing-block .listing-block-copy h2 {
	font-weight: normal;
	color: #ba0940;
	background-image: none;
	font-size: 11px;
	padding: 0px;
}
#main-content .listings1 .listing-block .listing-block-copy p {
	margin-bottom: 7px;
}
#main-content .listings1 .listing-block .listing-block-copy a {
	clear: both;
}
#main-content .large-link {
	line-height: 23px;
	color: #a7a7a7;
	background-image: url(../images/link_background.gif);
	display: block;
	clear: both;
	height: 23px;
	margin-bottom: 10px;
	padding-left: 13px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left top;
	width: 237px;
	padding-right: 0px;
}
#content2 {
	
	width: 774px;
	margin-top: 11px;
}
#page-header-image {
	
	height: 164px;
	width: 774px;
}
#crumbs {
	
	height: 13px;
	width: 774px;
	padding-top: 8px;
}
#crumbs a {
	color: #000000;
}
#crumbs .current {
	color: #f00;
}
#main-content-left-title, #right-of-subnav-title {
	font-weight: bold;
	color: #f00;
	width: 590px;
	margin-bottom: 9px;
}
#right-of-subnav-title {
	font-weight: bold;
	font-size: larger;
	color: #f00;
	width: 590px;
	margin-bottom: 9px;
}
#right-of-subnav-text {
	color: #000000;
	width: 597px;
	font-size: 12px;
}
#main-content-left .main-content-column {
	
	width: 235px;
	padding-right: 16px;
}
#main-content-left .main-content-column .main-content-column-image {
	
	height: 73px;
	width: 235px;
	margin-bottom: 14px;
}
#main-content .main-content-column .main-content-column-copy {
	
	width: 235px;
}
#main-content a {
	font-size: 11px;
	font-weight: bold;
	color: #ff2f00;
	text-decoration: none;
	background-image: url(../images/more_arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 8px;
	
}

#main-content h2 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	background-image: url(../images/header_background_arrow.gif);
	padding-left: 13px;
	background-position: left top;
	background-repeat: no-repeat;
}

#main-content a:hover {
	color: #000000;
}

#main-content .listings1 .listing-block .listing-block-copy h3 {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
#sub-nav-column {
	width: 177px;
}
#sub-nav-column li {
	list-style-type: none;
	float: none;
}
#right-of-subnav {
	float: left;
	width: 597px;
}
#sub-nav-column a {
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-image: url(../images/subnav.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	width: 155px;
	margin-bottom: 10px;
	padding-left: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#sub-nav-column a:hover {
	background-image: url(../images/subnav_active.gif);
	color: #f00;
}
#right-of-subnav .right-column {
	width: 144px;
	margin-top: 26px;
	padding-right: 4px;
}
#right-of-subnav .right-column-title {
	height: 36px;
	width: 144px;
}
#right-of-subnav .right-column .right-column-image {
	width: 140px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#right-of-subnav .right-column-copy {
	width: 133px;
/*	width: 153px; */
	padding-top: 7px;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e6e6e6;
	padding-left: 2px;
	padding-right: 1px;
}
#right-of-subnav .right-column-links .right-column-copy {
	width: 153px;
}
#right-of-subnav .right-column-copy .large-link {
	/* background-image: url(../images/more_arrow.gif);
	background-repeat: no-repeat;
	background-position: right center; */
	background: none;
	padding-right: 8px;
	line-height: 14px;
}

#right-of-subnav .right-column .right-column-inside-fixed .right-column-copy, #right-of-subnav .right-column .right-column-inside-fixed-small .right-column-copy {
	width: 133px;
	padding-top: 7px;
	padding-bottom: 7px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e6e6e6;
	padding-left: 2px;
	padding-right: 1px;
	border-bottom: none;
}

#right-of-subnav .right-column .right-column-copy h3 {
	font-size: 11px;
	font-weight: bold;
	color: #f00;
	text-transform: uppercase;
}

#right-of-subnav .right-column .right-column-copy h3 a {
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
}

#right-of-subnav .right-column a, #right-of-subnav .right-column-large a {
	color: #f00;
	background-image: url(../images/link_background2.gif);
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: left top;
	display: inline;
	height: 16px;
	width: 134px;
	padding-right: 0px;
}
#right-of-subnav .right-column .view-more {
	width: 142px;
	margin-top: 9px;
}
#right-of-subnav .right-column .right-column-copy a, #main-content a.arrow {
	background-image: none;
	padding: 0px;
	height: 7px;
	width: 6px;
	display: inline;
	float: none;
}
#right-of-subnav .right-column .view-more a:hover {
	color: #000000;
}
#right-of-subnav a.anchor { 
	background-image: none;
	padding-left: 0px;
	height: 0px;
	width: 0px;
}
#right-of-subnav .right-column-links{
	background-color: #feffeb;
/*	width: 135px; */
	width: 155px;
	margin-top: 13px;
	padding-left: 4px;
	float: right;
}

#right-of-subnav .right-column-large {
	width: 432px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e6e6e6;
	margin-top: 13px;
	padding-left: 4px;
}
#right-of-subnav .right-column-large-title {
	/*height: 36px;*/
	width: 432px;
}
#right-of-subnav .right-column-large .right-column-image {
	width: 425px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#right-of-subnav .right-column-large .right-column-copy {
	width: 419px;
	padding-top: 7px;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e6e6e6;
	padding-left: 2px;
	padding-right: 1px;
	font-size: 12px;
	color: #000000;
}
#right-of-subnav .right-column-large .right-column-copy h3 {
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	margin-bottom: 8px;
	margin-top: 8px;
}
#right-of-subnav .right-column-links ul{
	float: left;
}
#right-of-subnav .right-column-links li{
	list-style-type: none;
	clear: both;
	float: left;
	width: 144px;
}
#right-of-subnav .right-column-links a {
/*	font-size: 12px; */
	font-size: 11px;
	font-weight: normal;
	color: #ff0000;
	text-decoration: none;
	background-image: url(../images/link_background.gif);
	background-repeat: no-repeat;
	background-position: top left;
	display: block;
	float: left;
	width: 121px;
	margin-bottom: 10px;
	padding-left: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	height: auto;
}
#right-of-subnav .right-column-links a:hover {
	color: #000000;
}
#outer-container #container #listing-box {
	float: left;
	width: 432px;
	padding-left: 4px;
	margin-top: 10px;
}
#outer-container #container #listing-box .listing-item {
	float: left;
	width: 432px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#outer-container #container #sitemap {
	float: left;
	width: 432px;
	padding-left: 4px;
}
#outer-container #container #sitemap ul {
	clear: both;
	float: left;
}
#sitemap li {
	clear: both;
	margin-left: 15px;
	width: 430px;
}
.gallery-image-box {
	float: left;
	font-size: 9px;
	width: 148px;
	height: 222px;
	background-image: url(../images/image_gallery_background.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}
	#main-content .gallery-image-box a {
		font-size: 9px;
	}
.gallery-image-details {
	float: left;
	height: 210px;
	width: 132px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 6px;
	overflow: hidden;
}
.gallery-image-details h2 {
	font-size: 14px;
	color: #000000;
	background-image: none;
}
#outer-container .gallery-image-details h2 {
	background-image: none;
	padding-left: 0px;
	font-size: 12px;
}
.gallery-image {
	padding-top: 6px;
	padding-bottom: 3px;
}
#main-content p {
	margin-bottom: 10px;
	margin-top: 5px;
}

#main-content p img{
	margin-bottom: 10px;
	margin-top: 5px;
	padding: 5px;
}
#main-content a.image {
	padding-left: 0px;
	margin-left: 0px;
	display: inline;
	float: none;
	background-image: none;
}
#listing-box .listing-item h3 {
	color: #000000;
}
#listing-box .listing-item a {
	clear: both;
	float: left;
}
#header-terms {
	margin-top: 8px;
}
#header-terms, #footer-terms {
	float: right;
	padding-right: 10px;
}
#header-terms a, #footer-terms a {
	color: #B4B3B1;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 3px;
}
#header-terms a:hover, #footer-terms a:hover {
	text-decoration: underline;
}
#main-content h2 a{
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	background-image: none;
}
#main-content h2 a:hover{
	color: #FF0000;
}

#main-content #rss-link a {
	float: left;
	color: #FF6600;
}
#rss-icon img {
	position: relative;
	top: -32px;
	left: 74px;
}
#right-of-subnav .right-column .right-column-inside {
	width: 144px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e6e6e6;
}
#right-of-subnav .right-column .right-column-inside-fixed {
	width: 144px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e6e6e6;
	/*height: 410px;*/
	height: 1150px;
	margin-top: 10px;
	border-bottom: 1px solid #e6e6e6;
}
#right-of-subnav .right-column .right-column-inside-fixed-small {
	width: 144px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e6e6e6;
	/*height: 270px;*/
	margin-top: 10px;
	border-bottom: 1px solid #e6e6e6;
}
#right-of-subnav .right-column-large .right-column-copy .pageform .formlabel {
	width: 400px;
	margin-bottom: 5px;
}
#right-of-subnav .right-column-large .right-column-copy .pageform .formelement {
	width: 400px;
	margin-bottom: 15px;
}
#copyright {
	width: 250px;
	padding-top: 8px;
}

/*news ticker*/

#scroller{
width: 240px;
height: 20px;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
line-height: 20px;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
}
#scroller a{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000;
text-decoration: none;
font-weight: normal;
}
#scroller a:hover {
color: #ccc;
}
#scroller .title {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
width: 100px;
color: #000;
}

/* Time Out request form */
#timeout-request, #timeout-request fieldset {
	border: none;
	margin: 0;
	padding: 0;
}
#timeout-request {
	border-top: 1px solid #e6e6e6;
	padding: 13px 0;
}
	#timeout-request label {
		color: #333;
		display: block;
		margin: 6px 0 2px;
	}
	#timeout-request .text, #timeout-request textarea {
		background: #eee;
		border: 1px solid #ddd;
		font: arial, helvetica, sans-serif;
		font-size: 12px;
		padding: 4px;
		width: 250px;
	}
		#timeout-request .text.error, #timeout-request textarea.error {
			background: #e5cccc;
		}
	#request {
		background: #eee;
		border: 1px solid #eee;
		cursor: pointer;
		margin-left: 6px;
		padding: 5px 10px;
	}
		#request:hover {
			background: #ddd;
			border-color: #ddd;
		}
#timeout-notes em {
	color: #FF0000;
	display: block;
	font-weight: bold;
}
#timeout-notification {
	background: #EAE9D5;
	float: none;
	font-weight: bold;
	margin-bottom: 1em;
	padding: 8px;
}
	#right-of-subnav #timeout-notification a {
		background: none;
		padding: 0;
	}

#main-content #timeout-btn {
	background: none;
	display: block;
	margin: 0 0 12px;
	padding: 0;
}