/* colors

blue	#1e5a71
lighter	#71b1c9
yellow	#f5f3dc
gold	#9c9067
sand	#e0dcc5
mustard	#e6e2a7

					*/

body {

	background: #ffffff
	color: #eed7a5;	
	font-family: Helvetica, Arial, sans-serif;
	margin: 0;
	font-size:63%;

}

.shadows{
	width: 100%;
	margin: 0 auto;
	background: url('images/shadows.png') top center repeat-y;
}

/* General Definitions */

a, a:link, a:active, a:visited { color: #1e5a71; }
a:hover{ text-decoration: none; }

h1, h2, h3, h4, h5{
	color: #1e5a71;
	margin: .4em 0 .4em 0;
}
h1{
	font-size: 2.2em;
	color:#fff;
	margin-left: 310px;
	margin-top:0px;
	width:349px;
	height:93px;
	text-indent:-999em;
	background: url('images/oceanhouse_logo.gif') top left no-repeat;
}
h1{	font-size: 2.2em; 	color:#333; padding: 10px;}
h2{ font-size: 1.4em; }
h3{ font-size: 1.1em; }
h4{ font-size: 1em; }

p{ margin: 0 0 .8em 1.2em; }

ul, ol { margin: 0 0 10px 20px; list-style-position:inside; }
ul { list-style-type: disc; }
ol { list-style-type: decimal; }

em {font-style:italic;}

/* Layout and Coloring */

#page {

	display: block;
	text-align: center;

}

#header {
	background: #ffffff url('images/bg-stripe-top.gif') top center repeat-x;
}

.layout {
	
	width: 960px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.layout {
	
	width: 960px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#topper {
	width: 960px;
	height: 97px;
	overflow:hidden;
	background:#fff;
	color: #9c9067;
	font-size: 1.5em;
	text-align: center;	
}

.right {
	position:relative;
	right:20px;
	top:15px;
	line-height:2.3em;

}

.right a{
	color:#9c9067
}

.left {
	position:relative;
	left:10px;
	top:40px;
}

	#topper #book_now {
		background:#f5f3dc;
		margin-right:10px;
	}
	
	#topper #book_now a {
		background:#f5f3dc;
		color:#9c9067;
		padding:10px 12px 8px 12px;
		border:2px solid #e0dcc5;
		text-transform:uppercase;
		text-decoration:none;
	}
	
	#topper #book_now a:hover {
		background:#fff;
		color:#9c9067;
		padding:10px 12px 8px 12px;
		border:2px solid #e0dcc5;
		text-transform:uppercase;
		text-decoration:none;
	}

	#topper #visit {
		float:left;
		padding:20px 0 0 3px;
	}
	

	#topper #tour {
		background:#f5f3dc;
	}
	
	#topper #tour a {
		background:#f5f3dc;
		color:#9c9067;
		padding:5px 5px 3px;
		border:2px solid #e0dcc5;
		text-decoration: none;
	}
	
	#topper #tour a:hover {
		background:#fff;
		color:#9c9067;
		padding:5px 5px 3px;
		border:2px solid #e0dcc5;
		text-decoration:none;
	}


#slides {
	width: 960px;
	height: 265px;
	overflow:hidden;
}

.nav ul {

	list-style: none;
	margin: 0;
	padding: 0;

}

.nav ul li {

	float: left;

}

.nav ul li a {

	display: block;
	padding: .9em;
	text-decoration: none;

}

.nav ul li a:hover {

	text-decoration: underline;

}

#topNav{

	height:33px;
	padding: 0 90px;
	background-color: #9c9067;
}

#topNav li {
	padding: .7em 1.2em .7em 1.2em;
	
}

ul#menu a {
	color: #fff;
	text-decoration: none;
	font-size:1.4em;
	padding-top: 10px;
	padding-bottom: 5px;
}

ul#menu * {
	margin: 0; padding: 0;
}

ul#menu li {
	padding: 0 17px;
	text-align:center;
	position: relative; /*--Declare X and Y axis base--*/
	z-index:50;
	background: url('images/back-topnav.gif') 100% 65% no-repeat;
}
ul#menu li.arrow {
	padding-right:12px;
}
ul#menu li.arrow a {
	padding-right:12px;
	background: url('images/dn-arrow.gif') 100% 55% no-repeat;
}
ul#menu li.arrow li a {
	padding-right:0;
	background:none;
}
ul#menu li.lastOne {
	background:none;
}

ul#menu li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 33px;
	float: left;
	margin: 12px 0 0 0;
}
	
ul#menu li ul {	display:none; }
ul#menu li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 30px;
	background: #9c9067;
	text-align: center;
	text-decoration: none;
	display: none;
	float: left;
	width: 160px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

ul#menu li ul.subnav li {
	background:none;
}

ul#menu li ul.subnav li{
	clear: both;
	width: 166px;
	padding:0 12px;
}
	
ul#menu li ul.subnav li.last{
	border-bottom:none;
	padding-bottom: 5px;
}
	
html ul#menu li ul.subnav li a {
	float: left;
	display:block;
	color:#fff;
	padding: 5px 0;
}

#container {

	clear: both;
	background: #ffffff url('images/bg-white.gif');
	font-size: 1.3em;
	line-height: 1.25em;
	width:100%;
}

#container .layout {
	
	background: #fff;
}

#container #content {

	width: 545px;
	float: left;
	padding: 0 0 0 30px;

}

#container #content1 {	

	width: 900px;
	padding: 0 0 0 30px;

}

#container #content2 {

	width: 840px;
	padding: 0 0 0 17px;

}

#container #content3 {

	width: 310px;
	padding: 0 0 0 17px;
	float:left;

}

#container #sidebar {

	width:360px;
	padding: 0 10px 0 10px;
	float: right;
}

.upperrightpng {
	position:relative;
	z-index: 400;
	margin-top: -45px;
}

#sidebar ul {

	list-style: disc;
	margin: 0 0 10px 35px;
	list-style-position: outside;

}

#sidebar ul li {
	color: #1e5a71;
	font-size: 1em;
	line-height: 1.4em;

}

#sidebar .heading{
	margin: 10px 0 0 20px;
}

#container #sidebar2 {
	width:550px;
	padding: 20px 0px 20px 10px;
	margin: 0 -25px 0 0;
	float: right;
}

.heading{
	color: #1e5a71;
	font-size: 1.4em;
}

#footer  {
	background: url('images/bg-stripe-bottom.gif') top center repeat-x; #ffffff
}

#bottomNav{

	height: 33px;
	overflow:hidden;
	padding: 0 0 0 115px;
	background-color: #9c9067;
}

#bottomNav .lastOne a {
	background:none;
}

#bottomNav a{
	padding: .95em .4em .7em .4em;
	background: url('images/back-bottomnav.gif') 100% 55% no-repeat;
	font-size: 1.2em;
	color:#fff;

}

#copyright{
	overflow:hidden;
	clear:both;
	color: #fff;
	background: #1e5a71;
	font-size: 1.2em;
	height: 234px;
}

#copyright #left {
	width: 260px;
	float: left;
	padding: 10px 10px 0 10px;
}

#copyright #left a{
	color:#e6e2a7;
}

#copyright #right {
	width:610px;
	padding: 20px 10px 0 10px;
	float: right;
}

/* General Class Definitions */

.clear{ clear: both; }

.image { margin: 8px; }

.right { float: right; }

.left { float: left; }

/* Auto/Conditional PDF Icon */

a[href $='.pdf'] { 
   padding-right: 18px;
   background: transparent url(images/icon_pdf.png) no-repeat right;
}

/* For GC and Photo Code */

#geotrust img{ float: right; }

#photoGalDisplayTable td{ padding: 7px; }

/* feedburner */

.feedburnerFeedBlock *{
	padding: 0;
	margin:0;
}

.feedburnerFeedBlock .feedTitle {
	letter-spacing: 1px;
	padding: 0 0 5px 0;
	font-size:1.3em;
}
.feedburnerFeedBlock .feedTitle a {color:#ffffff;text-decoration:none;}
.feedburnerFeedBlock .feedTitle a:hover {text-decoration:underline;}


.feedburnerFeedBlock ul  {
	padding: 0 0 15px 0;
}
.feedburnerFeedBlock ul li {
	list-style-type: none;
	font-size: 1.1em;
	text-decoration: none;
	margin-top: 15px;
	line-height: 1.2em;
}

.feedburnerFeedBlock .headline a {color:#e6e2a7;text-decoration:none;}
.feedburnerFeedBlock .headline a:hover {text-decoration:underline;}

.feedburnerFeedBlock .date { color:#e6e2a7; margin: 0 10px; padding: 0 10px; border-left: 1px solid #CBCFAA; border-right: 1px solid #CBCFAA; display: inline;}
.feedburnerFeedBlock div { color:#ffffff; display: inline;}

.fbsubscribelink { padding: 0 0 30px 0; }
.fbsubscribelink a { color:#B2C075; }
.fbsubscribelink a:hover { text-decoration:none; }

#creditfooter {
	display:none;
}

/* More */

.roomsList {
	list-style:none;
	margin:-32px 70px 30px;
	padding:0;
	float:right;
	width:850px;
}
.roomsList li {
	width:250px;
	height:200px;
	float:left;
	margin: 10px;
	padding:2px;
	text-align:center;
}
.roomsList a {
	width:250px;
	height:200px;
	display:block;
	margin:20px;
	padding:10px;
	font-family:georgia;
	font-style:italic;
	font-size:1.25em;
	background: #e6e2a7;
	text-decoration:none;
}
.roomsList a:hover {
	background: #f5f3dc;
	margin: 18px;
	border:2px solid #ffffff;
}
.roomsList img {
	margin: 0 0 8px 0;
	width:250px;
}
.roomsList blockquote {
	color:#9c9067;
}

.weatherbox {
	width:680px;
	text-align: center;
	margin:10px 0 0 130px;
}

.weather img {
	border:1px;
	border-style:solid;
	border-color:blue;
	margin: 10px;
}

.rates li{
	list-style:none;
	padding:0;
	height:200px;
	display:block;
	padding:10px;
	border:1px solid #000;
}
.rates li {
	width:120px;
	height:35px;
	float:left;
	padding:1px;
	text-align:center;
}
.rates a {
	text-decoration:none;

}
.rates a:hover {
	text-decoration:underline;
}
.rates img {
	margin: 0 0 8px 0;
	width:250px;
}

.textbox {
	width:680px;
	margin:490px 0 0 130px;
}


img.rmimg {margin: 10px 0; padding:3px; border:1px solid #949494;}

a.thickbox img{margin:3px; border: .01em solid #B9AF96;}

/* reservation calendar */

#availability {
	border: 3px solid #9c9067;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	margin:20px 0;
	width:220px;
	position:relative;
	height:180px;
	left:70px;
}

#simoduletable {
	padding:10px 0 0 30px;
}

#simoduledatet {
	color:#1e5a71;
	font-weight:bold;
	font-size:.8em;
}

#simodulenightst {
	color:#1e5a71;
	font-weight:bold;
	font-size:.8em;
}

#simoduleguestst {
	color:#1e5a71;
	font-weight:bold;
	font-size:.8em;
}

.simodulebutton {
	font-size:.5em;
}
