
/***************  templates/main/css/global.defaults.css  ***************/
/* ---------------- OVERRIDE BROWSER DEFAULT TYPOGRAPHY ---------------- */

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
}
div#holder {
	font-family: Verdana, Arial, sans-serif;
	font-size: 76%;
}
h1 {
	font-size: 2em;
	font-weight: normal;
	margin: 1.6em 0em 0em;
}
h2 {
	font-size: 1.2em;
	margin: 1.4em 0em 0em;
	font-weight: normal;
}
h3 {
	font-size: 1em;
	margin: 1.2em 0em 0em;
	font-weight: normal;
}
h4 {
	font-size: 0.9em;
	margin: 1.2em 0em 0em;
	font-weight: bold;
}
h5 {
	font-size: 0.9em;
	margin: 1.2em 0em 1.2em;
	font-weight: normal;
}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em;
	font-weight: bold;
}
p,
li {
	line-height: 1.2;
}
p {
	font-size: 1em;
	margin: 0.9em 0em 1.2em;
}
li > p {
	margin-top: 0.2em;
}
ol, ul {
	margin-top: 0.2em;
	margin-bottom: 0.1em;
	margin-left: 0;
	list-style-type: square;
}
img {
	border: 0 none;
}
th {
	font-weight: normal;
	text-align: right;
	padding-right: 0.5em;
}
td {
	text-align: center;
}
form,
button,
input,
select,
textarea {
	margin: 0;
}
em {
	font-style: italic !important;
}
strong {
	font-weight: bold;
}
sup {
	font-size: 0.74em;
	/* avoid increased line-box height */
	vertical-align: top;
	position: relative;
	top: -0.1em;
}
sup.ordinal {
	text-transform: lowercase;
}
.temperature {
	white-space: nowrap; /* prevent IE from word-breaking after degreee symbol */
}

/***************  templates/main/css/global.text.css  ***************/
/* Global Element Styles */
body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	color:#333333;
}

a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #005d35;
	text-decoration: underline;
}

ul {
	list-style: disc;
	font-size: 13px;
	line-height: 17px;
	color: #333333;
	font-family: "Ovo";
	margin: 0 0 10px 15px;
	padding: 0;
}

ul li , ol li {
	line-height: 20px;
}

ol {
	list-style-type: decimal;
	font-size: 13px;
	line-height: 17px;
	color: #333333;
	font-family: "Ovo";
	margin: 0 0 10px 15px;
	padding: 0;
}

p {
	font-size: 13px;
	line-height: 17px;
	color: #333333;
	font-family: "Ovo";
	margin: 0 0 15px 0;
	padding: 0;
}

h1 {
	font-family: "Ovo";
	font-size:40px;
	color: #000;
	margin: 0 0 24px 0;
	padding: 0;
	font-weight: 400;
	line-height: 32px;
}

#subtitle {
	color: #005d35;
	font-size: 30px;
	font-family: "Pinyon Script";
	font-weight: 600;
	margin: 0 0 0 5px;
}

#hometitle {
	margin: 0 0 0 15px;
}

h2 {
	font-family: "Ovo";
	font-size:16px;
	text-transform:uppercase;
	margin:0;
	padding:0;
}

h3 {
	font-family: "Ovo";
	font-size:14px;
	text-transform:uppercase;
	margin:0;
	padding:0;
	color: #ab518b;
	font-weight: 400;
}

h4{
	font-family: "Ovo";
	font-size:13px;
	text-transform:uppercase;
	color: #05522a;
	margin: 0;
	padding: 0;
	font-weight: 400;
}

/* Global Section Styles */
div#holder {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.blockCollection.pageBlockContent {
	margin: 10px 0 0 0;
}

.blockCollection.pageBlockContent1 {
	margin: 28px 0 0 0;
}

.sitemap ul li a {
	text-transform: capitalize;
	line-height: 25px;
}
/***************  templates/main/css/global.layout.css  ***************/
/* ----- START LAYOUT COMMON TO ALL PAGES ----- */

/* START ANTI-MARGIN-COLLAPSING */
div#something {
	margin-top: -1px;
	padding-top: 1px;
}
/* END ANTI-MARGIN-COLLAPSING */

/* START FLOAT ENCLOSING ("EASY CLEARING") */
.clearfloat, #content-container:after{
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* END FLOAT ENCLOSING ("EASY CLEARING") */


/* START OFFSCREEN */
div#languages h2,
div#credits h2 {
	display: inline;
	position: absolute;
	overflow: hidden;
	margin: 0;
	border: 0;
	padding: 0;
	width: 0;
	height: 0;
}
/* END OFFSCREEN */


body{
	margin: 0;
	padding: 0;
    background: #fff;
}

div#holder{
	position:relative;
	width: 964px;
	margin: 0 auto 0px;
}
	
#headerwrap {
	width: 100%;
	min-width: 976px;
	position: relative;
	height: 606px;
	/*border-bottom: 6px solid #005d35;*/
	background: url(/templates/jw/_common/images/main-border.png) left bottom repeat-x;
}

div.gradient-effect {
    background: #fff url(/templates/jw/_common/images/gradient-bg.png) 0 0 repeat-x;
    height: 196px;
}

#header {
	width: 964px;
	margin: 0 auto;
}

#header .header-left {
	position: absolute;
	top: 0;
	background: url(/templates/jw/_common/images/menu-bg.png);
	width: 232px;
}

#header .header-right {
	position: relative;
	bottom: 41px;
	left: 244px;
	width: 720px;
}

.main-visual {
	position: relative;
    height: 606px;
}

div#absolute-container{
	position: absolute; /*this one needs to be absolute because it is placed after the page content, yet it needs to appear before it - put all similar widgets in main visual div */
	bottom: 0px;
	z-index: 0;
	padding: 0 12px; /* centering */
	width: 964px; /*988px minus 6px padding*/
	min-height:100px;
}

/*MAIN CONTENT STYLES*/
#content-container {
	padding: 12px 0 14px;
}

#content-container .content-right {
	float: right;
	width: 720px;
	padding: 20px 0 0 0;
}

#page_home #content-container .content-right{
    float: right;
    width: 720px;
    padding: 6px 0 0 0;
}

#content-container .content-left {
	float: left;
    width: 232px;
}

div#main-content {
    padding: 0 20px 30px 0;
    float: left;
    width: 700px; /*720px minus 20px padding*/
}

#map {
    padding: 10px 0;
}

.marker-content {
    width: 200px;
}



#footer {
	padding: 7px 12px 0px;
	background: url(/templates/jw/_common/images/footer-fullscreen.png) repeat-x;
	color: #fff;
}


#footer .footer-left {
	float: left;
}

#footer .footer-right {
	float: right;
	width: 528px;
}

.footer-logo {
	float: right;
}

#footer .forecast {
	float: left;
	width: 202px;
   	padding:6px 0 4px 0; 
    height: 18px;
}

#footer .weather {
	float: left;
}

#footer .time {
	float: left;
}

#footer .social-text {
	float: left;
	font-family: "Ovo";
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	margin: 14px 6px 0 0;
}

#footer .designedBy {
    padding: 15px 0 0 0;
}

/* RFP */

.flexFormSubmitBlock button {
	float:right;
	background: url(/templates/jw/_common/images/bk-btn-sprite.png) 1px 0 repeat;
    border: 0 none;
    color: #05522A;
    cursor: pointer;
    display: inline;
    float: left;
    font-family: "Ovo";
    font-size: 14px;
    height: 25px;
    line-height: 23px;
    margin: 0 15px 0 0;
    padding: 0 0 0 8px;
    text-align: left;
    text-transform: uppercase;
    width: 125px;
}

.mac-os .flexFormSubmitBlock button {
     line-height: 26px;
}

.mac-os-ff .flexFormSubmitBlock button {
     line-height: 24px;
}

.ie8 .flexFormSubmitBlock button {
    line-height: 26px;
}

.flexibleFormContainer button:hover {
		background-position:left -25px;
        color: #ba6299;
	}

.flexInputTextarea, .flexInputSelect{
                font-family: Arial;
                font-size: 12px;
                color: #9a9a9a;
                width: 231px;
                height: 25px;
}

.flexInputSimple{
                font-family: Arial;
                font-size: 12px;
                color: #9a9a9a;
                width: 228px;
                height: 20px;
                line-height: 20px\9;
}

.flexibleFormContainer{
                padding: 0;
}

.flexFormInputBlock{
                width: 100%;
                margin-bottom: 13px;
                float: left;
}

.flexFormBlockLabel{
                font-family: "Ovo";
                font-size: 13px;
                color: #333333;
                width: 150px;
}


.flexFormInputBlock{
                float: left;
                width: 240px;
                margin-bottom: 16px;
}

.flexInputSelect{
                height: 25px;
                width: 230px;
                border: 1px solid #ccc;
                padding: 3px 3px 3px 0;
}

.flexInputSimple{
                height: 21px;
                width: 228px;
                border: 1px solid #ccc;
}

.flexInputTextarea{
                height: 116px;
                width: 718px;
                border: 1px solid #ccc;
                padding: 4px 0 0 0;
}

div#holder .infoSection h4{
                border-bottom: 1px solid #cccccc;
                padding-bottom: 7px;
                margin-bottom: 17px;
               font-family: "Ovo";
				font-size:14px;
				text-transform:uppercase;
				color: #333333;
				
}

div#holder .eventinfoSection h4{
                border-bottom: 1px solid #cccccc;
                padding-bottom: 7px;
                margin-bottom: 13px;
                padding-top: 14px;
                font-family: "Ovo";
				font-size:14px;
				text-transform:uppercase;
				color: #333333;
				
}

.additionalFiles{
                clear: both;
}

.additionalFiles .flexFormBlockLabel{
                line-height: 1.4;
}

.flexFormBlockLabel{
                padding-bottom: 8px;
                width: 260px;
                color: #333333;
}

.infoSection{
                clear: both;
                width: 712px;
}

.eventinfoSection{
                clear: both;
                width: 712px;
}


label[for="ff_FlexibleDates1"]
{
                display: none !important;
}

label[for="ff_numberRoomsNeeded1"]{
                padding-left: 1px;
}

label[for="ff_Alternatestartdate1"]
{
                clear: both;
}

label[for="ff_GuestRooms1"]
{
                display: none !important;
}

.altDate{
                clear: both;
                padding-top: 3px;
}

.rooms_needed{
                clear: both;
}

.checkbox{
                margin-top: 86px;
}

.textarea{
                clear: both;
}

.flexInputDate{
                background: url(/templates/jw/_common/images/date-tb-4S.png) no-repeat scroll 140px -1px #FFFFFF;
                height: 21px;
                line-height: 21px;
                width: 222px;
                border: 1px solid #ccc;
                color: #9a9a9a;
                font-size: 12px;
                padding-left: 5px;
                cursor: pointer;
}

.flexibleFormContainer .flexFormInputBlock .flexFormFieldHTML .flexInputDateCalendar
{
                display: none;
}

.headLine{
                margin-bottom: 25px;
                margin-top: 15px;
}

.flexFormSubmitBlock{
                clear: both;
                text-align: right;
                margin-right: -20px;
                float: right;
}

.flexibleFormContainer{
                padding: 20px 0 0 0px !important;
                width: 720px !important;
                clear: both;
}

#filesStart{
                clear: both;
}

#textAreaStart{
                clear: both;
}

#addfilesStart{
                clear: both;
}

#textAreaStart .flexFormFieldHTML{
                height: auto;
}

.flexFormFieldHTML{
                height: 21px
}

.checkBoxDiv{
                margin-top: 80px;
                font-family: "Ovo";
                font-size:12px;
                color: #333;
}

.checkBoxDiv .flexFormInputBlock {
    margin: 0 0 5px 0;
}

.checkBoxDiv2 .flexFormInputBlock {
    margin: 0 0 5px 0;
}

.checkBoxDiv2{
                margin-top: 68px;
                font-family: "Ovo";
                font-size:12px;
                color: #333;
}

.checkBoxDiv .flexFormFieldHTML input {
	float: left;
	margin: 0px 6px 0 0;
	margin: -2px 6px 0 0\9;
}

.ie10 .checkBoxDiv .flexFormFieldHTML input {
	float: left;
	margin: -3px 6px 0 0;
}

.checkBoxDiv2 .flexFormFieldHTML input {
	float: left;
	margin: 0px 6px 0 0;
	margin: -2px 6px 0 0\9;
}

.ie10 .checkBoxDiv2 .flexFormFieldHTML input {
	float: left;
	margin: -3px 6px 0 0;
}

#altStratDateDiv, #guestroomsDiv{
                clear: both;
}

.flexInputSimple.flexInputInvalid {
    border: 1px solid red;
}

.flexFormBlockLabel.flexFormLabelInvalid {
    color: red;
}

.flexInputSelect.flexInputInvalid {
    border: 1px solid red;
}

.flexInputSelect.flexInputInvalid {
    /*color: red;*/
}

.flexFormLabelInvalid {
	color: red;
}


/* RFP*/


.contentBlock.type_accordionBlock.collapsed .accordionTitle,
.contentBlock.type_accordionBlock.expanded .accordionTitle {
                cursor:pointer;
               font-family: "Ovo";
                font-size: 14px;
                color: #fff;
                text-transform: uppercase;
                font-weight: 400;
                text-decoration:none;
                line-height:62px;
                padding: 0px 0px 0px 16px;
                height:47px;
                margin:1px 0 0 0;
}

.contentBlock.type_accordionBlock.collapsed .accordionTitle{
                background: url(/templates/jw/_common/images/gallery-sprite-3L.png) no-repeat 0 0 !important;
                
                  
}

.contentBlock.type_accordionBlock.collapsed .accordionTitle:hover{
                background: url(/templates/jw/_common/images/gallery-sprite-3L.png) no-repeat 0 -48px !important;
                
               
}

.contentBlock.type_accordionBlock.expanded .accordionTitle{
                background: url(/templates/jw/_common/images/gallery-sprite-3L.png) no-repeat 0 -96px !important;
                
               
}

.contentBlock.type_accordionBlock .accordionContent {
    padding: 25px 15px 15px;
}


.blockCollection.pageBlockContent .contentBlock.type_textWithSideImage.group_basicBlock {
    margin: 22px 0 0 0;
}

.blockCollection.pageBlockContent .contentBlock.type_textWithSideImage .imageHolder-right {
    margin: 0 11px 25px 8px;
}


.type_textWithSideImage .imageHolder-right img {
    width: 228px !important;
    height: 155px !important;
}

.type_textWithSideImage .imageHolder-left img {
    width: 228px !important;
    height: 155px !important;
}

.blockCollection.pageBlockContent .type_textWithSideImage ul , .blockCollection.pageBlockContent .type_textWithSideImage ol {
    list-style-position: inside;
}

.blockCollection.pageBlockContent1 .type_textWithSideImage ul , .blockCollection.pageBlockContent1 .type_textWithSideImage ol {
    list-style-position: inside;
}


#page_contact #content-container .content-right .toolbox-link {
    position: relative;
}
.mainvisual-gradient-overlay {
	position:absolute;
	/*background:url(/templates/jw/_common/images/mainvisual-gradient-overlay.png) repeat-x;*/
    background:url(/templates/jw/_common/images/mainVisualBg.png) repeat-x;
	width:100%;
	height:266px;
	top:334px;
	z-index:0;
}
#content-container .content-right{
    position: relative;
}
.rfp{
    position: absolute;
    right: 0;
    top: 20px;
    float: right;
}
.rfp a{
    background:url(/templates/jw/_common/images/callout-1S.png) no-repeat left top;
    display: block;
    height: 42px;
    width: 174px;
    font-size: 19px;
    text-decoration: none;
    line-height: 40px;
    padding-left: 60px;
    color: #fff;
    font-family: pinyon script;
}
#page_proposal .meetings a,#page_default .meetings a{
      color: #005D35;
}
#page_404 .blockCollection p{
    background: none
} 
.callout-text {
	float:left;
	margin-bottom:10px;
	}
	
@media \0screen {
   .checkBoxDiv .flexFormFieldHTML input {
		margin:-2px 6px 0 0 !important;
	}
	
	.checkBoxDiv2 .flexFormFieldHTML input {
		margin:-2px 6px 0 0 !important;
	}
} 	
	
#page_proposal .events a, #page_default .events a{
      color: #005d35;
}
div.google-map {
	margin-top: 20px;
}
div.jw-special-offers-slider-simple-1col-lg img.showInEditMode.editableLinkIcon {
	margin-left: 112px;
	position: absolute;
}