/* CSS Document */

/* Text Styling */

body, p, ul, ol, li {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #484848;
}
body {
	background-image: url(gfx/background-nofade-dark.jpg);
	background-color: #948A74;
}
p {
	margin: 6px;
}
h1, h2, h3, h4 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	color:#6B5F44;
	margin-top: 13px;
	margin-right: 3px;
	margin-bottom: 6px;
	margin-left: 3px;
}
h1 {
	font-size:18px;
}
h2 {
	font-size:15px;
}
h3 {
	font-size:13px;
}
h4 {
	font-size:12px;
	font-style: italic;
}
p.caption {
	text-align:center;
	font-size:12px;
	font-style: italic;
	font-weight: normal;
	color: #5D5544;
	margin: -6px 25px 18px 25px;	/* 'margin-top' 'margin-right' 'margin-bottom' 'margin-left' */
	padding: 0px 35px 3px 35px;	/* 'padding-top' 'padding-right' 'padding-bottom' 'padding-left' */
	border-bottom: 1px solid #A19880;
	/* dark brown: 5D5544 */
	/* medium-dark brown: #766B55 */
	/* medium-light: #918670 */
	/* light brown:#A19880 */
	/* dark red: D6004A */
}
p.flashpanohelp {
	text-align: center;
	font-size: 10px;
	font-style: italic;
	margin-bottom: -3px; /* snug up close to the following paragraph, usually a flash photo panorama */
}
.rates table p {
	font-size: 11px;
	color: #484848;
}
.rates td {
	font-size: 11px;
	color: #484848;
}
.rates th {
	font-size: 11px;
	color: #484848;
	/* really nice color, but too dark */
	/* background:#D5C5A1; */
	background: #DCD4BA;
	font-weight:bold;
	vertical-align:bottom;
}
/* .rates a { */
/*	display: block; */
/*	padding: 3px 3px 3px 4px; /* 'padding-top' 'padding-right' 'padding-bottom' 'padding-left' */ */
/* } */

.rates a:hover {
	background-color:#DCD4BA;
	/* margin: 3px 2px 3px 2px; */
}
.rates td.price {
	text-align:right;
}

#pagefooter p {
	font-size: 11px;
	color: #E2DCCE;
	text-align:center;
	margin-top: 10px;
}
#pagefooter a {
	color:#FFF7D7;
}


/* Layout & Section formatting */

#menu {
	position:absolute;
	width:346px;
	height:568px;
	z-index:1;
}
#printhead {
	visibility:hidden;
	height:0;
	width:0;
}
#pagecontent {
	position:absolute;
	left:366px;
	top:8px;
	width: 431px !important;
	z-index:2;
	overflow: visible;
}

#pagefooter {
	width: 410px;
	margin: 10px;
	overflow: auto;
	visibility: visible;
	border-top: 1px;
	border-bottom: 1px;
	border-color:#E2DCCE;
	border-style:solid;
	border-left: 0;
	border-right: 0;
}

/* page content cell formatting */

table.content {
	width: 431px !important;
}

td.moduletop {
	background-image: url(gfx/cellbg_top.gif);
	background-repeat:no-repeat;
}
td.modulemiddle {
	background-image: url(gfx/cellbg_middle.gif);
	background-repeat:repeat-y;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 0px;
	padding-bottom:0px;
}
td.modulebottom {
	background-image: url(gfx/cellbg_bottom.gif);
	background-repeat:no-repeat;
}
td.contentbottom{
	background-image: url(gfx/cellbg_bottom_large.gif);
	background-repeat:no-repeat;
}
.contentbottom{
	font-size: 10px;
	text-align: center;
	margin: 0px 12px 0px 12px;
}
