@charset "utf-8";
/* CSS Document */

/*---------- Tags ----------*/

body {
	font-family: Arial, Helvetica, sans-serif, "MS Reference Sans Serif";
	font-size: 12px;
	background-color: #464543;
	padding: 0 0 20px 0;
	margin: 0;
}

body#hotels #leftColumn {
	padding: 30px 15px 0 15px;
	width: 435px;
}

body#careers #leftColumn {
	padding: 40px 25px 0 30px;
	width: 410px;
	height: 560px;
}

body#hotels #wrapper {
	height: 700px;
}

img {
	padding: 0;
	margin: 0;
}

p {
	color: #c2c2c2;
	font-size: 11px;
	padding: 0;
	margin: 5px 0 5px 0;
}

a {
	color: #c2c2c2;
}

h1 { 
	color: #c2c2c2;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	font-size: 16px;
}

h2 { 
	color: #c2c2c2;
	padding: 0;
	margin: 0;
	font-size: 14px;
}

form { border: none; margin-top: 10px; }
fieldset { border: none; }

label { float: left; width: 100px; margin: 0; padding: 5px 10px 0 0;  text-align: left; color: #c2c2c2;
	font-size: 11px;
	padding: 0;
	margin: 0; }
input, select { margin: 2px 0 2px 10px; text-align: left; }
textarea { margin: 2px 0 2px 0; }

form p {
	margin: 5px 0 5px 0;
	}
	
ul#list li {
	color: #c2c2c2;
	font-size: 11px;
}

/*---------- Divs ----------*/

body#home #wrapper, body#contact #wrapper, body#values #wrapper {
	overflow: hidden;
}

body#careers p {
	line-height: 16px;
}


#wrapper {
	width: 800px;
	height: 625px;
	background-color: #000000;
	padding: 0;
	margin: 30px auto 20px auto;
}

#leftColumn {
	width: 465px;
	height: 625px;
	float: left;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 1;
}

#rightColumn {
	width: 290px;
	/*width: 285px;*/
	padding: 25px 0 0 25px;
	margin: 0;
	float: left;
}

/* ----------------------------- */

#barTransparent {
	width: 410px;
	height: 130px;
	background-color: #000000;
	float: left;
	opacity: .7;
	filter: alpha(opacity=70);
	left: 55px;
	bottom: 200px;
	position: relative;
	z-index: 2;
}

#barHotels {
	width: 730px;
	height: 120px;
	float: left;
	left: 55px;
	bottom: 330px;
	position: relative;
	padding: 10px 0 0 10px;
	z-index: 3;
}

#barTextHolder {
	width: 800px;
	height: 18px;
	background-color: #000000;
	float: left;
	opacity: .7;
	filter: alpha(opacity=70);
	left: 0px;
	bottom: 25px;
	position: relative;
	z-index: 4;
}

#barText p {
	margin: 0;
}

#barText {
	width: 800px;
	text-align: center;
	height: 15px;
	float: left;
	left: 0px;
	bottom: 42px;
	position: relative;
	z-index: 5;
}

/* ----------------------------- */

#barText p {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

.barText {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

/*---------- Style ----------*/

.hotelImg {
	width: 135px;
	text-align: center;
	float: left;
	padding: 0;
	margin: 0 10px 0 0;
}

.hotelImg img {
	margin: 0 0 5px 0;
}

.hotelImg a, .hotelImg p {
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}

.hotelImg a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.property {
	width: 435px;
	border-bottom: #333333 solid 1px;
	margin: 0 0 10px 0;
}

.propertyA {
	height: 16px;
	padding: 0 5px 0 5px;
	margin: 10px 0 0 0;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	color: #c2c2c2;
	background-color: #333333;
	float: right;
}

.propertyA:hover {
	color: #FFFFFF;
}
/*---------- Menu ----------*/

#nav {
	width: 200px;
	padding: 0;
	margin: 35px 0 20px 0;
}

#nav ul {
	margin: 0;
	padding: 0;
}

#nav ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav ul li a {
	height: 16px;
	width: 190px;
	padding: 0 5px 0 5px;
	margin: 0;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	color: #c2c2c2;
	float: left;
	background-color: #000000;
}

#nav ul li a:hover {
	background-color: #333333;
}

body#home a#homenav,
body#hotels a#hotelsnav,
body#values a#valuesnav,
body#careers a#careersnav,
body#contact a#contactnav {
	background-color: #333333;
}
