@CHARSET "UTF-8";

@font-face {
    font-family: 'Belamere';
    src: url('/resources/Belamere.ttf') format('truetype'),
    url('/resources/Belamere.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
	margin: 0;
	padding: 0;
	background: #fff
}
img {
	background:none;
}
body * {
	overflow-x: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

body {
	font: 13px arial;
}
a {
	color:  #312019;
	text-decoration: none;
}
a:hover {
	outline: 0;
}
#title, #footer, #footer a {
	background: #000000;
	color: #ffffff;
}
.address {
	font: 15px Arial;
	padding-top: 2px;
	padding-bottom: 8px;
}
.mainBtn, .btn, input[type="submit"] {
	color: white;
	background: #3C5189;
	font-size: 18px;
	text-transform: uppercase;
}
#header {
	background-color:  #ffffff;
}
#quickmenubutton {
	position: absolute;
	top: 2px;
	left: 5px;
}
#quickmenubutton a {
	font-family: Belamere;
	font-size: 32px;
	color: #3C5189;
}
ul li.arrow a {
	background-position: 100% 50%;
	background-repeat: no-repeat;
	padding: 9px 5px;
	padding-left: 12px;
}
ul li.verify {
	border: none;
	padding: 2px;
	background-position: 0px 6px;
}



ul {
	color: black;
	-webkit-border-radius: 8px;
}

ul li {
	border-top: 1px solid #b4b4b4;
	list-style-type: none;
	padding: 10px 10px 10px 10px;
	clear: both
}
ul.input_list li {
	padding: 2px
}
li:first-child, li:first-child a {
	border-top: 0;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
li:last-child, li:last-child a {
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
ul li a, li.img a+ a {
	text-overflow: ellipsis;
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	padding: 12px 10px 12px 10px;
	margin: -10px;
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}
img {
	display: block;
	margin: auto
}
/*
input, textarea, select {
	padding: 5px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border: 0;
	width: 95%;
	vertical-align: middle;
}
input[type="checkbox"] {
	width: inherit
}*/
ul li div input[type="text"].input, ul li div textarea, .input {
	background-position: 100% 0;
	background-color: #eee;
	margin-right: 2ex
}
div.address {
	text-align: center;
}

div.contentheader {
	width: 100%;
	text-align: center;
	/*font-size: 16pt;*/
	color: white;
	background-color: #3C5189;
	font-size: 18px;
	text-transform: uppercase;
	padding-top: 2px;
	padding-bottom: 2px;
	
}

div.contentsubheader {
	padding-top: 4px; 
	width: 100%;
	text-align: justify;
	font-size: 14px;
	text-transform: uppercase;
}

div.listitem {
	padding-top: 3px;
	padding-bottom: 3px;
	/*border-bottom: 1px #aaaaaa solid;*/
	font-size: 14px;
	text-align: justify;
}

#headerbar {
	height: 40px;
	width: 95%;
	background-color: #FFFFFF;
	margin: 0 auto;
	padding: 0;
}

.avCalPrev {
	text-align: left;
	vertical-align: bottom;
	font: 13px Arial, Helvetica, sans-serif;
	width: 25%;
}

.avCalTitle {
	text-align: center;
	vertical-align: bottom;
	font: 16px Arial, Helvetica, sans-serif;
	font-style: italic;
	width: 50%;
}

.avCalNext {
	text-align: right;
	vertical-align: bottom;
	font: 13px Arial, Helvetica, sans-serif;
	width: 25%;
}
.avCalNavLink {
	color: black;
}
.avCals {
	width: 360px;
	margin: auto;
	/*height: 144px;	*/
	padding-left: 10px;
}
.avCal1 {
	float: left;
	width: 350px;
	height: 155px;
	/*border: 1px solid black;*/
}
.avCalSpacer {
	float: left;
	width: 13px;
}
.avCal2 {
	float: left;
	width: 253px;
	height: 165px;
	/*border: 1px solid black;*/
}
.avCalMonth {
	float: left;
	width: 347px;
	text-align: center;
	vertical-align: middle;
	height: 22px;
	border: 1px solid black;
	background-color: white;
	font: 18px Arial, Helvetica, sans-serif;
}
.avCalDayOfWeek {
	float: left;
	height: 22px;
	width: 46px;
	border: 1px solid black;
	background-color: white;
	padding-right: 2px;
	text-align: center;
	font: 18px Arial, Helvetica, sans-serif;
}
.avCalDayAvail {
	float: left;
	height: 22px;
	width: 46px;
	border: 1px solid black;
	background-color: white;
	padding-right: 2px;
	text-align: right;
	font: 18px Arial, Helvetica, sans-serif;
}
.avCalDaySoldOut {
	float: left;
	height: 22px;
	width: 46px;
	border: 1px solid black;
	background-color: gray;
	padding-right: 2px;
	text-align: right;
	font: 18px Arial, Helvetica, sans-serif;
}
.avCalDayHoliday {
	float: left;
	height: 22px;
	width: 46px;
	border: 1px solid black;
	background-color: white;
	padding-right: 2px;
	text-align: right;
	font: 18px Arial, Helvetica, sans-serif;
}

.avCalDayBlank {
	float: left;
	height: 46px;
	width: 33px;
	border: 1px solid black;
	background-color: black;
}
.avCalLegendBox {
	/*padding-left: 120px;
	padding-top: 5px;*/
	margin: auto;
	width: 275px;
	height: 25px;
	font: 18px Arial, Helvetica, sans-serif;
}

.avCalDayLink {
	text-decoration: none;
	color: black;
	font: 18px Arial, Helvetica, sans-serif;
}
.avCalDayLink:hover {
	color: red;
	font-weight: bold;
}

		
.iconcl {
	font-family: Belamere;
	font-size: 22px;
	background: none;
	vertical-align: bottom;
}
		
#menu_box {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 20000;
}
		
		
#content_box {
	position: relative;
	top: -10px;
	width: 95%;
	margin: 0 auto;
	padding: 0;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
		
		
		/* Footer */
#footerContainer .actionLink{
    padding: 10px;
}
#footerContainer .actionLink a{
    font-size: 12px;
    font-weight: bold;
}
.footerLinks{
    text-align: center;
}
.footerLinks .middle{
    border-left:  1px solid #B7B7B7;
    border-right:  1px solid #B7B7B7;
}
.footerLinks .left {
	border-right: 1px solid #B7B7B7;
}
.footerLinks table{
    width: 100%;
}
.footerLinks a{
	color: #6b6b6b;
	outline: 0;
    padding: 10px 10px;
    width: 80px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 10px;
    text-decoration: none;
}
.feedbackLink a{
    display: block;
    width:100%;
    margin:0 auto;
    border-top: 1px solid #b7b7b7;
    padding:13px 0px;
}
.feedbackLink {
    padding:15px 10px 9px;
}

.footerLinks li{
    float:left;
    width:100px;
}
#footerCopyright{
    text-align: center;
    padding:15px 10px;
    font-size: 12px;
}

#footerContainer .lowerFooter #adChoices {
	float:left;
}

.footerSearch{
    margin-top: 10px;
    padding: 10px;
    position: relative;
    height: 70px;
}

.lowerFooter{
	padding-top: 10px;
	
}

div.pvcategory {
	width: 100%;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	text-transform:uppercase;
	border-top: double;
	border-bottom: 1px solid black;
	margin-bottom: 5px;
}
		
button.pvlink {
	background-color: #3C5189;
	color: white;
	font-size: 14px;
	text-transform: uppercase;
	width: 90px;
	border: 0;
	height: 22px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
button.pvlinkoff {
	background-color: #888888;
	color: white;
	font-size: 14px;
	text-transform: uppercase;
	width: 90px;
	border: 0;
	height: 22px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

div.pvtitlelogo {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-size: 20px;
	
}

div.suitecontainer {
	width: 100%;
	background-color: #eeeeee;
	margin-top: 4px;
	margin-bottom: 4px;
}

.suitephoto {
	width: 100%;
}

div.suitetitle {
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	background:inherit;
}

div.suitesummary {
	width: 95%;
	padding: 0;
	margin: 0 auto;
	background:inherit;
	text-align: justify;
	font-size: 14px;
}
		
div.suitedetailsbutton{
	padding-top: 5px;
	padding-bottom: 5px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	position:relative;
	margin-top: 5px;
	
	width: 49%;
	vertical-align: middle;
	text-align: center;
	color: white;
	background: #3C5189;
	font-size: 18px;
	text-transform: uppercase;

}
	
div.suiteseparator {
	height: 10px;
}

dt.toggler {
	padding-top: 5px;
	padding-bottom: 3px;
	font-size: 15px;
	font-weight: bold;
	text-align: justify;
}

dd.content {
	font-size: 14px;
	padding-bottom: 6px;
	text-align: justify;
}

p.about {
	text-align: justify;
	font-size: 14px;
}


div.ambox {
	border: 1px solid black;
	margin-top: 5px;
}
div.amimg {
	/*float: left;*/
	width: 100%;
}
img.amimgi {
	width: 100%;
	height: 210px;
}
div.amdesc {
	/*float: left;*/
	padding-left: 10px;
}
p.amtitle {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 8px;
}
p.amtext {
	font-size: 14px;
	text-align: justify;
	padding-right: 10px;
}

div.awardbox {
	border: 1px solid #555555;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	/*width: 100%;*/
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

div.awardtitle {
	font-size: 18px;
}
div.awardinnerbox {
	
}

div.pvbox {
	border: 1px solid #555555;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	/*width: 100%;*/
	margin: 0 auto;
	padding: 5px;
	text-align: center;
}
div.pvtitle {
	font-size: 18px;
}
div.pvitem {
	float: left;
	padding: 3px;
}

/*** RESERVATIONS ***/
.gDate {
	font-size: 18px;
	border-radius: 5px;
}
#centerBox {
	margin: 0px auto;
	padding: 0px;
}
#centerBox * {
	font-size: 18px;
}
.mainbox {
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	
}
.mainboxsub {
	border: 1px solid #AAAAAA;
	padding: 4px;
}

.mainboxscroll {
	border: 2px solid #CCCCCC;
	border-radius: 10px;
	width: 1000px;
	height: 600px;
	background-color: #EEEEEE;
	color: #222222;
	margin: 0px auto;
	padding: 0px;
	overflow: auto;
}

.floatleft {
	float: left;
}
.floatright {
	float: right;
}

.gcIntro {
	text-align: center;
	margin: 0px auto;
	padding: 20px;
	width: 95%;	
	font: 20px Arial, Helvetica, sans-serif;
}

.gcLabel {
	text-align: right;
	font: 18px Arial, Helvetica, sans-serif;
}

.gccol1 {
	width: 5%;
	font-size: 14px;
	text-align: center;
	height: 32px;
	border-bottom: 1px solid black;
}
.gccol2 {
	width: 80%;
	font-size: 14px;
	text-align: left;
	border-bottom: 1px solid black;
}
.gccol3 {
	width: 15%;
	font-size: 14px;
	text-align: right;
	border-bottom: 1px solid black;
}
.gccolnoline {
	border-bottom: 0px;
}


.pkBox, .pkBox2 {
	float: left;
	width: 96%; /*300px*/;
	/*height: 156px;*/
	/*padding-top: 4px;
	padding-left: 4px;*/
	padding: 2px;
	border: 1px solid gray;
	border-radius: 8px;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
}
.pkBoxNoBorder {
	display: none;
	float: left;
	width: 370px;
	height: 156px;
	padding-top: 4px;
	padding-left: 4px;
	border: 1px solid #EEEEEE;
	border-radius: 8px;
	margin-top: 5px;
	margin-left: 5px;
}
.pkImg {
	border-radius: 5px;
}
.pkTitle {
	padding-top: 3px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}
.pkDesc, .pkDesc2 {
	text-align: center;
	font-size: 12px;
}
.pkSel {
	padding-top: 5px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.roundButton {
	border-radius: 5px;
	font-size: 14px;
	padding: 4px;
}

.roomTypesDiv {
	padding: 10px;
}

.wineCategory {
	clear:left;
	font-size: 16px;
	padding: 20px;
	text-align: center;
	font-weight: bold;
}
.wineBox {
	
	padding: 10px 20px 10px 20px;
	/*margin: 0px auto;*/
}
.wineDesc {
	float: left;
	width: 90%;
	text-align: justify;
	padding: 5px;
	font: 14px Arial, Helvetica, sans-serif;
}
.wineSel {
	float: left;
	width: 100px;
	text-align: center;
}
.wineSpacer {
	clear: left;
	height: 15px;
	border-bottom: 1px dotted gray;
}
.pageSubTitle {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding-top: 8px;
}

#copyright {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px auto;
	color: #777777;
}

.gEntry {
	width: 100%;
	font: 18px Arial, Helvetica, sans-serif;
	padding-left: 3px;
	text-transform:uppercase;
	border-radius: 5px;
}
.gDropDown {
	width: 100%;
	font: 18px Arial, Helvetica, sans-serif;
	border-radius: 5px;
}
.gDate {
	font: 18px Arial, Helvetica, sans-serif;
	border-radius: 5px;
}
.gLeft {
	width: 30%;
	text-align: right;
	font: 18px Arial, Helvetica, sans-serif;
}
.gRight {
	width: 65%;
	text-align: left;
	font: 18px Arial, Helvetica, sans-serif;
}
.gRequired {
	width: 5%;
	padding-left: 2px;
	text-align: center;
	font: 18px Arial, Helvetica, sans-serif;
	color: #ff0000;
}


.smrycolh1 {
	width: 60%;
	font-size: 13px;
}
.smrycolh2 {
	width: 20%;
	font-size: 13px;
	text-align: center;
}
.smrycolh3 {
	width: 20%;
	font-size: 13px;
	text-align: right;
}
.smrycolh4 {
	width: 75%;
	font-size: 13px;
}
.smrycolh5 {
	width: 10%;
	font-size: 13px;
	text-align: center;
}
.smrycolh6 {
	width: 15%;
	font-size: 13px;
	text-align: right;
}

.smrycol1 {
	width: 60%;
	font-size: 12px;
}
.smrycol2 {
	width: 20%;
	font-size: 12px;
	text-align: center;
}
.smrycol3 {
	width: 20%;
	font-size: 12px;
	text-align: right;
}
.smrycol4 {
	width: 75%;
	font-size: 12px;
}
.smrycol5 {
	width: 10%;
	font-size: 12px;
	text-align: center;
}
.smrycol6 {
	width: 15%;
	font-size: 12px;
	text-align: right;
}
.smrygtot {
	/*width: 100%;*/
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}
