@charset "utf-8";
/* CSS Document */

/* general styles for the entire site */
html {
	width: 100%;
}

body {
	width: 100%;
	margin: 0;
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
}

form {
	margin: 0;
}

img, table {
	border: 0;
}

input, select, textarea {
	font-family: Arial;
	font-size: 10px;
}

#wrapper {
	width: 950px;
	margin: 0 auto 0 auto;
}

/* styles for the top logo and local time */
#header {
	width: 100%;
	background-color: #000000;
}

#header .logo {
	width: 50%;
	padding: 10px 0px 15px 10px;
}

#header .localtime {
	width: 50%;
	text-align: right;
	vertical-align: bottom;
	color: #ffdab9;
	padding: 0px 15px 10px 0px;
}


/* styles for the top navigation bar and hyperlinks */
#topnav {
	background-color: #795b3a;
	color: #0d0d0d;
	padding: 5px 0px 5px 15px;
	border-bottom: 1px solid #FFFFFF;
}

#topnav a:link, #topnav a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #f8f0d1;
	margin-right: 20px;
}

#topnav a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #0d0d0d;
	margin-right: 20px;
}


/* styles for the maincontent area */
#maincontent {
	width: 100%;
	background-color: #000000;
}


/* styles for the left column */
#maincontent .left {
	vertical-align: top;
	width: 199px;
}

#maincontent .left .infobox {
	background-color: #c4925d;
	margin-bottom: 20px;
	width: 199px;
}

#maincontent .left .infobox .content {
	padding: 0px 15px 5px 15px;;
}

#maincontent .left .infobox a:link, #maincontent .left .infobox a:visited {
	color: #333333;
	font-weight:bold;
	text-decoration: none;
}

#maincontent .left .infobox a:hover {
	color: #000000;
	font-weight:bold;
	text-decoration: underline;
}

#leftnav {
	background-color: #c4925d;
	padding: 10px 15px 10px 15px;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

#leftnav a:link, #leftnav a:visited {
	color: #3b3332;
	text-decoration: none;
	font-weight: bold;
	line-height: 22px;
}

#leftnav a:hover {
	text-decoration: underline;
	color: #25201f;
}

#reservations {
	background-color: #c4925d;
	padding: 10px 0px 12px 15px;
	margin-bottom: 20px;
	border-right: 1px solid #FFFFFF;
}

#reservations .table td {
	padding: 3px 0px 3px 0px;
}

/* styles for the right column */
#maincontent .right {
	vertical-align: top;
	width: 750px;
}

#content {
	padding: 20px 15px 20px 15px;
	color: #ffdab9;
}

#content h3 {
	font-size: 24px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
}

#content .title {
	font-size: 16px;
	color: #ffdab9;
}

#content .promo_title {
	font-size: 16px;
	font-weight: bold;
}

#content a:link, #content a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#content a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.serviced_apartment_table {
	width: 100%;
	border-collapse: collapse;
}


.serviced_apartment_table th {
	font-weight: bold;
	text-align: left;
	padding: 3px 5px 3px 5px;
	border: 1px solid #CCCCCC;
}

.serviced_apartment_table td {
	padding: 3px 5px 3px 5px;
	border: 1px solid #CCCCCC;
}

#careertable {
	font-size: 12px;
	width: 450px;
	border-collapse: collapse;
}

#careertable th {
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	background-color: #333333;
	padding: 5px;
	border: 1px solid #000000;
}

#careertable td {
	padding: 3px;
	border: 1px solid #000000;
}

#sideimages {
	width: 250px;
	float: right;
	margin: 0px 0px 15px 15px;
}

#sideimages td {
	padding-bottom: 10px;
	text-align: right;
}


/* styles for the footer */
#footer {
	width: 100%;
	margin-top: 20px;
	padding-bottom: 10px;
	color: #000000;
	text-align: center;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}

#footer a:hover {
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
}

#footer .divider {
	border-bottom: 2px solid #000000;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* To control the dropdown menu */
#dropmenudiv{
	position: absolute;
	border: 1px solid #FFFFFF;
	border-bottom-width: 0;
	line-height: 11px;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	text-align: left;
	border-bottom: 1px solid #FFFFFF;
	padding: 5px 0;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	font-variant:normal;
	font-weight:normal;
	background-color: #000000;
	color: #FFFFFF;
}

#dropmenudiv a:hover{ /*hover background color*/
	color: #000000;
	background-color: #FFFFFF;
}

/* for the calendar */
.style5 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color:#000000; }

/* the div that holds the date picker calendar */
.dpDiv {
	}

/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}

/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}

/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}

/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}

/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}

/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}

/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}

/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}

/* the table cell that holds the name of the month and the year */
.dpTitleTD { }

/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD { }

/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD { }

/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: #4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
}