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

html {
	width: 100%;
}

body {
	width: 100%;
	margin: 0;
	background-color: #000000;
	font-family: Arial;
}

form {
	margin: 0;
}

table, img {
	border: 0;
}

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

/* custom styles */

#wrapper {
	width: 950px;
	margin: 0 auto;
	font-size: 12px;
	color: #FFFFFF;
}

#localtime {
	text-align: right;
	padding: 10px 0;
}

#logo_navi {
	background-color: #111111;
	padding: 5px 10px;
	width: 100%;
}

#logo_navi #logo {
	width: 205px;
}

#logo_navi #navi {
	vertical-align: bottom;
	text-align: right;
}

#logo_navi #navi a:link, #logo_navi #navi a:visited {
	color: #CCCCCC;
	text-decoration: none;
	margin: 0 0 0 15px;
}

#logo_navi #navi a:hover {
	color: #FFFFFF;
}

#flash_header {
	background-color: #1B1B1B;
}

/* styles that apply only to the index page */
#index_main {
	background-color: #1B1B1B;
}

#index_main h3 {
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	color: #F8B11E;
	margin: 0 0 5px 0;
}

#index_main #reservations {
	width: 239px;
	vertical-align: top;
	font-size: 10px;
	padding: 10px;
}

#index_main #reservations table {
	width: 100%;
}

#index_main #reservations td {
	padding: 5px 0;
	vertical-align: top;
}

#index_main #reservations .textfield {
	font-size: 10px;
	width: 100px;
}

#index_main #reservations select {
	font-size: 10px;
}

#index_main .infobox {
	width: 237px;
	padding: 10px;
	vertical-align: top;
}

#index_main .infobox a:link, #index_main .infobox a:visited {
	color: #CCCCCC;
	text-decoration: none;
}

#index_main .infobox a:hover {
	color: #FFFFFF;
}

/* styles that apply to the inner pages of the Corporate site */
#mainbody {
	width: 100%;
	background-color: #1B1B1B;
}

#left {
	width: 238px;
	vertical-align: top;
	border-right: 1px solid #585858;
}

#left h3 {
	margin: 0;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
}

#left #reservations {
	color: #FFFFFF;
	font-size: 10px;
	padding: 10px;
}

#left #reservations h3 {
	margin: 0;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
}

#left #reservations table {
	width: 100%;
}

#left #reservations td {
	padding: 5px 0;
}

#left #reservations .textfield {
	width: 100px;
	font-size: 10px;
}

#left #reservations select {
	font-size: 10px;
}

#left hr {
	width: 70%;
	color: #585858;
}

#left .infobox {
	padding: 10px;
	margin-top: 2px;
}

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

#left .infobox a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#left .infobox .datetime {
	font-size: 10px;
}

#right {
	vertical-align: top;
	width: 711px;
}

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

#maincontent {
	padding: 15px;
}

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

#maincontent a:hover {
	text-decoration: underline;
}

#maincontent #property_table {
	width: 600px;
	border-collapse: collapse;
}

#maincontent #property_table td {
	padding: 3px;
	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;
}

#bottom_properties {
	background-color: #111111;
	color: #fff799;
	padding: 10px;
	text-align: center;
}

#bottom_properties a:link, #bottom_properties a:visited {
	color: #fff799;
	text-decoration: none;
}

#bottom_properties a:hover {
	color: #fff799;
	text-decoration: underline;
}

#footer {
	padding: 5px;
	text-align: center;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #CCCCCC;
}

#footer a:hover {
	color: #FFFFFF;
}


#sitemap ul
{
list-style-type:none;
padding:3px 0px 3px 14px ;
margin:0px;
}

#sitemap li
{
list-style-type:none;
background-image:url(../images/ic_sitemap.png);
background-repeat:no-repeat;
background-position:0px 6px; 
padding:3px 0px 3px 14px ;
margin:0px;
}

#sitemap li a:link, #sitemap li a:visited
{
text-decoration: none;
}

#sitemap li a:hover
{
text-decoration: underline;
}

/* styles for the drop down menus */
/* ######### Default class for drop down menus ######### */
.anylinkmenu{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	border: 1px solid black;
	font: normal 12px;
	line-height: 18px;
	z-index: 100; /* zIndex should be greater than that of shadow's below */
	background: #FFFFFF;
	width: 170px; /* default width for menu */
}

.anylinkmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.anylinkmenu ul li a:link, .anylinkmenu ul li a:visited {
	width: 100%;
	display: block;
	text-indent: 3px;
	padding: 2px 0;
	text-decoration:none;
	text-indent: 5px;
	color: #000000;
	font-weight:bold;
	font-size: 12px;
}


.anylinkmenu a:hover{ /*hover background color*/
	background-color: #dcfbff;
	color: #333333;
}

/* ######### Alternate multi-column class for drop down menus ######### */
.anylinkmenucols{
	position: absolute;
	width: 350px;
	left: 0;
	top: 0;
	visibility: hidden;
	border: 1px solid black;
	padding: 10px;
	font: normal 12px Verdana;
	z-index: 100; /*zIndex should be greater than that of shadow's below*/
	background: #E9E9E9;
}

.anylinkmenucols li{
	padding-bottom: 3px;
}

.anylinkmenucols .column{
	float: left;
	padding: 3px 8px;
	margin-right: 5px;
	background: #E0E0E0;
}

.anylinkmenucols .column ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* ######### class for shadow DIV ######### */
.anylinkshadow{ /*CSS for shadow. Keep this as is */
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99; /*zIndex for shadow*/
	background: black;
	visibility: hidden;
}

.clsMainHide{
	display:none;
}
.clsMainShow{
	display:block;
}
.clsHeading{
	cursor:pointer;
	margin-bottom: 0px;
	color: #53412b;
	width:160px;
	padding:0px;
	font-weight:bold;
}

.menutitle{
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	color:#435976;
	width:160px;
	padding:0px;
	border:1px solid #000000;
	padding-top: 2px;
}

.menutitle a:link, a:visited {
	color:#435976;
	text-decoration:none;
}
.menutitle a:hover {
	background-color:#d0dac2;
	color: #53412b;
}

/* 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;
}

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