/* CSS Document */



body {
	padding: 0px;
	margin: 5px 0px;
	text-align: center;
	background-attachment: fixed;
	background-image: url(http://www.sanibelsands.com/images/sun.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #36f;
	font-size: 62.5%;
}

a.linkopacity img {
	filter:alpha(opacity=80);
	opacity: 0.8;
}

a.linkopacity:hover img {
	filter:alpha(opacity=100);
	opacity: 1.0;
}

a:link {
	color:gray;
	text-decoration:none;
}
a:visited {
	color:gray;
	text-decoration:none;
}
a:hover {
	color:#36f;
	text-decoration:none;
}

#header {
	width: 673px;
	height: 65px;
	margin: 5px auto 0px;
	/*padding: 2.5px;*/
	border: 1px solid black; 
  background-color: white;
	opacity: .8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	/*background-image: url(http://www.sanibelsands.com/images/bg.gif);*/

padding: 15px;
text-align: left;
	font-family: "Trebuchet MS", Arial, san-serif;
	font-size: 1.6em;

}



#header img {
	border-style: none;
	margin:0;
	padding:0;
	opacity: .8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
}

img.border {
	border: 1px solid black;
}

#buttonbar {
	
	width:675px;
	height:40px;
	margin: 0px auto;
	border:0px;
	padding: 0px;
	font-size:0;
}

#buttonbar img {
	border-style: none;
	margin:0;
	padding:0;
}
#navbarcontainer{
	width: 675px;
	height: 4.2em;
	margin: 0px auto 0px;
	padding: 0;
	border: 0 none;
}


#navbar {
	position: relative;
	float: left;
	width: 100%;
	background: transparent url("http://www.sanibelsands.com/images/bg.gif") repeat-x bottom;
	font-size: 1.6em;
	line-height: normal;
	font-family: "Trebuchet MS", Arial, san-serif;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	padding: 0px 0px 0px 0px;
	margin: 0;
}



#navbar ul {
	margin:0;
	padding:10px 10px 0;
	list-style:none;
}

#navbar li {
	float: left;
	background:url("http://www.sanibelsands.com/images/tab_dark_left.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 9px;
}

#navbar a {
	display: block;
	background:url("http://www.sanibelsands.com/images/tab_dark_right.gif")
no-repeat right top;
	padding:5px 15px 4px 6px;
	color:black;
}

#navbar #current {
	background-image:url("http://www.sanibelsands.com/images/tab_light_left.gif");
}
#navbar #current a {
	background-image: url("http://www.sanibelsands.com/images/tab_light_right.gif");
	padding-bottom: 5px;
	color: black;
	font-weight: bold;
}
#navbar a:hover, #navbar #current a:hover {
	color:#36f;
}

#content {
	width: 643px;
	margin: 0px auto 0px auto;
	padding: 15px;
	text-align: left;
	font-family: "Trebuchet MS", Arial, san-serif;
	font-size: 1.6em;
	min-height: 500px;
	background-color: white;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	border-left: 1px solid Black;
	border-bottom: 1px solid Black;
	border-right: 1px solid Black;
}


#content img {
  position: relative;
	filter:alpha(opacity=100);
	opacity: 1.0;
	-moz-opacity:1.0;
}

#content h1 {

	font-size: 1.2em;
	font-weight: normal;
	color: #000;
	font-family: "Papyrus", "Trebuchet MS", Arial, san-serif;
	background-color: transparent;
	z-index: 5;
}

#content p {
	font-size: 1em;
	font-weight: normal;
	color: #000;
	background-color: white;
	line-height: 140%;
	z-index: 5;
	text-align: justify;
}


.right{
	float: right;
}

.left {
	float: left;
}

.center{
  text-align: center;
}

.center table {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

ul.resort-features-list {
	list-style-type: disc;
}





table#ratetable {
	border-collapse: collapse;
	table-layout: fixed;
	width: 643px;
}



tr.heading {
	text-align: center;
	font-size: .6em;
}

tr.heading td {
	padding: 2px;
	vertical-align: bottom;
}

tr.rates {
	text-align: center;
}
tr.rates td {
	border: 1px solid black;
	padding: 2px;
}
td.noborder {
	border: none;
}

#footer {
	font-family: "Trebuchet MS", Arial, san-serif;
	width: 673px;
	margin: 5px auto;
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	opacity: .8;
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
}

#footer p {
	font-size: 1.2em;
	font-weight: normal;
	color: black;
}
#footer p.copyright {
	font-size: .6em;
	text-transform:uppercase;
}

#footercenter {
	font-size: 1.2em;
	width: 230px;
	margin: 5px auto;
	padding: 5px;
	text-align: center;
}

#footerright {
  float: right;
	font-size: 1.2em;
	width: 200px;
	margin: 5px;
	padding: 5px;
	text-align: right;
}

#footerleft {
  float: left;
  padding: 5px;
  margin: 5px;
  
}

#contactinfo {
	font-size: 1em;
}

#contactinfo a {
	font-family: "Trebuchet MS", Arial, san-serif;
	color: black;
	text-decoration: none;
	background-color: transparent;
}
