/*======================
colours
LT Yellow wrapper fbf4e1

dark green / text #000
dark green footer 748c34
light green #ccde92
purple hover A21FC1
off-white / cream fbf4e1
tdy blue 00bde6
tdy yellow ffe751
=======================*/


/*==============================================================
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
==============================================================*/
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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers - to be introduced at next site update
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
} */
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a:link, a:visited {
	color: #a21fc1;
	text-decoration: underline;
	font-weight: bold;
}
a:hover, a:focus, a:active {
	color: #fff;
	background: url(../letour/gd_graphics/background_paper_12_50.jpg) repeat center top;	
}
p {
	font-size: 0.9em;
	line-height: 1.25em;
}
/*==============================================================
Site styles
==============================================================*/
body {
	font-family: 'Lato', sans-serif;
	font-size: 1em;
	color: #000;
	background: url(../site_graphics_2013/background_paper_5_50-tdy.jpg) repeat center top;
}
div.clearit {
	clear: both;
}
div#outerWrap {
	width: 1040px;
	margin: 0 auto;
	max-width: 1040px;
	overflow: hidden;
	border: 1px solid #000;
	border-top: none;
	-webkit-box-shadow: 0px 5px 10px #1f320d;
	box-shadow: 0px 5px 10px #1f320d;
	background: #fbf4e1;
}
div#bannerWrap {
	width: 100%;
	margin-bottom: 1.25em;
	position: relative;
	z-index: 5;
}
div#bannerWrap img {
	display: block;
	width: 100%;
	height: auto;
}
div#titleWrap {
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 10;
	height: 119px;
	width: 100%;
}
div#titleWrap img {
	width: 100%;
	height: auto;
}

/*===============================
main navigation
===============================*/
div#outerWrap div#mainContentWrap div#navWrap {
	margin: 0 2%;
	text-align: center;
	background: url(../letour/gd_graphics/background_paper_12_50.jpg) repeat;
}
div.innernavWrap {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 0 1.25em;
}
div#outerWrap div#mainContentWrap div#navWrap ul#main {
	margin: 0;
	overflow: hidden;
	padding: 0.25em 0;
	padding-left: 1.25em;
	padding-right: 1.25em;
}
div#outerWrap div#mainContentWrap div#navWrap ul#main li {
	font-size: 1em;
	display: inline;
	font-weight: bold;
}
div#outerWrap div#mainContentWrap div#navWrap ul#main li a:link, div#outerWrap div#mainContentWrap div#navWrap ul#main li a:visited {
	margin: 0;
	padding: 0.8em 1em;
	color: #f3faf2;
	text-decoration: none;
	line-height: 30px;
	text-shadow: 1px 1px 0px #000;
}
div#outerWrap div#mainContentWrap div#navWrap ul#main li a:hover, div#outerWrap div#mainContentWrap div#navWrap ul#main li a:active, div#outerWrap div#mainContentWrap div#navWrap ul#main li a:focus {
	color: #000;
	background: url(../letour/gd_graphics/background_paper_10.jpg) repeat center top;
	text-shadow: none;
}
div#outerWrap div#mainContentWrap div#navWrap ul#main li a#mainCurrent, div#outerWrap div#mainContentWrap div#navWrap ul#main li a#mainCurrent:visited div#outerWrap div#mainContentWrap div#navWrap ul#main li a#mainCurrent:hover, div#outerWrap div#mainContentWrap div#navWrap ul#main li a#mainCurrent:active, div#outerWrap div#mainContentWrap div#navWrap ul#main li a#mainCurrent:focus {
	color: #f3faf2;
	text-decoration: underline;
	background-image: none;
}
/* ==================================================
Intro at top of page
================================================== */
div.introWrap {
	margin: 0 2%;
	overflow: hidden;			    /*-webkit-box-shadow: 0px 5px 10px #000000;
	box-shadow: 0px 5px 10px #c0c0c0;*/
}
h1 {
	font-family: 'Gentium Basic', serif;
	font-size: 1.8em;
	font-weight: normal;
	text-shadow: 1px 1px 0px #fff, 2px 2px 0px #a0be88;
	color: #000;
	margin-bottom: 0.5em;
	padding: 0.7em 1em;
	border-bottom: 1px solid #000;
	text-align: center;
}
p.intro {
	font-size: 1em;
	padding: 0 1em 1em 1em;
	text-shadow: 1px 1px 0px #fff;
}
	
/* ==================================================
3 col row
================================================== */
div.rowWrap {
	padding: 0;
}
div.rowWrap div.thirds {
	width: 318px;
	float: left;
	margin-left: 1.25em;
	margin-bottom: 1em;
	/*border: 1px solid #000;*/
	overflow: hidden;
}
div.rowWrap p {
	padding: 0.5em 0.5em 0 0.5em;
	margin-bottom: 0;
	font-size: 1em;
	/*background: url(../site_graphics_2013/3col-para-back.jpg) no-repeat center top;*/
}
div.rowWrap div.thirds h2 {
	font-family: 'Gentium Basic', serif;
	font-size: 1.5em;
	font-weight: normal;
	text-shadow: 1px 1px 0px #fff, 2px 2px 0px #a0be88;
	color: #000;
	margin-bottom: 0;
	/*background: url(../site_graphics_2013/heading_back.jpg) repeat-y left top;*/
	padding: 0.5em 1em;
	border-bottom: 1px solid #000;
	box-shadow: 0px 0px 10px #a8a8a8;
	background: url(../letour/gd_graphics/heading_bullet.png) no-repeat 0.1em center;
	z-index: 20;
}
div.rowWrap div.thirds h2 a:link, div.rowWrap div.thirds h2 a:visited {
	color: #000;
	text-decoration: none;
	font-weight: normal;
	display: block;
}
div.rowWrap div.thirds h2 a:hover, div.rowWrap div.thirds h2 a:focus, div.rowWrap div.thirds h2 a:active {
	color: #f3faf2;
	text-shadow: none;
}
div.rowWrap div.thirds p {
	margin: 0;
	padding-top: 0.5em;
	padding-bottom: 0;
}
div.rowWrap ul {
	padding: 0 1em;
}
div.rowWrap div.thirds img {
	display: block;
	z-index: 5;
	margin: 0.8em auto 0 auto;
}
div.rowWrap div.thirdsAds a:link img, div.rowWrap div.thirdsAds a:visited img {
	border: 2px solid #fff;
	text-decoration: none;
}
div.rowWrap div.thirdsAds a:hover img, div.rowWrap div.thirdsAds a:focus img, div.rowWrap div.thirdsAds a:active img {
	border: 2px solid #000;
}
div.rowWrap div.thirdsAdsBox {
	width: 318px;
	height: 224px;
	float: left;
	margin-left: 1.25em;
	margin-bottom: 1em;
	text-align: center;
	overflow: hidden;
}
div.rowWrap div.thirdsAdsBox img {
	margin: 0 0 0 -75px;
	text-align: center;
}
div.rowWrap div.balancingDiv {
	display: none;
}
/* ==================================================
2 col row
================================================== */
div.rowHalvesWrap {
	padding: 0em 1.25em;
	
}
div.rowHalvesWrap p {
	padding: 0.5em 0.5em 0 0.5em;
	margin-bottom: 0;
	font-size: 1em;
	/*background: url(../site_graphics_2013/3col-para-back.jpg) no-repeat center top;*/
}
div.rowHalvesWrap div.halves {
	width: 488px;
	float: left;
	display: inline;
	overflow: hidden;
	margin-bottom: 1em;
}
div.rowHalvesWrap div.rightHalf {
	float: right;
}
div.rowHalvesWrap div.halves h3 {
	font-family: 'Gentium Basic', serif;
	font-size: 1.5em;
	font-weight: normal;
	text-shadow: 1px 1px 0px #fff, 2px 2px 0px #a0be88;
	color: #000;
	margin-bottom: 20px;
	/*background: url(../site_graphics_2013/heading_back.jpg) repeat-y left top;*/
	padding: 0.5em 1.5em;
	border-bottom: 1px solid #000;
	box-shadow: 0px 0px 10px #a8a8a8;
	background: url(../letour/gd_graphics/heading_bullet.png) no-repeat 0.6em center;
}
div.rowHalvesWrap div.halves img {
	margin: 0.8em 0 0.1em 0.1em;
	display: block;
	float: right;
}
/* ==================================================
1 col row / full width
================================================== */
div.rowWrapFullWidth {
	padding: 1.25em 0;
	margin: 0 1.25em 1em 1.25em;
	background: url(../letour/gd_graphics/background_paper_15_50.jpg) repeat center top;
}
div.rowWrapFullWidth h3 {
	font-family: 'Gentium Basic', serif;
	font-size: 1.1em;
	font-weight: bold;
	text-shadow: 1px 1px 1px #ffffff;
	color: #000;
	background: url(../letour/gd_graphics/background_paper_10.jpg) repeat center top;
	/*background: url(../site_graphics_2013/heading_back.jpg) repeat-y left top;*/
	padding: 0.5em 1em;
	margin: 0 1em 1em 1em;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
div.rowWrapFullWidth p {
	padding: 0em 1.25em;
	color: #f3faf2;
	text-shadow: 1px 1px 1px #000;
	font-size: 1em;
}
div.rowWrapFullWidth p a:link, div.rowWrapFullWidth p a:visited {
	color: #f3faf2;
	font-weight: bold;
	text-decoration: underline;
}
div.rowWrapFullWidth p a:hover, div.rowWrapFullWidth p a:focus, div.rowWrapFullWidth p a:active {
}
div.rowWrapFullWidth img {
	float: right;
	margin: 0 1em 1em 0.5em;
	width: 200px;
	height: auto;
	border: 1px solid #fff;
	box-shadow: 0px 0px 10px #a8a8a8;
	
}
/* ==================================================
Timelapse
================================================== */
div.timelapseWrap {
	width: 550px;
	float: left;
	margin-bottom: 1em;
	margin-right: 1em;
	border: 1px solid #fbf4e1;
	overflow: hidden;
	padding: 20px 20px 10px 20px;
	background: url(../letour/gd_graphics/background_paper_12_50.jpg) repeat center top;
}
div.timelapseWrap iframe {
	 width: 100%; 
	 height: 295px;
	 margin: 0 auto; 
	 display: block;
	 border: 1px solid #fff;
}
div.timelapseWrap h3 {
	font-size: 1em;
	font-weight: bold;
	padding: 0.55em 1em;
	text-shadow: -1px -1px 0px #504D00;
	color: #f3faf2;
	margin: 0;
	border-bottom: 1px solid #504D00;
	clear: both;
}
div.timelapseWrap p {
	color: #fff;
	padding: 10px 0 0 0;
	margin: 0;
}
/* ==================================================
Footer
================================================== */
div#footer {
	background: url(../letour/gd_graphics/background_paper_12_50.jpg) repeat center top;
	padding: 1em 0;
}
div#footer h4 {
	background: #000;
	color: #fff;
	padding: 0.5em;
}
div#footer h3 {
	font-family: 'Gentium Basic', serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #f3faf2;
	padding: 0 1em 0.5em 1em;
	margin:  0 1.25em 0 1.25em;
	text-shadow: 1px 1px 0px #000;
}
div#footer p {
	padding: 0.5em 1.5em;
	color: #f3faf2;
	text-shadow: 1px 1px 0px #000;
}
div#footer p a:link, div#footer p a:visited {
	color: #f3faf2;
}
div#footer p a:hover, div#footer p a:focus, div#footer p a:active {
	background: url(../letour/gd_graphics/background_paper_10.jpg) repeat; 
	color: #a21fc1;
	text-shadow: none;
}
div#footer ul#contactEtc {
	margin: 0 1.25em;
	border: 1px solid #000;
	text-align: center;
	background: url(../letour/gd_graphics/background_paper_10.jpg) repeat center top;
	overflow: hidden;
}
div#footer ul#contactEtc li {
	display: inline;
	padding: 0.2em 1em;
}
div#footer ul#contactEtc li a {
	padding: 1em;
	text-decoration: none;
	line-height: 2em;
	text-shadow: 1px 1px 0px #fff;
	font-weight: bold;
}
div#footer ul#contactEtc li a:hover, div#footer ul#contactEtc li a:focus, div#footer ul#contactEtc li a:active {
	background: url(../letour/gd_graphics/background_paper_12_50.jpg) repeat center top;
	text-shadow: none;
}
div.footerThirdsWrap {
	padding: 1.25em 0 0 0;
}
div#footer div.footerThirdsWrap div.footerThirds {
	width: 318px;
	float: left;
	margin-left: 1.25em;
	margin-bottom: 1em;
	border: none;
}
div#footer div.footerThirdsWrap div.footerThirds ul {
	padding: 0;
	border-top: 1px solid #cddbcc;
}
div#footer div.footerThirdsWrap div.footerThirds ul a {
	font-size: 0.85em;
	text-decoration: none;
	display: block;
	padding: 0.5em 0.5em;
	border-bottom: 1px solid #cddbcc;
	color: #f3faf2;
}
div#footer div.footerThirdsWrap div.footerThirds ul a.bottomLink {
}
div#footer div.footerThirdsWrap div.footerThirds ul a:hover, div#footer div.footerThirdsWrap div.footerThirds ul a:focus, div#footer div.footerThirdsWrap div.footerThirds ul a:active {
	text-shadow: none;
	background: url(../letour/gd_graphics/background_paper_10.jpg) repeat; 
	color: #a21fc1;
}
div#footer div.logos {
	text-align: center;
	clear: both;
	padding: 0.8em 0;
}
div#footer div.logos img {
	display: block;
	margin: 0 auto;
}
/* ==================================================
Media Queries
================================================== */
@media screen and (max-width: 1024px) {
div#outerWrap {
	width: 100%;
	border: none;
}
div.rowWrap {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}
div.rowWrap div.thirds, div.rowWrap div.thirdsAdsBox  {
	width: 318px;
	float: left;
	margin-left: 10px;
}
div.rowWrap div.firstBox {
	margin-left: 0;
}
div.rowHalvesWrap div.halves {
	width: 100%;
	float: none;
	display: block;
}
div.rowHalvesWrap div.rightHalf {
	float: none;
}
div#footer div.footerThirdsWrap {
}
div#footer div.footerThirdsWrap div.footerThirds {
	width: 45%;
	float: left;
	margin-left: 3%;
	border: none;
	border: 1px solid #fff;
}
div#footer div.footerThirdsWrap div.middleBoxFooter {
	float: right;
	margin-left: 0;
	margin-right: 3%;
}
div#footer div.footerThirdsWrap div.lastBoxFooter {
	float: none;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	width: 94%;
	text-align: center;
}
}
@media screen and (max-width: 960px) {
div#outerWrap {
	border: none;
}
div#titleWrap {
	top: 10px;
}
div#outerWrap div#mainContentWrap div#navWrap ul#main li a span {
	display: none;
}
div#outerWrap div#mainContentWrap div#navWrap ul#main li a:link, div#outerWrap div#mainContentWrap div#navWrap ul#main li a:visited {
	margin: 0;
	padding: 0.25 0.3em;
}
div#outerWrap div#mainContentWrap div#navWrap ul#main {
	padding-left: 0.25em;
	padding-right: 0.25em;
}
div#outerWrap div#mainContentWrap div#navWrap {
	margin-left: 0;
	margin-right: 0;
}
 div#outerWrap div#mainContentWrap div#navWrap li {
 }
 div#outerWrap div#mainContentWrap div#navWrap a {
	 font-size: 0.9em;
	 padding-left: 0;
	 padding-right: 0;
	margin-left: 0;
	margin-right: 0;
 }
 div#outerWrap div#mainContentWrap div#navWrap ul {
	 padding-left: 0em;
	 padding-right: 0em;
 }
div.rowWrap {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
div.rowWrap div.balancingDiv { 
	display: block;
}
div#footer ul#contactEtc li a {
	font-size: 0.9em;
}
div.rowWrap div.thirds {
	width: 47%;
	float: left;
	margin-left: 2%;
}
 div.rowWrap div.thirdsAdsBox {
	 width: 47%;
	 height: auto;
	float: left;
	margin-left: 2%;
 }
div.rowWrap div.thirdsAdsBox img {
	margin-left: 0;
	width:100%;
	height: auto;
}
div.rowWrap div.firstBox {
}
div.rowWrap div.lastBox {
	margin-left: 2%;
	margin-right: auto;
	width: 96%;
	height: auto;
	padding-bottom: 1.5em;
}
div.rowWrap div.lastBox img {
	float: left;
	margin-right: 1em;
}

div.timelapseWrap {
	width: 70%;
	float: none;
	margin: 1em auto;
}
}
@media screen and (max-width: 768px) {
div#outerWrap {
	width: 100%;
}
div.innernavWrap {
	padding: 0;
}
div#outerWrap div#mainContentWrap div#navWrap ul#main {
	padding: 0;
	margin: 0 auto;
	width: 99%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
div#outerWrap div#mainContentWrap div#navWrap ul#main li {
	width: 33%;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}
div#outerWrap div#mainContentWrap div#navWrap ul#main li a {
	border-bottom: 1px solid #fff;
	display: block;
	font-size: 1em;
}
div#outerWrap div#mainContentWrap div#navWrap ul#main li a.noBorder {
	border: none;
}
div#outerWrap div#mainContentWrap div#navWrap ul#main li.centeredLink {
	width: 100%;
}
div.headingWrap {
	margin: 0;
}	
h1 {
	text-align: center;
}
h1 img {
	display: none;
}

div.rowWrap div.thirds, div.rowWrap div.thirdsAdsBox {
	width: 466px;
	height: auto;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
div.rowWrap div.thirdsAdsBox img {
	margin: 0;
	text-align: center;
	width: 466px;
	height: 224px;
}
div.rowWrap div.balancingDiv { 
	display: none;
}
div.rowHalvesWrap {
	padding: 0;
	
}
div#footer ul#contactEtc li {
	display: inline;
	padding: 0.2em 0em;
}
div#footer ul#contactEtc li a {
	padding: 1em 0.8em;
}
div.timelapseWrap {
	width: 85%;
	float: none;
	margin: 1em auto;
}
}

@media screen and (max-width: 600px) {

div#titleWrap {
	position: absolute;
	top: -69px;
	left: 0px;
	z-index: 10;
	height: 69px;
	background: url(../letour/gd_graphics/title600.jpg) no-repeat center top;
	width: 100%;
}
div#titleWrap img {
	display: none;
}
div#bannerWrap {
	margin-top: 69px;
}
div#titleWrap {
}
div#titleWrap img {
	width: auto;
	height: auto;
	margin: -1px 0 0 0;
}
div#outerWrap div#mainContentWrap div#navWrap ul#main li a span {
	display: none;
}
div.rowWrap {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
div.rowWrap div.thirds {
	width: 318px;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
div.rowWrap div.thirdsAdsBox {
	width: 318px;
	height: 224px;
	float: none;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	overflow: hidden;
}
div.rowWrap div.thirdsAdsBox img {
	margin: 0 0 0 -75px;
	text-align: center;
}
div.rowWrapFullWidth {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
div.rowWrapFullWidth img {
	float: none;
	margin-left: auto;
	margin-right: auto;
	width: 320px;
	display: block;
}
div.rowWrapFullWidth {
	border-left: none;
	border-right: none;
}
div.timelapseWrap {
	width: 85%;
	float: none;
	margin: 1em auto;
}
}

@media screen and (max-width: 480px) {
div#outerWrap {
	width: 100%;
}
div#bannerWrap {
	margin-top: 69px;
}
div#titleWrap {
	position: absolute;
	top: -69px;
	left: 0px;
	z-index: 10;
	height: 69px;
	background: url(../letour/gd_graphics/title480.jpg) no-repeat center top;
	width: 100%;
}
div#titleWrap img {
	display: none;
}
div#outerWrap div#mainContentWrap div#navWrap {
	margin-left: 0;
	margin-right: 0;
	padding-bottom: 0;
}
div.innernavWrap {
	padding: 0;
}
div#outerWrap div#mainContentWrap div#navWrap ul#main {
	padding: 0;
}
div#outerWrap div#mainContentWrap div#navWrap ul#main li {
	width: 50%;
	display: block;
	float: left;
	padding: 0;
}
div#outerWrap div#mainContentWrap div#navWrap ul#main li a {
	border: 1px solid #fff;
	display: block;
}
div#outerWrap div#mainContentWrap div#navWrap ul#main li a.noBorder {
	border: 1px solid #fff;
}
div.headingWrap {
	margin: 0;
}
h1 {
	text-align: center;
}
h1 img {
	display: none;
}

div#footer div.footerThirdsWrap div.footerThirds, div#footer div.footerThirdsWrap div.firstBoxFooter, div#footer div.footerThirdsWrap div.middleBoxFooter, div#footer div.footerThirdsWrap div.lastBoxFooter {
	width: 90%;
	float: left;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
	border: none;
	border: 1px solid #fff;
	float: none;
	text-align: center;
}
div#footer div.footerThirdsWrap div.footerThirds ul a {
	padding: 0.5em;
}

div#footer ul#contactEtc {
	margin: 0 1.25em;
	border: 1px solid #000;
	text-align: center;
	overflow: hidden;
	border-bottom: none;
}
div#footer ul#contactEtc li {
	display: block;
	padding: 0;
	border-bottom: 1px solid #000;
	overflow: hidden;
}
div#footer ul#contactEtc li a {
	padding: 0.2em 0em;
	text-decoration: none;
	line-height: auto;
	text-shadow: 1px 1px 0px #fff;
	display: block;
	font-size: 1em;
}
div#footer {
	background: url(../letour/gd_graphics/background_paper_12_50.jpg) repeat center top;
}
div#outerWrap div#mainContentWrap div#navWrap ul#main {
	border: none;
	margin: 0;
	width: 100%;
}
div#outerWrap div#mainContentWrap div#navWrap ul#main li {
	width: 100%;
	display: block;
	float: none;
	margin: 0;
	padding: 0;
}
div#outerWrap div#mainContentWrap div#navWrap ul#main li a {
	border-bottom: none !important;
	padding: 0;
}
div#outerWrap div#mainContentWrap div#navWrap ul#main li a.noBorder {
	border-bottom: 1px solid #fff !important;
}
}
@media screen and (max-width: 320px) {
div#outerWrap {
	width: 100%;
}
div#bannerWrap {
	margin-top: 69px;
}
div#titleWrap {
	position: absolute;
	top: -69px;
	left: 0px;
	z-index: 10;
	height: 69px;
	background: url(../letour/gd_graphics/title320.jpg) no-repeat center top;
	width: 100%;
}
div#titleWrap img {
	display: none;
}
div#outerWrap div#mainContentWrap div#navWrap {
	margin-left: 0;
	margin-right: 0;
}
div#outerWrap div#mainContentWrap div#navWrap span {
	display: none;
}
div.innernavWrap {
	padding: 0;
}
div.headingWrap {
	margin: 0;
}
h1 {
	text-align: center;
}
h1 img {
	display: none;
}

div.rowWrap {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}
div.rowWrap div.thirds {
	width: 320px;
	float: none;
	margin-left: auto;
	margin-right: auto;
	border-left: none;
	border-right: none;
}
div#footer div.logos img {
	display: block;
	margin: 0 auto;
	width: 98%;
	height: auto;
}
}
.tdyMap {
	width: 100%;
	height: auto;
	margin-top: 10px;
	margin-bottom: 20px;
}
table {
	width: 96%;
	margin: 20px auto 10px auto;
	border: 3px solid #00bde6 !important;
	border-bottom: 2px solid #00bde6 !important;
	border-right: 2px solid #00bde6 !important;
}
table td {
	padding: 10px 5px;
	font-family: Arial, Helvetica, sans-serif;
	border-left: 1px solid #00bde6;
	border-bottom: 1px solid #00bde6;
}
tr.heading {
	color: #fff;
	background: #00bde6;
	font-weight: bold;
}
.tdyQuickLinks {
	text-align: center !important;
}
.tdyQuickLinks li {
	border: 2px solid #0294b4;
	display: inline-block;
	padding: 10px;
	text-align: center !important;
	margin: 10px 10px 5px 10px;
	color: #0294b4;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.tdyQuickLinks a {
		font-weight: normal;
}
.introWrap h3 {
	font-family: 'Gentium Basic', serif;
	font-size: 1.5em;
	font-weight: normal;
	text-shadow: 1px 1px 0px #fff, 2px 2px 0px #a0be88;
	color: #000;
	margin-bottom: 10px;
	/*background: url(../site_graphics_2013/heading_back.jpg) repeat-y left top;*/
	padding: 0.5em 1.5em;
	border-bottom: 1px solid #000;
	box-shadow: 0px 0px 10px #a8a8a8;
	background: url(../letour/gd_graphics/heading_bullet.png) no-repeat 0.6em center;
}
.tdyRow {
	margin-bottom: 20px !important;
}
/*======================
colours
LT Yellow wrapper fbf4e1

dark green / text #000
dark green footer 748c34
light green #ccde92
purple hover A21FC1
off-white / cream fbf4e1
tdy blue 00bde6
tdy yellow ffe751
=======================*/