@charset "UTF-8";
/* CSS Document */

body {
	background-color: #33acd1;
	/* For BG Image
	background-image:url(../images/main-bg.png);
	background-repeat: repeat-x;
	background-position: top;
	*/
	font-size: 15px;	
	color: #463932;
}

/*  Color Swatches
====================*/
.brown { color: #463932}
.lghtBrown { color: #716559}
.blue { color: #02546f}
.lghtBlue { color: #34acd1}
.green { color: #75da41}
.white { color: #fff}

/*  Header 
============*/
#header {
	width: 900px;
	background-color: #34acd1;
	margin-top: 1em;
}

.logo { float: left}

/*  Navigation 
=================*/
#mainNav {
	float: right;
	display: block;
	margin-top: 30px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 97%
}

#mainNav li {
	list-style-type: none;
	display: inline;
	padding: 0 16px;
}

#mainNav li a { text-decoration: none; 	color: #02546f}

#mainNav li a:hover { text-decoration: underline; color: #fff}

/*  Content Area
==================*/
.homeMainPic { margin-top: 1.5em;}       /* Main Picture */

.topCut { z-index: 4000; margin-top: -22px }

#contentArea {
	width: 900px;
	height: 670px;
	background-color: #fff;
	/*
	background-image:url(../images/background-pattern.jpg);
	background-repeat:no-repeat;
	*/
	position: relative;
	z-index: 3000;
	margin-top: -20px;
}

#mainContent {
	float: left;
	width: 532px;
	margin-top: 50px;
    margin-right: 3em;
	margin-left: 2em;
}

#mainContent p { margin-bottom: 38px; color: #716559}

#mainContent a {
	text-decoration: none;
	color: #463932;
	font-weight: bold;
	font-size: 14px;
	font-style: italic
}

#mainContent a:hover { color: #02546f}

.homePageTitle {
	margin-bottom: 15px;
	font-size: 35px;
	color: #34acd1;
	font-weight: bold;
}

.smallerHead { font-size: 23px; color: #463932}

/*  Sidebar 
===============*/
#sidebar { 
float:left; 
width: 260px;
margin-top: 50px
}

.sidebarTitle { font-size: 25px;}


#sidebar a {
	text-decoration: none;
	color: #463932;
	padding: 5px;
	/*background-color: #7ecfed*/
}

#sidebar p { color: #716559;}

.restLink { float: right; font-size: 13px;}  /* Restaurant link under Ad Space */

#sidebar a:hover { text-decoration: underline; color: #025464}

.adBlock { display: block; margin-top: 20px; margin-bottom: 5px}

/*  Contact Form
====================*/
.formBox {
	background-color: #fff;
	border: solid 1.7px #34acd1;
	/* For BG Images */
	background-image: url(../images/form-bg.jpg);
	background-repeat: repeat-x;
	background-position: center;
	height: 30px;
	width: 200px;
	font-size: 17px;
	/*margin-top: -8px;*/
	color: #999;
}

#formLabels {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#formLabels li {
	padding: 15px 0;
}

.labelMe {
	display: block;    /* Can change to inline to display accordingly */
	font-size: 17px;
	/*margin-right: 35px;*/
}

.heightMe { height: 150px; background-position: bottom}  /* Message Input, custom height and bg position */

.newsletterButton { margin-top: 15px; margin-bottom: 3.5em;}

/*  Footer
===============*/
#footer { 
display: block; 
width: auto;
height: 50px;
margin: 1.5em auto;
text-align: center
}

#footer a {
	text-decoration: none;
	color: #02546f;
	font-weight: bold
}

#footer a:hover { color: #fff}

/*    RENTALS PAGE      */
#sidebarNav { margin-top: 22px}

#sidebarNav li { margin: 25px 0}

#sidebarNav a {}

#sidebarNav a:hover { color: #02546f}

#amenities { 
margin-left: 0;
padding-left: 0;
list-style: none;
margin-bottom: 22px
}

#amenities li 
{
background-image: url(../images/check.png);
background-repeat: no-repeat;
background-position: 17 .5em;
padding-left: 40px;
margin-top: 25px;
color: #716559
}

/* Other */
.center { display: block; margin: 0 auto; /*width: 211px;*/}   /* Copyright info. at bottom */

li#current a { color: #fff;}  /* Makes current nav link white */

#SlideShow-GalleryView { display: block; overflow: hidden}