body {
	background: url('images/stretch.gif') top left repeat-x #9cbbbb;
	color: #000000;
	margin: 0;
	font-size: 12px;
	font-family: tahoma, helvetica, sans-serif;

}

#page {

	display: block;
	text-align: center;

}

#layout {

	width: 980px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #859696;
	margin-top: 20px;

}

.alt {

	display: none;

}

h3 {
font-size: 14px;
color: #000000;
font-weight: bold;
margin-top: 0px;
margin-bottom: 3px;
} 

h4 {
margin-left: 20px;
font-size: 14px;
color: #000000;
font-weight: bold;
margin-top: 0px;
margin-bottom: 3px;

} 

a.reversed:link { color: #000000; }
a.reversed:active { color: #000000; }
a.reversed:visited { color: #000000; }
a.reversed:hover {text-decoration: underline;}

p { margin-top: 3px; }

#header {
}



#topIMG {
	height: 400px;

}

#home #topIMG{
	background: url("images/home.jpg") top left no-repeat;
}

#rooms #topIMG{
	background: url("images/rooms.jpg") top left no-repeat;
}

#area #topIMG{
	background: url("images/area.jpg") top left no-repeat;
}

#avail #topIMG{
	background: url("images/avail.jpg") top left no-repeat;
}

#photos #topIMG{
	background: url("images/photos.jpg") top left no-repeat;
}

#quote{
	position: absolute;
	top: 350px;
	margin-left: 20px;
	margin-top: 10px;
	z-index: 3;
	color: #543e61;
	width: 290px;
	font-family: georgia;
	font-size: 13px;
	font-style: italic;

}

.image {
margin: 6px;}

.right {
margin-right: -20px;
float: right;
clear: right;}

.pageName{
	margin-top:5px;
	color: #000000;
	font-size: 24px;
	font-family: tahoma;
}

.nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav ul li {
	float: left;
}

.nav ul li a {
	display: block;
	padding: 3px 5px 3px 5px;
	text-decoration: none;
}

.nav ul li a:hover {
	text-decoration: underline;
}

#phone{
	color: #ffffff;
	float: left;
	margin: 9px 0 0 5px;
	font-size: 14px;
}
#phone a:link {color:#ffffff}
#phone a:visited {color:#ffffff}
#phone a:hover {color:#ffffff; text-decoration:none;}
#phone a:active {color:#ffffff}

#topNav {
	background: #365966;
	height: 35px;
}

#topNav ul {

	float: right;
	margin: 9px 22px 0 0;

}

#topNav ul li a {
	color: #ffffff;
	text-decoration: none;
	border-right: 1px solid #ffffff;
	padding: 0 5px 0 5px;
	}

#topNav ul li a:hover{

	text-decoration: underline;

}

#topNav ul li.lastOne a{


	border-right: none;

}

#leftbar{

	float: left;
	width: 325px;

}

.leftBar #layout{

	background: url('images/leftbarcolor.gif') top left repeat-y #ffffff;

}


.leftBar #content .container{

	width: 600px;
	margin-left: 330px;

}


#content .container{

	padding: 15px 15px 0 15px;
	min-height: 300px;
	
}

#content .container a:link {color:#000000}
#content .container a:visited {color:#000000}
#content .container a:hover {color:#000000; text-decoration:none;}
#content .container a:active {color:#000000}

#bottomNav ul {
	clear: both;
	float: right;
	margin: 15px;

}

#bottomNav ul li a {
	color: #ffffff;
	text-decoration: none;
	border-right: 1px solid #ffffff;
	padding: 0 5px 0 5px;
}

#bottomNav ul li.lastOne a{
	
	border-right: none;

}

#bottomNav a:hover, #copyright a:hover {
	text-decoration: underline;
}


#footer{
	height: 43px;
	background:#365966;
	color: #ffffff;
	padding: 9px;
	clear: both;
}

#footer a:link {color:#ffffff;}
#footer a:visited {color:#ffffff;}
#footer a:hover {color:#ffffff; text-decoration:none;}
#footer a:active {color:#ffffff;}

#footer p{

	margin: 0;

}

#copyright {
	text-align: right;
	width: 980px;
	color: #fff;
	font-size: 10px;
	margin-left: auto;
	margin-right: auto;
}

#copyright a{
	font-size: 10px;
	color: #dddddd;
	text-decoration: none;
}

#copyright a:hover {

	text-decoration: underline;

}

#copyright p{

	margin: 2px 0 2px 0;

}

.imgBorder{
	border: 0px solid #000000;
}


