@charset "ISO-8859-1";
/* ##################################################
					Global Settings 
   ################################################## */

body, html {
	margin: 0;
	padding: 0;
	font-size: 71.2%;
	background: url(../images/bg_rpt.jpg) top left repeat-x #0A1A40;
}

.clear {
	clear: both;
	display: block;
	width: 100%;
	}

/* --- Reset --- */
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td {
	margin:0;
	padding:0;
	} 

/* --- ./../images --- */
img { 
	border: 0; 
}

button {
	border: 0;
	background: none;
	padding: 0;
	margin: 1em 0 1em 2em;
}

.imglt {
	clear: left;
	float: left;
	margin: 0 0.6em 0.6em 0;
}

.imgrt {
	clear: right;
	float: right;
	margin: 0 0 0.6em 0.6em;
}

.lt {
	float: left;
	margin: 0 0.3em 0.3em 0;
}

.rt {
	float: right;
	margin: 0 0 0.3em 0.3em;
}
	

/* --- Rules --- */
hr {
	background: #fff;
	border: 0;
	border-bottom: 1px solid #d5d2d9;
	clear: both;
	margin: 1em 0;
	padding: 0;
	width: 100%;
	}

/* --- Text Elements --- */
p { 
	line-height: 1.5em;
	margin: 0.3em 0 1.7em 0;
	padding-right: 1.5em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 1.75em;
	text-align: justify;
}
	
h1, h2, h3, h4, h5 { 
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 1.6667em;
	line-height: 1.833em;
	font-weight: normal;
	}
h3 {
	font-size: 1.5em;
	line-height: 1.6667em;
	}
h4 {
	font-size: 1.3334em;
	line-height: 1.5em;
	}
h5 {
	font-size: 1.1667em;
	line-height: 1.3334em;
	}

h1, h2, h3 {
	color: #333;
	/* color: #01598b; */
	font-size: 2em;
}


.warning {
	color: red;	
}

#infort h1 {
	font-size: 2.5em;
}

.ltboxes h1 {
	font-size: 2.5em;
	padding-left: 1em;
}

#ltboxesData h1 {
	font-size: 2em;
	text-align: center;
}


#ltboxesData input, select {
	background: #f9f5f2;
	border: 1px solid #6a6a6a;
}

#ltboxesData #guestCount {
	width: 100px;
	margin: 0 0 1em 0;
}

#ltboxesData #roomCount {
	width: 100px;
	margin: 0 0 1em 0;
}

#reservations #guestCount {
	width: 100px;
	margin: 0 0 1em 0;
}

#reservations #roomCount {
	width: 100px;
	margin: 0 0 1em 0;
}

.lonecolor {
	color: #e2c217
}

.lonecolor2 {
	color: #73c7f9;
}

.wrapper {
	width: 900px;
	clear: both;
	background: #FFF;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
}

#header {
	width: 900px;
	height: 126px;
	margin: 0 auto;
	border-top: 27px solid #e2c217;
	/* margin: 100px auto 0 auto; */
}

/* ##################################################
					Navigation
   ################################################## */
	
div.navigation {
	background: url(../images/navigation/nav_bg.jpg) left top no-repeat;
	clear: both;
	width: 900px;
	height: 60px;
	list-style-type: none;
	margin: 0 auto;

}

.links li, .links a {
	height: 57px;
	display: block;
}

.links li {
	float: left;
	list-style: none;
	display: inline;
}

.links span {
display: none;
}

.links li.first {
	width: 113px;
	margin-left: 5.15em;
	margin-top: .25em;
}

.links li.second {
	width: 113px;
}

.links li.third {
	width: 113px;
}

.links li.fourth {
	width: 113px;
}

.links li.fifth {
	width: 136px;
}

.links li.sixth {
	width: 113px;
}

.links li.seventh {
	width: 113px;
}

.links li.first a:hover {
	background: url(../images/navigation/home-ro.png) bottom left no-repeat;
	width: 113px;
	margin-top: .25em;
}

.links li.second a:hover {
	background: url(../images/navigation/about-ro.png) bottom left no-repeat;
	width: 113px;
	margin-top: .25em;
}

.links li.third a:hover {
	background: url(../images/navigation/services-ro.png) bottom left no-repeat;
	width: 113px;
	margin-top: .25em;
}

.links li.fourth a:hover {
	background: url(../images/navigation/rooms-ro.png) bottom left no-repeat;
	width: 113px;
	margin-top: .25em;
	margin-left: .08em;
}
.links li.fifth a:hover {
	background: url(../images/navigation/reservations-ro.png) top left no-repeat;
	width: 136px;
	margin-top: .25em;
	margin-left: .25em;
}

.links li.sixth a:hover {
	background: url(../images/navigation/contact-ro.png) top left no-repeat;
	width: 113px;
	margin-top: .25em;
	margin-left: .28em;
}

.links li.seventh a:hover {
	background: url(../images/navigation/location-ro.png) top left no-repeat;
	width: 113px;
	margin-top: .25em;
	margin-left: .5em;
}

/* ##################################################
					Content Area
   ################################################## */

#content {
	width: 900px;
}

#reservationHolder {
	width: 600px;
	padding: 1em 0 0 1em;
}

#reservationHolder p {
	width: 550px;
	margin: 1em;
}

#reservationHolder fieldset {
	margin-top: 1em;
}

#reservationHolder legend {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: #666;
}

#reservationHolder input {
	width: 200px;
	margin: -1em 0 -.5em 1em;
	border: 1px solid #999;
	background: #FFFF80;
}

#reservationHolder select {
	width: 50px;
	border: 1px solid #999;
	background: #FFFF80;
}

#photoGallery {
	width: 900px;
	height: 350px;
	margin-bottom: 2em;
}

#infolt {
	width: 280px;
	float: left;
	clear: both;
}

#infort {
	width: 620px;
	height: 100%;
	float: right;
}

.ltboxes {
	width: 225px;
	margin: 0 auto;
}

#boxTop {
	width: 225px;
	background: url(../images/sidelink_top.jpg) top left no-repeat;
	height: 21px;
	margin: 0;
	padding: 0;
}

#boxBot {
	width: 225px;
	background: url(../images/sidelink_bot.jpg) bottom left no-repeat;
	height: 18px;
	margin: 0;
	padding: 0;
}

#ltboxesData {
	width: 221px;
	background: url(../images/sidelink_bg_rpt.jpg) top left repeat-x;
	border-left: 2px solid #f9f5f2;
	border-right: 2px solid #f9f5f2;
}

#ltboxesData p {
	margin: 0 0 0 1em;
	padding: 0;
}

#ltboxesData select {
	width: 58px;
	margin-top: 1em;
	margin-left: .25em;
}

#ltboxesData input {
	margin-bottom: .5em;
}

.locationBox {
	width: 225px;
	margin: 1em auto 0 auto;
}

.locationBox p {
	font-size: 1.78em;
	}

.takeNote {
	color: red;
	font-size: 12.5px;
	font-weight: bold;
	text-decoration: underline;
}
/* ##################################################
					Calendar
   ################################################## */

.hidden {
	opacity: 0;
	position: absolute;
}
.visible {
	opacity: 1;
}


input.calendar,
select.calendar {
	width: 150px;
}

button.calendar {
	background: url(../images/calendar-icon.gif);
	border: 0;
	cursor: pointer;
	float: right;
	height: 20px;
	margin-right: 20px;
	margin-top: -22px;
	width: 20px;
}

button.calendar:hover,
button.calendar.active {
	background-position: 0 20px;
}

div.calendar {
	background: url(../images/sidelink_bg_rpt.jpg) top left repeat-x;
	border: 2px solid #666;
	height: 195px;
	padding: 0 6px;
	margin-left: 5px;
	text-align: center;
	width: 147px;
}	
	div.calendar * {
		margin: 0;
		padding: 0;
	}	
	div.calendar div {
		background: none !important;
		cursor: move;
		height: 185px;
		overflow: hidden;
		padding-top: 10px;
		position: relative;
		width: 147px;
	}	
	
	div.calendar caption {
		color: #333;
		font: normal 12px/16px Arial, Helvetica, sans-serif;
		padding-top: 6px;
		text-align: center;
		width: 100%;
	}
	div.calendar caption a {
		cursor: pointer;
		display: block;
		height: 12px;
		overflow: hidden;
		position: absolute;
		text-indent: -100px;
		top: 17px;
		width: 11px;
	}
	div.calendar caption a.prev {
		background-image: url(../images/calendar-prev.gif);
		left: 0;
	}
	div.calendar caption a.next {
		background-image: url(../images/calendar-next.gif);
		right: 0;
	}
	div.calendar caption a:hover {
		background-position: 0 12px;
	}
	div.calendar caption span {
		height: 25px;
		position: relative;
		text-align: center;
	}
	div.calendar caption span.month {
		padding-right: 8px;
	}
	div.calendar caption span.month:after {
		content: ',';
	}

	div.calendar table {
		border-top: 0;
		border-collapse: collapse;
		border-spacing: 0;
		cursor: default;
		margin: 0 auto;
		overflow: hidden;
		width: 147px;
	}
	div.calendar td,
	div.calendar th {
		border: 0;
		color: #0597DB;
		font: normal 12px Arial, Helvetica, sans-serif;
		height: 21px;
		text-align: center;
		width: 21px;
	}
	div.calendar td {
		background: url(calendar-td.gif);
		color: #333;
		font-size: 11px;
	}
	div.calendar td.invalid {
		color: #999;
	}
	div.calendar td.valid {
		background: url(calendar-valid.gif);
		color: #0597DB;
		cursor: pointer;
	}
	div.calendar td.hilite {
		background: url(calendar-hilite.gif);
	}
	div.calendar td.inactive {
		background: url(calendar-td.gif) 0 100%;
		color: #F00;
	}
	div.calendar td.active,
	div.calendar td.hover {
		background: url(calendar-valid.gif) 0 100%;
		color: #C60;
		cursor: pointer;
	}

/* div.calendar label {
	display: block;
} */


/* ##################################################
				  Contact Form
   ################################################## */

#contact fieldset {
margin: 1em 0;
padding: 1em;
border: 1px solid #39C;
background: url(../images/sidelink_bg_rpt.jpg) top left repeat-x;
}

legend {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: #333;
}

label {
display: block;
}

input {
width: 190px;
border: 1px solid #666;
}

#contact textarea {
border: 1px solid #666;
}

#contact {
width: 500px;
}

/* ##################################################
				  Contact Form
   ################################################## */


/* ##################################################
				Room Features
   ################################################## */

	#room_features {
		color: #666;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 1.70em;
		margin-left: .70em;
		padding: 0 0 3em 1em;
	}

	#room_features li {
		padding: 0 0 .5em 0;
	}

/* ##################################################
					Footer
   ################################################## */

	#footer {
		width: 900px;
		height: 91px;
		margin: 0 auto;
		background: url(../images/grissys_footer.jpg) bottom left no-repeat;
}

ul#footerlinks {
	width: 800px;
	display: inline;
	float: left;
	margin: 2.5em 0 0 5em;
	list-style: none;
	font-size: 10px;
	font-weight: bold;
}

ul#footerlinks li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ul#footerlinks li {
	display: block;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	border-right: 1px solid #73c7f9;
	
}

ul#footerlinks li  a {
	color: #73c7f9;
	text-decoration: none;
}

ul#footerlinks li  a:hover {
	color: #444;
}

#footerlinks li.last {
	border-right: none;
}

#footerlinks li.designInfo {
	padding-right: 12px;
	border-right: none;
	float: right;
}

.last {
	border-right: none;
}

.policy {
	margin-left: 10em;
}

ul#footerlinks li.copyrightinfo {
	border-right: none;
	color: #73c7f9;
	margin-top: -.5em;
}

.designInfo {
margin-top: -.5em;
}

#map {
	margin-top: 2em;
	width: 600px;
	height: 500px;
	border: 2px dashed #999;
}

#balloon p {
	text-align: left;
}
