@import "reset.css";
@import "text.css";
@import "960.css";

body {
	background-image:url(/common/images/background.jpg);
	background-repeat:repeat-x;
	font-family:"lucida grande", tahoma, verdana, arial, sans-serif;
}

.container_12 {
	padding-top:10px;
	background-repeat:no-repeat;
	background-position:0px 368px;
}

a:link, a:visited {
	color:#69913b;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h2, h3 {
	font-size:16px;
	font-weight:bold;
	color:#333333;
	margin:10px 0 5px 0;
	text-transform:uppercase;
}

h4 {
	font-size:12px;
	margin:10px 0 5px 0;
}

h5 {
	font-weight:normal;
	font-size:1.3em;
}

.top {
	font-size:.9em;
	height:111px;
}

.nameplate {
	padding-top:10px;
}

.top a:link, .top a:hover {
	color:#333333;
}

#logo {
	width:102px;
	height:87px;
}

#logo a {
	display:block;
	background-image:url(/common/images/logo.gif);
	background-repeat:no-repeat;
	background-position:top left;
	width:102px;
	height:87px;
	text-decoration:none;
}

#logo a:hover {
	background-position:top right;
}

.menu {
	margin-top:30px;
	font-size:14px;
}

.menu ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

.menu li {
	margin:0;
}

.menu a, .menu strong {
	display:block;
	border-bottom:1px solid #cccccc;
	color:#333333;
	padding:3px 1px 2px 1px;
}

.menu a:hover {
	text-decoration:none;
	border-bottom:3px solid #69913b;
	padding:3px 1px 0 1px;
	background-color:#f3f3f3;
}

.menu h2 {
	clear: both;
	text-transform: none;
	font-weight: normal;
	font-size: 23px;
	color: #444;
	padding-top: 40px;
}
.content {
	margin-top:25px;
}

.sidebar {
	margin:25px 0 0 0;
	font-size:0.85em;
	line-height:180%;
	padding-left:15px;
	border-left:1px dotted #cccccc;
	width:140px;
}

.footer {
	margin-top:50px;
	padding:10px 0 25px 0;
	font-size:0.9em;
	line-height:140%;
	color:#999;
	border-top:1px dotted #cecece;
}

.footer a {
	color:#999;
	text-decoration:underline;
}

.footer a:hover {
	color:#69913b;
}

.photoborder, .thumbnails a img {
	padding:2px;
	margin-bottom:5px;
	border:1px solid #cccccc;
}

.thumbnails a:hover img, .thumbnails .selected {
	border-color:#000;
}

.largephoto {
	position:relative;
	height:518px;
}

.largephoto img {
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	margin-left:10px;
}

.thumbnails {
	text-align:center;
}

.largephoto .before {
	z-index:8;
}

#bed2 {
	margin-left:280px;
}

#dining2 {
	margin-left:211px;
}

#slideshow {
	position:relative;
	height:281px;
}

#slideshow IMG {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0.0;
}

#slideshow IMG.active {
	z-index:10;
	opacity:1.0;
}

#slideshow IMG.last-active {
	z-index:9;
}

.speech {
	font-size:1em;
}

.speech p {
	margin:0;
	padding:5px;
	clear:both;
	text-align:right;
}

p.thespeech {
	text-align:left;
	background-color:#fff;
}

.speecharrow {
	margin-right:20px;
	float:right;
	height:0;
	width:0;
	border-top:#fff 10px solid;
	border-left:transparent 10px solid;
	border-right:transparent 10px solid;
}

.speech a {
	font-size:x-small;
}

.speech .speechauthor {
	font-size:medium;
	font-weight:bold;
}

