﻿* {
    padding:0;
    margin:0;
}

html {

}

img {
    border:0px;
    vertical-align:middle;
}

body {
    font-size:62.5%;
    font-weight:normal;
    font-style:normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color:#002f2f;
    text-align:center;
    background:url("images/site-bg.jpg") repeat top left;
}

a:link, a:visited {
	color: #002f2f;
	text-decoration: underline;
}
a:active, a:hover {
	color: #004949;
	text-decoration: none;
}

#container {
	width:740px;
	padding:20px 30px 20px 30px;
	margin:0 auto;
	text-align:left;
	background-color:#fff;
	overflow: hidden;
}

#container .hr {
	background:url("images/hr-separator.gif") no-repeat center center;
	width:732px;
	height:7px;
	margin:20px 0px 20px 0px;
}

#header {
	width: 100%;
	height: 90px;
	background-color: #FFFFFF;
}

#header h3 {
	width:450px;
	float:left;
}

#header ul {
	width:290px;
	overflow:hidden;
	text-align:left;
	margin-top:10px;
}

#header li {

}

#nav-flash {
	overflow:hidden;
}

#header .nav {	
	width:820px;
	clear: both;
	font-size:1.2em;
}
#header .nav li {
	margin-left: 12px;
	float:left;
	list-style-type:none;
	display: inline;
	font-size:1.2em;
	
}

#nav-flash h1 {
	float:left;
	margin-left: 10px;
	width:620px;
	font-size:1.6em;
	text-align:left;
	position:relative;
}

#nav-flash h1 span {
	position:absolute;
	left:10px;
}

#container .hotel-logos {
	text-align:center;
}

#page-content {
	overflow:hidden;
}

#page-content.sub {
	margin-left:10px;
	font-size:1.3em;
	margin-top:15px;
}

#page-content.subproperties {
	margin-left:15px;
	padding-left:15px;
	font-size:1.3em;
	margin-top:15px;
}

#page-content.subproperties p {
	line-height:1.4em;
	margin-bottom:15px;
}

#page-content.subproperties h1 {
    font-size:1.4em;
}

#page-content.subproperties h2 {
    font-size:1.2em;
    padding-top:10px;
}

#page-content.sub p {
	line-height:1.4em;
	margin-bottom:15px;
}

#page-content.sub ul {
    margin-left:20px;
    margin-bottom:20px;
}

#page-content.sub h1 {
    font-size:1.4em;
}

#page-content h1 {
	font-size:1.8em;
	margin-bottom:15px;
}

#page-body {
	width:440px;
	margin-right:60px;
	float:left;
	font-size:1.3em;
	line-height:1.4em;
}

#page-body p {
	margin-bottom:15px;
}

#page-body ul {
    margin-left:20px;
    margin-bottom:20px;
}

#right-side {
	width:240px;
	float:right;
}

#right-side .box {
	border-bottom-color:#c4dff2;
	border-bottom-style:dashed;
	border-bottom-width:thin;
}

#right-side .fl {
	float:left;
	padding:5px;
}

#right-side p {
	font-size:1.4em;
	line-height:1.4em;
	margin-bottom:15px;
}

#right-side h2 {
	font-size:1.6em;
	padding-top:15px;
}

#page-footer {
	text-align:center;
	font-size:1.1em;
	line-height:1.6em;
}

#page-footer .textsmall {
    padding-top:10px;
}

#page-footer A:link, #page-footer A:visited {
    text-decoration:underline;
}

#page-footer A:hover, #page-footer A:active {
    text-decoration:none;
}

 /* classes which define the calendar styles */
.inputFormButton { font-size:11px; color: #fff; background-color:#005050; }
.titleEvent { font-size: 12px; font-weight: bold; color: #000; }
.eventLine { font-size: 12px; color: #000; }
.monthYear { font-size:16px; font-weight: bold; }
.daysOfWeek { font-size: 12px;font-weight: bold; }
.gridMain { font-size: 11px; }
.todayColorIn { color: #CC0000; background-color: #FFFFCC; } /* font color for the current date for current month */
.inMonthFaceIn { color: #000; background-color: #FFFFCC; } /* font color for days in the display month for current month */
.outMonthFaceIn { color: #333; background-color: #FFFFCC; } /* font color for days not in the display month for current month */
.todayColorOut { color: #CC0000; background-color: #999; } /* font color for the current date for days in the display month */
.inMonthFaceOut { color: #000; background-color: #999; } /* font color for days in the display month for days in the display month */
.outMonthFaceOut { color: #333; background-color: #999; } /* font color for days not in the display month for days in the display month */
.dropDownInCalendar { font-size: 12px; background-color:#fff; border: 1px #666 solid; }
.calendardetail { font-size: 12px; line-height: 15px; color: #000; padding-right: 5px; padding-left: 5px; }

