/* Declarations
=========================*/
body, div, ul, li, h1, h2, h3, h4, p, a, img {
	margin: 0;
	padding: 0;
}
body {
	background: url(../_images/bg.jpg) repeat-x;
	background-color:#180302;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
h1 {
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 10px 0;
	color: #823300;
}
h2 {
	font-size: 20px;
	font-weight: normal;
	margin: 15px 0 10px 0;
	color: #823300;
}
h3 {
	font-size:14px;
	font-weight:normal;
	margin:15px 0 0 0;
}
a:link, a:visited, a:hover, a:active {
	color: #32537c;
}
a:hover, a:active {
	color: #ababab;
}
/* Useful Classes
=========================*/
.clear {
	clear: both;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.h-line {
	border-bottom: 3px solid #999999;
	margin: 10px 0;
}

.h-lineThin {
	border-bottom: 1px solid #999999;
	margin: 10px 0;
	padding: 0 0 5px 0;
}

.picborder{
border: none;
margin: 5px;
}

/* Content Areas
=========================*/
#main {
	width: 784px;
	margin: 5px auto 0 auto;
}
#mainContent {
	width: 760px;
	background: url(../_images/content_bg.jpg) repeat-y #FBF3E6;
	border: #FFFFFF 12px solid;
}
#header {
	background: url(../_images/roundTop.jpg) no-repeat;
	height: 212px;
	width: 784px;
	position:relative;
	top: 12px;
	margin: 0 auto;
	color: #000;
}
#header a:link, #header a:visited, #header a:hover, #header a:active {
	color:#a3a2a1;
	text-decoration: none;
}
#nav {
}
#content {
	margin:0 20px 15px 20px;
}
#ulLeft {
	width: 330px;
	float:left;
	list-style: none;
	position: relative;
	top: 56px;
	margin: 0 20px;
}
#ulRight {
	width: 295px;
	float:right;
	list-style: none;
	position: relative;
	top: 56px;
	margin: 0 0;
}
#nav ul li {
	display: inline;
	float: left;
	margin: 0 15px;
	font-size: 12px;
}
#nav ul li a:link, #nav ul li a:visited, #nav ul li a:hover, #nav ul li a:active {
	color: #823300;
	text-decoration:none;
}
#nav ul li a:hover, #nav ul li a:active {
	color: #2A3A59;
	font-style:italic;
}
#welcome {
	background:url(../_images/welcome_bg1.jpg);
	margin: 30px 0 0 0;
	width: 480px;
	height: 234px;
}
#contentLeft {
	width: 480px;
	float:left;
}
#contentRight {
	float: left;
	width: 3px;
	height: 185px;
}
#gallery {
	background:url(../_images/gallery_bg1.jpg) no-repeat;
	width: 282px;
	height: 407px;
}
#galleryContent {
	padding: 20px 0;
}
#gallery ul {
	margin:20px auto;
	width: 309px;
	list-style:none;
}
#gallerybtn a {
	text-decoration:none;
	display: block;
	background: url(../_images/photo_btn1.gif) top left no-repeat;
	height: 59px;
	width: 193px;
}
#gallerybtn a:hover {
	background-position:bottom;
}
#special {
margin: 10px 0;
	width: 260px;
	padding:10px;
color:white;
text-align: center;
border: 4px, #FFF;

background-image: url(../_images/special-bg.jpg);
	background-repeat: repeat-x;
}
#coupon {
	border: 4px dashed #FFF;
	padding:5px;
}
#welcome p {
	width: 440px;
	padding: 50px 0 0 25px;
}
#amenities {
	width: 450px;
	height: 310px;
	margin: 20px 0 20px 20px;
}
#amenities2 {
	width: 720px;
	margin: 10px 0 0 20px;
}
#amenities2 ul {
	list-style:none;
}
#amenities2 li {
	border-bottom:1px solid #CCCCCC;
	width: 250px;
	padding:5px;
}
#amenities ul {
	float: left;
	margin: 15px 20px;
}
#amenities li {
	margin: 5px 0;
}
.floorplanContent {
	margin:0 auto 20px auto;
	width: 612px;
	padding:10px;
	border-bottom:1px solid #CCCCCC;
}
#footer {
	margin: 10px 20px;
	color: #FFF;
}
#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color:#666666;
}

/*  SLIMBOX
============================================*/

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #333;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	z-index: 9999;
	background-color: #fff;
}

#lbBottomContainer {
	margin-left: 10px;
}

.lbLoading {
	background: #fff url(../_images/slimbox/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	background: transparent url(../_images/slimbox/prevlabel.gif) no-repeat center left;
	left: -64px;
	/*margin-bottom:2px;
	padding-left:10px;*/
}

#lbPrevLink:hover {
	background: transparent url(../_images/slimbox/prevlabel.gif) no-repeat center left;
	/*padding-left:10px;*/
}



#lbNextLink {
	background: transparent url(../_images/slimbox/nextlabel.gif) no-repeat center right;
	right: -64px;
}

#lbNextLink:hover {
	background: transparent url(../_images/slimbox/nextlabel.gif) no-repeat center right;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: #fff url(../_images/slimbox/closelabel.gif) no-repeat center;
	margin: 0;
}

#lbCloseLink:hover {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: #fff url(../_images/slimbox/closelabel.gif) no-repeat center;
	margin: 0;
}

#lbCaption, #lbNumber {
	margin-left: auto;
    margin-right: auto;
    width:230px;
    text-align:center;
    padding-bottom:3px;
}

#lbCaption {
	font-weight: bold;
}