
/* import global style definitions */

@import url("_global.css");

@media screen {

	/* altering to inherited global style definitions */

	#page-content h1,
	#page-content h2.h1-style {
		margin: 16px 0px 15px 0px;
		padding: 0px 0px 0px 25px;
		background: url(/_design/about-us/h1-bullet.jpg) no-repeat scroll 2px 2px;
		font-size: 18px;
	}

	.section-header {
		background-image: url(/_design/about-us/about-us-header.jpg);
	}

	.subheader-press {
		background-image: url(/_design/about-us/press-header.jpg);
	}

	#page-content h2 {
		margin: 30px 0px 0px 0px;
		padding: 0px 0px 4px 20px;
		background: url(/_design/about-us/h2-bullet.jpg) no-repeat scroll 2px 1px;
		clear: left;
	}

	#page-content img {
		margin: 4px 0px 6px 12px;
		border: 2px solid #ffc325;
		clear: right;
		float: right;
	}

	#page-content blockquote {
		margin: 30px 20px 15px 20px;
		padding: 25px 20px 15px 15px;
		color: #568476;
		background: url(/_design/about-us/bg-quotes.jpg) no-repeat scroll left top;
		text-align: right;
		font-size: 12px;
		font-weight: bold;
		font-style: italic;
		line-height: 18px;
	}

	#page-content blockquote strong,
	#page-content blockquote em {
		/*line-height: 36px; */
		position:relative;
		top: 12px;
		font-style: normal;
	}


	#page-content blockquote i {
		line-height: 6px;
		font-style: normal;
	}
	
	#page-content img.peter-slowe {
		margin-right: 2px;
		margin-bottom: 4px;
	}
	
	#page-content div.hear-from-peter-slowe {
		margin-left: 12px;
		clear: right;
		float: right;
	}

	table.achievements-box {

	}

	table.achievements-box td {
		padding: 8px 5px;
	}

	table.achievements-box td.number {
		width: 70px;
		border-right: 2px solid #e7ece8;
	}

	h2.special-header {
		background-image: url(/_design/about-us/h2-bullet.jpg);
		background-repeat: no-repeat;
		background-position: left top;
		padding-left: 20px;
		line-height: 20px;
	}

		/* staff member section */
		
		#page-content #countries-select {
			width: 736px;
			height: 60px;
			margin: 0px;
			padding: 0px;
			background: url(/_design/about-us/bg-country-flags.gif) no-repeat scroll center top;
			text-align: center;
			overflow: hidden;
			float: none;
		}
		
			#page-content #countries-select ul {
				width: 736px;
				height: 60px;
				margin: 0px;
				padding: 0px;
				list-style-type: none;
				overflow: hidden;
				float: left;
			}
			
			#page-content #countries-select ul li {
				margin: 0px;
				padding: 8px 2px 14px 2px;
				list-style-type: none;
				text-align: center;
				float: left;
			}
			
			#page-content #countries-select ul li a {
				width: 80px;
				height: 38px;
				margin: 0px;
				padding: 0px;
				text-decoration: none;
				font-size: 11px;
				line-height: 11px;
				overflow: hidden;
				display: block;
				float: none;
			}
			
			#page-content #countries-select ul li a:hover strong {
				text-decoration: underline;
			}
			
			#page-content #countries-select ul li.selected a {
				background: url(/_design/about-us/bg-country-flags-selected.gif) no-repeat scroll center bottom;
			}
			
			#page-content #countries-select ul li a img {
				margin: 0px 0px 3px 0px;
				padding: 0px;
				border: none;
				clear: both;
				float: none;
			}
			
			#page-content #countries-select ul li a strong {
				margin: 0px;
				padding: 0px;
				font-size: 11px;
				line-height: 12px;
				clear: both;
				display: block;
				float: none;
			}
			
		#page-content ul#staff-items {
			margin: 0px;
			padding: 0px 0px 20px 0px;
			list-style-type: none;
			background: url(/_design/about-us/bottom-rest-of-staff.gif) no-repeat center bottom;
			float: none;			
		}
			
			#page-content ul#staff-items li {
				margin: 0px;
				padding: 0px;
			}
			
				#page-content ul#staff-items li.hide {
					display: none;
				}
					
				#page-content ul#staff-items li.show {
					display: block;
				}
				
			#page-content ul#staff-items li a {
				display: block;
				float: right;
			}
				
			#page-content ul#staff-items li h2 {
				margin: 0px;
				padding-top: 0px;
				padding-left: 0px;
				background: none;
			}
				
			#page-content ul#staff-items li h2 img {
				margin: 2px 4px 0px 0px;
				padding: 0px;
				border: none;
				float: none;
			}
			
		.jcarousel-container {
			width: 736px;
			margin: 0px;
			padding: 0px;
			position: relative;
		}

			.jcarousel-clip {
				width: 672px;
				padding: 0;
				margin: 0;
				position: relative;
				overflow: hidden;
				z-index: 2;
			}

			.jcarousel-list {
				margin: 0px;
				padding: 0px;
				top: 0px;
				left: 0px;
				position: relative;
				z-index: 1;
				overflow: hidden;
			}

			.jcarousel-list li,
			.jcarousel-item {
				margin: 0px;
				padding: 0px;
				list-style: none;
				float: left;
			}

			.jcarousel-next {
				z-index: 3;
				display: none;
			}

			.jcarousel-prev {
				z-index: 3;
				display: none;
			}

			.jcarousel-clip {
				height: 60px;
			}

			.jcarousel-clip-horizontal {
				margin: 0px 32px;
				padding: 0px;
			}

			.jcarousel-prev-horizontal {
				width: 32px;
				height: 60px;
				top: 0px;
				left: 0px;
				position: absolute;
				background: url(/_design/about-us/btn-countries-flag-left.png) no-repeat scroll center top !important;
				background: url(/_design/about-us/btn-countries-flag-left.gif) no-repeat scroll center top;
				cursor: pointer;
			}

			.jcarousel-next-horizontal {
				width: 32px;
				height: 60px;
				top: 0px;
				right: 0px;
				position: absolute;
				background: url(/_design/about-us/btn-countries-flag-right.png) no-repeat scroll center top !important;
				background: url(/_design/about-us/btn-countries-flag-right.gif) no-repeat scroll center top;
				cursor: pointer;
			}
			
			.jcarousel-prev-disabled,
			.jcarousel-prev-disabled-horizontal,
			.jcarousel-next-disabled,
			.jcarousel-next-disabled-horizontal {
				cursor: default;
				background: none !important;
				background: none;
			}
		
		#page-content table.staff-destination-member {
			margin: 20px 0px 0px 20px;
		}


			#page-content table.staff-destination-member td {
				vertical-align: top;
			}

			#page-content table.staff-destination-member td p {
				margin: 16px 0px;
				line-height: 12px;
			}

			#page-content table.staff-destination-member td strong {
				padding-left: 18px;
				background-image: url(/_design/about-us/strong-arrow.jpg);
				background-position: left 2px;
				background-repeat: no-repeat;
			}

			#page-content table.staff-destination-member td strong em {
				font-style: normal;
				font-weight: normal;
			}

			#page-content table.staff-destination-member td.photo {
				width: 60px; 
				margin: 0px;
				padding: 0px;
				vertical-align: top;
				background-color: #bfd5cf;
				text-align: center;
			}

			#page-content table.staff-destination-member td.photo img {
				margin: 0px;
				padding: 5px;
				border: 0px;
			}

			#page-content table.staff-destination-member td.description {
				vertical-align: top;
			}
			
			#page-content table.staff-destination-member td.description p {
				margin: 0px 0px 0px 15px;
				padding: 10px 10px 0px 0px;
				line-height: 18px;
			}
			
			#page-content table.staff-destination-member td {
				vertical-align: top;
			}
			
			#page-content .toggle-rest-of-destination-staff {
				width: 615px;
				margin: 25px 0px 0px 90px;
				padding: 0px 0px 0px 0px;
				clear: both;
				overflow: hidden;
				float: none;
			}
			
			#page-content .toggle-rest-of-destination-staff div {
				width: 615px;
				margin: 0px 0px 10px 0px;
				padding: 15px 0px 0px 0px;
				background: url(/_design/about-us/bg-top-rest-of-staff.gif) no-repeat left top;
				clear: both;
				overflow: hidden;
				float: none;
			}
			
			#page-content div table.rest-our-destination-staff {
				width: 100%;
				margin: 0px;
				padding: 0px 0px 20px 0px;
				background: #e6eeec url(/_design/about-us/bg-bottom-rest-of-staff.gif) no-repeat left bottom;
				overflow: hidden;
				float: left;
			}
			
			#page-content div table.rest-our-destination-staff td {
				vertical-align: top;
			}


			#page-content div table.rest-our-destination-staff td strong {
				padding-bottom: 20px;
			}
			

			#page-content div table.rest-our-destination-staff td strong em {
				font-style: normal;
				font-weight: normal;
			}

			#page-content div table.rest-our-destination-staff td.photo {
				width: 60px; 
				margin: 0px 0px 0px 0px;
				padding: 0px;
				vertical-align: top;
				text-align: right;
			}

			#page-content div table.rest-our-destination-staff td.photo img {
				margin: 0px;
				padding: 10px 0px 0px 0px;
				border: 0px;
			}

			#page-content div table.rest-our-destination-staff td.description {
				vertical-align: top;
			}
			
			#page-content div table.rest-our-destination-staff td.description p {
				margin: 0px 0px 0px 15px;
				padding: 5px 15px 0px 0px;
				line-height: 18px;
			}
		
		#page-content table.staff-member {
			width: 100%;
			margin-top: 20px;
			margin-bottom: 0px;
			background-image: url(/_design/about-us/bg-staff-member.jpg);
			background-position: 0px 0px;
			background-repeat: no-repeat;
		}

			#page-content table.rest-our-staff {
				background-image: url(/_design/about-us/bg-staff-member-rest.jpg);
			}

			#page-content table.staff-member td {
				vertical-align: middle;
			}

			#page-content table.staff-member td p {
				margin: 16px 0px;
				line-height: 12px;
			}

			#page-content table.staff-member td strong {
				background-image: url(/_design/about-us/strong-arrow.jpg);
				background-position: left 2px;
				background-repeat: no-repeat;
				padding-left: 18px;
			}

			#page-content table.staff-member td strong em {
				font-style: normal;
				font-weight: normal;
			}

			#page-content table.staff-member td.photo {
				width: 100px;
				vertical-align: top;
				text-align: center;
				padding-bottom: 20px;
			}

			#page-content table.staff-member td.photo img {
				margin-top: 16px;
				padding: 5px;
				background-color: white;
				border: 1px solid #fec31e;
				float: left;
			}

			#page-content table.staff-member td.description p {
				margin: 14px 0px 0px 0px;
				padding: 0px 10px 0px 0px;
				line-height: 18px;
			}

			#page-content table.staff-member td.description p.txt {
				padding-bottom: 20px;
			}
			
			p.show-hide-staff {
				margin: 0px 0px 0px 32px;
				padding: 0px;
			}

			.toggle-rest-of-staff {
				display: none;
			}

			a.show-rest-of-staff {
				margin: 0px;
				padding: 0px;
				padding-left: 12px;
				background-image: url(/_design/about-us/show-arrow.jpg);
				background-position: left 3px;
				background-repeat: no-repeat;
				font-size: 11px;
			}

			a.hide-rest-of-staff {
				margin: 0px;
				padding: 0px;
				padding-left: 12px;
				background-image: url(/_design/about-us/hide-arrow.jpg);
				background-position: left 3px;
				background-repeat: no-repeat;
				font-size: 11px;
			}

			.hide-staff-bottom-link {
				width: 100%;
				margin-bottom: 15px;
			}

			.hide-staff-bottom-link {
				text-align: right;
			}

	#page-content img.chart {
		clear: both;
		float: none;
		}

	ol {
		text-align: justify;
	}

	ol li{
		padding: 2px 0px 2px 0px;
	}
	
		/* press section */
		
	#page-content ul#press-item {
		margin: 0px 0px 10px 10px;
		padding: 0px;
		list-style-type: none;
		clear: both;
	}

	#page-content ul#press-item li {
		margin: 0px;
		padding: 15px 10px 0px 10px;
		float: left;
	}
	
	#page-content ul#press-item li div {
		width: 220px;
		height: 270px;
		margin: 0px;
		padding: 0px;
		display: block;
	}
	
	#page-content ul#press-item li div p {
		width: 95%;
		text-align: left;
	}
		
	#page-content ul#press-item li div p {
		height: 50px;
		margin: 30px 10px 0px 10px;
		font-size: 12px;
	}
	
	#page-content ul#press-item li div p strong {
		color: #000;
		font-size: 12px;
	}
	
	#page-content ul#press-item li div a {
		width: 210px;
		height: 40px;
		margin: 140px 0px 0px 0px;
		padding: 0px;
		background: url(/_design/about-us/bg-find-out.jpg) no-repeat scroll 14px top;
		font-size: 14px;
		line-height: 40px;
		text-decoration: none;
		text-indent: -9999px;
		clear: both;
		display: block;
		float: none;
	}
	
	#page-content ul#press-item li div a:hover {
		background: url(/_design/about-us/bg-find-out2.jpg) no-repeat scroll 14px top;
	}
	
	#page-content ul#press-item li.articles {
		background: url(/_design/about-us/bg-press-articles.jpg) no-repeat scroll left top;
	}
		
	#page-content ul#press-item li.press-releases {
		background: url(/_design/about-us/bg-press-releases.jpg) no-repeat scroll left top;
	}
	
	#page-content ul#press-item li.press-pack {
		background: url(/_design/about-us/bg-press-pack.jpg) no-repeat scroll left top;
	}



	.press-cuttings-box {
		padding: 5px 10px 0px 10px;
		border: 2px dashed #b3cac4;
		background-color: #efefef;
		margin-bottom: 15px;
	}

	.press-cuttings-box h2 {
		margin-top: 5px;
	}
	
		
	#page-content ul#articles-box {
			margin: 0px 0px 20px 0px;
			padding: 0px;
			list-style-type: none;
			clear: both;
			display: block;
	}

	#page-content ul#articles-box li {
		width: 734px;
		margin: 0px;
		padding: 15px 15px 20px 15px;
		background: url(/_design/about-us/bg-articles-about.jpg) no-repeat scroll left bottom;
		float: left;
	}
	
	#page-content ul#articles-box li img {
		margin: 0px;
		padding: 0px;
		border: none;
		display: block;
		float: none;
	}
	
	#page-content ul#articles-box li em {
		margin: 0px;
		padding: 0px;
		font-size: 11px;
		font-style: normal;
		float: none;
	}
	
	#page-content ul#articles-box li p {
		width: 96%;
		margin: 0px;
		padding: 5px 0px;
	}
	
	#page-content ul#articles-box li p a {
		margin: 0px;
		padding: 0px;
		font-size: 11px;
		float: right;
	}
	
	
	#page-content ul#release-box {
		margin: 20px 0px 20px 10px;
		padding: 0px;
		list-style: none;
		clear: both;
		display: block;
		float: none;
	}

	#page-content ul#release-box li {
		margin: 0px;
		padding: 20px 0px 40px 0px;
		background: url(/_design/about-us/bg-box-release.jpg) no-repeat scroll left bottom;
		display: block;
		float: left;
	}

	#page-content ul#release-box li table {
		width: 720px;
		margin: 0px;
		padding:  0px 0px 0px 0px;
		float: left;
	}

	#page-content ul#release-box li table td.photos {
		width: 170px;
		margin: 0px;
		padding: 0px;
		vertical-align: top;
		text-align: center;
	}
	
	#page-content ul#release-box li table td img {
		margin: 0px;
		padding-bottom: 30px;
		background: url(/_design/about-us/bg-photos-release.jpg) no-repeat scroll center 106px;
		float: none;
		border: none;
	}	
	
	#page-content ul#release-box li table td.text {
		margin: 0px;
		vertical-align: text-top;
		text-align: left;
		float: left;
	}
	
	#page-content ul#release-box li table td.text p {
		margin: 0px;
		padding: 15px 15px 0px 0px;
		float: left;
	}
	
	#page-content ul#release-box li table td.text em {
		margin: 0px;
		padding: 0px;
		color: #00573D;
		font-size: 11px;
		font-style: normal;
		line-height: 12px;
		clear: both;
		float: none;
	}
	
	#page-content ul#release-box li table td.text strong {
		margin-bottom: 0px;
		padding-bottom: 0px;
		line-height: 12px;
		clear: both;
		float: none;
	}
	
	#page-content ul#release-box li table td.text a {
		margin: 0px;
		padding: 10px 20px 0px 0px;
		font-size: 11px;
		float: right;
	}
	
	#page-content ul#release-box li table td.text p a {
		margin: 0px;
		padding: 0px;
		font-size: 12px;
		font-weight: normal;
		float: none;
	}
	
	#page-content ul#release-box li table td.text p strong {
		line-height: normal;
	}
	
	#page-content ul#release-pages {
		margin: 0px 0px 0px 0px;
		padding: 0px;
		list-style: none;
		clear: both;
		float: none;
	}

	#page-content ul#release-pages li {
		margin: 0px;
		padding: 30px 0px 0px 0px;
		display: block;
		float: left;
	}
	
	#page-content ul#release-pages li.photos {
		margin: 0px 0px 0px 0px;
		padding: 30px 0px 0px 0px;
		float: left;
	}
	
	#page-content ul#release-pages li.photos img {
		margin: 0px;
		padding-bottom: 30px;
		background: url(/_design/about-us/bg-photos-release.jpg) no-repeat scroll center 106px;
		border: none;
		float: left;
	}
	
	
	#page-content ul#release-pages li.photos div {
		width: 138px;
		height: 400px;
		margin: 0px;
		padding: 40px 0px 0px 0px;
		background: url(/_design/about-us/bg-high-rezolution.jpg) no-repeat scroll left top;
		clear: left;
		float: left;
	}
		
	
	#page-content ul#release-pages li.photos div a {
		margin: 0px;
		padding: 0px 0px 0px 0px;
		line-height: 40px;
		display: block;
		float: left;
	}	
	
	#page-content ul#release-pages li.photos div img {
		margin: 0px;
		padding: 0px;
		border: none;
		display: block;
		float: left;
	}	

	#page-content ul#release-pages li.text {
		width: 78%;
		margin: 15px 0px 0px 0px;
		padding: 0px 0px 0px 20px;
		display: block;
		float: left;
	}	
		/* press section end  */
		
		
		
		
		

	/* begin photo video section */
	#page-content .thumbnails {
		width: 100%;
		margin: 10px 0px;
		padding: 0px;
		overflow: hidden;
		float: left;
	}

	#page-content .thumbnails ul {
		margin: 0px;
		padding: 0px;
		list-style-type: none;
		cursor: pointer;
		display: inline;
		float: left;
	}

	#page-content .thumbnails ul li {
		width: 145px;
		height: 140px;
		margin: 0px;
		padding: 0px;
		overflow: hidden;
		display: inline;
		float: left;
	}

	#page-content .thumbnails ul li a {
		width: 140px;
		height: 135px;
		margin: 5px 0px 0px 5px;
		padding: 0px;
		background: url(/_design/about-us/bg-thumbnail.jpg) no-repeat scroll left top;
		text-decoration: none;
		float: left;
	}

	#page-content .thumbnails ul li a:hover {
		background-position: 0px -135px;
	}

	#page-content .thumbnails .text-frame {
		height: 30px;
		width: 130px;
		margin: 0px;
		padding: 0px;
		float: left;
		cursor: pointer;
		overflow: hidden;
		line-height: normal;
	}

	#page-content .thumbnails .text-frame strong {
		margin: 7px 0px 3px 0px;
		padding: 0px 2px 6px 25px;
		background: url(/_design/about-us/strong-arrow-thumbnail.jpg) no-repeat scroll 10px 2px;
		font-weight: normal;
		font-size: 10px;
		line-height: 11px;
		text-decoration: underline;
		display: block;
		float: left;
	}

	#page-content .thumbnails ul li a img {
		margin: 7px 0px 0px 12px;
		padding: 0px;
		border: none;
		clear: none;
		float: left;
	}

}

@media print {
	
	#page-content .thumbnails,
	#page-content .press-cuttings-box p a {
		display: none;
	}

	#page-content table.staff-member td {
		margin: 0pt;
		padding: 5pt;
	}
	
	#page-content table.staff-member td.photo {
		vertical-align: top;
	}
	
	#page-content table.staff-member td.photo img {
		margin: 0pt;
	}
	
	#page-content table.staff-member td.description p {
		margin: 0pt;
		padding: 0pt;
	}

	#page-content div div {
		display: block;
	}
	
	#page-content a.show-rest-of-staff,
	#page-content a.hide-rest-of-staff,
	#page-content .show-hide-staff,
	#page-content .hide-staff-bottom-link {
		display: none;
	}
	
}

