
body {
	margin: 0px;
	background-color: #ffffff;
	color: #000000;
	font-family: verdana, sans-serif;
	font-size: 12px;
}

div#head {
	height: 48px;
	padding: 16px;
	background-image: url(../art/top_bg_seamless.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

h1 {
	margin: 0px;
	width: 337px;
	height: 44px;
	background-image: url(../art/top_logo_transparent.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

div#main {
	padding: 16px;
}

h1 a {
	display: none;
}

h2 {
	width: 625px;
	margin: 0 0 .3em 0;
	color: #555E42;
	border-bottom: #555E42;
	border-width: 0 0 2px 0;
	border-style: none none solid none;
	font-size: 18px;
}

h3 {
	width: 625px;
	margin: 0 0 .5em 0;
	color: #70521E;
	text-align: right;
	font-size: 12px;
}

table#resform {
	background-color: #FEF7EB;
	border-spacing: 3px;
	border: 1px solid #555555;
	border-right: 1px solid #555555;
}

	table#resform th.section {
		padding-top: 16px;
		background-color: #ffffff; 
		color: #555E42;
		border-bottom: #555E42;
		border-width: 0 0 1px 0;
		border-style: none none solid none;
		text-align: left;
		vertical-align: top;
	}
	
	table#resform th {
		padding: 3px;
		color: #70521E;
		text-align: left;
		vertical-align: top;
	}
	
	table#resform th.label {
		color: #555E42;
		text-align: right;
		vertical-align: top;
	}
	
	table#resform th.vert {
		text-align: left;
	}
	
	table#resform td {
		padding: 3px;
	}
	
table#packages {
	border-spacing: 0px;
	border-color: #555E42;
	border-width: 1px;
	border-style: solid;
}

	table#packages th {
		padding: 5px;
		background-color: #FFFFFF;
		color: #555E42;
		border-bottom: #555E42;
		border-width: 0 0 2px 0;
		border-style: none none solid none;
	}
	
	table#packages td {
		padding: 3px;
	}
	
	table#packages tr.r0 td {
		background-color: #FFFFFF;
	}
	
	table#packages tr.r1 td {
		background-color: #FFF2DB;
	}
	
	table#packages div.ratename {
	}
	
	table#packages div.ratedesc {
		padding-left: 6px;
		font-weight: normal;
		text-align: left;
	}

	table#packages td.roomtype {
		text-align: left;
		padding-left: 12px;
	}
	
	table#packages .note {
		font-size: 10px;
	}
	
table.payment {
}

	table.payment th.type {
		padding: 5px;
		background-color: #FFF2DB;
		color: #70521E;
	}
	
table.options {
	border-spacing: 0px;
	text-align: left;
}
	table.options th {
		text-align: left;
		background-color: #FFF2DB;
		padding: 3px 6px 3px 0;
	}

	table.options td {
		padding: 3px 6px 3px 0;
		text-align: left;
	}

.sbmt {
	text-align: center;
}

.note {
	font-size: 90%;
}

div.errblock {
	width: 584px;
	padding: 8px;
	margin: 0 0 8px 0;
	color: #990000;
	border-color: #990000;
	border-width: 1px;
	border-style: solid;
	background-color: #FFFEE4;
}

	div.errblock div.errtitle {
		font-weight: bold;
	}

div.notice {
	margin: 0 0 8px 0;
	padding: 8px;
	background-color: #FFFEE4;
	color: #000099;
	border-color: #000099;
	border-width: 1px;
	border-style: solid;
	font-weight: normal;
}

.disclaimer {
	padding: 12px;
	font-size: 80%;
	color: #333;
}

