@charset "utf-8";
body  {
	margin: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-image: url(images/blugradbg.jpg);
	background-repeat: repeat-x;
	color: #333333;
}
#container {
	width: 780px;
	text-align: left;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/bluewaterbg.jpg);
	background-repeat: no-repeat;
}

#header  {
	height: 120px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(images/bluewaterbg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #335d7e;
	border-right-color: #335d7e;
	border-bottom-color: #335d7e;
	border-left-color: #335d7e;
}

#header  h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #666666;
}


h1 {
	font-size: 120%;
	clear: none;
}
h2 {
	font-size: 110%;
}
#nav {
	float: left;
	list-style-type: none;
	font-size: 95%;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #003366;
	padding-top: 4px;
	font-weight: bold;
}

#nav a {
	text-decoration: none;
	display: block;
	float: left;
	padding-right: 4px;
	padding-bottom: 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #335d7e;
}

#nav li {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#nav a:hover {
	text-decoration: underline;
}


.freakphoto {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.bold {
	font-weight: bold;
}
.phoneslogan {
	color: #FFFFFF;
	text-align: right;
	float: right;
	width: 450px;
	margin-top: 20px;
	margin-right: 10px;
	font-weight: bold;
}
.logo {
	float: left;
	width: 220px;
	margin-top: 10px;
	margin-left: 10px;
}

#images {
	height: 135px;
	text-align: center;
}
#home #container #images img {
	text-align: center;
}




#mainContent  {
	background-color: #FFFFFF;
	margin: 0px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	text-align: left;
	height: auto;
	clear: left;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #335d7e;
	border-right-color: #335d7e;
	border-bottom-color: #335d7e;
	border-left-color: #335d7e;
	font-size: 100%;
}
#home #container #mainContent li {
	font-size: 105%;
}


#footer    {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: small;
	color: #666666;
	text-align: center;
	clear: both;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

.copyright {
	font-size: x-small;
}

.mainContent_img   {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: right;
	margin-right: 0px;
}
#t-home {

}
.amenitieslist {
	font-size: medium;
}
#footer.footercopyright {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: x-small;
	text-align: center;
}

#imagepages {
	font-family: "Lucida Sans Grande", "Lucida Sans Unicode", verdana;
	background-color: #FFFFFF;
}
#maincontent_floatright {
	float: right;
	width: 330px;
	padding-top: 60px;
}
.imgfloatright {
	float: right;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#maincontent_floatright_amen {
	float: right;
	width: 330px;
	padding-top: 60px;
}
.fps {
	padding-right: 5px;
	padding-left: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #003366;
	font-size: 90%;
}
