/*
mondelo dark:#71d9f2 light:#abe9f7 text:#3e88a0
sugar mill plantation dark:#71D9F2 light:#ABE9F7 text:#3E88A0
*/

body {
	text-align:center;
	background-color:#eeeee1;
}

a { color:#3e88a0 }

a:hover { color:#71d9f2 }

#frame {
	width:650px;
	background:#abe9f7;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:0px;
	text-align:left;
}

#contentcenter {
	width:100%;
	padding:0px;
	float:left;
	background:#abe9f7;
	font-family: Helvetica, Arial, sans-serif;
	font-size: small;
	color: #3e88a0;
}

#header {
	height:100px;
	width:100%;
	background:#abe9f7;
	margin-bottom: 20px;
	
}

#footer {
	height:30px;
	width:100%;
	padding-bottom:5px;
	margin:0px;
	background:#71d9f2;
	float:left;
}
	
p,h1,pre {
	margin:0px 10px 10px 10px;
}
	
h1 {
	font-size:14px;
	padding-top:10px;
}

.mainimage {
	border:1px solid #fff;
	float:left;
	margin:10px;
	margin-top:20px;
	margin-bottom:20px;
}

.fineprint {
	font-size:x-small;
	text-align:justify;
}

#menu {
	height:22px;
	background-color:#71d9f2;
	padding:1px;
	margin-left:5px;
}

#menu ul {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color:#fff;
	line-height:30px;
	white-space:nowrap;
}

#menu li {
	list-style-type:none;
	display:inline;
}

#menu li a {
	text-decoration:none;
	padding:5px 10px;
	color:#fff;
}

#menu li a:link {
    color:#fff;
}

#menu li a:visited {
    color:#fff;
}
#menu li a:hover {
    color:#71d9f2;
	background-color:#fff;
	border-top:3px solid #fff;
	border-bottom:7px solid #fff;
}

#home #nav-home a,
#photos #nav-photos a,
#rates #nav-rates a,
#contact #nav-contact a {
	border-bottom:7px solid #fff;
}


#topmenu {
	width:100%;
	float:right;
	background-image:url(../images/gsb_header.gif);
}

#topmenu a, #topmenu h2 {
	font:bold 11px/16px arial,helvetica,sans-serif;
	display:block;
	border-width:0px;
	white-space:nowrap;
	margin:0;
	padding:1px 0 1px 3px;
}

#topmenu h2 {
	color:#999;
	background:#fff;
}

#topmenu a {
	background:#fff;
	text-decoration:none;
}

#topmenu a, #topmenu a:visited {
	color:#ccc;
}

#topmenu a:hover {
	color:#fff;
	background:#ccc;
}

#topmenu a:active {
	color:#fff;
	background:#ccc;
}

#topmenu ul {
	list-style:none;
	margin:0;
	padding:0;
	float:right;
	width:10em;
}

#topmenu li {
	position:relative;
}

#topmenu ul ul {
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
}

#topmenu ul ul ul {
	top:0;
	left:100%;
}

/* Begin non-anchor hover selectors */

/* Enter the more specific element (div) selector
on non-anchor hovers for IE5.x to comply with the
older version of csshover.htc - V1.21.041022. It
improves IE's performance speed to use the older
file and this method */

div#topmenu h2:hover {
	background:#fff url(/css/images/expand3.gif) no-repeat -999px -9999px;
}

div#topmenu li:hover {
	cursor:pointer;
	z-index:100;
}

div#topmenu li:hover ul ul,
div#topmenu li li:hover ul ul,
div#topmenu li li li:hover ul ul,
div#topmenu li li li li:hover ul ul
{display:none;}

div#topmenu li:hover ul,
div#topmenu li li:hover ul,
div#topmenu li li li:hover ul,
div#topmenu li li li li:hover ul
{display:block;}

#gallery {
	text-align: center;
	float: none;
	margin-left:45px;
	margin-top:20px;
	margin-bottom:20px;
}

.slideshow {
	float:left;
	margin-top:10px;
	margin-right:10px;
}

.slideshow img { 
	border:1px solid #fff;
	width:100px;
	height:80px;
}
