/*  dudley hotel.com CSS */
html,body{
	margin: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #F9FDFF;
}
#header{
	background-color: #574020;
	height:71px;
	padding:3px;
}
#menubar{
	background-color: #B3E2DD;
	height:24px;
	clear:right;
}
#menubar a{
	font-weight: bold;
	font-size: 90%;
	color: #574020;
	list-style-type: none;	
	float: left;
	padding-top: 3px;
	padding-left: 15px;
	display: inline;
	text-decoration:none;
} 
#menubar a:hover{
	color:#FFFFFF;
}
#menubar div{
	font-weight: bold;
	font-size: 90%;
	color:#336699;
	list-style-type: none;	
	float: left;
	padding-top: 3px;
	padding-left: 15px;
	display: inline;
	text-decoration:none;
}
#content{
	color: #575757;
	padding: 20px;
	padding-top:0px;
	padding-bottom:0px;
	line-height: 1.5em;
	font-size: 85%;
	width:auto;
}

.minWidth{
	min-width:938px;
}
* html .minWidth{
	width: 938px;
}
#logo{
	position: absolute;
	top: 5px;
	left: 13px;
	width: 325px;
	height: 71px;
}
#certified{
	position: absolute;
	top: 3px;
	right: 10px;
	width: 108px;
	height: 100px;
}
.bluebg{
	background-color:#E6F4F2;
}
.greyText{
	color: #666666;
	font-weight: bold;
	padding-right: 5px;
	vertical-align: top;
}
#content a{
	color: #0182AC;
}
#content a:hover{
	text-decoration: none;
}
ul{
	vertical-align: top;
	margin:5px;
	line-height: 1.7em;
}
li{
	color: #0182AC;
	list-style-position: inside;
	padding-left: 10px;
	clear:left;
	font-size: 90%;
}
li span{
	color: #666666;
	font-weight: bold;
}
h1{
	color: #0182AC;
	font-size: 165%;
	letter-spacing: 0.7px
}
h2{
	color: #0182AC;
	font-size: 140%;
}
.floatRight{
	float: right;
	clear:right;
	margin-top: 0px;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-right: 0px;
	display:block;
}
.floatLeft{
	float: left;
	clear:left;
	margin-top: 0px;
	padding: 10px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.floatRightDesc{
	float: right;
	clear: right;
	padding-left: 13px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	display: block;
	width: 345px;
    /**/
	font-size: 90%;
	font-weight:bold;
	color: #0182AC;
	text-align:center;
	line-height: 1em;
	margin-bottom: 5px;
	margin-left: 5px;
}
.smallDesc{
	width: 175px;
}
.floatLeftDesc{
	float: left;
	clear: left;
	padding: 13px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	width:350px;
    /**/
	font-size: 90%;
	font-weight:bold;
	color: #0182AC;
	text-align:center;
	line-height: 1em;
	margin-bottom: 5px;
	margin-left: 5px;
}
.noWrap{
	white-space: nowrap;	
	display:block;
}
.noWrap img{
	padding-left:8px;
}
.mandatory{
	color:#FF0000;
}
h3{
	color:color: #0182AC;
	font-size:100%;
	padding: 0px;
}
input,textarea{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.smallPrint{
	font-size:90%;
}
.textAlignright{
	text-align:right;
}
#tableprices{
	/*position:relative;*/
	float: left;
	width:440px;
	/*top: 189px;
	z-index: 100;
	left: 16px;*/
	display:block;
}
table{
	clear:both;
}
.tableexception{
	clear:left;
}
tr,td{
	background-color: #F9FDFF;
}
#footer{
	text-align: center;
	color:#999999;
	font-size: 70%;
	word-spacing: 0.7px;
	clear:both;
	padding: 20px;
	padding-top:5px;
	padding-bottom:5px;

}
#footer a{
	color: #0182AC;
}
.submitbtn{
	font-size: 130%;
}
hr{
	height: 1px;
	background-color:#999999;
	border: none;
}
input,textarea{
	padding:3px;
}
/* site by me rollover */
.byme{
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #BABDC9;
}
.byme a:link, .byme a:visited{
	color: #CCCCCC;
	padding: 3px;
}
.byme a:hover{
	color: #FFFFFF;
	background-color: #addbff;
}