@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif, Trebuchet MS;
	margin: 0px;
	padding: 0px;
		font-size: 85%;
}
td,th {
	font-family: Arial, Helvetica, sans-serif, Trebuchet MS;
	font-size: 85%;
}
p {
	font-size: 90%;
	line-height: 120%;
}
body {
	background-color: #31639c;
	margin-left: 10px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
}
a:link {
	color: #31639c;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {
	text-decoration: none;
}
h1 {
	font-size: 120%;
	color: #31639c;
}
h2 {
	font-size: 100%;
	color: #990000;
}
.thrColFixHdr #container {
	width: 1020px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #container2 {
	width: 1020px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #064475;
	background-image: url(images/SearchBack_punts.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-bottom: 0px;
} 

.thrColFixHdr #banner {
	background-color: #31639c;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #31639c;
	padding: 0px;
	height: 85px;
} 
.bannerLeft {
	background-position: left;
	float: left;
	height: 90px;
	width: 120px;
	margin-left: 10px;
}
.bannerMiddle {
	float: left;
	height: 90px;
	width: 728px;
	margin-left: 16px;
	margin-top: 0px;
}
.bannerRight {
	float: left;
	height: 90px;
	width: 120px;
	margin-left: 11px;
}

.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 240px; /* padding keeps the content of the div away from the edges */
	background-color: #D3E8FF;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-top: 3px;
}
.thrColFixHdr #container #sidebar1 p {
	padding-right: 5px;
	padding-left: 5px;
	font-size: 100%;
}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-top: 3px;
}

.thrColFixHdr #sidebar3 {
	float: right; /* since this element is floated, a width must be given */
	width: 1px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}


.thrColFixHdr #mainContent {
	margin-top: 0px;
	margin-right: 300px;
	margin-bottom: 0px;
	margin-left: 240px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #dcdbc7;
} 
.thrColFixHdr #mainContentHome {
	margin-top: 0px;
	margin-right: 300px;
	margin-bottom: 0px;
	margin-left: 250px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #b8b7a5;
} 
.thrColFixHdr #mainContentHome h1{
	margin-left: 10px;
} 
.thrColFixHdr #mainContentHome h2{
	margin-left: 10px;
} 
.thrColFixHdr #mainContentHome p{
	margin-left: 10px;
} 
.thrColFixHdr #mainContent2 {
	margin-top: 0px;
	margin-right: 310px;
	margin-bottom: 0px;
	margin-left: 260px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #F0EFE1;
} 
.thrColFixHdr #mainContent3 {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 260px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #F0EFE1;
} 

.rotatingimage {
	border: thick solid #064475;
}

.thrColFixHdr #container #mainContent p {
	line-height: 130%;
	font-size: 90%;
}

h4 {
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 5px;
	padding-left: 5px;
	font-size: 90%;
	background-position: left bottom;
	vertical-align: bottom;
	line-height: 50%;
	text-transform: uppercase;
}
.tabbox {
	background-color: #FFFFFF;
	width: 227px;
	background-position: center;
	border: thin solid #31639C;
	padding-top: 10px;
	line-height: 100%;
}

.tabboxtop {
	margin-left: 3px;
	margin-bottom: 0px;
	height: 36px;
	vertical-align: bottom;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	background-image: url(images/LargeTabBackground.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

.tabbox2 {
	background-color: #FFFFFF;
	width: 227px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	border: thin solid #31639C;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 90%;
	line-height: 100%;
}

.tabboxtop2 {
	margin-left: 1px;
	margin-bottom: 3px;
	background-repeat: no-repeat;
	height: 36px;
	vertical-align: bottom;
	background-position: bottom;
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(images/SmallTabBackground.gif);
}
.thrColFixHdr #container #sidebar1 .tabbox a {
	display: block;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #31639C;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-bottom: 2px;
	margin-right: 5px;
	margin-left: 5px;
	font-size: 110%;
}
.thrColFixHdr #container #sidebar1 .tabboxNoBorder a {
	padding-top: 5px;
	padding-bottom: 10px;
	margin-bottom: 2px;
}

.tabboxNoBorder {
	background-color: #FFFFFF;
	width: 227px;
	background-position: center;
	border: thin solid #31639C;
	padding-top: 10px;
	line-height: 100%;
}

.thrColFixHdr #container #sidebar2 .tabbox2 a {
	display: block;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #31639C;
	padding: 10px;
	margin-right: 5px;
	margin-left: 5px;
	font-size: 110%;
}
.thrColFixHdr #container #sidebar2 .tabbox2 p {
	display: block;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #31639C;
	padding: 2px;
	margin-right: 5px;
	margin-left: 5px;
	font-size: 110%;
}

.tabboxtop3 {
	margin-left: 3px;
	margin-bottom: 0px;
	height: 36px;
	vertical-align: bottom;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #31639c;
	padding: 0px;
}

.tabbox3 {
	background-color: #FFFFFF;
	width: 290px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	border: thin solid #31639C;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 90%;
	line-height: 100%;
}
.thrColFixHdr #container #sidebar2 .tabbox3 p {
	display: block;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #31639C;
	padding: 2px;
	margin-right: 5px;
	margin-left: 5px;
	font-size: 110%;
}
.newsitem {
	background-color: #F0EFE1;
	display: block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #1C3A5F;
	margin: 0px;
	font-size: 90%;
	line-height: 130%;
}
.thrColFixHdr #container #mainContent .newsitem img {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}


.thrColFixHdr #footer {
	background-color: #FFFFFF;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #31639C;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-right: 10px;
	margin-left: 10px;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
	background-position: center;
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#search {
	vertical-align: bottom;
	width: 350px;
	float: right;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 10px;
}
#navigation {
	width: 1020px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #064475;
	height: 34px;
	padding: 0px;
	margin-bottom: 5px;
}
.SightseeingImg {
	margin-bottom: 10px;
	margin-left: 10px;
}
.photoGalleryBack {
	background-color: #F0EFE1;
	height: 160px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.photogalleryLeft {
	float: left;
	margin-left: 15px;
	margin-bottom: 8px;
}
.photogalleryRight {
	float: right;
	margin-right: 15px;
	margin-bottom: 8px;
}
.dots {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #31639c;	
}.thrColFixHdr #container #mainContent table {
	font-size: 120%;
}
.thrColFixHdr #container #mainContent .newsitem td {
	font-size: 100%;
	line-height: 120%;
}
.childFriendly {
	background-color: #CCF;
}
.calendar {
	margin-left: 5px;
}
.maplist li {
	font-size: 90%;
}
.boxAd {
	background-position: center;
	padding: 3px;
	border: thin solid #31639C;
	background-color: #DFEEFF;
}

.film {
	margin-right: 20px;
	margin-left: 20px;
	font-size: 110%;
	line-height: 130%;
}
.thrColFixHdr #container #mainContent .newsitem .film table {
	margin-left: 10px;
}
.googleMidPage {
	margin-top: 5px;
	margin-bottom: 5px;
}
.whiteBoxText {
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 3px;
	padding-left: 3px;
	margin-bottom: 3px;
	font-size: medium;
}
.replayheads {
	font-size: 100%;
	font-weight: bold;
	padding-bottom: 5px;
}

.restaurantname {
	font-size: 2.4em;
	font-weight: normal;
	color: #990000;
	line-height: 120%;
}

.restaurantsection {
	font-size: 1.8em;
	font-weight: normal;
	color: #990000;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	margin-top: 15px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
h6 {
	font-size: 1.4em;
	font-weight: normal;
	color: #990000;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

.restaurantlist {
	list-style-type: disc;
	padding-left: 2em;
	font-size: 1.4em;
	text-decoration: none;
	font-weight: normal;
	line-height: 100%;
	}

.rest_highlight {
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 25px;
	width: 200px;
	background-color: #DEDDC9;
	padding: 5px;
}
.sidebarpadding {
	padding-left: 15px;
}
.twitpic {
	float: left;
	margin-right: 7px;
	height: 48px;
	width: 48px;
	padding-right: 7px;
}
.twittext {
	float: left;
	padding-right: 10px;
}

.tweets {
	width: 430px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-top: 4px;
	padding-bottom: 4px;
	min-height: 60px;
}
.clearflt {
	clear: both;
}
.festivals img{
	float:left;
	padding-right: 10px;
	padding-bottom: 5px;
}
.festivals {
border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #31639c;
	}