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

body	{
	background-color: #fff;
	font: normal .8em Tahoma, Arial, Helvetica, sans-serif;
	background-image: url(images/design/bkg2.png);
	background-position: top-left;
	background-repeat: repeat-x;
	background-attachment: fixed;
}

a:link, a:visited	{
	color: #036;
	font-weight: bold;
}

a:hover	{
	color: #36F;
}

h1, h2, h3, h4, h5, h6	{
	font-weight: bold;
}

h1	{
	font-size: 1.6em;
	color: #222;
}

h2	{
	font-size: 1.4em;
	color: #222;
}

h3	{
	font-size: 1.2em;
	color: #222;
}

#wrapper	{
	width: 960px;
	margin: 0 auto;
	background-color: transparent;
}

/*topnav*/
#topnav	{
	font-size: .8em;
	font-weight: bold;
	padding: 5px 0px 5px 0px;
	text-align: left;
	background-color: transparent;
}
#topnav ul	{
	list-style-type: none;
	text-align: right;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
#topnav li	{
	display: inline;
	margin-left: 2px;
}
#topnav li a	{
	padding: 5px;
	text-decoration: none;
}
#topnav a:link, #topnav a:visited	{
	color: #fff;
}
#topnav li a:hover	{
	color: #262740;
	background-color: #fff;
}
/*end topnav*/


#topmain	{
	background-color: #fff;
	overflow: hidden;
	border-top: 3px solid #000;
	border-right: 3px solid #000;
	border-left: 3px solid #000;
}

/*leftnav*/
#leftnav	{
	float: left;
	width: 230px;
	height: 162px;
	overflow: none;
	font-size: 1em;
	background-image: url(images/design/mainleftnav.png);
}
#leftnav ul	{
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 15px 15px 15px 20px;
}
#leftnav li	{
	padding: 2px;
}
#leftnav li	a	{
	padding: 0;
	text-decoration: underline;
}
#leftnav a:link, #leftnav a:visited	{
	color: #036;
	font-weight: bold;
}
#leftnav li a:hover	{
	color: #39F;
}
/*end leftnav*/

/*rightnav*/
#rightnav	{
	float: left;
	width: 230px;
	height: 162px;
	overflow: none;
	font-size: 1em;
	background-image: url(images/design/mainrightnav.png);
}
#rightnav ul	{
	list-style-type: none;
	text-align: right;
	margin: 0;
	padding: 15px 20px 15px 15px;
}
#rightnav li	{
	padding: 2px;
}
#rightnav li	a	{
	padding: 0;
	text-decoration: underline;
}
#rightnav a:link, #rightnav a:visited	{
	color: #036;
	font-weight: bold;
}
#rightnav li a:hover	{
	color: #39F;
}
/*end rightnav*/

#header	{
	margin: 0px;
	float: left;
	width: 494px;
	height: 162px;
	overflow: hidden;
}

#header h1	{
	margin: 0;
	width: 494px;
	height: 162px;
	background-image: url(images/design/mainheader.png);
}

#header h1 a	{
	text-indent: -99999em;
	display: block;
	width: 494px;
	height: 162px;
}

#content	{
	background-color: #fff;
	overflow: auto;
	border-right: 3px solid #000;
	border-bottom: 3px solid #000;
	border-left: 3px solid #000;
	overflow: hidden;
	padding-bottom: 3px;
	background-image:url(images/design/contentbkg.png);
	background-repeat: repeat-y;
}

#left	{
	float: left;
	width: 221px;
	padding: 5px;
	background-color: transparent;
}

.left h1	{
	font-size: 1.4em;
	text-align: center;
	text-decoration: none;
}

#right	{
	float: left;
	width: 708px;
	padding: 5px 5px 5px 10px;
	background-color: transparent;
}

#footer	{
	text-align: center;
	color: #000;
	font-weight: bold;
	font-size: .8em;
}

#footer a	{
	color: #000;
	font-weight: bold;
	font-size: .8em;
	text-decoration: underline;
}

#footer a:visited	{
	color: #000;
}

#footer a:hover	{
	color: #000;
}

#wibiya	{
	height: 25px;
}

#clearfloat	{
	clear: both;
}

.clearfloat	{
	clear: both;
}

.excursions h1	{
	font-size: 1.8em;
	text-indent: 20px;
	text-decoration: none;
	color: #222;
}
.excursions ul	{
	list-style-type: square;
	text-align: left;
	margin: 0;
	padding: 0px 0px 0px 30px;
}
.excursions li	{
	padding: 2px;
}
.excursions li	a	{
	padding: 0;
	text-decoration: underline;
}
.excursions a:link, .excursions a:visited	{
	color: #222;
	font-weight: bold;
}
.excursions li a:hover	{
	color: #36F;
}

.social	{
	padding: 10px 2px 10px 2px;
	margin-top: 10px;
}

.social h1	{
	font-size: 1.4em;
	text-align: center;
	text-decoration: none;
}

.social	p	{
	text-align: center;
}

.connections	{
	padding-top: 0px;
	border-top: dotted 1px #000;
	border-bottom: dotted 1px #000;
}

.connections h1	{
	font-size: 1.4em;
	text-align: center;
	text-decoration: none;
}

.connections p	{
	text-align: center;
}

.about	{
	padding-bottom: 20px;
}

.news	{
	height: 250px;
	overflow: scroll;
	overflow-x: hidden;
	border-top: 3px dotted #4F3A56;
	border-bottom: 3px dotted #4F3A56;
	padding: 5px;
	background-color: #fff;
}

.news h1	{
	font-size: 1.4em;
	text-decoration: none;
	color: #222;
}

.news h2	{
	font-size: 1.2em;
	text-decoration: underline;
	color: #903;
}

.news p	{
	font-size: 1em;
	text-decoration: none;
	text-indent: 20px;
}

.offers	{
	height: 150px;
	padding-top: 10px;
	padding-bottom: 5px;
	overflow: none;
}

.offers ul	{
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
}

.offers li	{
	display: inline;
	margin-left: 2px;
}
.offers li a	{
	padding: 2px;
	text-decoration: none;
}

.mainpage	{
	padding: 0px;
}

.mainpage h1	{
	color: #222;
	font-size: 1.8em;
}
.mainpage h2	{
	color: #b50937;
	font-size: 1.5em;
}
.mainpage h3	{
	color: #036;
	font-size: 1.3em;
}
.mainpage h4	{
	color: #063;
	font-size: 1em;
}

.links, td	{
	text-align: left;
	table-layout: fixed;
	vertical-align: text-top;
	padding: 10px;
}
.links h3	{
	color: #b50937;
}
.links ul	{
	padding-left: 15px;
	list-style-type: none;
}
.links li	{
	padding: 3px;
}

.maroonbanner	{
	color: #fff;
	font-weight: bold;
	background-color: #b50937;
	padding: 3px;
	font-size: 1.1em;
}

.imgright	{
	float: right;
	padding: 2px;
}

.imgleft	{
	float: left;
	padding: 4px;
}

ul.giftcertfaq	{
	padding-left: 20px;
}

ul.giftcertfaq a {
	list-style-type:circle;
	text-indent: none;
	color: #000;
	font-weight: normal;
	text-decoration: underline;
	}

.tablegiftcert	{
	border: 2px solid #000;
	text-align:center;
}
.tablegiftcert td	{
	border: 1px dotted #999;
}
