/* CSS Document */

#content_td {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
}

#content {
  color: #000;
  opacity: 1;
  filter: alpha(opacity=99);
  -moz-opacity: 0.99999;
  -khtml-opacity: 0.99999;
  position: relative;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 10px Arial;
width: 100%;
border: 1px solid #625e00;
border-width: 1px 0;
background: black url(../images/blockdefault.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(../images/blockactive.gif) center center repeat-x;
}



.solidblockmenu2{
margin: 0;
padding: 8px 0;
font: bold 12px Arial;
width: 100%;
border: 1px solid #625e00;
border-width: 1px 0;
background: black url(../images/blockdefault.gif) center center repeat-x;
list-style-type: none;
}

.solidblockmenu2 li{
display: inline;
position: relative;
list-style-type: none;
background: transparent url(../images/blockdefault.gif) center center repeat-x;
}

.solidblockmenu2 li a{
color: white;
padding: 6px 1px;
text-decoration: none;
border-right: 2px solid white;
background: transparent;
}

.solidblockmenu2 li a:visited{
color: white;
}

.solidblockmenu2 li a:hover{
color: white;
background: transparent url(../images/blockactive.gif) center center repeat-x;
}



#mainmenu{
padding: 6px 0;
margin-left: 0;
margin-bottom: 0;
font: bold 10px Arial;
list-style-type: none;
}

#mainmenu li{
display: inline;
margin: 0;
}

#mainmenu li a{
text-decoration: none;
padding: 6px 7px;
margin-right: 3px;
border: 1px solid #778;
color: black;
background: white;
}

#mainmenu li a:hover{
color: white;
background: transparent url(../images/blockactive.gif) center center repeat-x;
}

#mainmenu li.selected a{ /*selected main tab style */
color: white;
background: transparent url(../images/blockactive.gif) center center repeat-x;
border-color: navy;
}



#submenu{
padding: 4px 0;
margin: 0;
font: bold 10px Arial;
list-style-type: none;
background: black url(../images/blockdefault2.gif) center center repeat-x;
}

#submenu li{
display: inline;
margin: 0;
}

#submenu li a{
text-decoration: none;
padding: 3px 5px;
border-right: 1px solid #778;
color: white;
}

#submenu li a:hover{
color: white;
background: transparent url(../images/blockactive.gif) center center repeat-x;
}

#submenu li.selected a{ /*selected main tab style */
color: white;
background: transparent url(../images/blockactive.gif) center center repeat-x;
border-color: navy;
}








body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-attachment:fixed;
	background-position:center center;
	margin: 0px;
	padding: 0px;
}

td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

a:link {
	color: #000000;
}
a:visited {
	color: #FF3300;
}
a:hover {
	color: #FF3300;
}
a:active {
	color: #FFFF33;
}



/* any-color colored button with white corners */
.btn {
	float: left;
	clear: both;
	background: url(../images/btn_left.png) no-repeat;
	padding: 0 0 0 10px;
	margin: 5px 0;
}
.btn a{
	float: left;
	height: 40px;
	background: url(../images/btn_stretch.png) repeat-x left top;
	line-height: 40px;
	padding: 0 10px;
	color: #fff;
	font-size: 1em;
	text-decoration: none;
}
.btn span {
	background: url(../images/btn_right.png) no-repeat;
	float: left;
	width: 10px;
	height: 40px;
}
/* end of .btn */


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/csslibrary/item/bold_css_buttons/ */

a.btnBold{
   background: transparent url('../images/roundedge-gray-left.gif') no-repeat top left;
   display: block;
   float: left;
   line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
   height: 30px; /* Height of button background height */
   padding-left: 8px; /* Width of left menu image */
   text-decoration: none;
}
a:link.btnBold, a:visited.btnBold, a:hover.btnBold, a:active.btnBold{
   color: white; /*button text color*/
}
a.btnBold span{
   background: transparent url('../images/roundedge-gray-right.gif') no-repeat top right;
   display: block;
   padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
}
a:hover.btnBold{ /* Hover state CSS */
   text-decoration: underline;
}

a.btnBoldGray{
   background: transparent url('../images/roundedge-gray-left.gif') no-repeat top left;
}
a.btnBoldGray span{
   background: transparent url('../images/roundedge-gray-right.gif') no-repeat top right;
}

a.btnBoldBlue{
   background: transparent url('../images/roundedge-blue-left.gif') no-repeat top left;
}
a.btnBoldBlue span{
   background: transparent url('../images/roundedge-blue-right.gif') no-repeat top right;
}

a.btnBoldRed{
   background: transparent url('../images/roundedge-red-left.gif') no-repeat top left;
}
a.btnBoldRed span{
   background: transparent url('../images/roundedge-red-right.gif') no-repeat top right;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
   overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
   width: 100%;
}
/* end of boldbuttons css library from Dynamic Drive */







/*
   (not so) rounded buttons idea borrowed from
   URL: http://www.jorkas.com/lab/css/rounded_button/index.html
*/
.btnBlue {
	background: transparent url(../images/button-blue1.png) no-repeat right top;
	height:22px;
	line-height:22px;
	display:inline-block;
	padding-left:10px;
	padding-right:10px;
	text-decoration: none;
   color: white; /*button text color*/
}

a:link.btnBlue, a:visited.btnBlue, a:active.btnBlue{
   color: white; /*button text color*/
}

a:hover.btnBlue{
   color: black;
}

.btnRed {
	background: transparent url(../images/button-red1.png) no-repeat right top;
}

.btnGray {
	background: transparent url(../images/button-black1.png) no-repeat right top;
/*	background: transparent url(../images/button-black1.png) no-repeat right top; */

}


.btnBlueOrig{
	line-height:27px;
	height:27px;
	background: transparent url(../images/300x27a.png) no-repeat right top;
	padding-left:0px;
	display:inline-block;
	padding-left:0px;
	padding-right:10px;
	text-decoration: none;
   color: black; /*button text color*/
}
.btnBlueOrig span{
	line-height:27px;
	height:27px;
	background: transparent url(../images/300x27a.png) no-repeat left top;
	display:inline-block;
	padding-left:10px;
	padding-right:0px;
	text-decoration: none;
}
a:hover.btnBlueOrig{
   color: white;
   background-position:left -33px;
}

a:hover.btnBlueOrig span{
   background-position:left -33px;
}


/* end not-so-rounded buttons */




/*
   any-colored buttons, initial idea from:
   http://www.sohtanaka.com/web-design/liquid-color-adjustable-css-buttons/
   with multiple fixes and no DIVs
*/
.btnSquare {
	background: transparent url(../images/btn_stretch_1x40.png) repeat-x right center;
/*	background: transparent url(../images/btn_20_100b.png) repeat-x right center; */
	height:40px;
	line-height:40px;
	display:inline-block;
	padding-left:10px;
	padding-right:10px;
	text-decoration: none;
   color: white; /*button text color*/
   font-size: 16px;
}

a:link.btnSquare, a:visited.btnSquare, a:active.btnSquare{
   color: white; /*button text color*/
}

a:hover.btnSquare{
   color: black;
}

.btnSquareRed {
   background-color: red;
}





.btn40 {
	float: left;
	clear: both;
	background: url(../images/200x40_left_up.png) no-repeat left top;
	padding: 0 0 0 10px;
	margin: 5px 0;
}
.btn40 a{
	float: left;
	height: 40px;
	background: url(../images/200x40_mid_up.png) repeat-x left top;
	line-height: 40px;
	padding: 0 10px;
	color: #fff;
	font-size: 1em;
	text-decoration: none;
}
.btn40 a:link {
	color: black;
}
.btn40 a:visited {
	color: black;
}
.btn40 a:hover {
	color: white;
}
.btn40 a:active {
	color: #FFFFCC;
}
.btn40 span {
	background: url(../images/200x40_right_up.png) no-repeat ;
	float: left;
	width: 10px;
	height: 40px;
}


.button200x60orig{
	background: transparent url(../images/200x60a_up.png) center center no-repeat;
	width: 200px;
	height: 60px;
}



.button200x60{
	background: transparent url(../images/200x50_up.png) center center no-repeat;
	width: 200px;
	height: 50px;
}

.button200x60 a{
   text-decoration: none;
}

.button200x60 a:link {
	color: black;
}
.button200x60 a:visited {
	color: black;
}
.button200x60 a:hover {
	color: white;
}
.button200x60 a:active {
	color: #FFFFCC;
}


.style1 {
	color: #FFFFFF;
	font-weight: bold;
}
.style2 {font-size: 9px}
.style3 {
	color: #FFFF66;
	font-style: italic;
	font-weight: bold;
}
.style4 {font-weight: bold; color: #FFFF66;}

.leftaligned td{
text-align: left;
}

.tdlink a{
text-decoration: none;
font: bold 14px Arial;
color: white;
}

.tdlink a:hover{
text-decoration: none;
font: bold 14px Arial;
color: white;
}

.tdlink a:visited{
text-decoration: none;
font: bold 14px Arial;
color: white;
}


.amenity_0 {
  opacity: 0.3;
  filter: alpha(opacity=30);
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
}

.amenity_1 {
  opacity: 1;
  filter: alpha(opacity=99);
  -moz-opacity: 0.99999;
  -khtml-opacity: 0.99999;
}



<!--[if IE]>
p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
padding-top: 1em;
}
<![endif]
-->