/*======================
colours
dark green / text #504D00
dark green footer 748c34
light green #ccde92
purple hover A21FC1
off-white for dark backgrounds f3faf2
=======================*/


/*==============================================================
 * 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(../site_graphics_2013/background_paper_15_50.jpg) repeat center top;	
	text-shadow: none;
}
p {
	font-size: 0.9em;
	line-height: 1.25em;
}
/*==============================================================
Site styles
==============================================================*/
body {
	font-family: 'Lato', sans-serif;
	font-size: 1em;
	background: url(../site_graphics_2013/background_paper_5_50.jpg) repeat center top;
}
div.clearit {
	clear: both;
}
div#outerWrap {
	width: 1040px;
	margin: 0 auto;
	max-width: 1040px;
	overflow: hidden;
	border: 1px solid #504D00;
	order-top: none;
	-webkit-box-shadow: 0px 5px 10px #1f320d;
	box-shadow: 0px 5px 10px #1f320d;
	background: url(../site_graphics_2013/background_paper_14_50.jpg) repeat center top;
}
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: 3em;
	z-index: 10;
	width: 260px;
	height: 59px;
}
div#titleWrap img {
	width: auto;
	height: auto;
}

/*===============================
main navigation
===============================*/
div#outerWrap div#mainContentWrap div#navWrap {
	margin: 0 2%;
	text-align: center;
	background: url(../site_graphics_2013/background_paper_12_50.jpg) repeat;
}
div.innernavWrap {
	border-top: 1px solid #504D00;
	border-bottom: 1px solid #504D00;
	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: #504D00;
	background: url(../site_graphics_2013/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;
}
/*========================================
sub navigation for accommodation types
========================================*/
div#outerWrap div#mainContentWrap ul#subNav {
	margin: 1em auto 0 auto;
	text-align: center;
}
div#outerWrap div#mainContentWrap ul#subNav li {
	font-size: 0.9em;
	display: inline;
}
ul#subNav li a:link, ul#subNav li a:visited {
	margin: 0;
	padding: 8px 30px;
	font-weight: bold;
	color: #504D00;
	text-decoration: none;
	border-right: 1px solid #504D00;
}
ul#subNav li a.rightLink {
	border: none;
}
ul#subNav li a:hover, ul#subNav li a:active, ul#subNav li a:focus {
	color: #f3faf2;
	text-decoration: none;
	background: url(../site_graphics_2013/background_paper_15_50.jpg) repeat center top;	
}
ul#subNav li a#subNavCurrent:link, ul#subNav li a#subNavCurrent:visited, ul#subNav li a#subNavCurrent:hover, ul#subNav li a#subNavCurrent:focus, ul#subNav li a#subNavCurrent:active {
	font-weight: bold;
	color: #a21fc1;
	text-decoration: none;
	background: none;
}
/* ==================================================
Intro at top of page
================================================== */
div.introWrap {
	margin: 0 1.25em;
	overflow: hidden;
}
h1 {
	font-family: 'Gentium Basic', serif;
	font-size: 1.8em;
	font-weight: normal;
	text-shadow: 1px 1px 0px #fff, 2px 2px 0px #a0be88;
	color: #504D00;
	margin-bottom: 0.5em;
	padding: 0.7em 1em;
	border-bottom: 1px solid #504D00;
	text-align: center;
}
h1.headingOneExtraPadding {
	padding: 1.3em 1em 0.5em 1em;
}
p.intro {
	font-size: 1em;
	padding: 0 1em 1em 1em;
	text-shadow: 1px 1px 0px #fff;
}
p.introBox {
	border: 1px solid #471753;
	margin: 0 1.25em 1em 1.25em;
	padding: 0.5em;
}
p.introBox span {
	font-weight: bold;
	font-style: italic;
}
h2.month {
	margin: 0 1.25em;
	font-family: 'Gentium Basic', serif;
	font-size: 1.1em;
	font-weight: bold;
	text-shadow: 1px 1px 1px #ffffff;
	color: #504D00;
	margin-bottom: 1em;
	padding: 0.5em 1em;
	border-top: 1px solid #504D00;
	border-bottom: 1px solid #504D00;
}
h2.month img {
	margin-right: 15px;
	margin-bottom: -2px;
}
div.introWrap div.introLeftCol {
	width: 48%;
	float: left;
	margin-bottom: 1em;
}
div.introWrap div.introLeftCol img {
	float: right;
	margin: 0 0 0.5em 0.5em;
	border: 1px solid #504D00;
}
div.introWrap div.introRightCol {
	width: 48%;
	float:right;
}
/* ==================================================
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 #504D00;*/
	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: #504D00;
	margin: 0;
	/*background: url(../site_graphics_2013/heading_back.jpg) repeat-y left top;*/
	border-bottom: 1px solid #504D00;
	box-shadow: 0px 0px 10px #a8a8a8;
	background: url(../site_graphics_2013/heading_bullet.png) no-repeat 0.1em center;
	z-index: 20;
	padding: 0 1em;
	height: 42px;
	line-height: 42px;
}
div.rowWrap div.thirds h2 a:link, div.rowWrap div.thirds h2 a:visited {
	color: #504D00;
	text-decoration: none;
	font-weight: normal;
	display: block;
	height: 42px;
	line-height: 42px;
}
div.rowWrap div.thirds h2 a:hover, div.rowWrap div.thirds h2 a:focus, div.rowWrap div.thirds h2 a:active {
	color: #A21FC1;
	text-shadow: 1px 1px 0 #000;
	background: none;
}
div.rowWrap div.thirds h2.smallHeading {
	font-size: 1em;
	height: 42px;
	line-height: 42px;
	padding-left: 1.5em;
	display: block;
}
div.rowWrap div.thirds h2.smallHeading a.smallHeadingLink {
	height: 42px;
	line-height: 42px;
	display: block;
}
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.thirdsAdsBox {
	width: 316px;
	height: 224px;
	float: left;
	margin-left: 1.25em;
	margin-bottom: 1em;
	text-align: center;
	overflow: hidden;
	border:1px solid #504D00;
	border-bottom: 8px solid #A21FC1;
}
div.rowWrap div.thirdsAdsBox img {
	margin: 0 0 0 -74px;
	text-align: center;
	display: block;
}
div.rowWrap div.thirdsAdsBox a:link img, div.rowWrap div.thirdsAdsBox a:visited img {
	text-decoration: none;
}
div.rowWrap div.thirdsAdsBox a:hover img, div.rowWrap div.thirdsAdsBox a:focus img, div.rowWrap div.thirdsAdsBox a:active img {
}
div.rowWrap div.thirdsAdsBox:hover {
	box-shadow: 0px 0px 8px #000;
	border: 1px solid #A21FC1;
	border-bottom: 8px solid #A21FC1;
}
div.rowWrap div.balancingDiv {
	display: none;
}
/*================================
accommodation boxes on sections pages
=================================*/
div.rowWrap div.thirdsAccommBox, div.rowWrap div.thirdsSportsAndOtherBox {
	width: 316px;
	padding-bottom: 0.5em;
	float: left;
	margin-left: 1.25em;
	margin-bottom: 1em;
	/*border: 1px solid #504D00;*/
	overflow: hidden;
	border: 1px solid #000;
	background: url(../site_graphics_2013/background_paper_5_50_50.jpg) repeat center top;
}
div.rowWrap div.thirdsAccommBox h2, div.rowWrap div.thirdsSportsAndOtherBox h2 {
	font-family: 'Gentium Basic', serif;
	font-size: 1.5em;
	font-weight: normal;
	text-shadow: -1px -1px 0px #504D00;
	color: #f3faf2;
	margin: 0;
	border-bottom: 1px solid #504D00;
	box-shadow: 0px 0px 10px #a8a8a8;
	background: url(../site_graphics_2013/background_paper_12_50.jpg) repeat center top;
	z-index: 20;
	height: 42px;
	line-height: 42px;
}
div.rowWrap div.thirdsAccommBox h2 a:link, div.rowWrap div.thirdsAccommBox h2 a:visited, div.rowWrap div.thirdsSportsAndOtherBox h2 a:link, div.rowWrap div.thirdsSportsAndOtherBox h2 a:visited {
	color: #f3faf2;
	text-decoration: none;
	font-weight: normal;
	display: block;
	height: 42px;
	line-height: 42px;
	padding: 0 1em;
}
div.rowWrap div.thirdsAccommBox h2 a:hover, div.rowWrap div.thirdsAccommBox h2 a:focus, div.rowWrap div.thirdsAccommBox h2 a:active, div.rowWrap div.thirdsSportsAndOtherBox h2 a:hover, div.rowWrap div.thirdsSportsAndOtherBox h2 a:focus, div.rowWrap div.thirdsSportsAndOtherBox h2 a:active {
	color: #f3faf2;
	background: url(../site_graphics_2013/background_paper_15_50.jpg) repeat center top;
}
div.rowWrap div.thirdsAccommBox h2.smallHeading, div.rowWrap div.thirdsSportsAndOtherBox h2.smallHeading {
	font-size: 1em;
	height: 42px;
	line-height: 42px;
	display: block;
}
div.rowWrap div.thirdsAccommBox h2.smallHeading a.smallHeadingLink, div.rowWrap div.thirdsSportsAndOtherBox h2 a.smallHeadingLink {
	height: 42px;
	line-height: 42px;
	display: block;
	padding: 0 1em;
}
div.rowWrap div.thirdsAccommBox p,  div.rowWrap div.thirdsSportsAndOtherBox p {
	margin: 0;
	padding-top: 0.25em;
	padding-bottom: 0;
}
div.rowWrap div.thirdsAccommBox img {
	display: block;
	z-index: 5;
	margin: 0.8em auto 0 auto;
	box-shadow: 2px 2px 6px #000;
}
div.rowWrap div.thirdsSportsAndOtherBox img {
	display: block;
	z-index: 5;
	margin: 0.8em auto 0.3em auto;
	box-shadow: 2px 2px 6px #000;
}
div.rowWrap div.thirdsAccommBox a:link img, div.rowWrap div.thirdsAccommBox a:visited img, div.rowWrap div.thirdsSportsAndOtherBox a:link img, div.rowWrap div.thirdsSportsAndOtherBox a:visited img {
	border: 1px solid #504D00;
}
div.rowWrap div.thirdsAccommBox a:hover img, div.rowWrap div.thirdsAccommBox a:focus img, div.rowWrap div.thirdsAccommBox a:active img, div.rowWrap div.thirdsSportsAndOtherBox a:hover img, div.rowWrap div.thirdsSportsAndOtherBox a:focus img, div.rowWrap div.thirdsSportsAndOtherBox a:active img {
	border: 1px solid #f3faf2;
	box-shadow: none;
}
div.rowWrap div.thirdsAccommBox div.ratingsWrap {
	margin: 0.5em 0 0 0.5em;
	height: 20px;
	padding: 0;
}
div.rowWrap div.thirdsAccommBox div.ratingsWrap img {
	float: left;
	padding: 0 5px 0 0;
	margin: 0 3px 0 0;
}
/* ==================================================
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 h2 {
	font-family: 'Gentium Basic', serif;
	font-size: 1.5em;
	font-weight: normal;
	text-shadow: 1px 1px 0px #fff, 2px 2px 0px #a0be88;
	color: #504D00;
	margin-bottom: 0;
	padding: 0.5em 1.5em;
	border-bottom: 1px solid #504D00;
	box-shadow: 0px 0px 10px #a8a8a8;
	background: url(../site_graphics_2013/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;
}
div.rowHalvesWrap div.halves h2 a:link, div.rowHalvesWrap div.halves h2 a:visited {
	color: #504D00;
	font-weight: normal;
	text-decoration: none;
}
/* ==================================================
1 col row / full width
================================================== */
div.rowWrapFullWidth {
	padding: 1.25em 0;
	margin: 0 1.25em 1em 1.25em;
	background: url(../site_graphics_2013/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: #504D00;
	background: url(../site_graphics_2013/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 #504D00;
	border-bottom: 1px solid #504D00;
}
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;
	
}
/* ==================================================
Footer
================================================== */
div#footer {
	background: url(../site_graphics_2013/background_paper_12_50.jpg) repeat center top;
	padding: 1em 0;
}
div#footer h4 {
	background: #504D00;
	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(../site_graphics_2013/background_paper_10.jpg) repeat; 
	color: #a21fc1;
	text-shadow: none;
}
div#footer ul#contactEtc {
	margin: 0 1.25em;
	border: 1px solid #504D00;
	text-align: center;
	background: url(../site_graphics_2013/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(../site_graphics_2013/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(../site_graphics_2013/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  {
	float: left;
	margin-left: 10px;
}
div.rowWrap div.thirdsAccommBox, div.rowWrap div.thirdsSportsAndOtherBox {
	float: left;
	margin-left: 10px;
}
div.rowWrap div.firstBox {
	margin-left: 0;
}
div.rowHalvesWrap {
}
div.rowHalvesWrap div.halves {
	width: 47%;
	float: left;
	margin-left: 1%;
}
div.rowHalvesWrap div.rightHalf {
}
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.25em 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;
 }
ul#subNav li a:link, div#outerWrap div#mainContentWrap div#navWrap ul#subNav li a:visited {
	padding: 8px 10px;
}
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, div.rowWrap div.thirdsAccommBox, div.rowWrap div.thirdsSportsAndOtherBox {
	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.thirdsAdsBox a img {
	width: 200%;
	margin-left: 0;
}
div.rowWrap div.thirdsAdsBox a:hover img {
	margin-left:-100%;
}
div.rowWrap div.thirdsAdsBox a img.noHover {
	width: 100%;
	margin-left: 0;
}
div.rowWrap div.thirds h2.smallHeading {
	font-size: 1.2em;
	line-height: 2em;
	padding-left: 1.5em;
}
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;
}
}
@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 h2.smallHeading {
	font-size: 1.3em;
	line-height: 2em;
	padding-left: 1.5em;
}
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;
}
}

@media screen and (max-width: 600px) {
div#titleWrap {
	position: absolute;
	top: 10px;
	left: 0;
	z-index: 10;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	background: url(../site_graphics_2013/background_paper_12_50.jpg) repeat;
}
div#bannerWrap {
	margin-top: 69px;
}
div#titleWrap {
	position: absolute;
	top: -69px;
	left: 0px;
	z-index: 10;
	height: 69px;
	width: 100%;
}
div#titleWrap img {
	width: auto;
	height: auto;
	margin: 0 auto;
}
div#outerWrap div#mainContentWrap div#navWrap ul#main li a span {
	display: none;
}
ul#subNav li a:link, div#outerWrap div#mainContentWrap div#navWrap ul#subNav li a:visited {
	font-size: 0.9em;
	padding: 8px 6px;
}
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.thirdsAccommBox, div.rowWrap div.thirdsSportsAndOtherBox {
	width: 316px;
	float: none;
	margin-left: auto;
	margin-right: auto;
}

div.rowWrap div.thirds h2.smallHeading {
	font-size: 1em;
	line-height: 2em;
	padding-left: 1.5em;
}
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 a img {
	margin: 0 0 0 -74px;
	text-align: center;
	width: 932px;
}
div.rowWrap div.thirdsAdsBox a:hover img {
	margin: 0 0 0 -540px;
}

div.rowWrap div.thirdsAdsBox a img.noHover {
	width: 466px;
	margin-left: -74px;
}
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;
}
}

@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(../site_graphics_2013/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;
}
ul#subNav {
	margin-top: 0 !important;
}
ul#subNav li {
	width: 50%;
	display: block;
	float: left;
	padding: 0;
}
ul#subNav li a {
	display: block;
	font-size: 1em !important;
	border-right: none !important;
	border-bottom: 1px solid #504D00 !important;
	padding: 1em 0 !important;
	background: url(../site_graphics_2013/background_paper_5_50_50.jpg) repeat center top;
}
ul#subNav li.lastSubNav {
	width: 100%;
}
ul#subNav li a#subNavCurrent:link, ul#subNav li a#subNavCurrent:visited, ul#subNav li a#subNavCurrent:hover, ul#subNav li a#subNavCurrent:focus, ul#subNav li a#subNavCurrent:active {
	font-weight: bold;
	color: #a21fc1;
	text-decoration: none;
	background: url(../site_graphics_2013/background_paper_5_50_50.jpg) repeat center top;
}
div.headingWrap {
	margin: 0;
}
h1 {
	text-align: center;
	border-bottom: 0;
}
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 #504D00;
	text-align: center;
	overflow: hidden;
	border-bottom: none;
}
div#footer ul#contactEtc li {
	display: block;
	padding: 0;
	border-bottom: 1px solid #504D00;
	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(../site_graphics_2013/background_paper_12_50.jpg) repeat center top;
}

}
@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(../site_graphics_2013/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.rowWrap div.thirdsAccommBox {
	width: 96%;
	margin-left: 2%;
}
div#footer div.logos img {
	display: block;
	margin: 0 auto;
	width: 98%;
	height: auto;
}
}
