@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
}
a {
	border:none;
}
img {
	border:none;
}
.clear { /* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
	clear:both;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#fae1b8;
	background-image:url('../images/bistro_bg.jpg');
	background-repeat:repeat-x;
	color:#333;
	font-size:12px;
}
#page {
	width:946px;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px auto 0px auto;
}
#header {
	background-image:url('../images/Portal_header.jpg');
	background-repeat: no-repeat;
	color:#333;
	font-size:12px;
	width:946px;
	height:183px;
	float:left;
}
#portal_body {
	float:left;
	height:368px;
	width:946px;	
}
#portal_btm_img {
	width:946px;
	height:196px;
	float:left;		
}
.bistro {
	width:289px;
	height:107px;
	background-image: url('../images/Portal_bistro.jpg');
	background-repeat:no-repeat;
	float:left;
	margin:25px 38px 25px 0px;
}
.bistro h3 {
	padding:42px 20px 0px 78px;
	
}
.lounge {
	width:289px;
	height:107px;
	background-image: url('../images/Portal_lounge.jpg');
	background-repeat:no-repeat;
	float:left;
	margin:25px 38px 25px 0px;

}
.lounge h3 {
	padding:42px 5px 0 55px;
}
.banquet {
	width:289px;
	height:107px;
	background-image: url('../images/Portal_banquet.jpg');
	background-repeat:no-repeat;
	float:left;
	margin:25px 0px 25px 0px;
}
.banquet h3 {
	padding:42px 10px 0 35px;
}

#nav {
	float:left;
	height:20px;
	padding:145px 0 0 190px;
	
}
ul.green {
	padding: 5px;
	margin: 0px 0;
	list-style: none;
	float: left;
	clear: left;
}
ul.green li {
	float: left;
	
}
ul.green li a {
	float: left;
	text-decoration: none;
	color: #333;
	padding: 4px 4px 0 0;
	margin-right: 15px;
	font: 900 11px "Arial", Helvetica, sans-serif;
}
ul.green li a span {
	float: left;
	padding-right: 4px;
	display: block;
	margin-top: -4px;
	height: 24px;
}
ul.green li a:hover {
	color: #fff;
	background: url('../images/green.png') no-repeat top right;
}
ul.green li a:hover span {
	background: url('../images/green.png') no-repeat top left;
}
ul.green li a.current {
	background: url('../images/green.png') no-repeat top right;
	color: #fff;
}
ul.green li a.current span {
	background: url('../images/green.png') no-repeat top left;
}
.top_right_nav {
	float:right;
	padding-bottom:20px;
}
ul.top {
	padding: 5px;
	margin: 0px 0;
	list-style: none;
	float: left;
	clear: left;
}
ul.top li {
	float: left;
}
ul.top li a {
	float: left;
	text-decoration: none;
	color: #333;
	padding:  4px 4px 0 0;
	margin-right: 14px;
	font: 900 9px "Arial", Helvetica, sans-serif;
}
ul.top li a span {
	float: left;
	padding-right: 4px;
	display: block;
	margin-top: -4px;
	height: 24px;
}
ul.top li a:hover {
	color: #fff;
	background: url('../images/top_purp.png') no-repeat top right;
}
ul.top li a:hover span {
	background: url('../images/top_purp.png') no-repeat top left;
}
ul.top li a.current {
	background: url('../images/top_purp.png') no-repeat top right;
	color: #fff;
}
ul.top li a.current span {
	background: url('../images/top_purp.png') no-repeat top left;
}
a.button {
	background: transparent url('../images/bg_button_a.gif') no-repeat scroll top right;
	color: #fff;
	display: block;
	float: left;
	font: bold 11px arial, sans-serif;
	height: 24px;
	margin-right: 6px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
}
a.button span {
	background: transparent url('../images/bg_button_span.gif') no-repeat;
	display: block;
	line-height: 14px;
	padding: 5px 0 5px 18px;
}
a.button:active {
	background-position: bottom right;
	color: #fff;
	outline: none; /* hide dotted outline in Firefox */
}
a.button:hover {
	color: #fccc82;
	outline: none; /* hide dotted outline in Firefox */
}
a.button:active span {
	background-position: bottom left;
	padding: 6px 0 4px 18px; /* push text down 1px */
}
#footer {
	float:left;
	width:946px;
	height:53px;
	border:#FFF solid 2px;
	background-image:url('../images/footer_bg.jpg');
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#FFF;
	margin-top:15px;
}
#footer h1 {
	color:#333;
	font-size:10px;
	font-weight:normal;
	float:left;
	padding:16px 0 0 15px;
}
#footer h2 {
	color:#333;
	font-size:10px;
	font-weight:normal;
	float:left;
	padding:23px 0 0 290px;
}
#footer a {
	color:#333;
	font-size:10px;
	font-weight:normal;
	float:left;
	text-decoration:none;
	padding-left:15px;
}
#footer a:hover {
	color:#333;
	font-size:10px;
	font-weight:normal;
	float:left;
	text-decoration: underline;
}
#footer span {
	color:#492f91;
	font-size:10px;
	font-weight:normal;
}

