/* General */

*
{
	margin: 0;
	padding: 0;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	text-align: center;
	color: #c49581;
	padding-bottom: 20px;
	background: url('../images/bgimage.jpg') left top repeat #e2e2ca;
}

@font-face {
	src: local("Easy Street Alt EPS"), url(../inc/Edwardian-Scr-Alt-ITC-TT.ttf) format("truetype");
	font-family: "Easy Street Alt EPS";
	font-style: normal;
}

img
{
	border: 0;
}

img.right {
	float: right;
	padding: 15px 0 15px 15px;
}

img.left {
	float: left;
	padding: 15px 15px 15px 0;
}

a
{
	color: #336633;
	text-decoration: none;
}

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

a:hover img {
	text-decoration: none !important;
}

a.button {
	display: block;
	width: 249px;
	height: 37px;
	line-height: 37px;
	border-top: 2px solid #f8eee4;
	text-align: center;
	font-weight: normal;
	color: #fff;
	background: url('../images/sidebar_box_events.jpg') center top no-repeat #f8eee4;
}

a.button:hover {
	text-decoration: none;
	background: url('../images/sidebar_box_events_hover.jpg') center top no-repeat #f8eee4;
}

ul li img
{
	padding: 0 15px;
}

h1
{
	width: 850px;
	height: 80px;
	margin: 0;
	padding: 0;
	background: url('../images/logo.jpg') left top no-repeat #356734;
}

h1 span
{
	visibility: hidden;
}

h2
{
	font-size: 1.1em;
	margin: 10px 0 20px 0;
	color: #336633;
}

div.box_content
{
	font-family: verdana, arial, tahoma, sans-serif;
}

div#sidebar div.box div.box_content h2
{
	padding-bottom: 12px;
	width: 229px !important;
	text-align: left;
	font-size: 1.25em;
	background: transparent !important;
}

h3
{
	font-size: 1.2em;
	margin: 1.2em 0 1em 0;
	color: #000;
}

div.box_content h3
{
	padding-bottom: 12px;
	background: url('../images/h3_background.jpg') left bottom no-repeat;
}

h4
{
	font-size: 1em;
}

p
{
	color: #000;
	margin-bottom: 1.5em;
}

table {
	color: #000;
}

.center
{
	text-align: center;
}

/* Site elements */

#wrapper
{
	position: relative;
	width: 858px;
	margin: 0 auto;
}

#container
{
	position: relative;
	width: 850px;
	margin: 0 auto;
	text-align: left;
	color: #fff;
	background: #f8eee2;
}

#banner
{
	width: 850px;
	height: 202px;
	background-color: #f8eee2;
}

#flags
{
	position: absolute;
	top: 255px;
	left: 660px;
	background: transparent;
}

#flags img
{
	margin: 0 2px;
}

#navigation
{
	width: 850px;
	height: 37px;
	line-height: 37px;
	font-size: 1em;
	background: #363;
}

#navigation ul
{
	font-size: 0.7em;
	list-style: none;
	height: 33px;
	display: block;
}

#navigation ul li
{
	float: left;
	margin: 0;
	/* background: url('../images/navigation_li_background.jpg') right top no-repeat; */
}

#navigation ul li a
{
	display: block;
	padding: 0 10px 0 5px;
	color: #fff;
	text-decoration: none;
}

#navigation ul a:hover
{
	color: #e2e2ca;
	background: url('../images/navigation_li_hover.jpg') left top repeat-x;
}

#navigation ul a.active
{
	color: #e2e2ca;
	background: url('../images/navigation_li_hover.jpg') left top repeat-x;
}

#navigation ul#nav2, #navigation ul#nav3
{
	position: absolute;
	top: 319px;
	line-height: 20px;
	height: 20px;
	background: #4e924e;
}

#navigation ul#nav2 li, #navigation ul#nav2 li a, #navigation ul#nav3 li, #navigation ul#nav3 li a
{
	padding: 0 3px;
	margin: 0;
}

#navigation ul#nav2
{
	left: 200px;
}

#navigation ul#nav3
{
	left: 380px;
}

ul#sidenavi
{
	float: left;
	margin-right: 25px;
	margin-bottom: 15px;
	list-style-type: none;
}

ul#sidenavi li a
{
	display: block;
	width: 160px;
	border-top: 1px solid #fff;
	padding: 3px 5px;
	color: #fff;
	background: #61865c;
}

ul#sidenavi li a:hover, ul#sidenavi li a.active
{
	text-decoration: none;
	background: url('../images/navigation_li_hover.jpg') left top repeat-x #363;
}

#content_top
{
	width: 850px;
	height: 11px;
	/* background: url('../images/content_top.jpg') left top repeat-x; */
}

#content
{
	width: 850px;
	float: left;
	color: #000;
}

#content a {
	color: #336633;
}

#content .box
{
	padding-top: 0;
	margin-top: 10px;
	margin-bottom: 15px;
	position: relative;
	left: 10px;
	text-align: center;
	width: 476px;
}

#content .box_wide
{
	padding-top: 0;
	margin-top: 10px;
	margin-bottom: 15px;
	position: relative;
	left: 10px;
	text-align: center;
	width: 800px;
	background: url('../images/content_box_background_wide.jpg') left top repeat-y;
}

#content .box .box_header
{
	width: 476px;
	padding-bottom: 40px;
	/* background: url('../images/content_box_header.jpg') left top no-repeat; */
}

#content .box_wide .box_header
{
	width: 800px;
	padding-bottom: 40px;
	/* background: url('../images/content_box_header_wide.jpg') left top no-repeat; */
}

#content .box .box_header h2, #content .box_wide .box_header h2
{
	text-align: left;
	margin: 0;
	padding: 15px 0 0 20px;
	font-family: 'Easy Street Alt EPS', Times, 'Times New Roman', serif;
	font-size: 3.2em;
	font-weight: normal;
	color: #000;
}

#content .box .box_footer
{
	width: 476px;
	height: 24px;
	clear: both;
	background: url('../images/content_box_footer.jpg') left bottom no-repeat;
}

#content .box .box_footer_main
{
	width: 476px;
	height: 24px;
	clear: both;
}

#content .box_wide .box_footer
{
	width: 800px;
	height: 24px;
	clear: both;
	background: url('../images/content_box_footer_wide.jpg') left bottom no-repeat;
}

#content .box .box_content
{
	width: 425px;
	padding: 0 25px;
	text-align: left;
}

#content .box_wide .box_content
{
	width: 780px;
	padding: 0 25px;
	text-align: left;
}

#content .box img
{
	border: 3px solid white;
}

#content .box2
{
	position: relative;
	left: 10px;
	width: 458px;
	padding: 0 0 15px 18px;
	text-align: center;
	background: url('../images/box2_background.jpg') left top repeat-y #f8eee2;
	color: #bc6683;
}

#content .box2_wide
{
	position: relative;
	left: 10px;
	width: 800px;
	padding: 0 0 15px 18px;
	text-align: center;
	background: url('../images/box2_background_wide.jpg') left top repeat-y transparent;
	color: #bc6683;
}

.box2 h2, .box2_wide h2
{
	position: relative;
	top: -40px;
	margin: 0;
	font-size: 1.2em;
	color: #fff;
}

.box2_box
{
	position: relative;
	bottom: 10px;
	width: 106px;
	height: 105px;
	float: left;
	padding: 0 0 0 3px;
	vertical-align: top;
}

.box2_box img
{
	border: 3px solid #336633;
}

#sidebar
{
	padding-top: 60px;
	width: 249px;
	float: left;
}

#sidebar .box
{
	width: 249px;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 5px;
	background: #61865b;
	color: #fff !important;
}

#sidebar .box .box_content
{
	padding: 0 10px;
}

#sidebar .box a
{
	color: #fff;
	font-weight: bold;
}

#sidebar .box h2
{
	width: 249px !important;
	height: 39px;
	line-height: 39px;
	text-align: center;
	margin-top: 0;
	font-size: 1em;
	background: url('../images/sidebar_box_h2.jpg') center top no-repeat #61865b !important;
}

#sidebar .box p, #sidebar .box h3, #sidebar .box h2
{
	width: 229px;
	color: #fff !important;
	background: transparent;
}

#footer
{
	height: 37px;
	line-height: 37px;
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid white;
	clear: both;
	color: #fff;
	background: #336633;
}

#footer a
{
	color: #fff;
}

#bottom
{
	position: relative;
	height: 40px;
	width: 808px;
	margin: 0 auto;
	background: url('../images/footer.jpg') left top no-repeat;
}

/* Gallery */

span.gallery_image
{
	float: left;
	padding-left: 20px;
}

/* Products and packages */

table.product
{
	font-size: 1em;
	margin-top: 15px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	border-spacing: 10px;
	width: 450px;
	float: left;
	background: url('../images/product_background.jpg') center top no-repeat #e6eee7;
}

/*
table.product td
{
	padding: 25px 5px 0 5px;
	vertical-align: top;
}
*/

table.product h3
{
	background: none !important;
}

/* Events and event calendar */

div#events h3.events
{
	padding: 3px;
	margin: 0 0 1em 0;
	color: #fff;
	background: url('../images/calendar_h3_bg.jpg') left bottom repeat-x #24460a;
}

div#events h3.events span
{
	margin-left: 20px;
}

table#calendar
{
	width: 200px;
	padding: 5px;
	margin: 10px auto;
	border: 1px solid #c0c0c0;
	color: #000;
	background: #ecf1d9;
}

table#calendar caption
{
	margin: 10px auto -10px auto;
	padding: 2px 0 5px 0;
	color: #fff;
	background: url('../images/calendar_h3_bg.jpg') left bottom repeat-x #24460a;
}

table#calendar caption a
{
	color: #fff;
}

table#calendar td, table#calendar th
{
	padding: 0 5px;
	text-align: center;
}

table#calendar td a
{
	text-decoration: none;
	padding: 2px;
	background: lime;
}

table#calendar th
{
	font-weight: strong;
}