/* CSS Document */

html,body {
	margin:0;
	padding:0;
}

body {
	text-align: center;
	background: #FFFFFF url(../images/bodybg-grad.png) repeat-x left top;
	font: 80%/1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
p {
	margin: 5px 0px 10px;
	padding: 0px;
	text-align: justify;

}
.links {
	color: #107415;
	text-decoration: none;
	border-bottom: 1px dotted #107415;
	font-weight: bold;
}

h1 {
	padding: 10px 0px;
	color: #107415;
	margin: 0px;
	text-align: center;
	letter-spacing: 1px;
	font-size: 150%;
	font-weight: bold;
	line-height: 1.5em;
	}

h2 {
	font-size: 120%;
	font-weight: bold;
	padding: 8px 0px;
	color: #107415;
	margin: 0px;
	text-align: center;
	line-height: 1.5em;
	letter-spacing: 1px;
	}
	
h3 {
	font-size: 100%;
	font-weight: bold;
	padding: 8px 0px;
	color: #107415;
	line-height: 1.4em;
	margin: 0px;
	}


h4 {
	font-size: 100%;
	font-weight: bold;
	color: #107415;
	margin: 0px;
	padding: 6px 0px;
	line-height: 1.3em;
}

h5 {
	font-size: 90%;
	font-weight: bold;
	color: #107415;
	margin: 0px;
	line-height: 1.2em;
	padding-top: 10px;
	padding-bottom: 10px;
}

h6 {
	font-size: 80%;
	font-weight: bold;
	color: #107415;
	margin: 10px;
	}
	
	.image_right {
	margin: 10px;
	padding: 0px;
	float: right;
	background: #FFFFF0;
	}
	
.image_wrapper {
	background: url(../images/ds_img8px.gif) no-repeat right bottom;
	float:left;
	clear:right;
	position:relative;
	margin: 0px;
	padding: 0px;
}

.image {
	background-color:#FFFFFF;
	margin: -5px 5px 5px -5px;
	display:block;
	position:relative;
	padding: 0px;
}

.image_left {
	margin: 10px;
	padding: 0px;
	float: left;
	background: #FFFFF0;
	}
	
.bold{
	font-weight: bold;
}
.center {
	text-align: center;
	
}
.indent {
	text-indent: 40px;
}

#wrapper {
	width: 800px;
	margin: 0px auto;
	background: #fff repeat-x center top;
	text-align: left;
	padding: 0px;
	border-right: 2px #999999;
	border-left: 2px #999999;
	height: 100%;
} 

#header {
	background:#FFFFFF;
	color: #FFFFFF;
	height:200px;
	width: 800px;
	margin: 0px;
	padding: 0px;
}

#header_div {
	color: #107415;
	background: #FFFFFF;
	float: right;
	font-weight: bold;
	margin: 0px;
	padding:3px 10px 0px 0px;
	height: 200px;
	width: 160px;
	text-align: right;
	vertical-align: top;
	font-size: 10px;
	z-index: 2;
	line-height: 1em;
}
#header_div a {
color:#107415;
}

#main {
	background: #FFFFf0 url(../images/bg_sidebar.gif) repeat-y left top;
	margin: 0px;
	padding: 0px;
	height: 100%;
	position: relative;
	width: 100%;
	float: left;
}

#content {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 600px;
	float: right;
}

#content_index {
	margin: 0px;
	width: 550px;
	height: 100%;
	background: #FFFFF0;
	float: right;
	clear: left;
	padding-top: 0px;
	padding-right: 35px;
	padding-bottom: 20px;
	padding-left: 0px;
}

#sidebar {
	min-height:100%;
	background:#F3F4C6 url(../images/bg_sidebar.gif) repeat-y 50% 0px;
	float:left;
	margin: 0px;
	padding:0px;
	height: 100%;
	width: 170px;	
}

#navbar ul {
	width:160px;
	margin:5px 0px 0px;
	padding:4px;
	list-style-type: none;
	text-align: left;
	color: #FFFF99;
	}

#navbar ul a {
	display: block;
	background: #107415 url(../images/blank_bullet30.gif) no-repeat left center;
	color: #FFFF99;
	border: 3px solid #FFFFCC;
	text-decoration: none;
	text-indent: 35px;
	line-height: 30px;
	margin: 0px;
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
}

 #navbar ul a:hover{
	background: #15991C url(../images/flower_bullet30.gif) no-repeat left center;
	color: #FFFFFF;
	border: 3px solid #FFFFFF;
	margin: 0px;
	text-indent: 35px;
}

 #navbar ul a:active, #navbar ul a.selected {
	background: #15991c;
	color: #FFCC33;
	border: 3px solid #FFFFFF;
	margin: 0px;
	text-indent: 35px;
}

#contact_form  {
	background:#F8F7F1;
	width: 380px;
	margin: 0px 0px 0px 50px;
	padding: 10px;
	border-top: 1px solid #999999;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #999999;
	font: bold 10px Arial, Helvetica, sans-serif;
}

#contact_form label {
	padding: 0px;
	margin: 5px;
	width: 80px;
	float: left;
	background: #F8F7F1;
	text-align: right;
	color: #666666;
	font-size: 11px;
	display: block;
}

legend {
	font-size: 140%;
	font-weight: bold;
	color: #666666;
}

fieldset {
	border: 3px solid #FFFFF0;
	padding: 0px 10px 10px;
}

#contact_form input {
	font: 11px Arial, Helvetica, sans-serif;
	color: #666666;
	background: #FFFFFF;
	border-top: 1px solid #666666;
	border-right: 1px solid #FFFFD9;
	border-bottom: 1px solid #FFFFD9;
	border-left: 1px solid #666666;
	margin: 2px;
	padding: 3px;
	width: 200px;
	height: 17px;
	vertical-align: middle;
	text-align: left;
}

#contact_form textarea {
	font: 11px Arial, Helvetica, sans-serif;
	color: #666666;
	background: #FFFFFF;
	border-top: 1px solid #716F64;
	border-right: 1px solid #FFFFD9;
	border-bottom: 1px solid #FFFFD9;
	border-left: 1px solid #716F64;
	width: 350px;
	height: 100px;
}

#contact_form input.submit, #contact_form input.reset {
	width: 100px;
	background: #FFFFFF;
	margin: 10px 30px;
	padding: 3px;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	height: 20px;
	color: #666666;
}
	#booking_form {
	background: #F7F7F7 url(../images/green-grad.gif) repeat-x;
	font-weight: bold;
	color: #107415;
	font-size: 14px;
	border-top: 1px solid #666666;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #666666;
	display: block;
	width: 150px;
	line-height: 30px;
	margin: 5px;
	padding: 3;
	text-align: center;
	text-decoration: none;
}

#booking_form a:link {
	text-decoration: none;
	color: #107415;
}

#booking_form a:hover{
	color: #FF0000;
	background: #FFFFFF url(../images/footer.gif) repeat-x;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #FFFFFF;
	text-decoration: none;
}

#sitemap ul li{
	display: block;
}

#sitemap ul li a {
	color:#000000;
	text-decoration:underline;
	font-weight: bold;
	line-height: 1.2em;
}

#sitemap ul li a:hover, #sitemap ul li a:active{
color:#FF9900;
}

#sitemap ul ul li a{
	color:#000000;
	text-decoration: none;
	border-bottom: 1px dashed #666666;
	line-height: 2em;	
}

#sitemap ul ul li a:hover, #sitemap ul ul li a:active{
color:#FF9900;
}

#footer {
	padding:5px 0px;
	margin:0px;
	background:#FFFFFF url(../images/footer.gif);
	float:left;
	clear: both;
	text-align: center;
	width: 100%;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #107415;
	border-top: 1px solid #999999;
}

#footer a {
	text-decoration: none;
	color: #107415;
}

.copyright {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}

#kaptivate a {
	font: bold 10px tahoma, georgia, verdana, arial;
	color: #107415;
	text-decoration: underline;
}

table {
	padding: 3px;

	tt, tr: 2px solid #107415;
	border: 1px dotted #107415;
}

td {
	border: 1px dotted #107415;
	padding: 3px;
}
.comment {
	background-color: #F7F7F7;
	width: 90%;
	margin: auto;
	padding: 20px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EBEBEB;
	border-bottom-color: #9B9B9B;
	border-left-color: #EBEBEB;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 90%;
	line-height: 20px;
	border-right-color: #D4D4D4;
}
