@import url('ss.css');

/* MISC */

.clear {
	clear: both;
}

@media (max-width:1000px) {
	img {max-width:100%;display:inline-block;height:auto;}
	td img {max-width:none;display:inline;}
}

table td {
	border: none;
}

a {word-break:break-word;}

a img {
	border: none;
}

/* LAYOUT */

html.pushyActive {position:relative;overflow:hidden;}
html.pushyActive body {overflow:hidden;}

body {
	margin: 0;
	padding: 0;
}

@media (max-width:320px) {
	html {overflow:auto;}
}

.pushy, .pully {position:fixed;width:200px;height:100%;top:0;z-index:9999;background:rgb(240, 240, 230);overflow:auto;-webkit-overflow-scrolling:touch;}
.pushy {left:0;}
.mobileMenuContent {height:100%;overflow-y:auto;}
.pully {right:0;}
.pushy a, .pully a {display:block;transition:color .3s ease-in;}
.pushy a:hover, .pully a:hover, .pushy li.active > a {color:#333333;}
.pushyLeft {-webkit-transform:translate3d(-200px,0,0);-moz-transform:translate3d(-200px,0,0);-ms-transform:translate3d(-200px,0,0);-o-transform:translate3d(-200px,0,0);transform:translate3d(-200px,0,0);}
.pullyRight {-webkit-transform:translate3d(200px,0,0);-moz-transform:translate3d(200px,0,0);-ms-transform:translate3d(200px,0,0);-o-transform:translate3d(200px,0,0);transform:translate3d(200px,0,0);}
.pushyOpen, .pullyOpen {-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}
.containerPush, .pushPush {-webkit-transform:translate3d(200px,0,0);-moz-transform:translate3d(200px,0,0);-ms-transform:translate3d(200px,0,0);-o-transform:translate3d(200px,0,0);transform:translate3d(200px,0,0);}
.containerPull, .pullPull {-webkit-transform:translate3d(-200px,0,0);-moz-transform:translate3d(-200px,0,0);-ms-transform:translate3d(-200px,0,0);-o-transform:translate3d(-200px,0,0);transform:translate3d(-200px,0,0);}
.pushy, #container, .push, .pully, .pull {-webkit-transition:-webkit-transform .2s cubic-bezier(.16, .68, .43, .99);-moz-transition:-moz-transform .2s cubic-bezier(.16, .68, .43, .99);-o-transition:-o-transform .2s cubic-bezier(.16, .68, .43, .99);transition:transform .2s cubic-bezier(.16, .68, .43, .99);}
.siteOverlay {display:none;}
	.siteOverlay a, .siteOverlay span {display:block;position:fixed;left:0;top:0;right:0;bottom:0;}
.pushyActive #siteOverlayPushy, .pullyActive #siteOverlayPully {display:block;position:fixed;top:0;right:0;bottom:0;left:0;background-color:rgba(28, 74, 102, 0.5);-webkit-animation:fade 500ms;-moz-animation:fade 500ms;-o-animation:fade 500ms;animation:fade 500ms;z-index:9998;}
@keyframes fade{
    0%   { opacity: 0; }
    100% { opacity: 1; }
}

@-moz-keyframes fade{
    0%   { opacity: 0; }
    100% { opacity: 1; }
}

@-webkit-keyframes fade{
    0%   { opacity: 0; }
    100% { opacity: 1; }
}

@-o-keyframes fade{
    0%   { opacity: 0; }
    100% { opacity: 1; }
}

/* pushy styling */
.mobileMenuContent ul {list-style-type:none;display:block;margin:0;padding:0;}
	.mobileMenuContent li {display:block;padding:0;margin:0;border-bottom:1px solid rgba(0, 0, 0, .1);border-top:1px solid rgba(255, 255, 255, .1);position:relative;}
		.mobileMenuContent span {position:relative;}
		.pushy a {padding:15px 40px 15px 25px;border-left:5px solid transparent;}
		.pully a {padding:15px 25px 15px 40px;border-right:5px solid transparent;}
		.pushy li.viewing > a {border-left-color:#333333;}
		.pully li.viewing > a {border-right-color:#333333;}
		.mobileMenuContent ul ul {background-color:rgb(225, 226, 210);display:none;}
			.mobileMenuContent ul ul a {padding-left:35px;}
			.mobileMenuContent ul ul ul {background-color:#eeeeee;}

	.mobileMenuContent .submenuTrigger {position:absolute;top:0;bottom:0;width:30px;}
	.pushy .submenuTrigger {right:0;}
	.pully .submenuTrigger {left:0;}
		.mobileMenuContent .submenuTrigger:after {content:'\f078';position:absolute;line-height:50px;top:0;bottom:0;left:0;right:0;text-align:center;font-family:'FontAwesome';display:block;}
		.mobileMenuContent li.activeItem > a > .submenuTrigger:after {content:'\f077';}


#globalWrapper {
	width: 100%;
	text-align: center;
	background-color: #fefcf4;
	background-image: url('bg_main.jpg');
	background-repeat: repeat-x;
	padding-bottom: 26px;
}

#mobileMenu {display:none;position:absolute;z-index:3;height:40px;left:0;top:0;right:0;background:url('bg_menu_main_center.png') 0 0 repeat-x;box-shadow:0 1px 6px 1px rgba(0,0,0,.2);}
	#mobileMenu .mobileTrigger {position:relative;z-index:2;display:inline-block;margin-left:20px;font-family:Georgia,"Times New Roman",Times, serif;font-weight:normal;line-height:40px;font-size:16px;padding:0;cursor:pointer;cursor:pointer;color:#1894da;background-image:none;background-repeat:no-repeat;background-position:bottom center;transition:color .3s ease-in, background-image .3s ease-in;font-weight:700;}
	#mobileMenu .mobileTrigger.active {color:#333333;}
		#mobileMenu .mobileTrigger:before {content:'\f0c9';display:inline-block;font-family:FontAwesome;margin-right:5px;}
#mobileMenuWrapper {display:none;position:absolute;z-index:2;top:40px;left:10px;width:270px;background-color:#ffffff;background-color:rgba(255,255,255,0.9);font-size:14px;line-height:18px;padding:10px 0;}
	#mobileMenuWrapper ul {list-style-type:none;display:block;margin:0;padding:0;}
		#mobileMenuWrapper ul ul {display:none;margin-left:15px;border-left:1px dashed #269adb;}
		#mobileMenuWrapper li {display:block;padding:0;margin:0;}
			#mobileMenuWrapper a {display:block;padding:6px 40px 6px 15px;position:relative;transition:color .3s ease-in;}
			#mobileMenuWrapper li.active > a, #mobileMenuWrapper a:hover {color:#333333;}

			#mobileMenuWrapper .submenuTrigger {position:absolute;top:0;bottom:0;width:40px;right:0;}
				#mobileMenuWrapper .submenuTrigger:after {content:'\f078';position:absolute;line-height:30px;top:0;bottom:0;left:0;right:0;text-align:center;font-family:'FontAwesome';display:block;}
				#mobileMenuWrapper li.activeItem > a > .submenuTrigger:after {content:'\f077';}


#container {position:relative;z-index:1;}

#mainWrapper {
	width: 936px;
	margin: 0 auto;
	padding: 0 22px;
	text-align: left;
	background-image: url('bg_container.jpg');
	background-repeat: no-repeat;
}

@media (min-width:1001px) {
	#mobileMenuWrapper {display:none !important;}
}

@media (max-width:1000px) {
	#mobileMenu {display:block;}
	#mainWrapper {width:auto;max-width:936px;margin-top:30px;}
}

	#headerWrapper {
		width: 100%;
		height: 190px;
		float: left;
	}

		#headerLeft {
			float: left;
			padding-top:35px;
			-webkit-touch-callout: none;
			-webkit-user-select: none;
			-khtml-user-select: none;
			-moz-user-select: none;
			-ms-user-select: none;
			user-select: none;
		}

		#headerRight {
			float: right;
			width: 310px;
			margin-top: 90px;
			padding-top: 10px;
			padding-left: 35px;
			background-image: url('separator_header.jpg');
			background-repeat: no-repeat;
			height: 90px;
		}

			#headerRight input.subscribe {
				width: 188px;
				height: 26px;
				padding: 0 5px;
				margin: 0;
				border: 1px solid #6ecfd7;
				float: left;
			}

			#headerRight input.joinNewsletter {
				padding: 0;
				margin: 0;
				background-image: url('btn_join.jpg');
				width: 43px;
				height: 28px;
				float: left;
				border: none;
			}

@media (max-width:900px) {
	#headerRight {width:auto;}
}

@media (max-width:800px) {
	#headerWrapper {height:auto;}
		#headerLeft {float:none;}
			#headerLeft img {display:inline-block;max-width:100%;height:auto;}
		#headerRight {float:none;margin-top:10px;background:none;padding-left:0;}
			#headerRight form {margin:0;}
}

	#menuWrapper {
		width: 100%;
		height: 60px;
		margin-bottom: 5px;
		float: left;
	}

		.menuDecoLeft {
			height: 60px;
			background-image: url('bg_menu_main_left.png');
			background-repeat: no-repeat;
			width: 6px;
			float:left;
		}

		.menuCenter {
			height: 60px;
			background-image: url('bg_menu_main_center.png');
			background-repeat: repeat-x;
			float:left;
			width: 923px;
		}

		.menuDecoRight {
			height: 60px;
			background-image: url('bg_menu_main_right.png');
			background-repeat: no-repeat;
			width: 7px;
			float:right;
		}

.mobileMenuTriggerPushy {display:none;font-family:Georgia,"Times New Roman",Times, serif;font-weight:normal;line-height:34px;font-size:16px;padding:9px 10px 15px 15px;cursor:pointer;cursor:pointer;color:#1894da;background-image:none;background-repeat:no-repeat;background-position:bottom center;transition:color .3s ease-in, background-image .3s ease-in;}
.mobileMenuTriggerPushy:hover, .mobileMenuTriggerPushy:focus, html.pushyActive .mobileMenuTriggerPushy {color:#333333;background-image:url('bg_menu_a_active.png');}
	.mobileMenuTriggerPushy:before {content:'\f0c9';display:inline-block;font-family:FontAwesome;margin-right:5px;}

@media (max-width:1000px) {
	#menuWrapper {display:none;position:relative;}
		.menuDecoLeft {position:absolute;top:0;left:0;}
		.menuCenter {width:auto;margin-right:7px;margin-right:7px;float:none;}
			.mobileMenuTriggerPushy {display:inline-block;}
		.menuDecoRight {position:absolute;top:0;right:0;}
}

	#contentWrapper {
		width: 100%;
		float: left;
		background-image: url('bg_content.jpg');
		background-repeat: no-repeat;
		background-color: #fff;
		min-height: 400px;
	}

		.homeBanner {
			width: 922px;
			height: 337px;
			margin: 7px;
			float: left;
			overflow: hidden;
			background-color: #fff;
		}

			.homeBannerLeft{
				height: 337px;
				float: left;
				width: 539px;
				overflow: hidden;
			}

			.homeBannerRight {
				background-image: url('home_banner_right.jpg');
				background-repeat: no-repeat;
				height: 337px;
				float: left;
				width: 320px;
				overflow: hidden;
				padding-left: 35px;
				padding-right: 28px;
/*				display: table-cell;
    			vertical-align: middle;*/
				color: #fff;
				font-size: 18px;
				line-height: 26px;
				font-family: Georgia, "Times New Roman", Times, serif;
			}

			#contentWrapper .homeBannerRight p {
					margin: 0;
					padding: 0;
					color: #fff;
					font-size: 18px;
					line-height: 26px;
					font-family: Georgia, "Times New Roman", Times, serif;
				}

		.homeBannerDeco {
			width: 100%;
			float: left;
			height: 14px;
			background: #fff url('shadow_home_hero.png') no-repeat;
		}

		@media (max-width:1000px) {
			.homeBanner {float:none;width:auto;max-width:922px;position:relative;margin:0;padding:7px;box-shadow:0 5px 10px -3px rgba(0,0,0,.2);}
				.homeBannerLeft {float:none;width:auto;margin-right:383px;overflow:hidden;}
					.homeBannerLeft img {display:block;width:539px;}
				.homeBannerRight {float:none;position:absolute;top:7px;right:7px;bottom:7px;overflow-y:auto;}
			.homeBannerDeco {display:none;}
		}

		@media (max-width:800px) {
			.homeBannerLeft {margin-right:343px;}
			.homeBannerRight {width:280px;}
				#contentWrapper .homeBannerRight p {font-size:16px;}
		}

		@media (max-width:700px) {
			.homeBannerLeft {margin-right:303px;}
			.homeBannerRight {width:240px;}
				#contentWrapper .homeBannerRight p {font-size:14px;}
		}

		@media (max-width:600px) {
			.homeBanner {height:auto;}
				.homeBannerLeft {margin-right:0;height:auto;}
					.homeBannerLeft img {display:block;width:100%;height:auto;}
				.homeBannerRight {width:auto;height:auto;padding:15px 15px 5px;background-image:none;background-color:rgb(76, 204, 217);background-color:rgba(76, 204, 217,.9);position:static;}
					#contentWrapper .homeBannerRight p {line-height:22px;margin:0 0 10px !important;}
						#contentWrapper .homeBannerRight p br {display:none;}
		}



		.homeContentWrapper {
			margin: 7px 15px;
			width: 900px;
			float: left;
		}

		@media (max-width:1000px) {
			.homeContentWrapper {width:auto;max-width:900px;}
		}

		.homeNewsFeed {
			width: 370px;
			margin: 7px 15px 7px 7px;
			float: right;
		}

			.homeNewsFeed .postsHome {
				padding: 7px 7px 8px 7px;
				width: 357px;
				background-color: #f2f2e9;
				margin-bottom: 13px;
				float: left;
			}

			.homeNewsFeed .postsHome img {
				float: left;
				margin-right: 14px;
			}

			.artHomeSummary {
				width: 250px;
				float: left;
			}

		.internalContentWrapper {
			float: left;
			margin: 7px 15px;
			width: 900px;
		}

			.internalContentWrapper:after {clear:both;content:' ';display:table;}

		@media (max-width:1000px) {
			.internalContentWrapper {width:auto;max-width:900px;float:none;}
		}

	.separator {
		width: 100%;
		height: 24px;
		background-image: url('bg_separator.png');
		background-repeat: no-repeat;
		background-position: 10px center;
	}

	#footerWrapper {
		width: 100%;
		float: left;
		background-color: #fff;
	}

		#footerContent {
			width: 944px;
			margin: 0 auto;
			padding-bottom: 20px;
		}

			#footerContent span {
				padding-right: 26px;
				text-align: right;
				display: block;
			}

	@media (max-width:1000px) {
		#footerContent {width:auto;max-width:944px;}
			#footerContent .separator {background-image:none;background-color:rgb(212, 213, 199);margin:11px 10px 12px;height:1px;width:auto;}
	}

/* FONTS */
h1,h2,h3,h4,h5,h6 {
	padding: 0;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	line-height: 28px;
	color: #000000;
	font-weight: normal;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	color: #333333;
}

h2.highlight {
	color: #25acb5;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	line-height: 28px;
	border-bottom: 1px dotted #999999;
	margin: 0 0 20px 0;
}

h3 {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	color: #333333;
}

h4 {
	color: #666666;
	font-size: 13px;
	font-family: Tahoma,Helvetica,Arial,sans-serif;
	line-height: 20px;
	font-weight: normal;
}

h5 {
}

h6 {
	font-size: 11px;
	padding: 0;
	margin: 0;
	font-weight: normal;
}

.artTitle a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 20px;
	color: #333333;
	margin: 19px 0 12px 0;
	float: left;
}

.artTitle a:hover {
	color: #333333;
}

.artAuthor {
	color: #666666;
	font-style: italic;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	margin: 0;
	padding: 0;
	float: left;
}

.artSummary {
	float: left;
}

	.artSummary p {
		margin-top: 0;
		padding-top: 0;
		color: #666666;
		font-size: 13px;
		line-height: 20px;
	}

a, a:link {
	color: #269adb;
	text-decoration: none;
}

a:hover {
	color: #035b8c;
	text-decoration: none;
}

#contentWrapper, #contentWrapper p {
	color: #444444;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
}

#menuWrapper a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 34px;
}

#headerRight {
	color: #2998d5;
	font-size: 18px;
	line-height: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

	#headerRight input {
		font-family: Tahoma, Helvetica, Arial, sans-serif;
		color: #999999;
		font-size: 13px;
		line-height: 30px;
	}

#footerContent, #footerContent a {
	color: #837f70;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 19px;
	text-decoration: none;
}


/* SUPER FISH */
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	34px;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			180px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			52px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			185px; /* match ul width */
	top:			0;
	width: 240px;
}

ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
/*	margin-bottom:	1em;*/
}
.sf-menu a {
	padding: 		9px 10px;
	text-decoration: none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#1894da;
}
.sf-menu li {
	background:		url('separator_menu_main.png') left top no-repeat;
	padding-left: 5px;
}

.sf-menu li.first {
	background-image: none;
}

.sf-menu li li {
	background:		#e7e4d5;
	border-bottom: 1px solid #fff;
	background-image: none;
	padding-left: 5px;
}
.sf-menu li li li {
	background:		#e7e4d5;
}

	#menuWrapper .sf-menu li li li a {
		line-height: 18px;
		padding-top: 8px;
		padding-bottom: 8px;
	}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover {
	outline:		0;
}

.sf-menu li li:hover, .sf-menu li li.sfHover,
.sf-menu li li a:focus, .sf-menu li li a:hover {
	background-color: #f6f3e7;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	/*padding-right: 	2.25em;*/
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	/*background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px;*/
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/* MENU STYLE EXTRA */
.sf-menu li.active a {
	color: #333333;
	background-image: url('bg_menu_a_active.png');
	background-repeat: no-repeat;
	background-position: bottom center;
}

.sf-menu li.active li a {
	background-image: none;
}

.sf-menu li a {
	font-size: 16px;
	padding-bottom: 15px;
}

.sf-menu li li.active {
	background-color: #f6f3e7;
}

.sf-menu li li.active li{
	background-color: #e7e4d5;
}

.sf-menu li li.active li:hover {
	background-color: #f6f3e7;
}

.sf-menu li li a {
	font-size: 14px;
	padding: 0;
}

@media (max-width:1000px) {
	.sf-menu {display:none !important;}
}


/*FORM*/
#enquiryForm fieldset, #enquiryForm legend, #enquiryForm label { padding: 0px; margin: 0px; border: 0px; }
#enquiryForm legend { display: none; }
#enquiryForm label { width: 120px; float: left; padding: 5px 0px 5px 0px; }
#enquiryForm label.error { float: none; font-weight: bold; color: #CC0000; }
#enquiryForm em { color: red }
#enquiryForm { padding: 0px; margin: 0px; }
#enquiryForm input { padding: 2px; margin: 2px; border: 1px solid #8e8e8e; }
#enquiryForm textarea { padding: 2px; margin: 2px; border: 1px solid #8e8e8e; }
#enquiryForm select { padding: 2px; margin: 2px; border: 1px solid #8e8e8e; }
#enquiryForm .buTTon {
  background: url(/default/images/skin/bg_button_gray.gif) left center no-repeat;
  padding: 2px 10px 2px 10px;
  border: 1px solid #8e8e8e;
  color: #3e3e3e;
  margin: 2px;
  margin-left: 9em;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  cursor: pointer;
  height: 26px; }
#enquiryForm .buTTon:active,
#enquiryForm .buTTon:hover,
#enquiryForm .buTTon:focus {
  outline: none;
  border: 1px solid #3e3e3e;
  color: #000000; }

/* clearfix */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


@media (max-width:600px) {
	#enquiryForm input, #enquiryForm textarea {margin:0 0 10px;width:100%;box-sizing:border-box;}
	.internalContentWrapper #enquiryForm .buTTon {margin:0;}
}



.stackedTable td {padding:2px 5px 2px 0;}
.stackedTable td.st-key {min-width:80px;}
.stackedTable .st-head-row {text-align:left;}
.stackedTableAt900, .stackedTableAt800, .stackedTableAt700, .stackedTableAt600, .stackedTableAt500, .stackedTableAt400 {display:none;}


/* special layout across rows */
.wrapper_layout_table_original {}
	.wrapper_layout_table {display:none;}
@media (max-width:1000px) {
	.wrapper_layout_table_original {display:none !important;}
	.wrapper_layout_table {display:block;}
		.wrapper_layout_table table {display:table;width:100%;}
			.wrapper_layout_table td {width:100% !important;box-sizing:border-box;}
			.wrapper_layout_table td.empty {display:none;}
}

@media (max-width: 1000px) {
	.stackedTableAt1000 {display:table;}
	.stackedTableAt1000Original {display:none;}
	.table1000 {width:100% !important;min-width:0 !important;max-width:none !important;float:none !important;display:block;}
	.table1000, .table1000 * {-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
	.table1000:after {clear:both;content:' ';display:table;}
		.table1000 tr, .table1000 tbody, .table1000 td {width:100% !important;display:block;clear:both;}
		.table1000.padded td, .table1000 table.padded td {padding:10px;}
		.table1000.padded td + td, .table1000 table.padded td + td {padding-top:0;}
		.table1000 td.empty {display:none;}
		.table1000 table {width:100% !important;float:none !important;}
			.table1000 img  {display:inline-block;max-width:100%;height:auto !important;}
	.table1000.center td, .table1000 td.center {text-align:center !important;}
	.table1000.center img {float:none !important;}
}

@media (max-width: 950px) {
	.stackedTableAt950 {display:table;}
	.stackedTableAt950Original {display:none;}
	.table950 {width:100% !important;min-width:0 !important;max-width:none !important;float:none !important;display:block;}
	.table950, .table950 * {-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
	.table950:after {clear:both;content:' ';display:table;}
		.table950 tr, .table950 tbody, .table950 td {width:100% !important;display:block;clear:both;}
		.table950.padded td, .table950 table.padded td {padding:10px;}
		.table950.padded td + td, .table950 table.padded td + td {padding-top:0;}
		.table950 td.empty {display:none;}
		.table950 table {width:100% !important;float:none !important;}
			.table950 img  {display:inline-block;max-width:100%;height:auto !important;width:auto !important;}
	.table950.center td, .table950 td.center {text-align:center !important;}
	.table950.center img {float:none !important;}
}

@media (max-width: 900px) {
	.stackedTableAt900 {display:table;}
	.stackedTableAt900Original {display:none;}
	.table900 {width:100% !important;min-width:0 !important;max-width:none !important;float:none !important;display:block;}
	.table900, .table900 * {-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
	.table900:after {clear:both;content:' ';display:table;}
		.table900 tr, .table900 tbody, .table900 td {width:100% !important;display:block;clear:both;}
		.table900.padded td, .table900 table.padded td {padding:10px;}
		.table900.padded td + td, .table900 table.padded td + td {padding-top:0;}
		.table900 td.empty {display:none;}
		.table900 table {width:100% !important;float:none !important;}
			.table900 img  {display:inline-block;max-width:100%;height:auto !important;}
	.table900.center td, .table900 td.center {text-align:center !important;}
	.table900.center img {float:none !important;}
}

@media (max-width: 800px) {
	.stackedTableAt800 {display:table;}
	.stackedTableAt800Original {display:none;}
	.table800 {width:100% !important;min-width:0 !important;max-width:none !important;float:none !important;display:block;}
	.table800, .table800 * {-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
	.table800:after {clear:both;content:' ';display:table;}
		.table800 tr, .table800 tbody, .table800 td {width:100% !important;display:block;clear:both;}
		.table800.padded td, .table800 table.padded td {padding:10px;}
		.table800.padded td + td, .table800 table.padded td + td {padding-top:0;}
		.table800 td.empty {display:none;}
		.table800 table {width:100% !important;float:none !important;}
			.table800 img {display:inline-block;max-width:100%;height:auto !important;}
	.table800.center td, .table800 td.center {text-align:center !important;}
	.table800.center img {float:none !important;}
}

@media (max-width: 700px) {
	.stackedTableAt700 {display:table;}
	.stackedTableAt700Original {display:none;}

	.table700 {width:100% !important;min-width:0 !important;max-width:none !important;float:none !important;display:block;}
	.table700, .table700 * {-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
	.table700:after {clear:both;content:' ';display:table;}
		.table700 tr, .table700 tbody, .table700 td {width:100% !important;display:block;clear:both;}
		.table700.padded td, .table700 table.padded td {padding:10px;}
		.table700.padded td + td, .table700 table.padded td + td {padding-top:0;}
		.table700 td.empty {display:none;}
		.table700 table {width:100% !important;float:none !important;}
			.table700 img {display:inline-block;max-width:100%;height:auto !important;}
	.table700.center td, .table700 td.center {text-align:center !important;}
	.table700.center img {float:none !important;}
}

@media (max-width: 600px) {
	.stackedTableAt600 {display:table;}
	.stackedTableAt600Original {display:none;}

	.table600 {width:100% !important;min-width:0 !important;max-width:none !important;float:none !important;display:block;}
	.table600, .table600 * {-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
	.table600:after {clear:both;content:' ';display:table;}
		.table600 tr, .table600 tbody, .table600 td {width:100% !important;display:block;clear:both;}
		.table600.padded td, .table600 table.padded td {padding:10px;}
		.table600.padded td + td, .table600 table.padded td + td {padding-top:0;}
		.table600 td.empty {display:none;}
		.table600 table {width:100% !important;float:none !important;}
			.table600 img {display:inline-block;max-width:100%;height:auto !important;}
	.table600.center td, .table600 td.center {text-align:center !important;}
	.table600.center img {float:none !important;}
}

@media (max-width: 500px) {
	.stackedTableAt500 {display:table;}
	.stackedTableAt500Original {display:none;}

	.table500 {width:100% !important;min-width:0 !important;max-width:none !important;float:none !important;display:block;}
	.table500, .table500 * {-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
	.table500:after {clear:both;content:' ';display:table;}
		.table500 tr, .table500 tbody, .table500 td {width:100% !important;display:block;clear:both;}
		.table500.padded td, .table500 table.padded td {padding:10px;}
		.table500.padded td + td, .table500 table.padded td + td {padding-top:0;}
		.table500 td.empty {display:none;}
		.table500 table {width:100% !important;float:none !important;}
			.table500 img {display:inline-block;max-width:100%;height:auto !important;}
	.table500.center td, .table500 td.center {text-align:center !important;}
	.table500.center img {float:none !important;}
}

@media (max-width: 400px) {
	.stackedTableAt400 {display:table;}
	.stackedTableAt400Original {display:none;}

	.table400 {width:100% !important;min-width:0 !important;max-width:none !important;float:none !important;display:block;}
	.table400, .table400 * {-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
	.table400:after {clear:both;content:' ';display:table;}
		.table400 tr, .table400 tbody, .table400 td {width:100% !important;display:block;clear:both;}
		.table400.padded td, .table400 table.padded td {padding:10px;}
		.table400.padded td + td, .table400 table.padded td + td {padding-top:0;}
		.table400 td.empty {display:none;}
		.table400 table {width:100% !important;float:none !important;}
			.table400 img {display:inline-block;max-width:100%;height:auto !important;}
	.table400.center td, .table400 td.center  {text-align:center !important;}
	.table400.center img {float:none !important;}
}

