/* CSS Document */

body {
	background-color: #162648;
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
}
#outerwrap {
	width:790px;
	margin-right:auto;
	margin-left:auto;
	background: url(nav/topbar.gif) no-repeat top right;
	padding-top: 10px;
	background-color: #fff;
	color: #000;
}
#wrapper {
	width:770px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	width:100%;
	height:90px;
	background: url(nav/header.gif) no-repeat top right;
}
#crownclub {
	float:right;
	height:65px;
	text-align:right;
}
#crownclub a {
	text-decoration:none;
	color:#385693;
	font-size:10px;
}
.nav {
clear:right;
float: right;
margin: 0;
list-style:none;
font-size:10px;
font-weight: bold;
white-space:nowrap;
background:#fff;

}
.nav li {
float: left;
margin: 0 0 0 3px;
padding: 0;
background: url(nav/NormalRight.gif) repeat-x top right;
}
.nav a {
float: left;
display: block;
height: 20px;
padding:0 9px;
padding-top: 5px;
font-weight:bold;
color: #036;
text-decoration: none;
background: url(nav/NormalLeft.gif) no-repeat top left;
}
.nav li:hover  {
background: url(nav/RollOverRight.gif) repeat-x top right;
}
.nav li:hover a {
background: url(nav/RollOverLeft.gif) no-repeat top left;
}
li.active {
background: url(nav/ActiveRight.gif) repeat-x top right;
}
li.active a {
color: #fff;
background: url(nav/ActiveLeft.gif) no-repeat top left;
}
#sub {
clear: right;
width:100%;
background-color:#036;
height: 20px;
}
#sub ul {
	float:left;
	display:block;
	list-style: none;
	margin:0;
	font-size:10px;
	padding:0;
	width:100%;
}
#sub ul li {
	float:left;
	margin: 3px 0 2px 5px;
}
#sub a {
	text-decoration:none;
	font-weight:bold;
	padding-right: 20px;
}
#sub a:link, #sub a:visited { color:#82c8d3; background-color:transparent; }
#sub a:hover { color:#fff; background-color:transparent; }
#findroom {
	float: left;
	width: 300px;
	height: 167px;
	background: url(nav/findbg.gif) no-repeat top left;
}

#findroom h2 {
	font-family:"Times New Roman", Times, serif;
	color:#900;
	background-color:transparent;
	font-size:150%;
	padding:0;
	margin:2px 0 0 5px;
}
	#findroom form {
		width: 200px;
		float: left;
	}
	
	#findroom a {
		display: block;
		float: left;
		margin-right: 5px
	}
	
	#findroom label {
		float: left;
		width: 70px;
		font-weight: bold
	}
	
	#findroom select {
		font-size: 10px;
		margin: 0;
		padding: 0
	}
	
	#findroom .select {
		clear: none;
		float: left;
		width: 170px;
		font-size: 12px
	}
	
	#findroom .row {
		margin: 8px 5px 0 5px
	}
	
	#findroom div {
		width: 275px;
		clear: both;
		overflow: hidden;
		margin: 0;
		padding: 0;
	}
	
	#findroom-button {
		color: #fff;
		margin: 1px;
		border: 0;
		width: 100px;
		font-weight: bold;
		background-color: #f24921
	}
#mainphoto {
	float: right;
	width: 470px;
	height: 167px;
}
#content {
	clear: both;
	background: url(nav/contenttop.gif) no-repeat top left;
	width:100%;
}
#content div { padding: 0 5px 2px 5px; }
#content #intro {
	font-family:"Times New Roman", Times, Arial, sans-serif;
	color:#002674;
	background-color:transparent;
	
}
#bottom {font-size:10px; margin-bottom:2px;}
#bottom a {
	text-decoration:none;
	color:#385693;
}
#footer {
	font-size:10px;
	width:790px;
	margin-top: 2px;
	margin-right:auto;
	margin-left:auto;
}
#footer a {
	color: #fff;
	background-color:transparent;
	text-decoration:none;
}
#d3web {
	float:right;
	width:120px;
	margin:10px 5px 0 2px;
	text-align: right;
}
.smaller { font-size:90%;}
.larger { font-size:120%;}
.imgbrdr { border: 1px solid #000; }