/* hotel misc. stylesheet */

body {
	background-color: #CCECF4;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12px;
}

td {
	font-size: 12px;
}

.block1 {
	height: 140px;
	width: 155px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.block2 {
	height: 198px;
	width: 308px;
	padding: 16px;
	line-height: 16px;
	background-color: #ffffff;
}

.block3 {
	width: 608px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.block4 {
	background-color: #CCCCFF; 
	padding: 8px;
	height: 43px;
	padding-bottom: 2px;
}

.block5 {
	width: 780px;
	height: 44px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-color: #CCCCFF;
}

.block6 {
	width: 625px;
	height: 28px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-color: #FFCC99;
	padding-top: 8px;
}

.block7 {
	width: 625px;
	height: 84px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-color: #ffffff;
	padding-top: 8px;
}

.blocknew {
	height: 320px;
	width: 628px;
	padding: 0px;
	line-height: 16px;
	background-color: #ffffff;
}

.blocknewsub {
	height: 268px;
	width: 628px;
	padding: 0px;
	line-height: 16px;
	background-color: #ffffff;
}

.roomssubnav {
	background-image: url('pix/rooms_subnav_bg.gif');
	padding-top: 2px;
}

.txt {
	background-color: #ffffff;
	padding: 16px;
	line-height: 16px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.top {
	position: relative;
	top: 0px;
	left: 0px;
	height: 68px;
	width: 780px;
	background-color: #990000;
}

.right {
	float: right; 
	width: 410px; 
	text-align: right;
	padding-top: 8px;
	padding-right: 8px;
}

.quote {
	color: #FFFF41;
	font-size: 11px;
}

.quotename {
	color: #D18C24;
	font-size: 11px;
}

.nav {
	position: relative;
	top: 0px;
	left: 0px;
	height: 140px;
	width: 155px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.specials {
	background-color: #666600;
	width: 323px;
	height: 81px;
	padding: 7px;
	padding-left: 10px;
	padding-bottom: 2px;
}

.bottom {
	position: relative;
	left: 0px;
	height: 25px;
	width: 780px;
	background-color: #990000;
}

a:link, 
a:visited,
a:hover,
a:active {
	text-decoration: underline;
	font-weight: bold;
	color: #000000;
}

.n {
	border-top: 1px solid #990000;
}

.e {
	border-right: 1px solid #990000;
}

.s {
	border-bottom: 1px solid #990000;
}

.sg {
	border-bottom: 1px solid #666600;
}

.w {
	border-left: 1px solid #990000;
}

form {
	margin: 0px;
}

.form td {
	padding: 5px;
}

.formtitle {
	width: 160px;
	text-align: right;
	padding-right: 8px;

}

.small {
	font-size: 10px;
}

.red {
	color: #990000;
}

.headersmall {
        color: #25164C;
        text-align: center;
}




