html,
body {
   margin:0;
   padding:0;
   height:100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; color: #000000;
	text-align: left;
	margin: 0; padding: 0;
	background-attachment: fixed;
	background-repeat:no-repeat;
	background-color: #11528c;
	background-image:url(images/bridge-bg.jpg);
	background-position:center;
	background-position:top;
}




.footer					{ width: 1000px; height: 30px; margin: 0 auto; padding: 10px 0; background: #000; }

.footer .leftPanel		{ width: 260px; margin: 0; padding: 0 20px; text-align: left; }
.footer .rightPanel		{ width: 660px; margin: 0; padding: 0 20px; text-align: right; }

.finest-title {
	font-size: 18px;
	font-weight: bold;
	color: #4B301B;
}

.footer-text {
	font-size: 11px;
	color: #000000;
}

a.footer-text:link {
	font-size: 11px;
	color: #000000;
}
a.footer-text:hover{
	font-size: 11px;
	color: #000000;
}
a.footer-text:visited{
	font-size: 11px;
	color: #000000;
}


.navbar-text {color: #FFFFFF}



 /* @group Links */

a:link, a:visited {
	color: #000000;
	text-decoration: none;	
}

a:hover {
	color: #11528c;
	text-decoration: underline;
}

td a {
  font-weight: bold;
}

.footer a, .footer a:link {
	color: #000000;
	text-decoration: none;	
}

.footer a:hover {
	color: #000000;
	text-decoration: underline;
}

#flash-images {
  height: 280px;
  overflow: hidden;
}

.left-box {
  width: 328px;
  background: #bcbcbc;
  border: 2px groove #ffffff;
  padding: 10px;
}

.footer-text {
  text-align: right;
}

.roomTitleRow {
  background: #c6d5e5;
}

.roomTitle {
  font-size: 16px;
  padding: 4px;
}

.element {
  padding: 4px;
}

.head2 {
  color: #4B301B;
  font-size: 18px;
  font-weight: bold;
}

.error {
  color: red;
  font-weight: bold;
}

/******** Menu Style ********/
#menu		{
			text-align:center;
			color:#FFFFFF;
			font-size:12px;
			padding:0px;
			margin-left: 100px;
      width: 820px;
      position: absolute;
      top: 115px;
      *top: 128px;
			}
			
#menu ul	{
      list-style-type:none;
			diplay:block;
			margin-right:5px;
      padding: 0px 25px 0px 0px;
			}

#menu li	{
      display:inline;
			padding:0px;
      line-height: 25px;
			}
			
#menu a:link		{color:#FFFFFF; text-decoration:none;}
#menu a:visited		{color:#FFFFFF; text-decoration:none;}
#menu a:hover		{color:#FFFFFF; text-decoration:underline;}
#menu a:active		{color:#ff9a00; text-decoration:none;}
