@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/* Mobile Layout: 480px and below. */
body {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 1.2em;
	color: #333;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/paperback.jpg);
}


.gridContainer, .gridContainerhome {
	margin-left: auto;
	margin-right: auto;
	width: 94%;
	padding-left: 1.82%;
	padding-right: 1.82%;
}
p {
	font-size: 1.4em;
	line-height: 1.3em;
}
h1 {
	font-size: 4em;
	color: #438D86;
	font-family: "Copse", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-top: 5px;
}
#maincopy h3 {
	font-size: 1.4em;
	font-family: "Copse", "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#maincopy h2 {
	color: #58595b;
	line-height: 1.3em;
	padding-top: 0em;
	font-size: 1.8em;
	font-family: "Copse", "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-bottom: 0.8em;
	font-weight: normal;
}
#header {
	position: relative;
	z-index: 1200;
}
#logo {
	position: absolute;
	height: 98px;
	width: 100px;
	left: 0px;
	top: 0px;
}
#logo img {
	height: 98px;
	width: 100px;
}
#searchbox {
	position: absolute;
	width: 300px;
	top: 0px;
	text-align: right;
	padding-top: 10px;
	right: 0px;
}
#searchbox ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	color: #428E86;
	font-size: 1.4em;
	display:none;
}
#searchbox ul li {
	margin: 0px;
	padding: 0px;
	display: inline;
}
#searchbox ul a {
	color: #428E86;
	text-decoration: none;
}
#searchbox ul a:hover {
	color: #CCC;
}
#searchbox #search {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#searchbox label {
	display: none;
}
#Search2 {
	color: #FFF;
	background-color: #438D86;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	float: right;
	margin: 0px;
	height: 22px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 5px;
	line-height: 22px;
	background-image: url(../images/searcharrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#Search, #q_haystack {
	float: right;
	height: 22px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.8);
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#homerow1 {
	clear: both;
	background-image: url(../images/paperback-white.jpg);
	overflow: hidden;
	-moz-box-shadow: 3px 8px 10px #cccccc;
-webkit-box-shadow: 3px 8px 10px #cccccc;
box-shadow: 3px 8px 10px #cccccc;
}
#row1 {
	clear: both;
	background-image: url(../images/paperback-white.jpg);
}
#introtext p, #introtext h1 {
	margin-left: 30px;
}
#introtext h1 {
	color: #428E86;
	font-family: "Copse", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	padding-top: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #428E86;
	margin-bottom: 0.5em;
	font-weight: normal;
	padding-bottom: 0.5em;
	line-height: 1.2em;
}
#introtext {
	float: none;
	margin-right:30px;
	text-align: left;
}
#nav {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: "Copse","Trebuchet MS", Arial, Helvetica, sans-serif;
	min-height: 4.9em;
}
#navbox {
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #438D86;
}
#nav li {
	margin: 0px;
	padding: 0px;
	display: inline;
}
#nav li a {
	color: #438D86;
	text-decoration: none;
	font-size: 1.5em;
	line-height: 2em;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B0C7C4;
}
#nav ul li a {
	color: #FFF;
	text-decoration: none;
	font-size: 1.7em;
	line-height: 1.5em;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
}
#nav li a:hover {
	color: #FFF;
	background-color: #438D86;
}
#nav ul li a:hover {
	background-color: #65A19E;
}
#homerow2 {
	background-image: url(../images/paperback-white.jpg);
	margin-top: 20px;
	clear: both;
	-moz-box-shadow: 3px 8px 10px #cccccc;
	-webkit-box-shadow: 3px 8px 10px #cccccc;
	box-shadow: 3px 8px 10px #cccccc;
	overflow: hidden;
}
#homerow2text {
	width: 100%;
	text-align: left;
}
#homerow2text p, #homerow2text h2 {
	margin-left: 30px;
	margin-right: 30px;
}
#homerow2text h2 {
	padding-top: 1em;
	color: #438D86;
	font-family: "Copse", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 2.3em;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #438D86;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	line-height: 1.2em;
}
#homerow3 {
	text-align: left;
	margin-top: 20px;
}
#homerow3 .advert {
	margin-right: 1.8%;
	display: inline;
}
#homerow3 img {
	margin-bottom: 20px;
	width: 32.1%;
}
#homerow4 {
	clear: both;
	padding-top: 0px;
	text-align: left;
}
#homerow4 #rightcol {
	float: none;
	width: 100%;
	background-image: url(../images/paperback-white.jpg);
	-moz-box-shadow: 3px 8px 10px #cccccc;
	-webkit-box-shadow: 3px 8px 10px #cccccc;
	box-shadow: 3px 8px 10px #cccccc;
}
#homerow4 h2 {
	color: #438D86;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: normal;
	padding-top: 1em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #438D86;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
}
#homerow4 #leftcol {
	background-image: url(../images/paperback-white.jpg);
	float: none;
	width: 100%;
	-moz-box-shadow: 3px 8px 10px #cccccc;
	-webkit-box-shadow: 3px 8px 10px #cccccc;
	box-shadow: 3px 8px 10px #cccccc;
}
.homenewsstory {
	padding-right: 10px;
	padding-left: 10px;
	clear: both;
	overflow: hidden;
	margin-bottom: 10px;
}
.homenewsstory h3, .homenewsstory p {
	margin-left: 150px;
}
.homenewsstory h3 {
	font-size: 1.5em;
	color: #599A94;
}
.homenewsstory p {
	padding-bottom: 0.5em;
}
a.morebtn {
	display: block;
	float: left;
	background-color: #599A94;
	color: #FFF;
	text-decoration: none;
	padding: 5px;
}
a:hover.morebtn {
	background-color: #B0C7C4;
}
.homenewsstory img {
	float: left;
}
#homerow3 .last {
	margin-right: 0px;
}
.tweet {
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	clear: both;
	overflow: hidden;
}
.tweet img {
	float: left;
}
.tweet h3 {
	margin-left: 65px;
}
.tweet a {
	color: #0076a3;
	text-decoration: none;
}
.tweet a:hover {
	color: #438D86;
}
.tweet p {
	margin-left: 65px;
	padding-bottom: 0.2em;
}
.tweeted {
	font-size: 1em;
}
#footer {
	background-image: url(../images/footertop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	padding-top: 57px;
	text-align:left;
	display: inline-block;
	width: 100%;
}
#footer ul {
	margin: 0px;
	list-style-type: none;
	background-color: #408F86;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 90px;
	padding-left: 10px;
}
#footer li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#footer ul li a {
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	padding-right: 5px;
	padding-left: 5px;
}
#footer p {
	float: left;
	color: #FFF;
	font-size: 1em;
	padding-left: 10px;
	text-align: left;
	background-color: #3F8F86;
	padding-top: 1em;
	margin: 0px;
}
#footer p a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	color: #CCC;
}
.banner {
	padding-bottom: 10px;
	min-height: 100px;
	margin-top:0px;
}
#row2 {
	margin-top: 10px;
	clear: both;
}
#maincopy {
	float: none;
	background-image: url(../images/paperback-white.jpg);
	-moz-box-shadow: 3px 8px 10px #cccccc;
	-webkit-box-shadow: 3px 8px 10px #cccccc;
	box-shadow: 3px 8px 10px #cccccc;
	text-align: left;
	overflow: hidden;
	width: 100%;
}
#rightcol {
	float: none;
	width: 100%;
	text-align: left;
}
#searchboxs h2 {
	text-transform: none;
	color: #FFF;
	background-color: #438D86;
	font-size: 2.2em;
	padding: 10px;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#searchboxs form {
	padding: 15px;
	overflow: hidden;
}
#searchboxs fieldset legend {
	font-size: 2em;
	display: block;
	line-height: 1.2em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0.5em;
	padding-left: 0px;
}
#searchboxs label {
	display: block;
	font-size: 1.2em;
}
#searchboxs select {
	clear: left;
	display: block;
	margin-bottom: 8px;
	margin-top: 4px;
	width: 100%;
	line-height: 1.2em;
	background-color: #B8D4D1;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #438D86;
	font-size: 1.3em;
	padding: 3px;
}
#form3 legend {
	color: #438D86;
}
#Search3 , #Search4, #Search5, #Search6{
	background-color: #438D86;
	color: #FFF;
	
	line-height: 1.5em;
	
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 1.5em;
}
#Search3 , #Search4, #Search5{
	float: right;
	clear: both;
display: block;
padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
}
#Search6{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 3px;
	padding-left: 3px;
	margin-left: 5px;
}
#brochureReqform #Search6 {
	font-size: 1.2em;
}
#form1 {
	background-color: #6CA6A3;
	color: #FFF;
}
#form2 {
	color: #FFF;
	background-color: #9BC1BE;
}
#whitepaper {
	background-image: url(../images/paperback-white.jpg);
	-moz-box-shadow: 3px 8px 10px #cccccc;
	-webkit-box-shadow: 3px 8px 10px #cccccc;
	box-shadow: 3px 8px 10px #cccccc;
}
#pagepadding {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	overflow: hidden;
}
#socaillinks {
	width: 100%;
	text-align: right;
	padding-top: 10px;
}
.green {
	color: #428E86;
}
.pageanation {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #428E86;
	border-bottom-color: #428E86;
	padding-top: 0.5em;
	font-size: 1.2em;
	padding-bottom: 0.5em;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 1em;
	clear: both;
	margin-top: 1em;
}
.numbering .selected {
	color: #FFF;
	background-color: #428E86;
	padding-right: 3px;
	padding-left: 3px;
}
.numbering {
	float: right;
	width: 36%;
	text-align: right;
}
.numbering a {
	color: #333333;
	text-decoration: none;
}
.numbering a:hover {
	color: #999;
}
a.prevnext {
	text-decoration: underline;
	margin-right: 5px;
	margin-left: 5px;
}
.whatsonitem img {
	float: left;
}
.whatsonitem {
	clear: both;
	overflow: hidden;
	padding-top: 1em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #438D86;
	padding-bottom: 1em;
}
#maincopy .whatsonitem h3 {
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-size: 1.6em;
	color: #438D86;
	line-height: 1.3em;
}
.whatsonitem p {
}
.whatsonitem h4 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0.2em;
	padding-left: 0px;
	font-size: 1.4em;
	color: #666;
	line-height: 1.3em;
}
.whatsontext {
	margin-left: 0px;
	margin-bottom: 0.2em;
	width: 75%;
	float: left;
}
.whatsontext.last {
    border: none;
}
.whatsonitem a.morebtn {
	float: right;
	position: relative;
	overflow: hidden;
	font-size: 1.2em;
}
#rightcol .advert {
	padding-top: 20px;
	padding-left: 15px;
}
#gallerycol {
	float: none;
	width: 100%;
}
#innercol1 {
	float: none;
	width: 100%;
}
#innercol1 h2 {
	color: #438D86;
	font-family: "", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 2.4em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #438D86;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
}
#maincopy h1 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #428E86;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	line-height: 1.2em;
	font-size: 2.5em;
}
#twocol2 {
	float: left;
	width: 316px;
}
#inner2col1 {
	float: left;
	width: 301px;
}
#2colspacer {
	padding-left: 15px;
}
#maincopy ul {
	font-size: 1.4em;
	line-height: 1.3em;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#maincopy li {
	background-image: url(../images/greenbullet.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: 0px 5px;
	padding-bottom: 0.2em;
}
#quotebox {
	background-image: url(../images/quotefooter.png);
	margin-top: 5px;
	background-repeat: repeat-x;
	padding-bottom: 25px;
	background-position: center bottom;
	margin-bottom: 1em;
}
#quotebox a {
}
#quote a:hover {
	color: #D6D6D6;
}
#quotebox #quote {
	background-color: #438D86;
	padding: 15px;
}
#quotebox p {
    display: inline;
    margin: 0;
    font-size: 1.4em;
    color: #FFF;
}
#quotebox img.topquote {
	vertical-align: bottom;
}
#quotebox .quotebottom {
	vertical-align: top;
}
.placestostay {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #438D86;
	clear: both;
	overflow: hidden;
	padding-bottom: 8px;
}
.placestostay img {
	padding-top: 2em;
}
.placestext a.readmore {
	text-transform: uppercase;
	color: #438D86;
	float: right;
}
#maincopy .placestext h2{
	color: #438D86;
	padding-top: 0.5em;
}
.placesmap {
	float: right;
	padding-bottom: 10px;
}
#twitterbox {
	background-image: url(../images/paperback-white.jpg);
	margin-top: 20px;
	margin-left: 15px;
}
#twitterbox h2 {
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 1em;
	font-weight: normal;
}
#shortcol {
	float: left;
	width: 310px;
	text-align: right;
}
#innercol1narrow {
	float: left;
	width: 300px;
}
#fullwidthcol {
	clear: both;
	padding-top: 1em;
}
#newsletterform label {
	background-color: #3F8D85;
	width: 20%;
	color: #FFF;
	display: block;
	float: left;
	line-height: 2em;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #3E8D85;
}
#newsletterform p {
	overflow: hidden;
}
#newsletterform input {
	float: left;
	background-color: #95B9B7;
	line-height: 2em;
	height: 2em;
	color: #FFF;
	border: 1px solid #95B9B7;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#newsletterform #button {
	padding: 5px;
}
.star {
	float: right;
	width: 100px;
	text-align: right;
	font-size: 2em;
}
#accomcol1 {
	float: left;
	width: 50%;
}
#accomcol2 {
	float: left;
	width: 50%;
	padding-bottom: 1em;
	color: #3E8D86;
}
#detailcol1 {
	float: left;
	width: 32%;
	padding-bottom: 1em;
	padding-right: 5%;
}
#detailcol2 {
	float: left;
	width: 63%;
	padding-bottom: 1%;
}

#accomdescription {
	padding-right: 20px;
}
#accomheading {
	background-color: #3F8D86;
	padding: 10px;
	margin-bottom: 2em;
}
#accomheading h3 {
	color: #FFFFFF;
	font-size: 1.8em;
	padding-bottom: 0px;
}
#accomheading .star {
	color: #FFFFFF;
	font-size: 3em;
	padding-top: 0.3em;
}
#propertyimage {
	padding-bottom: 15px;
}
a.accomemail {
	text-decoration: none;
	display: block;
	background-image: url(../images/propertyemail.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 35px;
	color: #599A94;
}
a.webAddress {
	background-image: url(../images/propertywebsite.jpg);
	text-decoration: none;
	display: block;
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 35px;
	color: #599A94;
}
#innercol1 a {
	color: #438D86;
}
#maincopy #quotebox a{
	color: #FFFFFF;
}
.errors {
    color: #FF0000;
}#newslettersignup form {
	margin-right: 30px;
	margin-left: 30px;
	padding-bottom: 1em;
}
#attraction_search_form {
	font-size: 1.3em;
	clear: both;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #438D86;
	padding-top: 1em;
}
#attraction_search_form input {
	font-size: 1.2em;
}
#attraction_search_form label {
	padding-right: 5px;
	color: #438D86;
}
.search_result a {
	color: #438D86;
}
#maincopy a {
	color: #3E887F;
}
#maincopy a.morebtn {
	color: #FFFFFF;
}
#maincopy a:hover.morebtn {
	color: #FFFFFF;
}
#maincopy .pageanation .numbering a {
	color: #333333;
}
#maincopy .pageanation .numbering a.selected {
	color: #FFFFFF;
}
#maincopy a:hover {
	color: #9BC1BE;
}
.placestext h3 a, .placestext h2 a {
	text-decoration: none;
}
.whatsontext h3 a, .whatsontext h2 a  {
	text-decoration: none;
}
.access a.size1 {
    font-size: 1.2em;
}
.access a.size2 {
    font-size: 1.4em;
}
ul#breadcrumb {
	margin: 0px;
	list-style-type: none;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 17px;
	font-size: 1.1em;
	text-align: left;
}
#breadcrumb li {
	margin: 0px;
	padding: 0px;
	display: inline;
}
#row1 #breadcrumb li a {
	color: #438D86;
	text-decoration: none;
}
#sitemap ul {
	font-size: 1em;
	padding: 5px;
}
#brochureReqform {
	font-size: 1.2em;
	width: 100%;
}
#brochureReqform td {
	padding-bottom: 0.8em;
	padding-right: 1em;
}
.longfield input {
	width: 100%;
	height: 20px;
}
.shortfield input {
	width: 40%;
	height: 20px;
}
#accessibility {
position:absolute;
font-size:0.0em;
margin:0;
padding:0;
visibility:hidden;
}
#accessibility a:hover {
	display: inline;
}
.standardtable tbody th {
	color: #438D86;
	font-size: 1.2em;
	text-align: left;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	line-height: 1.3em;
	vertical-align: top;
}
.standardtable tbody td {
	font-size: 1.2em;
	text-align: left;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	line-height: 1.3em;
	padding-left: 1em;
	vertical-align: top;
}
.homenewsstory h4 {
	margin-left: 150px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1em;
	padding-left: 0px;
	font-size: 1.2em;
}
#sociallinks p{
	padding-left: 30px;
}
.slider-wrapper {
	margin-top: 50px;
}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
#searchbox ul {
	display:block;
}
.gridContainer, .gridContainerhome {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}
#nav li a {
	font-size: 2em;
	line-height: 2.5em;
	border-right-style: none;
}

.placestext {
	margin-right: 245px;
}
.placestostay img {
	float: right;
	padding-top: 0.5em;
}
#logo {
	height: 218px;
	width: 210px;
	-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
	-moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
	box-shadow: 0px 1px 5px 0px #4a4a4a;
}
#logo img {
	height: auto;
	width: auto;
}
.banner {
	padding-bottom: 0px;
	min-height: 225px;
	margin-top:0px;
}
#homerow2text {
	width: 42.5%;
	text-align: left;
}
#homerow2text p, #homerow2text h2 {
	margin-right: 0px;
}
#introtext {
	float: left;
	width: 42.5%;
	margin-right:0px;
}
#intropic {
	float: right;
	width: 47%;
}
#interactivemap {
	float: right;
	width: 50%;
}
#searchbox {
	padding-top: 35px;
	right: 30px;
}
#searchbox ul {
	color: #FFF;
}
#searchbox ul a {
	color: #FFF;
}
#footer {
	text-align: right;
}
#footer ul {
	padding-left: 0px;
}
#maincopy h1 {
	line-height: 1.2em;
	font-size: 3.5em;
}
.slider-wrapper {
	margin-top:0px;
}
#footer p {
	width: 300px;
	padding-left: 30px;
}
#pagepadding {
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 30px;
	overflow: hidden;
}
.homenewsstory {
	padding-right: 30px;
	padding-left: 30px;
	clear: both;
	overflow: hidden;
	margin-bottom: 20px;
}
#homerow4 h2 {
	margin-right: 30px;
	margin-left: 30px;
}
.whatsonitem p {
	margin-right: 5em;
}
.whatsonitem a.morebtn {
	margin-top: -3em;
}

}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
	#nav li {
	float: left;
}
	#nav li a {
	/*line-height: 2.5em;*/
	padding-right: 15px;
	padding-left: 15px;
	display:block;
}
.gridContainer, .gridContainerhome {
	width: 100%;
	max-width: 990px;
	margin: auto;
	padding-left: 0;
	padding-right: 0;
}
#maincopy {
	float: left;
	background-image: url(../images/paperback-white.jpg);
	-moz-box-shadow: 3px 8px 10px #cccccc;
	-webkit-box-shadow: 3px 8px 10px #cccccc;
	box-shadow: 3px 8px 10px #cccccc;
	text-align: left;
	overflow: hidden;
	width: 70%;
}
#homerow4 #rightcol {
	float: right;
	width: 49%;
}
#homerow4 #leftcol {
	float: left;
	width: 49%;
}
#rightcol {
	float: left;
	width: 30%;
	text-align: left;
}
#whitepaper {
	margin-left: 15px;
}
#gallerycol {
	float: left;
	width: 58%;
}
#innercol1 {
	float: left;
	width: 42%;
}
#galleryspacer {
	padding-left: 15px;
	padding-right: 15px;
}
#socaillinks {
	float: right;
}
#logo {
	left: 55px;
}
#row2 {
	margin-top: 20px;
}
#intropic {
	height: 325px;
}
}
.placestopicbox {
	width: 22%;
	float: left;
	padding-right: 3%;
}
#tweetbox {
	padding-right: 30px;
	padding-left: 30px;
}
