/***************  templates/main/css/global.defaults.css  ***************/
/* ---------------- OVERRIDE BROWSER DEFAULT TYPOGRAPHY ---------------- */

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
}
div#holder {
	font-family: "Lato", Arial;
	font-size: 76%;
}
h1 {
	font-size: 2em;
	font-weight: normal;
	margin: 0;
}
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;
	padding-left: 1.8em; /* 1.8em is flush left in IE6; 1.55em in Firefox2 */
	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/layout1/css/global.text.css  ***************/
/* Global Element Styles */
body {
	font-family: "Lato", Arial;
	font-size:13px;
	color:#333333;
}

a {
		color: #830d0d;
		text-decoration: underline;
}

a:hover {
	color: #7da9cc;
	text-decoration: underline;
}

#main-content ul {
	list-style: disc;
	font-size: 13px;
}

#main-content ol {
	list-style-type: decimal;
	font-size: 11px;
}

#page_photogallery #main-content ul {
	list-style: none;
}

#page_photogallery #main-content ol {
	list-style: none;
}

#main-content p {
	font-size: 13px;
	line-height: 1.5;
	font-family: "Lato", Arial;
	color: #333;
}

h1 {
	font-family: "Lato", Arial;
	font-size:16px;
	font-weight: 900;
	color:#4d4b4b;
	position: relative;
	text-transform: uppercase;
	margin-bottom: 18px;
}

h2 {
	font-family: "Vidaloka", Arial;
	font-size:36px;
	text-transform:capitalize;
	margin:0 auto 6px -5px;
	padding:0;
	color: #8e2107;
}

h3 {
	font-family: "Lato", Arial;
	font-size:13px;
	font-weight: bold;
	color: #303b60;
	text-transform:uppercase;
	margin:.5em auto;
	padding:0;
}

#main-content-right h3 {
	font-family: 'Brawler', serif;
	font-size:13px;
	text-transform:uppercase;
	margin:.5em auto;
	padding:0;
}

h4{
	font-family: "Lato", Arial;
	font-size:11px;
	font-weight: bold;
	color: #4a320f;
	text-transform:uppercase;
}

/* Global Section Styles */

div#holder {
	font-family: "Lato", Arial;
}
	div#holder h1{
	}
/***************  templates/main/layout1/css/global.layout.css  ***************/
/* ----- START LAYOUT COMMON TO ALL PAGES ----- */

#absolute-container .toolbox-link {
	left: 0px;
}

/* START ANTI-MARGIN-COLLAPSING */
div#something {
	margin-top: -1px;
	padding-top: 1px;
}
/* END ANTI-MARGIN-COLLAPSING */

/* START FLOAT ENCLOSING ("EASY CLEARING") */
.clearfloat, #callouttext-box:after, #content-container:after, #smo-icons: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;
}

div#holder{
	position:relative;
	width: 100%;
	margin: 0 auto;
	padding-top: 465px;
	background: url(../../../templates/jw/_common/images/page-bg.png) repeat;
}
	div#holder h1{
	}

div#branding{
	float: left;
	position: absolute;
	height: 125px;
	width: 232px;
}

#top-menu {
	float: left;
	width: 283px;
}

#weather-time{
	width: 138px;
	float: left;
	font-family: "Lato", Arial;
	font-size: 10px;
	color: #000;
}

#tollfreenumber{
	width: 100px;
	float: left;
	text-align: right;
	font-family: "Lato", Arial;
	font-size: 11px;
	color: #820106;
	margin-top: 14px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	#tollfreenumber{
		width: 120px;
	}
}

#header-right{
	float: right;
	width: 734px;
}

#header-right-top{
	float: right;
	width: 708px;
	height: 55px;
}

#headerwrap {
	width: 100%;
	min-width: 976px;
	background: url(../../../templates/jw/_common/images/header-wrapper-bg.png) repeat-x;
}

#header {
	width: 966px;
	margin: 0 auto;
	/*padding: 6px;*/ /* padding on let/right to canter the header in the 100% width container while mainaining 980px total width*/
	height:86px;
	/*background: #FFF;*/
}

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 */
	top: 0px;
	z-index: 0;
	padding: 0; /* centering */
	width: 100%; /*980px minus 6px padding*/
}

	div#absolute-container .slideshow {
		margin-bottom: 5px;
		clear: both;
		height: 465px; /* height of the image in the SLIDESHOW container */
		position: absolute;
		width: 100%;
		overflow: hidden;
	}	
	.slideshow img {
	    height: auto !important;
	    min-height: 465px;
	    min-width: 945px;
	    width: 100% !important;
	}

	div#main-navigation {
		position: relative;
		width: 760px;
		/*left: 6px;*/ /*to offset the parent 6px padding | use this positioning to place on either left or right of the page*/
		z-index: 50;
		float: left;
	}

	@media screen and (-webkit-min-device-pixel-ratio:0) {
		div#main-navigation {
			width: 850px;
		}
	}

	div#best-rate {
		position: relative;
	}

div#main-menu{
	width: 220px;
	height: 460px;
	padding-left: 15px;
	background: RGBA(255, 255, 255, 0.5);
}

div#availability-checker{
	height: 47px;
	position: relative;
	z-index: 20;
	width: 100%;
	background: url(../../../templates/jw/_common/images/bk-bg.png) repeat-x;
}

/*MAIN CONTENT STYLES*/
#content-container {
	padding: 0;
	margin: 40px auto 0;
	width: 964px;
}

#page_home div#main-content {
    min-height: 247px;
    padding: 0 30px 30px 12px;
    width: 688px;
    float: left;
}

div#main-content {
    min-height: 247px;
    padding: 0 12px 30px;
    width: 708px;
    float: left;
}

#content-sidebar {
	float: right;
}

	#content-sidebar > div {
		margin-bottom: 8px; /* every div in the sidebar has bottom margin applied automagically - for visual separation */
	}

/*GOOGLE MAPS*/
div#main-content #map #logocontrol + div {
	white-space:normal !important; /*this will force the copyright text on the bottom of the goolge map to wrap when the map container is too small*/
}
/*END GOOGLE MAPS*/

#callouttext-box {
	width: 232px;
}

#specials-rotator {
	width: 232px;
}

#main-content-right {
	width: 200px;
	float: right;
}

#footer {
	width: 946px;
	color: #fff;
	padding: 0 0 0 8px;
	margin: 0 auto;
}

#footer-wrapper{
	width: 100%;
	height: 150px;
	background: url(../../../templates/jw/_common/images/footer-bg.png) repeat-x;
}

#footer-bottom {
	padding-top: 22px;
	margin: 0;
	font-family: "Lato", Arial;
	font-size: 11px;
	color: #c0c1c1;
	height: 87px;
	width: 350px;
	float: left;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	#footer-bottom {
		width: 440px;
	}
}

#footer-bottom-left p{
	line-height: 1.6 !important;
}

.designClass{
	clear: both;
	float: left;
	margin-top: 15px;
	color: #FFF;
}

.designClass a{
	color: #FFF;
	text-decoration: underline;
}

.designClass a:hover{
	color: #717da7;
	text-decoration: underline;
}

#footer-bottom p {
	padding: 0;
	margin: 0;
}

#tclink {
	text-decoration: underline;
	color: #000;
}

#tclink:hover {
	text-decoration: none;
	color: #666;
}

.sitemap li {
	list-style: none;
}

.sitemap li ul li{
	list-style: disc;
	font-size: 13px;
	line-height: 19px;
}

#page_contact .flexibleFormContainer {
	width: 458px;
}

.flexFormSubmitBlock{
	margin-right: 350px;
	margin-top: 10px;
	
}

.flexFormSubmitBlock button{
	padding: 0 4px 3px 6px;
	background: url(../../../templates/jw/_common/images/bk-btn-sprite.png);
	color: #fff;
	text-transform: uppercase;
	font-family: "Vidaloka", Arial;
	font-size: 15px;
	text-align: left;
	border: 0 none;
	height: 24px;
	width: 124px;
	padding-top: 4px\9;
	padding-left: 10px\9;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.flexFormSubmitBlock button{
		padding-top: 3px;
		padding-left: 8px;
	}
}

#smo-icons {
	float: right;
	width: 140px;
	margin-top: 11px;
}

#smo-icons ul {
	float: right;
}

#footer-bottom-left {
	float: left;
}

#smo-icons div.jw-widget-2col{
	width: 120px;
}

.jw-logotype-1col-flex img{
	position: relative;
	z-index: 1;
}

/*------------------------Block Collection---------------------------------------------*/

.blockCollection{
	margin: -4px 0 20px !important;
	font-family: "Lato", Arial;
	font-size: 13px;
	line-height: 1.5;
	text-decoration: none;
	color: #333333;
	clear: both;
}

 .blockCollection h3,
 .jw-listItems-3col-lg .ui-accordion .row .item .jw-listItems-content .jw-listItems-textBox .jw-listItems-description h3{
	font-family: "Lato", Arial; 
	color: #303B60; 
	font-weight: bold!important; 
	font-size:13px; 
	margin:0.5em auto!important;
 }

.blockCollection h4,
.jw-listItems-3col-lg .ui-accordion .row .item .jw-listItems-content .jw-listItems-textBox .jw-listItems-description h4{
	font-family: "Lato", Arial; 
	color: #4A320F; 
	font-weight: bold!important; 
	font-size:11px; 
	margin:0.5em auto!important;
 }

.contentBlock.type_textWithSideImage h3{margin-top:1px;}

.type_accordionBlock {
	width:720px;
	margin:0 0 2px -12px !important;
	float:left;
	font-family: "Lato", Arial; 
}


.accordionTitle .type_accordionBlock {
	font-size:13px;
	height:32px;
	margin-bottom:1px !important;
}

.contentBlock.type_accordionBlock.collapsed .accordionTitle,
.contentBlock.type_accordionBlock.expanded .accordionTitle {
	cursor:pointer;
	font-family: "Lato", Arial;
	font-weight:normal!important;
	font-size:13px;
	text-decoration:none;
	text-transform:uppercase;
	line-height:30px;
	padding: 1px 0 1px 15px !important;
	height:30px;
	margin:0 !important; 
}

.contentBlock.type_accordionBlock.collapsed .accordionTitle{
	background: url(../../../templates/jw/_common/images/gallery-sprite-3L.png) no-repeat 0 0 !important;
	color:#FFF !important;
	font-family: "Lato", Arial;  
}

.contentBlock.type_accordionBlock.collapsed .accordionTitle:hover{
	background: url(../../../templates/jw/_common/images/gallery-sprite-3L.png) no-repeat 0 -32px !important;
	color:#FFF !important;
	font-family: "Lato", Arial !important; 
}

.contentBlock.type_accordionBlock.expanded .accordionTitle{
	background: url(../../../templates/jw/_common/images/gallery-sprite-3L.png) no-repeat 0 -64px !important;
	color:#ffffff !important;
	font-family: "Lato", Arial !important;
}

.type_richText{
margin-top:0;
margin-bottom:8px!important;
}

.accordionTitle {
	padding:0 18px 5px 0;
	font-style:normal;
}


.accordionContent {
	margin: 15px 0 20px 15px!important;
}

.accordionContent li {
	margin-left: 15px;
}

.imageHolder-left {padding-right:12px;}

.contentBlock.type_textWithSideImage .imageHolder-left{margin:3px 5px 20px 5px!important;}

.contentBlock.type_textWithSideImage .imageHolder-right{margin:0 6px 20px 15px !important;}

#page_history-el-tropicano-hotel .contentBlock.type_textWithSideImage .imageHolder-right,
#page_fitness-centers-san-antonio .contentBlock.type_textWithSideImage .imageHolder-right{
	margin:0 4px 20px !important;
}

.contentBlock.type_textWithSideImage .imageHolder-left img,
.contentBlock.type_textWithSideImage .imageHolder-right img{
	height: 152px !important;
	width: 224px !important;
}

.accordion-content{
position:relative;
zoom:1;
}

.itemMainContent ul,
.blockCollection ul {
	padding:0 0 0 20px;
}

.itemMainContent li,
.blockCollection li {
	padding:0 0 0 18px;
}

.itemMainContent p,
.blockCollection p {
	font-family: "Lato", Arial;
	padding:16px 21px 16px 0;
	font-size:12px;
	line-height:20px;
}

.blockCollection p {
	padding:0px 21px 0 0;
}

.blockCollection .column .columnTwo{margin-left:20px;}

.imagecontainer .image img{
	height: 152px !important;
	width: 224px !important;
}

.imagecontainer .image{
	height: 152px !important; 
	width: 225px !important;
}

/*---------------------------------------------------------------------------------------*/

.flexInputSelect{
	font-family: Arial;
	font-size: 12px;
	color: #9a9a9a;
	width: 232px;
	height: 25px;
	padding: 4px;
}

.flexInputTextarea{
	width: 228px;
	height: 118px;
	color: #9a9a9a;
	font-size: 12px;
	font-family: Arial;
}

.flexInputSimple{
	font-family: Arial;
	font-size: 12px;
	color: #9a9a9a;
	width: 228px;
	height: 20px;
	line-height: 20px\9;
}

.flexFormBlockLabel{
	font-family: "Lato", Arial;
	font-size: 13px;
	color: #333;
	width: 126px;
}

.flexibleFormContainer{
	padding: 0;
}

#map{
	
	
}

#map-div{
	width: 718px;
	height: 360px;
	border: 1px solid #88260C;
	margin-left: -12px;
	margin-bottom: 46px;
}

#page_location #main-content .toolbox-link{
	position: relative;
	width: 300px;
}

#footer-bottom-right{
	float: right;
	height: 109px;
	width: 120px;
	background: url(../../../templates/jw/_common/images/footer-callout-img.png) 100px 0;
	margin-right: 100px;
}
#page_home #rightlogo{
	background: url(../../../templates/jw/_common/images/lewiston-logo.png) no-repeat 0 0 !important;
	width: 254px;
height: 84px;
position: absolute;
margin-top: 70px;
display:block;
}
#rightlogo{
	display:none;
}

.contentBlock.type_twoColumn .blockCollection.column{
	clear: none;
	float: left;
}

#mod_flexibleForms{
	margin-top: -20px;
}

.sitemap .home a{
	text-transform: capitalize;
}

#page_photogallery div.jw-weather-1col-sm em{
	padding-right: 1px !important;
}

.jw-widget ol{
	margin-left: 1.6em !important;
}