@charset "utf-8";
/* CSS Document  */
/* Reset all browser css styles */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	color: #2c241c;
}

body
{
	line-height: 1;
}

ol, ul
{
	list-style: none;
}

blockquote, q
{
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after
{
	content: '';
	content: none;
}

/* remember to define focus styles! */:focus
{
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins
{
	text-decoration: none;
}

del
{
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table
{
	border-collapse: collapse;
	border-spacing: 0;
}

/* Start Layout */
textarea
{
	width: 90%;
	margin-bottom: 10px;
}

select
{
	margin-bottom: 10px;
}

input
{
	font-weight: normal;
}

html
{
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: justify;
	line-height: 18px;
	background-color: #dccfc0;
	background-image: url(../custer_motel_bin/main_bg.jpg);
	background-repeat: repeat-x;
	height: auto;
	font-size: 14px;
}

body
{
}

a
{
	text-decoration: none;
}

img
{
	border: none;
}

/* workarea */
.mainCentral
{
	width: 900px;
	margin: 0px auto;
	height: auto;
}

/*Main container structure*/
#topBlock
{
	width: 900px;
	height: 117px;
	float: left;
	background-image: url(../custer_motel_bin/header.jpg);
	background-repeat: no-repeat;
}

#centerBlock
{
	width: 940px;
	height: 335px;
	margin-left: -20px;
	float: left;
	background-image: url(../custer_motel_bin/banner_bg.jpg);
	background-repeat: no-repeat;
}

#navigationBlock
{
	width: 860px;
	height: 50px;
	float: left;
	padding: 15px 20px 5px;
	background-image: url(../custer_motel_bin/menu_bg.jpg);
	background-repeat: no-repeat;
}

#contentBlock
{
	width: 900px;
	height: auto;
	float: left;
	clear: both;
	background: url(../custer_motel_bin/content_bg.jpg) repeat-y 0 0;
}

#bottomBlock
{
	width: 100%;
	float: none;
	clear: both;
}

/* #topBlock structure */
#topBlock .hotellogo
{
	width: 280px;
	height: 140px;
	float: left;
}

#topBlock .hotellogo a
{
	width: 160px;
	height: 85px;
	display: block;
	text-indent: -9999px;
	margin: 15px 0 0 100px;
}

#topBlock .quicklinks
{
	width: 600px;
	float: right;
	margin: 70px 10px 0 0;
}

#topBlock .quicklinks ul
{
	text-align: right;
}

#topBlock .quicklinks li
{
	display: inline;
	margin-top: 8px;
	float: right;
}

#topBlock .quicklinks a
{
	color: #705c50;
	padding: 0 8px;
	font: 12px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
}

#topBlock .quicklinks a:hover
{
	color: #2c241c;
	text-decoration: underline;
}

/* #centerBlock structure */
#centerBlock .flashContainer
{
	width: 650px;
	height: 300px;
	float: left;
	padding: 35px 0 0 30px;
}

#centerBlock .bookingGadget
{
	width: 207px;
	height: 280px;
	float: right;
	padding: 60px 20px 0;
}

/*booking gadget customization*/
/* #navigationBlock	structure */
#navigationBlock ul
{
	width: 800px;
	text-align: left;
}

#navigationBlock li
{
	display: inline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	text-transform: uppercase;
}

#navigationBlock li a
{
	color: #dedbc6;
	margin-right: 20px;
	float: left;
	padding: 15px 0 18px;
}

#navigationBlock li a:hover
{
	color: #705c50;
	padding: 15px 0 18px;
	border-bottom: 7px solid #094366;
}

#navigationBlock li.active
{
}

#navigationBlock li.active a
{
	color: #705c50;
	padding: 15px 0 18px;
	border-bottom: 7px solid #094366;
}

/* #contentBlock structure */
#fxBlock1
{
	width: 900px;
	height: 10px;
	background: url(../custer_motel_bin/content_top.gif) no-repeat bottom;
	float: left;
}

#fxBlock2
{
	width: 900px;
	height: 10px;
	float: left;
}

#contentBlock .leftcolumn
{
	width: auto;
	height: auto;
	min-height: 400px;
	float: left;
	background: url(../custer_motel_bin/contentArea_bg.jpg) no-repeat 0 0;
}

#contentBlock .content
{
	width: 580px;
	padding: 40px;
	height: auto;
	float: left;
	font: 12px Georgia, "Times New Roman", Times, serif;
	text-align: justify;
}

#contentBlock .content p
{
	margin-bottom: 10px;
	line-height: 20px;
	color: #2c241c;
}

#contentBlock .content h1
{
	font-weight: bold;
	color: #094266;
	padding-bottom: 15px;
	text-transform: uppercase;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#contentBlock .content h2
{
	font-weight: bold;
	color: #2c241c;
	margin-bottom: 10px;
	margin-top: 20px;
	text-transform: uppercase;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#contentBlock .content h3, h4, h5, h6
{
	font-weight: bold;
	color: #aa8a51;
	margin-bottom: 5px;
	margin-top: 10px;
	text-transform: uppercase;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#contentBlock .content a
{
	color: #094266;
	text-decoration: underline;
}

#contentBlock .content ul, #contentBlock .content ol
{
	margin-left: 0px;
	margin-top: 15px;
}

#contentBlock .content ul li
{
	color: #094266;
	list-style: square;
	margin: 10px 15px;
}

#contentBlock .content ol li
{
	color: #094266;
	list-style: decimal;
	margin: 10px 5px;
}

#contentBlock .rightcolumn
{
	width: 210px;
	padding: 15px;
	float: right;
	position: relative;
	font-size: 12px;
	background-image: url(../custer_motel_bin/sidebar_bg.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	min-height: 400px;
}

#contentBlock .rightcolumn p
{
	font: 10px Georgia, "Times New Roman", Times, serif;
	color: #777777;
	text-align: left;
	margin-bottom: 5px;
	line-height: 20px;
}

#contentBlock .rightcolumn h1
{
	font: 12px Gill Sans MT, Arial Narrow, Helvetica, Lucida Sans, Century Gothic, Verdana, Arial, Tahoma;
	font-weight: bold;
	color: #372f23;
	margin-bottom: 0px;
	margin-top: 9px;
	text-transform: uppercase;
}

#contentBlock .rightcolumn h2
{
	font: 11px Gill Sans MT, Arial Narrow, Helvetica, Lucida Sans, Century Gothic, Verdana, Arial, Tahoma;
	font-weight: bold;
	color: #99173C;
	margin-bottom: 3px;
	margin-top: 9px;
	text-transform: uppercase;
}

#contentBlock .rightcolumn h3, h4, h5, h6
{
	font: 11px Gill Sans MT, Arial Narrow, Helvetica, Lucida Sans, Century Gothic, Verdana, Arial, Tahoma;
	color: #000;
	margin-bottom: 3px;
	margin-top: 9px;
	text-transform: uppercase;
}

#contentBlock .rightcolumn a
{
	color: #094266;
	text-decoration: underline;
	font-size: 11px;
}

#contentBlock .rightcolumn ul li
{
	font: 11px Georgia, "Times New Roman", Times, serif;
	color: #999999;
	list-style: square;
}

#contentBlock .rightcolumn ol li
{
	font: 11px Georgia, "Times New Roman", Times, serif;
	color: #999999;
	list-style: decimal;
}

#contentBlock .footerMenu
{
	width: 871px;
	height: auto;
	text-align: center;
	clear: both;
	float: none;
	background: url(../custer_motel_bin/footer_menu_bg.jpg) no-repeat top center;
	padding: 20px 35px;
	margin-left: -20px;
}

#contentBlock .footerMenu ul
{
	margin-top: 10px;
	clear: both;
}

#contentBlock .footerMenu li
{
	display: inline;
	padding: 0px 6px;
	font: 13px Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	text-decoration: underline;
	float: left;
}

#contentBlock .footerMenu a
{
	color: #094266;
}

#contentBlock .footerMenu li a:hover
{
	color: #002237;
	text-decoration: underline;
}

/* #bottomBlock structure */
#bottomBlock .poweredby
{
	width: 390px;
	clear: both;
	padding-left: 255px;
	padding-right: 255px;
}

#bottomBlock .poweredby a
{
	width: 390px;
	height: 90px;
	text-indent: -9999px;
	display: block;
	background-image: url(../custer_motel_bin/powerd_by.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#bottomBlock .hoteladdress
{
	width: 900px;
	min-height: 55px;
	clear: both;
	font: 11px Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #705c50;
	text-align: center;
	background: url(../custer_motel_bin/footer_ad_bg.jpg) no-repeat bottom center;
	padding: 10px 10px 0;
	margin-left: -10px;
}

/***************************************** GADGET CONFIG *******************************************/
/* Room type descriptions */
#contentBlock .content .roomContainer
{
	width: 550px;
	height: auto;
	float: left;
	clear: both;
	border-bottom: 1px dotted #00235b;
	margin-bottom: 25px;
	padding-bottom: 25px;
}

#contentBlock .content .roomContainer .roomName
{
	padding: 3px 0px;
	font: 13px Gill Sans MT, Arial Narrow, Helvetica, Lucida Sans, Century Gothic, Verdana, Arial, Tahoma;
	color: #372f23;
	margin: 0px 0px 4px 0px;
}

#contentBlock .content .roomContainer .roomName h2
{
	margin: 0;
	padding-top: 0px;
	font-size: 16px;
	font-weight: bold;
}

#contentBlock .content .roomContainer .roomPhoto
{
	width: 125px;
	height: auto;
	float: left;
	padding: 0px;
	margin: 0px 15px 30px 0px;
	position: relative;
}

#contentBlock .content .roomContainer .roomPhoto .pgContainer .pgImage
{
	height: 90px;
	overflow: hidden;
	width: 125px;
}

#contentBlock .content .roomContainer .roomPhoto .pgContainer .pgImage a
{
	text-decoration: none;
}

#contentBlock .content .roomContainer .roomPhoto .pgContainer .pgImage a label
{
	position: absolute;
	left: 0px;
	bottom: -20px;
}

#contentBlock .content .roomContainer .roomPhoto img
{
	height: 133px;
	width: 133px;
	overflow: hidden;
	margin: -20px 0px 0px -4px;
	padding: 0;
}

#contentBlock .content .roomContainer .roomDescription
{
	float: left;
	text-align: left;
	width: 74%;
}

#contentBlock .content .roomContainer .roomDescription ul
{
	margin: 0px;
	padding: 0px;
}

#contentBlock .content .roomContainer .roomDescription p
{
	margin: 0;
	padding: 0;
}

#contentBlock .content .roomContainer .roomDescription li
{
	font-size: 11px;
	margin-left: 30px;
	color: #666666;
	line-height: 18px;
	list-style: square;
}

#contentBlock .content .roomContainer .roomDescription h2
{
	padding: 0;
	margin: 0;
}

#contentBlock .content .roomContainer .spacer
{
	width: 100%;
	height: 10px;
	float: left;
	clear: both;
}

#contentBlock .content .roomContainer .promotions-showTermsTrigger
{
}

#contentBlock .content .roomContainer .promotions-bgLink
{
	font-weight: bold;
	font-size: 14px;
	background: #00235b;
	padding: 5px;
	border-top: 1px solid #00235b;
	border-left: 1px solid #00235b;
	border-bottom: 1px solid #00235b;
	border-right: 1px solid #00235b;
	color: #ffffff;
	text-decoration: none;
}

#contentBlock .content .roomContainer .promotions-termsActions
{
	clear: both;
	margin-top: 20px;
	width: 409px;
}

#contentBlock .content .roomContainer .promotions-closeTerms
{
	height: 25px;
	background: #705c50 url(../custer_motel_bin/close_terms.gif) no-repeat 4px 4px;
	padding: 5px 5px 5px 30px;
	color: #ccc;
	text-decoration: none;
	width: 409px;
}

#contentBlock .content .roomContainer .termsText
{
	width: 409px;
	margin-left: 140px;
}

#contentBlock .content .roomContainer .promotions-termsText
{
	font: 11px Georgia, "Times New Roman", Times, serif;
	color: #999;
	padding: 15px;
}

#contentBlock .content .roomContainer .cancelText
{
	width: 100%;
}

/* meetingandevents */
#contentBlock .content #meetingandevents
{
}

#contentBlock .content #meetingandevents li
{
	list-style: none;
	padding: 0;
	margin: 5px;
}

/* Picture Gallery container */
.languages
{
	width: 300px;
	height: 30px;
	float: right;
	margin-top: 10px;
}

.languages ul
{
	text-align: right;
	margin: 5px;
}

.languages li
{
	display: inline;
	font: 10px Georgia, "Times New Roman", Times, serif;
	list-style: none;
	margin-left: 15px;
}

.languages li a
{
	text-decoration: none;
	color: #00235B;
	text-transform: uppercase;
}

.languages li a:hover
{
	color: #094266;
}

/* Pormotions gadget */
.promotionsgadget
{
	cursor: pointer;
	width: 180px;
	padding: 10px;
	clear: both;
	margin: 20px;
	background: url(../custer_motel_bin/promo_bg.jpg) repeat-y center;
}

.promotionsgadget .prgTitle, .promotionsgadget .prgTitle a
{
	cursor: pointer;
	float: left;
	color: #2C241C;
	width: 180px;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.promotionsgadget .prgImage, .promotionsgadget .prgImage a
{
	cursor: pointer;
	float: left;
	width: 70px;
	height: 70px;
	margin: 5px 0;
	border: none;
	text-decoration: none;
}

.promotionsgadget .prgClick, .promotionsgadget .prgClick a
{
	cursor: pointer;
	float: left;
	width: 180px;
	color: #094266;
	margin: 5px 0;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
}

.prgDescription, .promotionsgadget .prgDescription a
{
	cursor: pointer;
	height: auto;
	width: 180px;
	padding-top: 10px;
	clear: both;
	color: #2C241C;
}

/* Weather gadget */
.mainCentral .weatherGadget
{
	padding: 0px 10px;
	margin: 20px 10px 0;
	width: 200px;
	border: none;
}

.mainCentral .weatherGadget .wgImageNode
{
	margin-right: 10px;
}

.mainCentral .weatherGadget .wgTemperatureNode
{
	float: left;
	font-size: 16px;
	font-weight: normal;
	color: #094266;
	margin-top: 10px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* Trip Advisor */
.mainCentral #TA_Container, .mainCentral .TA_rtable td
{
	border: 0;
}

/* Contact forms */
.content textarea
{
	width: 90%;
	margin-bottom: 10px;
	border: 1px solid #bfb7a4;
	padding: 5px 0px;
	font-size: 14px;
	color: #2C241C;
	background: url(../custer_motel_bin/input_bg.jpg) repeat 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.content select
{
	margin-bottom: 2px;
	border: 1px solid #bfb7a4;
	padding: 5px 0px;
	font-size: 14px;
	color: #2C241C;
	background: url(../custer_motel_bin/input_bg.jpg) repeat 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.content input
{
	font-weight: normal;
	border: 1px solid #bfb7a4;
	padding: 5px 0px;
	font-size: 14px;
	margin-bottom: 5px;
	color: #2C241C;
	background: url(../custer_motel_bin/input_bg.jpg) repeat 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* Picture Gallery */
.pgContainer
{
	width: 170px;
	text-align: left;
	float: left;
	margin: 0px 10px 0px 0px;
}

.pgContainer .pgImage
{
	width: 150px;
	height: 150px;
}

.pgContainer .pgText
{
	margin-top: 15px;
	color: #777777;
}

#centerBlock .bookingGadget .gc_sh .gc_verticalSh
{
	width: 170px;
}

#centerBlock .bookingGadget .gc_sh .gc_verticalSh .shortHandTitle
{
	font-weight: bold;
	color: #dedbc6;
	line-height: 1em;
	text-transform: uppercase;
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
}

#centerBlock .bookingGadget .gc_sh .gc_verticalSh .checkinLabel
{
	color: #dedbc6;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

#centerBlock .bookingGadget .gc_sh .gc_verticalSh .shortHandNrNightsLabel
{
	color: #dedbc6;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

/*Checkin field*/
#centerBlock .bookingGadget .gc_sh .startDay
{
	width: 120px;
	height: 20px;
	padding-top: 4px;
	border-color: #fff;
	font-size: 11px;
	color: #00235b;
}

/*Nights field*/
#centerBlock .bookingGadget .gc_sh .yui-menu-button button
{
	width: 60px;
	height: 24px;
	padding-bottom: 4px;
	background: #ffffff url(../custer_motel_bin/bg_dropdown.gif) no-repeat 90% 50%;
	border-color: #fff;
	font-size: 10px;
	color: #00235b;
}

/*Calendar icon*/
#centerBlock .bookingGadget .gc_sh .shortHandCalendarIcon
{
	width: 20px;
	height: 25px;
	background: url(../custer_motel_bin/bg_calendar.png) no-repeat;
}

/*Booknow*/
#centerBlock .bookingGadget .gc_sh .shortHandCheckRates
{
	width: 173px;
	border: 0px;
	background: url(../custer_motel_bin/book_now.png) no-repeat;
	height: 30px;
	font: 16px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #2c241c;
	text-align: center;
	margin-left: -4px;
}

#background-img
{
	z-index: -1;
	height: 750px;
	width: 100%;
	background: url(../custer_motel_bin/bg-img.jpg) no-repeat top center;
	position: absolute;
	top: 0px;
	left: 0px;
}

