@charset "utf-8";
/* CSS Document */


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 15px;
}
body {
	background-color: #FFF;
	background-image: url(../images/bodybg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
}
a:link {
	color: #7D0020;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #7D0020;
}
a:hover {
	text-decoration: underline;
	color: #444444;
}
a:active {
	text-decoration: none;
	color: #7D0020;
}
h1 {
	color: #7D0020;
	font-size: 24px;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
}
h2 {
	color: #7D0020;
	font-size: 20px;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
}
h3 {
	color: #AAAAAA;
	font-size: 15px;
}
h1 .aNoU:link, h2 .aNoU:link, h3 .aNoU:link {
	color: #7D0020;
	text-decoration: none;
}
h1 .aNoU:visited, h2 .aNoU:visited, h3 .aNoU:visited {
	text-decoration: none;
	color: #7D0020;
}
h1 .aNoU:hover, h2 .aNoU:hover, h3 .aNoU:hover {
	text-decoration: none;
	color: #000000;
}
h1 .aNoU:active, h2 .aNoU:active, h3 .aNoU:active {
	text-decoration: none;
	color: #7D0020;
}


#managecookiesbg {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.75);
	z-index: 100;
	position: fixed;
	top: 0px;
	left: 0px;
	display: none;
}

#managecookiesbg #managecookies {
	width: 550px;
	height: 360px;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 20px 0 #000000;
	z-index: 101;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -180px;
	margin-left: -275px;
	border: 0px solid #000000;
	border-radius: 10px;
	display: none;
}

#managecookiesbg #managecookies .cookieheader {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 24px;
}

#managecookiesbg #managecookies .cookieheader .cookietype {
	float: left;
	width: 410px;
	font-size: 16px;
	line-height: 19px;
	color: #000000;
	font-weight: bold;
	padding-top: 8px;
}

#managecookiesbg #managecookies .cookieheader .cookiesettingtoggle {
	float: left;
	width: 100px;
	text-align: right;
}

#managecookiesbg #managecookies .cookieheader .cookiesettingtext {
	float: left;
	width: 100px;
	font-size: 14px;
	line-height: 19px;
	color: #7D0020;
	font-weight: bold;
	font-style: italic;
	text-align: right;
	padding-top: 8px;
}

#managecookiesbg #managecookies .cookiecontents {
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	line-height: 17px;
	color: #666666;
	font-weight: normal;
}

#managecookiesbg #managecookies .cookiecomments {
	margin-left: 120px;
	margin-right: 120px;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	text-align: center;
	color: #666666;
	padding-top: 5px;
	padding-bottom: 10px;
}

#managecookiesbg #managecookies .managecookiesbuttons {
	margin-left: auto;
	margin-right: auto;
	width: 302px;
}

#managecookiesbg #managecookies h1 {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	color: #7D0020;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
}

#managecookiesbg #managecookies p {
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}

#managecookiesbg #managecookies .cookiebreakline {
	height: 20px;
	width: 100%;
}

#managecookiesbg #managecookies .dividerline {
	height: 1px;
	margin-top: 0px;
	margin-bottom: 15px;
	background-color: #CCCCCC;
	background-image: linear-gradient(left , white 2%, #CCCCCC 50%, white 98%);
	background-image: -o-linear-gradient(left , white 2%, #CCCCCC 50%, white 98%);
	background-image: -moz-linear-gradient(left , white 2%, #CCCCCC 50%, white 98%);
	background-image: -webkit-linear-gradient(left , white 2%, #CCCCCC 50%, white 98%);
	background-image: -ms-linear-gradient(left , white 2%, #CCCCCC 50%, white 98%);
	background-image: -webkit-gradient( linear, left bottom, right bottom, color-stop(0.02, white), color-stop(0.5, #CCCCCC), color-stop(0.98, white) );
}

#managecookiesbg #cookiebuttonallowall {
	width: 140px;
	height: 24px;
	float: left;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding-top: 8px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #7D0020;
	border: 0px solid #000000;
	border-radius: 5px;
}
#managecookiesbg #cookiebuttonallowall:hover {
	background-color: #000000;
	cursor: pointer;
}

#managecookiesbg #cookiebuttonsavechoices {
	width: 140px;
	height: 23px;
	float: left;
	color: #BBBBBB;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding-top: 7px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
}
#managecookiesbg #cookiebuttonsavechoices:hover {
	background-color: #EEEEEE;
	cursor: pointer;
}

#managecookiesbg .cookiespacer {
	width: 20px;
	height: 35px;
	float: left;
}



#cookiemsgbg {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.75);
	z-index: 100;
	position: fixed;
	top: 0px;
	left: 0px;
	display: none;
}

#cookiemsgbg #cookiemsg {
	width: 100%;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 20px 0 #000000;
	z-index: 101;
	position: fixed;
	bottom: 0px;
	left: 0px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	display: none;
}

#cookiemsgbg #cookiemsg h1 {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	color: #7D0020;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
}

#cookiemsgbg #cookiemsg p {
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}

#cookiemsgbg #cookiebuttonacceptall {
	width: 140px;
	height: 23px;
	float: left;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding-top: 7px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #7D0020;
	border: 0px solid #000000;
	border-radius: 5px;
}
#cookiemsgbg #cookiebuttonacceptall:hover {
	background-color: #000000;
	cursor: pointer;
}

#cookiemsgbg #cookiebuttonmanage {
	width: 140px;
	height: 23px;
	float: left;
	color: #BBBBBB;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding-top: 7px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
}
#cookiemsgbg #cookiebuttonmanage:hover {
	background-color: #EEEEEE;
	cursor: pointer;
}

#cookiemsgbg .cookiespacer {
	width: 20px;
	height: 35px;
	float: left;
}


#cookiebuttonprivacy {
	width: 140px;
	height: 23px;
	float: none;
	color: #BBBBBB;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding-top: 7px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
}
#cookiebuttonprivacy:hover {
	background-color: #EEEEEE;
	cursor: pointer;
}


.switch {
	position: relative;
	display: inline-block;
	width: 42px;
	height: 24px;
}
.switch input { /* Hide default switch */
	opacity: 0;
	width: 0;
	height: 0;
}
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #CCCCCC;
	-webkit-transition: .4s;
	transition: .4s;
}
.slider:before {
	position: absolute;
	content: "";
	height: 18px;
	width: 18px;
	left: 3px;
	bottom: 3px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}
input:checked + .slider {
	background-color: #7D0020;
}
input:focus + .slider {
	box-shadow: 0 0 1px #7D0020;
}
input:checked + .slider:before {
	-webkit-transform: translateX(18px);
	-ms-transform: translateX(18px);
	transform: translateX(18px);
}
.slider.round {
	border-radius: 18px;
}
.slider.round:before {
	border-radius: 50%;
}


input[type="text"] {
    -webkit-appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
select {
    -webkit-appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.mobilespacer {
	display: none;	
}
.mobile-wrap {
	display: none;	
}
.navigation {
	display: none;
}
#mobiletopmenubg {
	margin: 0px;
	padding: 0px;
	background-color: #7D0020;
	height: 46px;
	width: 100%;
	display: none;
	overflow: hidden;
}
#mobiletopmenubg #mobiletopmenu {
	padding: 0px;
	width: 1200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#mobiletopmenubg #mobiletopmenu .mobilemenu{
	padding: 0px;
	float: left;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 14px;
	margin-left: 0px;
}
#mobiletopmenubg #mobiletopmenu .mobilemenu a img{
	margin: 0px;
	padding: 0px;
	height: 17px;
	width: 22px;
}
#mobiletopmenubg #mobiletopmenu .reservebyphone{
	padding: 0px;
	float: right;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
#mobiletopmenubg #mobiletopmenu .reservebyphone a img{
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 51px;
}
#logotelslogan {
	display: block;
	padding: 0px;
	height: 150px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 1200px;
	position: relative;
}
#logotelslogan #logo {
	display: block;
	padding: 0px;
	float: left;
	height: 100px;
	width: 332px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
#logotelslogan #logo a img {
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 332px;
}

#logotelslogan #telslogan {
	display: block;
	padding: 0px;
	float: right;
	width: 320px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#logotelslogan #telslogan #tel {
	display: block;
	margin: 0px;
	padding: 0px;
}
#logotelslogan #telslogan #tel #telpic {
	margin: 0px;
	padding: 0px;
	float: right;
}
#logotelslogan #telslogan #tel #telpic img {
	margin: 0px;
	padding: 0px;
	height: 29px;
	width: 36px;
}
#logotelslogan #telslogan #tel #teltext {
	padding: 0px;
	float: right;
	font-size: 34px;
	color: #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#logotelslogan #telslogan #slogan {
	padding: 0px;
	float: right;
	display: block;
	font-size: 25px;
	font-style: italic;
	color: #666666;
	margin-top: 10px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#menubar {
	background-image: url(../images/menubg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BBBBBB;
	box-shadow: 0px 4px 4px #333333;
	-moz-box-shadow: 0px 4px 4px #333333;
	-webkit-box-shadow: 0px 4px 4px #333333;
	z-index: 8;
	position: relative;
}
#menubar #menu {
	display: block;
	padding: 0px;
	height: 40px;
	width: 1200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#menubar #menu #main-nav {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 40px;
	width: 850px;
}

#menubar #menu #main-nav ul {
	margin: 0px;
	padding: 0px;
}

#menubar #menu #main-nav ul li {
	display: inline;
	height: 27px;
	float: left;
	list-style: none;
	font-size: 15px;
	padding: 0px;
	margin-top: 13px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
}

#menubar #menu #main-nav ul li a:link {color: #444444; text-decoration: none;}
#menubar #menu #main-nav ul li a:visited {color: #444444; text-decoration: none;}
#menubar #menu #main-nav ul li a:hover {
	color: #888888;
	text-decoration: none;
}
#menubar #menu #main-nav ul li a:focus {
	color: #888888;
	text-decoration: none;
}
#menubar #menu #main-nav ul li a:active {
	color: #888888;
	text-decoration: none;
}
#menubar #menu #main-nav ul li ul {
	margin: 0px;
	padding: 0px;
	display: none;
	position: absolute;
	left: 0px;
	top: 27px;
	background-color: rgba(125,0,32,0.75);
	box-shadow: 2px 2px 5px #000000;
	-moz-box-shadow: 2px 2px 5px #000000;
	-webkit-box-shadow: 2px 2px 5px #000000;
}
#menubar #menu #main-nav ul li:hover ul {
	display: block;
	width: 200px;
}
#menubar #menu #main-nav ul li:active ul {
	display: block;
	width: 200px;
}
#menubar #menu #main-nav ul li ul li {
	list-style:none;
	display:list-item;
	width:100%;
	height: 39px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	transition: 0.5s ease-in-out;
}
#menubar #menu #main-nav ul li ul li:hover {
	background-color: rgba(0,0,0,0.5);
	transition: 0.5s ease-in-out;
}

#menubar #menu #main-nav ul li ul li a {
	font-size: 15px;
	display: block;
	width: 100%;
	height: 15px;
	font-weight: normal;
	line-height: 15px;
	padding-left: 20px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 0px;
	margin: 0px;
}
#menubar #menu #main-nav ul li ul li a:link {color: #EEEEEE; text-decoration: none;}
#menubar #menu #main-nav ul li ul li a:visited {color: #EEEEEE; text-decoration: none;}
#menubar #menu #main-nav ul li ul li a:hover {color: #FFFFFF; text-decoration: none;}
#menubar #menu #main-nav ul li ul li a:focus {color: #FFFFFF; text-decoration: none;}
#menubar #menu #main-nav ul li ul li a:active {color: #FFFFFF; text-decoration: none;}
.social   {
	display: block;
	padding: 0px;
	float: right;
	height: 25px;
	width: 120px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	text-align: right;
}
.social a   {
	margin: 0px;
	padding: 0px;
}
.social a img   {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 25px;
	width: 25px;
}
.social a img:hover,.social a img:focus , .social a img:active      {
	background-color: #FFFFFF;
	transition: 0.5s ease-in-out;
}
@keyframes 
45% {
opacity:1;
z-index: 1;
}
55% {
opacity:0;
z-index: 1;
}
100% {
opacity:0;
z-index: 0;
}
}
@keyframes 
45% {
opacity:1;
z-index: 1;
}
55% {
opacity:0;
z-index: 1;
}
100% {
opacity:0;
z-index: 0;
}
}
#titlewrap {
	margin: 0px;
	padding: 0px;
	height: 180px;
	width: 100%;
	
}
#titlewrap #titleimage {
	background-image: url(../images/titlebgs/bgvans.jpg);
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 180px;
	background-repeat: no-repeat;
	overflow: hidden;
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
	box-shadow:  inset 0px -60px 100px -30px #000000;
	-moz-box-shadow: inset 0px -60px 100px -30px #000000;
	-webkit-box-shadow: inset 0px -60px 100px -30px #000000;
}
#titlewrap #titleimage #titlecontent {
	padding: 0px;
	width: 1200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#titlewrap #titleimage #titlecontent h1{
	font-size: 35px;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 0px;
	font-weight: bold;
	margin-top: 130px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.lightbox {
	display: none;
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    background: black;
    background: rgba(0,0,0,0.8);
}
.lightbox .lightboximg {
	max-width: 90%;
  	max-height: 80%;
  	margin-top: 5%;
}
.lightbox:target {
  	display: block;
  	outline: none;
}
#maincontentwrap {
	margin: 0px;
	padding: 0px;
	width: 100%;
	position: relative;
}
#maincontentwrap #maincontent {
	width: 1200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
#maincontentwrap #maincontent p  {
	font-size: 15px;
	margin: 0px;
	line-height: 20px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#maincontentwrap #maincontent .img100Percent {
	padding: 0px;
	float: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	display: block;
	width: 100%;
	height: auto;
}
#maincontentwrap #maincontent .imgright {
	padding: 0px;
	float: right;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 40px;
}

#maincontentwrap #maincontent .imgleft {
	padding: 0px;
	float: left;
	margin-top: 20px;
	margin-right: 40px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#maincontentwrap #maincontent .imgright450 {
	padding: 0px;
	float: right;
	height: auto;
	width: 450px;
	margin-top: -45px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 40px;
}

#maincontentwrap #maincontent .imgleft450 {
	padding: 0px;
	float: left;
	margin-top: -45px;
	margin-right: 40px;
	margin-bottom: 20px;
	margin-left: 0px;
	width: 450px;
	height: auto;
}
#maincontentwrap #maincontent .imgrightappform {
	padding: 0px;
	float: right;
	height: auto;
	width: 300px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 40px;
}
#maincontentwrap #maincontent #pageheading {
	display: none;
}

#maincontentwrap #maincontent noscript #nojs {
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	border: 2px solid #CCCCCC;
	border-radius: 10px;
	padding-left: 15px;
	padding-right: 15px;
}

#maincontentwrap #maincontent noscript #nojs h2 {
	font-size: 18px;
	padding-top: 15px;
	padding-bottom: 5px;
	text-align: center;
	color: #7D0020;
	font-weight: bold;
}

#maincontentwrap #maincontent noscript #nojs p {
	text-align: center;
	color: #666666;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 15px;
}

#maincontentwrap #maincontent .olterms  {
	margin: 0px;
	list-style-type: lower-roman;
	line-height: 20px;
	list-style-position: inside;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#maincontentwrap #maincontent .ulterms  {
	margin: 0px;
	list-style-type: none;
	line-height: 20px;
	list-style-position: inside;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#maincontentwrap #maincontent .olterms li, #maincontentwrap #maincontent .ulterms li {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
#maincontentwrap #maincontent .ulterms li br {
	margin: 0px;
	line-height: 20px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#maincontentwrap #maincontent .ulterms li .ultermslvl2 {
	margin: 0px;
	list-style-type: none;
	line-height: 20px;
	padding-top: 5px;
	list-style-position: inside;
	padding-bottom: 5px;
}
#maincontentwrap #maincontent .ulterms li .ultermslvl2 li {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 30px;
}
#maincontentwrap #maincontent .ulterms li .ultermslvl2 li .ultermslvl3 {
	margin: 0px;
	list-style-type: none;
	line-height: 20px;
	padding-top: 5px;
	list-style-position: inside;
	padding-bottom: 5px;
}
#maincontentwrap #maincontent .ulterms li .ultermslvl2 li .ultermslvl3 li {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 45px;
}
#maincontent .specialofferholder1 {
	padding: 0px;
	width: 1198px;
	border: 1px solid #666666;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 60px;
	margin-left: 0px;
}

#maincontent .specialofferholder2 {
	padding: 0px;
	width: 1198px;
	border: 1px solid #666666;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 60px;
	margin-left: 0px;
}
#maincontent .specialofferholder3 {
	padding: 0px;
	width: 1198px;
	border: 1px solid #666666;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 60px;
	margin-left: 0px;
}
#maincontent .specialofferimg {
	padding: 0px;
	width: 100%;
	margin: 0px;
}
#maincontent .specialofferimg img {
	padding: 0px;
	width: 100%;
	margin: 0px;
}

#maincontent .specialoffertext  {
	padding: 0px;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 30px;
}
#maincontent .specialoffertext .offerh2 {
	font-size: 25px !important;
	color: #000000 !important;
}
#maincontent .specialoffertext .offerp {
	font-size: 17px !important;
	line-height: 25px !important;
	color: #666666 !important;
}
#maincontent .specialoffertext .offerp .offerimg {
	display: block;
	width: 460px;
	height: 222px;
	float: right;
}
#maincontent .locationpgleftwrap {
	padding: 0px;
	float: left;
	width: 320px;
	margin: 0px;
}
#maincontent .locationpgleftwrap .locationpgleft {
	padding: 0px;
	width: 100%;
	background-color: #7D0020;
	border-radius: 10px;
	-webkit-background-clip: border-box;
	-moz-background-clip: border;
	background-clip: border-box;
	box-shadow: 0px 1px 2px #444444;
	-moz-box-shadow: 0px 1px 2px #444444;
	-webkit-box-shadow: 0px 1px 2px #444444;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}
#maincontent .locationpgrightwrap {
	padding: 0px;
	float: left;
	width: 840px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
}
#maincontent .locationpgrightwrap .locationpgright {
	padding: 0px;
	width: 100%;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 40px;
	background-color: #7D0020;
	border-radius: 10px;
	-webkit-background-clip: border-box;
	-moz-background-clip: border;
	background-clip: border-box;
	box-shadow: 0px 1px 2px #444444;
	-moz-box-shadow: 0px 1px 2px #444444;
	-webkit-box-shadow: 0px 1px 2px #444444;
}
#maincontent .locationpgrightwrap .locationpgright #locationspagemap  {
	padding: 0px;
	height: 300px;
	width: 100%;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#maincontent .locationpgrightwrap .locationpgright #sendbranchcontactform {
	padding: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#maincontent .locationpgrightwrap .locationpgright #sendbranchcontactform .pageresrow {
	padding: 0px;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 5px;
}
#maincontent .locationpgrightwrap .locationpgright #sendbranchcontactform .pageresrow .bookingcaption {
	font-size: 14px;
	padding: 0px;
	color: #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	font-weight: bold;
}
#maincontent .locationpgrightwrap .locationpgright #sendbranchcontactform .pageresrow .bookingfield {
	margin: 0px;
	padding: 0px;
}
#maincontent .locationpgrightwrap .locationpgright #sendbranchcontactform .pageresrow .bookingfield #name {
	height: 45px;
	width: 100%;
	font-size: 25px;
	color: #7D0020;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-radius: 5px;
	box-shadow: 0px 1px 2px #AAAAAA;
	-moz-box-shadow: 0px 1px 2px #AAAAAA;
	-webkit-box-shadow: 0px 1px 2px #AAAAAA;
	background-color: #EEEEEE;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
}
#maincontent .locationpgrightwrap .locationpgright #sendbranchcontactform .pageresrow .bookingfield #telno {
	height: 45px;
	width: 100%;
	font-size: 25px;
	color: #7D0020;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-radius: 5px;
	box-shadow: 0px 1px 2px #AAAAAA;
	-moz-box-shadow: 0px 1px 2px #AAAAAA;
	-webkit-box-shadow: 0px 1px 2px #AAAAAA;
	background-color: #EEEEEE;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
}
#maincontent .locationpgrightwrap .locationpgright #sendbranchcontactform .pageresrow .bookingfield #email {
	height: 45px;
	width: 100%;
	font-size: 25px;
	color: #7D0020;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-radius: 5px;
	box-shadow: 0px 1px 2px #AAAAAA;
	-moz-box-shadow: 0px 1px 2px #AAAAAA;
	-webkit-box-shadow: 0px 1px 2px #AAAAAA;
	background-color: #EEEEEE;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
}
#maincontent .locationpgrightwrap .locationpgright #sendbranchcontactform .pageresrow .bookingfield #subject {
	height: 45px;
	width: 100%;
	font-size: 25px;
	color: #7D0020;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-radius: 5px;
	box-shadow: 0px 1px 2px #AAAAAA;
	-moz-box-shadow: 0px 1px 2px #AAAAAA;
	-webkit-box-shadow: 0px 1px 2px #AAAAAA;
	background-color: #EEEEEE;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	cursor: pointer;
}
#maincontent .locationpgrightwrap .locationpgright #sendbranchcontactform .pageresrow .bookingfield #message {
	width: -moz-calc(100% - 5px);
	width: -webkit-calc(100% - 5px);
	width: -o-calc(100% - 5px);
	width: calc(100% - 5px);
	height: 200px;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 25px;
	color: #7D0020;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-radius: 5px;
	box-shadow: 0px 1px 2px #AAAAAA;
	-moz-box-shadow: 0px 1px 2px #AAAAAA;
	-webkit-box-shadow: 0px 1px 2px #AAAAAA;
	background-color: #EEEEEE;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
}
#maincontent .locationpgrightwrap .locationpgright #sendbranchcontactform #booksubmit {
	display: block;
	width: 100%;
	height: 55px;
	color: #FFFFFF;
	font-size: 25px;
	text-align: center;
	padding-top: 0px;
	margin-top: 50px;
	margin-bottom: 50px;
	cursor: pointer;
	border: 0px;
	background-color: #7D0020;
	box-shadow: inset 0px 0px 6px #000000;
	-moz-box-shadow: inset 0px 0px 6px #000000;
	-webkit-box-shadow: inset 0px 0px 6px #000000;
}
#maincontent .locationpgrightwrap .locationpgright #sendbranchcontactform #booksubmit:link {color: #FFFFFF; text-decoration: none;}
#maincontent .locationpgrightwrap .locationpgright #sendbranchcontactform #booksubmit:visited {color: #FFFFFF; text-decoration: none;}
#maincontent .locationpgrightwrap .locationpgright #sendbranchcontactform #booksubmit:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #333333;
	transition: 0.5s ease-in-out;
}
#maincontent .locationpgrightwrap .locationpgright #sendbranchcontactform #booksubmit:focus {
	color: #FFFFFF;
	text-decoration: none;
}
#maincontent .locationpgrightwrap .locationpgright #sendbranchcontactform #booksubmit:active {
	color: #FFFFFF;
	text-decoration: none;
}
#maincontent .locationpgrightwrap .locationpgright #sendbranchcontactform .pageerrorrow{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	width: 100%;
}
#maincontent .locationpgrightwrap .locationpgright #sendbranchcontactform .validationError{
	font-size: 14px;
	line-height: 18px;
	color: #FF0000;
}
#maincontent .boxwrapout1 {
	padding: 0px;
	float: left;
	width: 384px;
	margin-top: 0px;
	margin-right: 24px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#maincontent .boxwrapout2 {
	padding: 0px;
	float: left;
	width: 384px;
	margin-top: 0px;
	margin-right: 24px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#maincontent .boxwrapout3 {
	padding: 0px;
	float: left;
	width: 384px;
	margin: 0px;
}
#maincontent .boxwrap {
	padding: 0px;
	width: 100%;
	background-color: #7D0020 !important;
	border-radius: 10px;
	-webkit-background-clip: border-box;
	-moz-background-clip: border;
	background-clip: border-box;
	box-shadow: 0px 1px 2px #444444;
	-moz-box-shadow: 0px 1px 2px #444444;
	-webkit-box-shadow: 0px 1px 2px #444444;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}


#maincontent .boxwrapsepline {
	display: none;
	background-color: #7D0020;
	color: #7D0020;
}

#maincontent .boxwrap .boxwrapheader {
	padding: 0px;
	width: 100%;
	height: 42px;
	margin: 0px;
}
#maincontent .boxwrap .boxwrapheader .boxwrapheaderh2 {
	font-size: 20px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-left: 15px;
}
#maincontent .boxwrap .boxwrapheader .boxwrapheaderh2 a {
	color: #FFFFFF;
}
#maincontent .boxwrap .boxwrapheader .boxwrapheaderh2 a:link {
	color: #FFFFFF;
}
#maincontent .boxwrap .boxwrapheader .boxwrapheaderh2 a:active {
	color: #FFFFFF;
}
#maincontent .boxwrap .boxwrapheader .boxwrapheaderh2 a:visited {
	color: #FFFFFF;
}
#maincontent .boxwrap .boxwrapheader .boxwrapheaderh2 a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
#maincontent .boxwrap .boxwrapcontent  {
	margin: 0px;
	width: 100%;
	color: #999999;
	background-color: #FFFFFF;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-background-clip: border-box;
	-moz-background-clip: border;
	background-clip: border-box;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#maincontent .boxwrap .boxwrapcontent .boxwrapcontentleft {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 48%;
}
#maincontent .boxwrap .boxwrapcontent .boxwrapcontentright {
	padding: 0px;
	float: left;
	width: 48%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 4%;
}

#maincontent .boxwrap .boxwrapcontent .boxwrapcontenth3 {
	font-size: 20px !important;
	color: #7D0020 !important;
	padding-top: 10px !important;
	padding-bottom: 5px !important;
	padding-left: 15px !important;
	margin: 0px !important;
}
#maincontent .boxwrap .boxwrapcontent .boxwrapcontentp {
	font-size: 15px !important;
	color: #666666 !important;
	padding-top: 5px !important;
	padding-bottom: 15px !important;
	padding-left: 15px !important;
	line-height: 19px !important;
	margin: 0px !important;
	padding-right: 15px !important;
}
#maincontent .boxwrapcontentul {
	font-size: 15px !important;
	color: #666666 !important;
	line-height: 19px !important;
	list-style-type: square;
	padding: 0px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	list-style-position: inside;
}
#maincontent .boxwrapcontentul li  {
	font-size: 15px !important;
	color: #666666 !important;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	padding-left: 0px !important;
	line-height: 19px !important;
	margin: 0px !important;
	padding-right: 0px !important;
}

#maincontent .reseditleftwrap {
	padding: 0px;
	float: left;
	width: 320px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
}

#maincontent .formSent {
	padding: 10px;
	width: -moz-calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
	width: -o-calc(100% - 20px);
	width: calc(100% - 20px);
	background-color: #FFFFFF;
	border-radius: 10px;
	-webkit-background-clip: border-box;
	-moz-background-clip: border;
	background-clip: border-box;
	box-shadow: 0px 1px 2px #444444;
	-moz-box-shadow: 0px 1px 2px #444444;
	-webkit-box-shadow: 0px 1px 2px #444444;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 0px;
	display: none;
	font-size: 19px;
	text-align: center;
	line-height: 26px;
}

#maincontent .reseditrightwrap {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 840px;
}



#maincontent #reseditleft {
	padding: 0px;
	width: 100%;
	background-color: #7D0020;
	border-radius: 10px;
	-webkit-background-clip: border-box;
	-moz-background-clip: border;
	background-clip: border-box;
	box-shadow: 0px 1px 2px #444444;
	-moz-box-shadow: 0px 1px 2px #444444;
	-webkit-box-shadow: 0px 1px 2px #444444;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}

#maincontent #reseditleft #reservationpagemap {
	padding: 0px;
	height: 200px;
	width: 100%;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

#maincontent #reseditright {
	padding: 0px;
	width: 100%;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 40px;
	background-color: #7D0020;
	border-radius: 10px;
	-webkit-background-clip: border-box;
	-moz-background-clip: border;
	background-clip: border-box;
	box-shadow: 0px 1px 2px #444444;
	-moz-box-shadow: 0px 1px 2px #444444;
	-webkit-box-shadow: 0px 1px 2px #444444;
}

#maincontent .reseditheader  {
	padding: 0px;
	width: 100%;
	height: 42px;
	margin: 0px;
}
#maincontent .reseditheader .reseditheaderh2  {
	font-size: 24px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-left: 15px;
}
#maincontent .reseditcontent  {
	margin: 0px;
	width: 100%;
	color: #999999;
	background-color: #FFFFFF;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-background-clip: border-box;
	-moz-background-clip: border;
	background-clip: border-box;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#maincontent .reseditcontent .reseditinscoverbg {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
	width: -moz-calc(100% / 3);
	width: -webkit-calc(100% / 3);
	width: -o-calc(100% / 3);
	width: calc(100% / 3);
}
#maincontent .reseditcontent .reseditinscoverbg #inscoverinnerbronze {
	width: 200px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-radius: 25px;
	border: 2px solid #804000;
	background-color: #DCA570;
	cursor: pointer;
	box-shadow: inset 0px 0px 8px 0 #804000;
}
#maincontent .reseditcontent .reseditinscoverbg #inscoverinnersilver {
	width: 200px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-radius: 25px;
	border: 2px solid #AAAAAA;
	cursor: pointer;
	box-shadow: inset 0px 0px 8px 0 #AAAAAA;
}
#maincontent .reseditcontent .reseditinscoverbg #inscoverinnergold {
	width: 200px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-radius: 25px;
	border: 2px solid #CC9900;
	cursor: pointer;
	box-shadow: inset 0px 0px 8px 0 #CC9900;
}
#maincontent .reseditcontent .reseditinscoverbg .inscovertop {
	padding-top: 10px;
	padding-bottom: 0px;
	margin: 0px;
	width: 100%;
}
#maincontent .reseditcontent .reseditinscoverbg .inscoverbottom {
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 10px;
	width: 100%;
}
#maincontent .reseditcontent .reseditinscoverbg .inscoverbottom .inscoverheadline {
	font-size: 28px !important;
	line-height: 30px !important;
	text-align: center;
	margin: 0px !important;
	padding: 0px !important;
}
#maincontent .reseditcontent .reseditinscoverbg .inscoverbottom .inscovertitle {
	font-size: 18px !important;
	line-height: 20px !important;
	color: #000000;
	text-align: center;
	margin: 0px !important;
	padding: 0px !important;
}
#maincontent .reseditcontent .reseditinscoverbg .inscoverbottom .inscovertext {
	font-size: 12px !important;
	line-height: 16px !important;
	color: #444444;
	text-align: center;
	margin-top: 5px !important;
	padding: 0px !important;
}
#maincontent .reseditcontent .reseditinscoverbg img {
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding: 0px;
}


#maincontent .reseditrightwrap #reseditright .reseditcontent #sendreservationdiv{
	padding: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#maincontent .reseditrightwrap #reseditright .reseditcontent #sendreservationdiv .reseditformp{
	font-size: 25px !important;
	color: #7D0020 !important;
}
#maincontent .reseditrightwrap #reseditright .reseditcontent #sendreservationdiv .pageresrow{
	padding: 0px;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 5px;
}
#maincontent .reseditrightwrap #reseditright .reseditcontent #sendreservationdiv .pageresrow .bookingcaption{
	font-size: 14px;
	padding: 0px;
	color: #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	font-weight: bold;
}
#maincontent .reseditrightwrap #reseditright .reseditcontent #sendreservationdiv .pageresrow .bookingfield{
	margin: 0px;
	padding: 0px;
}
#maincontent .reseditrightwrap #reseditright .reseditcontent #sendreservationdiv .pageresrow .bookingfield #resname{
	height: 45px;
	width: 100%;
	font-size: 25px;
	color: #7D0020;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-radius: 5px;
	box-shadow: 0px 1px 2px #AAAAAA;
	-moz-box-shadow: 0px 1px 2px #AAAAAA;
	-webkit-box-shadow: 0px 1px 2px #AAAAAA;
	background-color: #EEEEEE;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
}
#maincontent .reseditrightwrap #reseditright .reseditcontent #sendreservationdiv .pageresrow .bookingfield #restelno{
	height: 45px;
	width: 100%;
	font-size: 25px;
	color: #7D0020;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-radius: 5px;
	box-shadow: 0px 1px 2px #AAAAAA;
	-moz-box-shadow: 0px 1px 2px #AAAAAA;
	-webkit-box-shadow: 0px 1px 2px #AAAAAA;
	background-color: #EEEEEE;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
}
#maincontent .reseditrightwrap #reseditright .reseditcontent #sendreservationdiv .pageresrow .bookingfield #resemail{
	height: 45px;
	width: 100%;
	font-size: 25px;
	color: #7D0020;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-radius: 5px;
	box-shadow: 0px 1px 2px #AAAAAA;
	-moz-box-shadow: 0px 1px 2px #AAAAAA;
	-webkit-box-shadow: 0px 1px 2px #AAAAAA;
	background-color: #EEEEEE;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
}
#maincontent .reseditrightwrap #reseditright .reseditcontent #sendreservationdiv .pageresrow .bookingfield #resmessage{
	width: -moz-calc(100% - 5px);
	width: -webkit-calc(100% - 5px);
	width: -o-calc(100% - 5px);
	width: calc(100% - 5px);
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 25px;
	color: #7D0020;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-radius: 5px;
	box-shadow: 0px 1px 2px #AAAAAA;
	-moz-box-shadow: 0px 1px 2px #AAAAAA;
	-webkit-box-shadow: 0px 1px 2px #AAAAAA;
	background-color: #EEEEEE;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
}
#maincontent .reseditrightwrap #reseditright .reseditcontent #sendreservationdiv #booksubmit {
	display: block;
	width: 100%;
	height: 55px;
	color: #FFFFFF;
	font-size: 25px;
	text-align: center;
	padding-top: 0px;
	margin-top: 50px;
	margin-bottom: 50px;
	cursor: pointer;
	border: 0px;
	background-color: #7D0020;
	box-shadow: inset 0px 0px 6px #000000;
	-moz-box-shadow: inset 0px 0px 6px #000000;
	-webkit-box-shadow: inset 0px 0px 6px #000000;
}
#maincontent .reseditrightwrap #reseditright .reseditcontent #sendreservationdiv #booksubmit:link {color: #FFFFFF; text-decoration: none;}
#maincontent .reseditrightwrap #reseditright .reseditcontent #sendreservationdiv #booksubmit:visited {color: #FFFFFF; text-decoration: none;}
#maincontent .reseditrightwrap #reseditright .reseditcontent #sendreservationdiv #booksubmit:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #333333;
	transition: 0.5s ease-in-out;
}
#maincontent .reseditrightwrap #reseditright .reseditcontent #sendreservationdiv #booksubmit:focus {
	color: #FFFFFF;
	text-decoration: none;
}
#maincontent .reseditrightwrap #reseditright .reseditcontent #sendreservationdiv #booksubmit:active {
	color: #FFFFFF;
	text-decoration: none;
}
#maincontent .reseditrightwrap #reseditright .reseditcontent #sendreservationdiv .pageerrorrow{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	width: 100%;
}
#maincontent .reseditrightwrap #reseditright .reseditcontent #sendreservationdiv .validationError{
	font-size: 14px;
	line-height: 18px;
	color: #FF0000;
}

#maincontent #reseditright .reseditcontent .reseditcontentleft {
	padding: 0px;
	float: left;
	width: 500px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#maincontent #reseditright .reseditcontent .reseditcontentleft img {
	padding: 0px;
	width: 450px;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 25px;
}
#maincontent #reseditright .reseditcontent .reseditcontentright {
	padding: 0px;
	float: left;
	width: 320px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}


#maincontent .reseditcontent .reseditcontenth3  {
	font-size: 20px !important;
	color: #7D0020 !important;
	padding-top: 10px !important;
	padding-bottom: 5px !important;
	padding-left: 15px !important;
	margin: 0px !important;
}

#maincontent .reseditcontent .reseditcontenth3right {
	font-size: 20px !important;
	color: #7D0020 !important;
	padding-top: 10px !important;
	padding-bottom: 5px !important;
	padding-left: 0px !important;
	margin: 0px !important;
	text-align: right !important;
	padding-right: 15px !important;
}

#maincontent .reseditcontent .reseditcontentp  {
	font-size: 16px !important;
	color: #666666 !important;
	padding-top: 5px !important;
	padding-bottom: 15px !important;
	padding-left: 15px !important;
	line-height: 20px !important;
	margin: 0px !important;
	padding-right: 15px !important;
}
#maincontent .reseditcontent .reseditcontentpright {
	font-size: 12px !important;
	color: #666666 !important;
	padding-top: 5px !important;
	padding-bottom: 15px !important;
	padding-left: 15px !important;
	line-height: 18px !important;
	margin: 0px !important;
	padding-right: 15px !important;
	text-align: right !important;
}

#maincontent .reseditcontent .reseditct    {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	width: 100%;
	background-color: #FFFFFF;
}
#maincontent .reseditcontent .reseditct .reseditcr1  {
	background-color: #EEEEEE;
	height: 25px;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #FFFFFF;
}
#maincontent .reseditcontent .reseditct .reseditcr1 .reseditcf1  {
	font-size: 16px;
	color: #7D0020;
	line-height: 20px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	width: 40%;
	margin: 0px;
}

#maincontent .reseditcontent .reseditct .reseditcr1 .reseditcf2  {
	font-size: 16px;
	color: #666666;
	line-height: 20px;
	width: 60%;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
#maincontent .reseditcontent .reseditct .reseditcr1 .reseditother {
	font-size: 15px;
	color: #7D0020;
	line-height: 20px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin: 0px;
}
#maincontent .reseditcontent .reseditct .reseditcr1 .reseditother2 {
	font-size: 15px;
	color: #666666;
	line-height: 20px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
}
#maincontent .reseditcontent .reseditct .reseditcr1 .reseditother3 {
	font-size: 15px;
	color: #7D0020;
	line-height: 20px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
}


#maincontent .reseditcontent .reseditct .reseditcr2  {
	background-color: #DDDDDD;
	height: 25px;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #FFFFFF;
}
#maincontent .reseditcontent .reseditct .reseditcr2 .reseditcf1  {
	font-size: 16px;
	color: #7D0020;
	line-height: 20px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	width: 40%;
	margin: 0px;
}

#maincontent .reseditcontent .reseditct .reseditcr2 .reseditcf2  {
	font-size: 16px;
	color: #666666;
	line-height: 20px;
	width: 60%;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
#maincontent .reseditcontent .reseditct .reseditcr2 .reseditother {
	font-size: 15px;
	color: #7D0020;
	line-height: 20px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin: 0px;
}
#maincontent .reseditcontent .reseditct .reseditcr2 .reseditother2 {
	font-size: 15px;
	color: #666666;
	line-height: 20px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
}
#maincontent .reseditcontent .reseditct .reseditcr2 .reseditother3 {
	font-size: 15px;
	color: #7D0020;
	line-height: 20px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
}


#maincontent .reseditcontent .reseditrightct {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	width: 100%;
	background-color: #FFFFFF;
}
#maincontent .reseditcontent .reseditrightct .reseditrightcr1  {
	background-color: #EEEEEE;
	height: 25px;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #FFFFFF;
}
#maincontent .reseditcontent .reseditrightct .reseditrightcr1 .reseditrightcf1  {
	font-size: 14px;
	color: #7D0020;
	line-height: 20px;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 65%;
	margin: 0px;
	text-align: right;
}
#maincontent .reseditcontent .reseditrightct .reseditrightcr1 .reseditrightcf2  {
	font-size: 14px;
	color: #666666;
	line-height: 20px;
	width: 35%;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	text-align: right;
	font-weight: bold;
}
#maincontent .reseditcontent .reseditrightct .reseditrightcr1 #reseditinstypetext  {
	color: #804000;
	font-weight: bold;	
}
#maincontent .reseditcontent .reseditrightct .reseditrightcr2  {
	background-color: #DDDDDD;
	height: 25px;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #FFFFFF;
}
#maincontent .reseditcontent .reseditrightct #reseditrightcrHIDDEN  {
	display: none;
}
#maincontent .reseditcontent .reseditrightct .reseditrightcr2 .reseditrightcf1  {
	font-size: 14px;
	color: #7D0020;
	line-height: 20px;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 65%;
	margin: 0px;
	text-align: right;
}
#maincontent .reseditcontent .reseditrightct .reseditrightcr2 .reseditrightcf2  {
	font-size: 14px;
	color: #666666;
	line-height: 20px;
	width: 35%;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	text-align: right;
	font-weight: bold;
}
#maincontent .reseditcontent .reseditrightct .reseditrightcr2 #reseditrightBronze {
	display: none;
}
#maincontent .reseditcontent .reseditrightct .reseditrightcr2 #reseditrightSilver {
	display: none;
}
#maincontent .reseditcontent .reseditrightct .reseditrightcr2 #reseditrightGold {
	display: none;
}
#maincontent .reseditcontent .reseditrightct .reseditrightcr4 {
	background-color: #EEEEEE;
	height: 35px;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #FF0000;
}
#maincontent .reseditcontent .reseditrightct .reseditrightcr4 .reseditrightcf1 {
	font-size: 19px;
	color: #7D0020;
	line-height: 20px;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 65%;
	margin: 0px;
	text-align: right;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
}
#maincontent .reseditcontent .reseditrightct .reseditrightcr4 .reseditrightcf2 {
	font-size: 19px;
	color: #000000;
	line-height: 20px;
	width: 35%;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	text-align: right;
	font-weight: bold;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
}
#maincontent #getquote #pageresform {
	margin: 0px;
	padding: 0px;
}
#maincontent #getquote #pageresform .validationErrors {
	font-size: 14px;
	line-height: 18px;
	color: #FF0000;
}

#maincontent #getquote #pageresform .pageerrorrow {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	width: 1200px;
}

#maincontent #getquote #pageresform .pageerrorrow1 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	width: 1200px;
}

#maincontent #getquote #pageresform .pageerrorrow1 .pageerrorrow1left{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 400px;
}
#maincontent #getquote #pageresform .pageerrorrow1 .pageerrorrow1right{
	padding: 0px;
	float: left;
	width: 760px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
}

#maincontent #getquote #pageresform .pageerrorrow2 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	width: 1200px;
}
#maincontent #getquote #pageresform .pageerrorrow2 .pageerrorrow2left {
	padding: 0px;
	float: left;
	width: 720px;
	margin: 0px;
}
#maincontent #getquote #pageresform .pageerrorrow2 .pageerrorrow2right{
	padding: 0px;
	float: left;
	width: 440px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
}


#maincontent #getquote #pageresform .pageresrow {
	padding: 0px;
	width: 1200px;
	margin-top: 30px;
	margin-bottom: 5px;
}



#maincontent #getquote #pageresform .pageresrow .pageresrow1left {
	margin: 0px;
	padding: 0px;
	width: 400px;
	float: left;
}

#maincontent #getquote #pageresform .pageresrow .pageresrow1right {
	padding: 0px;
	width: 760px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
}
#maincontent #getquote #pageresform .pageresrow .pageresrow2left {
	margin: 0px;
	padding: 0px;
	width: 720px;
	float: left;
}
#maincontent #getquote #pageresform .pageresrow .pageresrow2right {
	padding: 0px;
	width: 440px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
}
#maincontent #getquote #pageresform .pageresrow  .bookingcaption{
	font-size: 14px;
	padding: 0px;
	color: #999999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	font-weight: bold;
}

#maincontent #getquote #pageresform .pageresrow .bookingfield {
	margin: 0px;
	padding: 0px;
}

#maincontent #getquote #pageresform .pageresrow .bookingfield #vehicletype {
	height: 45px;
	width: 400px;
	font-size: 25px;
	color: #7D0020;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-radius: 5px;
	box-shadow: 0px 1px 2px #AAAAAA;
	-moz-box-shadow: 0px 1px 2px #AAAAAA;
	-webkit-box-shadow: 0px 1px 2px #AAAAAA;
	background-color: #EEEEEE;
	padding-top: 0px;
	padding-bottom: 0px;
	cursor: pointer;
}
#maincontent #getquote #pageresform .pageresrow .bookingfield #vehiclesize {
	height: 45px;
	width: 760px;
	font-size: 25px;
	color: #7D0020;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-radius: 5px;
	box-shadow: 0px 1px 2px #AAAAAA;
	-moz-box-shadow: 0px 1px 2px #AAAAAA;
	-webkit-box-shadow: 0px 1px 2px #AAAAAA;
	background-color: #EEEEEE;
	padding-top: 0px;
	padding-bottom: 0px;
	cursor: pointer;
}
#maincontent #getquote #pageresform .pageresrow .bookingfield #depot{
	height: 45px;
	width: 1200px;
	font-size: 25px;
	color: #7D0020;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-radius: 5px;
	box-shadow: 0px 1px 2px #AAAAAA;
	-moz-box-shadow: 0px 1px 2px #AAAAAA;
	-webkit-box-shadow: 0px 1px 2px #AAAAAA;
	background-color: #EEEEEE;
	padding-top: 0px;
	padding-bottom: 0px;
	cursor: pointer;
}
#maincontent #getquote #pageresform .pageresrow .bookingfield #fromdate {
	height: 45px;
	width: 720px;
	font-size: 25px;
	color: #7D0020;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-radius: 5px;
	box-shadow: 0px 1px 2px #AAAAAA;
	-moz-box-shadow: 0px 1px 2px #AAAAAA;
	-webkit-box-shadow: 0px 1px 2px #AAAAAA;
	background-color: #EEEEEE;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#maincontent #getquote #pageresform .pageresrow .bookingfield #todate {
	height: 45px;
	width: 720px;
	font-size: 25px;
	color: #7D0020;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-radius: 5px;
	box-shadow: 0px 1px 2px #AAAAAA;
	-moz-box-shadow: 0px 1px 2px #AAAAAA;
	-webkit-box-shadow: 0px 1px 2px #AAAAAA;
	background-color: #EEEEEE;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#maincontent #getquote #pageresform .pageresrow .bookingfield #fromtime {
	height: 45px;
	width: 440px;
	font-size: 25px;
	color: #7D0020;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-radius: 5px;
	box-shadow: 0px 1px 2px #AAAAAA;
	-moz-box-shadow: 0px 1px 2px #AAAAAA;
	-webkit-box-shadow: 0px 1px 2px #AAAAAA;
	background-color: #EEEEEE;
	padding-top: 0px;
	padding-bottom: 0px;
	cursor: pointer;
}
#maincontent #getquote #pageresform .pageresrow .bookingfield #totime {
	height: 45px;
	width: 440px;
	font-size: 25px;
	color: #7D0020;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-radius: 5px;
	box-shadow: 0px 1px 2px #AAAAAA;
	-moz-box-shadow: 0px 1px 2px #AAAAAA;
	-webkit-box-shadow: 0px 1px 2px #AAAAAA;
	background-color: #EEEEEE;
	padding-top: 0px;
	padding-bottom: 0px;
	cursor: pointer;
}
#maincontent #getquote #pageresform .pageresrow .bookingfield #promocode {
	height: 45px;
	width: 1200px;
	font-size: 25px;
	color: #7D0020;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-radius: 5px;
	box-shadow: 0px 1px 2px #AAAAAA;
	-moz-box-shadow: 0px 1px 2px #AAAAAA;
	-webkit-box-shadow: 0px 1px 2px #AAAAAA;
	background-color: #EEEEEE;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
}
#maincontent #getquote #pageresform #ressubmit {
	display: block;
	width: 100%;
	height: 55px;
	color: #FFFFFF;
	font-size: 25px;
	text-align: center;
	padding-top: 0px;
	margin-top: 50px;
	margin-bottom: 50px;
	cursor: pointer;
	border: 0px;
	background-color: #7D0020;
	box-shadow: inset 0px 0px 6px #000000;
	-moz-box-shadow: inset 0px 0px 6px #000000;
	-webkit-box-shadow: inset 0px 0px 6px #000000;
}
#maincontent #getquote #pageresform #ressubmit:link {color: #FFFFFF; text-decoration: none;}
#maincontent #getquote #pageresform #ressubmit:visited {color: #FFFFFF; text-decoration: none;}
#maincontent #getquote #pageresform #ressubmit:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #333333;
	transition: 0.5s ease-in-out;
}
#maincontent #getquote #pageresform #ressubmit:focus {
	color: #FFFFFF;
	text-decoration: none;
}
#maincontent #getquote #pageresform #ressubmit:active {
	color: #FFFFFF;
	text-decoration: none;
}
#maincontentwrap #maincontent .nobookthisvehicle {
	display: block;
	width: 100%;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-top: 20px;
	margin-bottom: 50px;
	border: 0px;
	background-color: #BBBBBB;
	box-shadow: inset 0px 0px 6px #444444;
	-moz-box-shadow: inset 0px 0px 6px #444444;
	-webkit-box-shadow: inset 0px 0px 6px #444444;
}
#maincontentwrap #maincontent .bookthisvehicle a {
	display: block;
	width: 100%;
	height: 32px;
	font-size: 24px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 8px;
	margin-top: 20px;
	margin-bottom: 50px;
	cursor: pointer;
	border: 0px;
	background-color: #7D0020;
	box-shadow: inset 0px 0px 6px #000000;
	-moz-box-shadow: inset 0px 0px 6px #000000;
	-webkit-box-shadow: inset 0px 0px 6px #000000;
}
#maincontentwrap #maincontent .bookthisvehicle a:link {color: #FFFFFF; text-decoration: none;}
#maincontentwrap #maincontent .bookthisvehicle a:visited {color: #FFFFFF; text-decoration: none;}
#maincontentwrap #maincontent .bookthisvehicle a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #333333;
	transition: 0.5s ease-in-out;
}
#maincontentwrap #maincontent .bookthisvehicle a:focus {color: #FFFFFF; text-decoration: none;}
#maincontentwrap #maincontent .bookthisvehicle a:active {color: #FFFFFF; text-decoration: none;}
#maincontentwrap #maincontent .vehiclerangeleft {
	padding: 0px;
	float: left;
	width: 450px;
	margin-top: 80px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#maincontentwrap #maincontent .vehiclerangeleft img {
	padding: 0px;
	width: 100%;
	margin: 0px;
}
#maincontentwrap #maincontent .vehiclerangespacer {
	padding: 0px;
	float: left;
	height: 100px;
	width: 100px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#maincontentwrap #maincontent .vehiclerangeright {
	padding: 0px;
	float: left;
	width: 650px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#maincontentwrap #maincontent .vehiclerangeright .vehiclerangetable {
	margin: 0px;
	padding: 0px;
	width: 650px;
}
#maincontentwrap #maincontent .vehiclerangeright .vehiclerangetable .vehiclerangerow {
	width: 650px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#maincontentwrap #maincontent .vehiclerangeright .vehiclerangetable .vehiclerangerow .vehiclerangerowleft {
	margin: 0px;
	float: left;
	width: 295px;
	text-align: right;
	font-weight: bold;
	color: #7D0020;
	padding: 0px;
}
#maincontentwrap #maincontent .vehiclerangeright .vehiclerangetable .vehiclerangerow .vehiclerangerowspacer {
	margin: 0px;
	padding: 0px;
	height: 10px;
	width: 60px;
	float: left;
}

#maincontentwrap #maincontent .vehiclerangeright .vehiclerangetable .vehiclerangerow .vehiclerangerowright {
	margin: 0px;
	float: left;
	width: 295px;
	padding: 0px;
}

#maincontentwrap #maincontent .vehiclerangeright h2 {
	margin: 0px;
	padding: 0px;
}


#maincontentwrap #maincontent .testimonialscolumn {
	padding: 0px;
	float: left;
	width: 550px;
	margin: 0px;
}
#maincontentwrap #maincontent .testimonialscolumn .testimonialsimgleft  {
	text-align: left;
	padding: 0px;
	height: 36px;
	width: 550px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#maincontentwrap #maincontent .testimonialscolumn .testimonialsimgright  {
	padding: 0px;
	height: 36px;
	width: 550px;
	text-align: right;
	margin: 0px;
}
#maincontentwrap #maincontent .testimonialscolumn .testimonialsP {
	font-size: 14px;
	color: #777777;
	line-height: 19px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#maincontentwrap #maincontent .testimonialscolumn .testimonialsfrom {
	font-size: 17px;
	color: #7D0020;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 70px;
	margin-left: 0px;
}
#maincontentwrap #maincontent .testimonialsspacer {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 200px;
	width: 100px;
}
#maincontentwrap #maincontent #maincontentleft {
	margin: 0px;
	float: left;
	width: 245px;
	height: auto;
	background-image: url(../images/maincontentbg.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #EEEEEE;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(102,102,102,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(102,102,102,1);
	box-shadow: 0px 0px 5px 0px rgba(102,102,102,1);
	padding: 0px;
}
#maincontentwrap #maincontent #maincontentleft #side-nav {
	padding: 0px;
	width: 245px;
	height: auto;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 60px;
	margin-left: 0px;
}
#maincontentwrap #maincontent #maincontentleft #side-nav ul {
	padding: 0px;
	margin: 0px;
}
#maincontentwrap #maincontent #maincontentleft #side-nav ul li {
	display: block;
	height: 35px;
	list-style: none;
	position: relative;
	width: 245px;
	text-align: right;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#maincontentwrap #maincontent #maincontentleft #side-nav ul li:hover {
	background-color: rgba(0,0,0,0.1);
	transition: 0.8s ease-in-out;
}
#maincontentwrap #maincontent #maincontentleft #side-nav ul li a {
	font-size: 16px;
	display: block;
	width: 220px;
	font-weight: normal;
	line-height: 16px;
	padding: 0px;
	margin: 0px;
	color: #888888;
	height: 16px;
	margin: 0px;
	padding-top: 9px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#maincontentwrap #maincontent #maincontentleft #side-nav ul li a:link {text-decoration: none;}
#maincontentwrap #maincontent #maincontentleft #side-nav ul li a:visited {text-decoration: none;}
#maincontentwrap #maincontent #maincontentleft #side-nav ul li a:hover {text-decoration: none;}
#maincontentwrap #maincontent #maincontentleft #side-nav ul li a:focus {text-decoration: none;}
#maincontentwrap #maincontent #maincontentleft #side-nav ul li a:active {text-decoration: none;}

#maincontentwrap #maincontent #maincontentleft .articleimgcontainer {
	padding: 0px;
	margin: 0px;
}

#maincontentwrap #maincontent #maincontentleft .articleimgcontainer  .articleimgthumb{
	padding: 0px;
	float: none;
	height: 145px;
	width: 145px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#maincontentwrap #maincontent #maincontentspacer {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 30px;
	height: 300px;
}
#maincontentwrap #maincontent #maincontentright {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 925px;
	height: auto;
}
#maincontentwrap #maincontent #maincontentright .pBackToTop {
	font-size: 13px;
	font-style: italic;
	color: #777777;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 60px;
	padding-left: 0px;
}
#maincontentwrap #maincontent #maincontentright .pBackToTop a:link {
	color: #777777;
	text-decoration: none;
}
#maincontentwrap #maincontent #maincontentright .pBackToTop a:active {
	color: #777777;
	text-decoration: none;
}
#maincontentwrap #maincontent #maincontentright .pBackToTop a:visited {
	color: #777777;
	text-decoration: none;
}
#maincontentwrap #maincontent #maincontentright .pBackToTop a:hover {
	color: #AAAAAA;
	text-decoration: none;
}
#maincontentwrap #maincontent #maincontentright h3 .faqstitleLINK:link {
	color: #AAAAAA;
	text-decoration: none;
}
#maincontentwrap #maincontent #maincontentright h3 .faqstitleLINK:active {
	color: #AAAAAA;
	text-decoration: none;
}
#maincontentwrap #maincontent #maincontentright h3 .faqstitleLINK:visited {
	color: #AAAAAA;
	text-decoration: none;
}
#maincontentwrap #maincontent #maincontentright h3 .faqstitleLINK:hover {
	color: #AAAAAA;
	text-decoration: none;
}
#maincontentwrap #maincontent #maincontentright .maincontentrightcolumn {
	padding: 0px;
	float: left;
	width: 440px;
	height: auto;
	margin: 0px;
}
#maincontentwrap #maincontent #maincontentright .maincontentrightspacer {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 45px;
	height: 200px;
}
#maincontentwrap #maincontent #maincontentright .tablealtcolors  {
	padding: 0px;
	width: 450px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
#maincontentwrap #maincontent #maincontentright .tablealtcolors .tablec1 {
	background-color: #7D0020;
	float: none;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	padding: 0px;
}
#maincontentwrap #maincontent #maincontentright .tablealtcolors .tablec2 {
	background-color: #777777;
	float: none;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	padding: 0px;
}
#maincontentwrap #maincontent #maincontentright .tablealtcolors .tablec1 p, #maincontentwrap #maincontent #maincontentright .tablealtcolors .tablec2 p {
	text-align: center;
	line-height: 22px;
	color: #FFFFFF;
	margin: 0px;
	padding: 6px;
}
#maincontentwrap #maincontent #maincontentright #mobileselectmenu  {
	display: none;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#maincontentwrap #maincontent #maincontentright #mobileselectmenu #mobileselectmenuitem {
	height: 27px;
	font-size: 16px;
	line-height: 16px;
	color: #555555;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	box-shadow: 0px 1px 2px #555555;
	-moz-box-shadow: 0px 1px 2px #555555;
	-webkit-box-shadow: 0px 1px 2px #555555;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 2px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#maincontentwrap #maincontent #maincontentright #mobileselectmenu #mobileselectbutton {
	height: 27px;
	width: 50px;
	font-size: 16px;
	text-align: center;
	line-height: 16px;
	color: #555555;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-radius: 10px;
	box-shadow: 0px 1px 2px #555555;
	-moz-box-shadow: 0px 1px 2px #555555;
	-webkit-box-shadow: 0px 1px 2px #555555;
	background-color: #EEEEEE;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#maincontentwrap #maincontent #maincontentright #mobileselectmenu #mobileselectbutton:hover {
	background-color: #DDDDDD;
	transition: 0.2s ease-in-out;
}
#maincontentwrap #maincontent #maincontentright .articlemobileimage {
	padding: 0px;
	float: none;
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	display: none;
}
#maincontentwrap #maincontent #maincontentright .articlemobileimage img {
	width: 100%;
	height: auto;
}
#maincontentwrap #maincontent #maincontentright .mobilebacktonews {
	display: none;
	margin-top: 0px;
	margin-bottom: 50px;
}

#maincontentwrap #maincontent .articleby  {
	font-size: 13px;
	color: #7D0020;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	line-height: 15px;
	font-weight: bold;
}
#maincontentwrap #maincontent .articledate  {
	font-size: 13px;
	color: #888888;
	font-style: italic;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
	line-height: 15px;
}
#maincontentwrap #maincontent #minimenu {
	padding: 0px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-radius: 25px;
	border: 2px solid #7D0020;
	padding: 10px;
	width: 300px;
	height: 20px;
	background-color: #EEEEEE;
}
#maincontentwrap #maincontent #minimenu p {
	font-size: 18px;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #999999;
}
#maincontentwrap #maincontent #minimenu p a{
	color: #7D0020;
	font-weight: bold;
}
#maincontentwrap #maincontent #minimenu p a:link {
	color: #7D0020;
}
#maincontentwrap #maincontent #minimenu p a:active {
	color: #7D0020;
}
#maincontentwrap #maincontent #minimenu p a:visited {
	color: #7D0020;
}
#maincontentwrap #maincontent #minimenu p a:hover {
	color: #000000;
	text-decoration: none;
}

#maincontentwrap #maincontent #breadcrumbs {
	font-size: 15px;
	color: #999999;
	margin: 0px;
	float: none;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	font-weight: bold;
}
#maincontentwrap #maincontent #breadcrumbs a {
	color: #7D0020;
}
#maincontentwrap #maincontent #breadcrumbs a:link {
	color: #7D0020;
}
#maincontentwrap #maincontent #breadcrumbs a:active {
	color: #7D0020;
}
#maincontentwrap #maincontent #breadcrumbs a:visited {
	color: #7D0020;
}
#maincontentwrap #maincontent #breadcrumbs a:hover {
	color: #000000;
	text-decoration: none;
}
#maincontentwrap #maincontent .latestnewscolumn {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 330px;
	width: 580px;
}
#maincontentwrap #maincontent .latestnewscolumn .latestnewsarticle {
	margin: 0px;
	padding: 0px;
	height: 145px;
	width: 580px;
}
#maincontentwrap #maincontent .latestnewscolumn .latestnewsarticle .lnaimage {
	padding: 0px;
	float: left;
	height: 145px;
	width: 145px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#maincontentwrap #maincontent .latestnewscolumn .latestnewsarticle .lnaimage a img {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#maincontentwrap #maincontent .latestnewscolumn .latestnewsarticle .lnatext {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 145px;
	width: 415px;
}
#maincontentwrap #maincontent .latestnewscolumn .latestnewsarticle .lnatext .lnatextH1 {
	font-size: 15px;
	font-weight: bold;
	text-transform: none;
	color: #7D0020;
	margin: 0px;
	padding: 0px;
}
#maincontentwrap #maincontent .latestnewscolumn .latestnewsarticle .lnatext .lnatextH1 a:hover {
	text-decoration: none;
}
#maincontentwrap #maincontent .latestnewscolumn .latestnewsarticle .lnatext .lnatextP {
	font-size: 14px;
	color: #000000;
	line-height: 19px;
	margin-top: 10px;
	padding: 0px;
}
#maincontentwrap #maincontent .latestnewscolumn .latestnewsarticle .lnatext .lnadetails {
	padding: 0px;
	width: 415px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	overflow: hidden;
}
#maincontentwrap #maincontent .latestnewscolumn .latestnewsarticle .lnatext .lnadetails .lnatextreadmore {
	margin: 0px;
	padding: 0px;
	float: left;
	font-weight: bold;
	color: #7D0020;
}
#maincontentwrap #maincontent .latestnewscolumn .latestnewsarticle .lnatext .lnadetails .lnatextdate {
	margin: 0px;
	padding: 0px;
	float: right;
	font-style: italic;
	color: #888888;
	text-align: right;
}
#maincontentwrap #maincontent .latestnewscolumn .latestnewsarticlespacer {
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 580px;
}
#maincontentwrap #maincontent .latestnewsspacer {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 330px;
	width: 40px;
}
#maincontentwrap #maincontent .latestnewsrowspacer {
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 1200px;
}
#maincontentwrap #maincontent .archivenewsarticle {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
	padding: 0px;
	width: 1200px;
	float: none;
}
#maincontentwrap #maincontent .archivenewsarticle .archivenewsarticledate {
	float: left;
	margin-right: 30px;
	font-size: 15px;
	font-weight: normal;
	font-style: italic;
	color: #888888;
	text-transform: none;
	
}
#maincontentwrap #maincontent .archivenewsarticle .archivenewsarticletitle {
	float: left;
}
#maincontentwrap #maincontent .archivenewsarticle .archivenewsarticletitle .lnaatextH {
	font-size: 15px;
	font-weight: bold;
	text-transform: none;
	color: #7D0020;
	margin: 0px;
	padding: 0px;
}
#maincontentwrap #maincontent .archivenewsarticle .lnaatextH a:hover {
	text-decoration: none;
}
#maincontentwrap #maincontent .archivenewsarticle .lnatextP {
	font-size: 14px;
	color: #000000;
	line-height: 19px;
	margin-top: 10px;
	padding: 0px;
}
#maincontentwrap #maincontent .openinghours tr td {
    padding-top: 2px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 0px;
}
#footertop {
	padding: 0px;
	height: 15px;
	width: 100%;
	background-color: #222222;
	position: relative;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footerwrap {
	padding: 0px;
	height: 400px;
	width: 100%;
	background-color: #333333;
	position: relative;
	margin: 0px;
}
#footerwrap #foot {
	width: 1200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footerwrap #foot .footerleftallcontents {
	margin: 0px;
	padding: 0px;
	float: left;
}
#footerwrap #foot .footerleftallcontents .footerleftcontentsA{
	margin: 0px;
	padding: 0px;
	float: left;
}
#footerwrap #foot .footerleftallcontents .footerleftcontentsB{
	margin: 0px;
	padding: 0px;
	float: left;
}
#footerwrap #foot .footerleftcolumn {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footerwrap #foot .footerrightcolumn {
	padding: 0px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
	text-align: right;
}
#footerwrap #foot .footerH1  {
	font-size: 14px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#footerwrap #foot .footerlinks  {
	list-style-type: none;
}
#footerwrap #foot .footerlinks li  {
	font-size: 14px;
	color: #888888;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 17px;
}
#footerwrap #foot li .footerwhite   {
	color: #FFFFFF;
}

#footerwrap #foot .footerlinks li a:link {
	color: #888888;
}
#footerwrap #foot .footerlinks li a:active {
	color: #888888;
}
#footerwrap #foot .footerlinks li a:visited {
	color: #888888;
}
#footerwrap #foot .footerlinks li a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
#footerwrap #foot .footerrightcolumn #footersocial{
	display: block;
	padding: 0px;
	float: right;
	height: 25px;
	width: 120px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
	text-align: right;
}
#footerwrap #foot .footerrightcolumn #footersocial a{
	padding: 0px;
	margin: 0px;
}
#footerwrap #foot .footerrightcolumn #footersocial a img{
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
}
#footerwrap #foot .footerrightcolumn #footersocial a img:hover , #footerwrap #foot .footerrightcolumn #footersocial a img:focus , #footerwrap #foot .footerrightcolumn #footersocial a img:active{
	background-color: #7D0020;
	transition: 0.5s ease-in-out;
}
#footerwrap #footerlinebottom {
	padding: 0px;
	height: 2px;
	width: 1200px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footerwrap #footerlinebottom img {
	margin: 0px;
	padding: 0px;
	height: 2px;
	width: 1200px;
}
#footerwrap #footercopyright {
	padding: 0px;
	width: 1200px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 20px;
}
#footerwrap #footercopyright #footercopyrightleft {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 800px;
	height: 20px;
}
#footerwrap #footercopyright #footercopyrightright {
	text-align: right;
	margin: 0px;
	padding: 0px;
	float: right;
	width: 400px;
	height: 20px;
}
#footerwrap #footercopyright p {
	font-size: 12px;
	color: #888888;
}
#footerwrap #footercopyright p a:link {
	color: #FFFFFF;
}
#footerwrap #footercopyright p a:active {
	color: #FFFFFF;
}
#footerwrap #footercopyright p a:visited {
	color: #FFFFFF;
}
#footerwrap #footercopyright p a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
.backtotop {
    position: fixed;
    bottom: 30px;
    right: 30px;
	z-index: 80;
	display: none;
}
.backtotop img {
	opacity: 0.6;
}
.backtotop img:hover {    
    opacity: 1;
}
.clrflt {
	clear: both;
}
