/* @group generic */

* {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

body {
	margin: 10px;
}

.clearAll {
	clear: both;
}

#pageContainer {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	width: 760px;
	position: relative;
	border-bottom: 2px solid #ff6;
}

h1.headerLogo {
	width: 380px;
	position: relative;
	top: 0;
	height: 0;
	padding-top: 70px;
	overflow: hidden;
	background: url(../img/logo_lcb.gif) -7px 0;
}

#header img {
	position: absolute;
	top: 0;
	right: 0;
}

#leftColumn {
	width: 380px;
	float: left;
}

#rightColumn {
	width: 380px;
	float: left;
}

/* @end */

/* @group meeting rooms */

#meeting {
	background-color: #f30;
}

div.orangeBox {
	background-color: #f30;
	color: #fff;
	width: 360px;
	margin-left: 0;
	padding: 10px;
}

div.orangeBox h2 {
	background: url(../img/header_meeting.gif) no-repeat -2px;
	width: 192px;
	height: 0;
	padding-top: 26px;
	overflow: hidden;
}

div.orangeBox p {
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 10px;
}

div.orangeBox h4 {
	margin-bottom: 10px;
}

div.whiteBox {
	background-color: #fff;
	color: #666;
	width: 360px;
	margin-left: 0;
	padding: 10px;
}

h2#terraceRoom {
	width: 192px;
	height: 0;
	padding-top: 26px;
	overflow: hidden;
	background: url(../img/header_terrace.gif) no-repeat -1px 0;
}

h2#gardenRoom {
	width: 192px;
	height: 0;
	padding-top: 26px;
	overflow: hidden;
	background: url(../img/header_garden.gif) no-repeat -1px 0;
}

h2#courtyardRoom {
	width: 192px;
	height: 0;
	padding-top: 26px;
	overflow: hidden;
	background: url(../img/header_courtyard.gif) no-repeat -1px 0;
}

div.whiteBox p {
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 10px;
}

#courtyardFormats {
	font-size: 12px;
	line-height: 18px;
}

#courtyardFormats tbody tr td.col1 {
	width: 140px;
}

div.imageLargeTop {
	position: relative;
	width: 380px;
	height: 210px;
	float: left;
	overflow: hidden;
	border-bottom: 20px solid #f30;
}

div.imageLargeTop p {
	position: absolute;
	top: 0;
	display: block;
	width: 370px;
	background-image: url(../img/orange-70.png);
	margin: 0;
	color: #fff;
	left: 0;
	padding: 5px;
	font-size: 12px;
}

div.imageLargeBottom {
	position: relative;
	width: 380px;
	height: 210px;
	float: left;
	overflow: hidden;
	border-bottom: 20px solid #f30;
}

div.imageLargeBottom p {
	position: absolute;
	display: block;
	width: 370px;
	background-image: url(../img/orange-70.png);
	margin: 0;
	color: #fff;
	bottom: 0;
	padding: 5px;
	left: 0;
	font-size: 12px;
}

div.imageSmallTop {
	position: relative;
	width: 190px;
	height: 143px;
	float: left;
	overflow: hidden;
}

div.imageSmallTop p {
	position: absolute;
	top: 0;
	display: block;
	width: 180px;
	background-image: url(../img/orange-70.png);
	margin: 0;
	color: #fff;
	left: 0;
	padding: 5px;
	font-size: 10px;
}

div.imageSmallBottom {
	position: relative;
	width: 190px;
	height: 143px;
	float: left;
	overflow: hidden;
}

div.imageSmallBottom p {
	position: absolute;
	display: block;
	width: 180px;
	background-image: url(../img/orange-70.png);
	color: #fff;
	bottom: 0;
	padding: 5px;
	left: 0;
	font-size: 10px;
}

/* @end */

/* @group footer */

#footer {
	width: 760px;
	clear: left;
	height: 60px;
	position: relative;
}

#footerContact {
	width: 380px;
	position: absolute;
	bottom: 0;
	left: 20px;
	font-size: 13px;
	color: #666;
}

#footerContact p a {
	font-weight: bold;
	color: #666;
	text-decoration: none;
}

#footerContact p a:hover {
	text-decoration: underline;
}

#footerLogos {
	position: absolute;
	right: 0;
	top: 0;
	padding-top: 10px;
}

#footerLogos img {
	margin-right: 10px;
}

/* @end */

#phoenixBackground {
	background: url(../img/ldmc_background.jpg) no-repeat right top;
	position: relative;
}

#phoenixCopy {
	background-color: #333;
	color: #fff;
	margin-left: 0;
	padding: 10px;
	font-size: 12px;
	line-height: 16px;
}

#phoenixCopy h2 {
	width: 360px;
	height: 0;
	padding-top: 90px;
	overflow: hidden;
	margin-bottom: 10px;
	background: url(../img/logo_phoenix.gif) no-repeat;
	font-size: 12px;
	padding-bottom: 0;
}

#phoenixCopy h3 {
	font-size: 24px;
	line-height: 26px;
	padding-left: 5px;
	padding-right: 5px;
	background: url(../img/header_phoenix.gif) no-repeat 0 10px;
	width: 350px;
	height: 0;
	padding-top: 80px;
	overflow: hidden;
	border-top: 2px solid #f30;
}

#phoenixCopy p {
	padding: 5px;
	text-shadow: #000000 0 0 0px;
}

#phoenixCopy p a {
	text-decoration: none;
	font-weight: bold;
	color: #f30;
}

#phoenixCopy p a:hover {
	text-decoration: underline;
}

#phoenixCopy p.info {
	font-weight: bold;
}

#phoenixCopy p.border {
	border: 1px solid #fff;
	padding: 5px;
}

p.brochureButton {
	position: absolute;
	width: 93px;
	height: 92px;
	bottom: 30px;
	left: 405px;
}

p.brochureButton a {
	height: 0;
	padding-top: 92px;
	width: 93px;
	display: block;
	overflow: hidden;
	background-image: url(../img/button_brochure.gif);
}