/* CSS Document */

/* Basic Elements */
body {
	background:#fff url(images/bg.jpg) top center no-repeat;
	background-attachment:fixed;
	text-align:center;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1, h2, h3, h4, h5 {
	font-family: Optima, Arial, Helvetica, sans-serif;
	color:#09454c;
	line-height: 1em;
}

a {
	color:#09454c;
	font-weight:bold;
}

/* Primary Structural Elements */
#container {
	background:#fff;
	text-align:left;
	width: 950px;
	margin: 0 auto;
	padding: 0px;
	padding-top: 10px;
	border: 1px solid #000;
	border-top: 0px;
}

#header {
	background: url(images/header-bg.jpg) center bottom repeat-x;
	height: 172px;
}
#sidebar {
	float: left;
	width: 250px;
}
#content {
	float: right;
	width: 670px;
	padding: 10px;
	line-height: 1.5em;
}
#footer {
	clear:both;
	text-align: center;
	background: #09454c;
	border-top: 1px solid #000;
	padding-bottom: 10px;
	color: #fff;
}

/* Secondary Structural Elements */
#logo {
	background:url(images/bc-logo.jpg) left top no-repeat;
	color:#09454c;
	height: 110px;
	padding: 10px;
	padding-left: 160px;
	float: left;
}
#reservations {
	float: right;
	width: 350px;
}
#navigation {
	font-size:16px;
	font-family: Optima, Arial, Helvetica, sans-serif;
	margin: 10px;
	padding-bottom: 10px;
}
#extra {
	margin: 10px;
	padding: 10px;
	border: 1px solid #000;
}
#column1 {
	float: left;
	width: 320px;
	padding-right:10px;
}
#column2 {
	float: right;
	width: 320px;
    border-left: 1px solid #cdcdcd;
	padding:10px;
	padding-bottom:20px;
	padding-right:0px;
}
#image {
	padding-bottom:20px;
}

/* Tertiary Structural Elements */
#logo p {
	font-variant:small-caps;
	position:relative;
	top: -1em;
}
#navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#navigation li {
	display: block;
	padding: 6px;
	padding-bottom: 8px;
    border-bottom: 1px solid #cdcdcd;
}
#navigation li:hover {
	background-color: #E6EEF0;
}
#maintext ul {
    list-style-type: circle;
    margin: 0;
	margin-left: 15px;
    padding: 0;
}
#footer a {
	color:#FFF;
	font-weight:bold;
}

.linktext {
	text-align:right;
	color: #09454c;
	font-weight:bold;
	font-family: Optima, Arial, Helvetica, sans-serif;
}
.colortext {
	color: #09454c;
}
.spec img {
}
.spec p {
	padding: 5px;
}
.spec h {
	padding: 5px;
}
.smalltext {
	font-size: 9px;
}
.oceancity {
background-image:url(images/ocean-city-bg.jpg);
background-position: top right;
background-repeat:repeat-y;
}
.inset {
	position:absolute;
	top: 269px;
	width: 450px;
	margin: 0 auto;
	background-color:#FFFFFF;
	padding: 5px;
	border: 2px solid #09454c;
	text-align:right;
	text-transform:uppercase;
}
#rm1 {visibility:hidden; position:absolute;}