/* CSS Document */

html, body {
	height: 100%;
}

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background: url(../images/bg.jpg) repeat #8db3d8;
}

#header{
	background: url(../images/header.png) no-repeat;
	height: 130px;
	width:1006px;
	overflow:hidden;
	margin-left: auto;
	margin-right: auto;
}

#news-module-container {
	background: url(../images/news-module-top.jpg) no-repeat;
	padding-top:6px;
	width:395px;
}

#news-module-body {
	background: url(../images/news-module-repeat.jpg) repeat-y;
	width:395px;
}

#news-module-content {
	background:url(../images/news-module-bottom.jpg) no-repeat 0px 100%;
	padding-left:20px;
	padding-top:10px;
	padding-right:20px;
	padding-bottom:10px;
	
}

/* Navigation */
#navigation {
	display: block;
	width:1006px;
	height: 43px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

#navigation a:link, #navigation a:visited{
	display: block;
	float:left;
	overflow:hidden;
	height:32px;
}

#navigation a:hover, #navigation a:active {
/*	background: url(../images/rollover.png) no-repeat;*/
}

#navigation a:hover img.out, #navigation a.selected img.out, #availability-reservations-btn a:hover img.out, #availability-reservations-btn a.selected img.out {
	display: none;
}

#navigation a.selected {
/*	background: url(../images/rollover.png) no-repeat;*/
}

#availability-reservations-btn{
	display: block;
	height:41px;
	width:220px;
	margin-left:750px;
	margin-top:83px;
	overflow:hidden;
	float:left;	
}

/* End Navigation */

#container {
	background: url(../images/containter-bg.png) repeat;
	width: 1006px;
	min-height: 460px;
	margin-left: auto;
	margin-right: auto;
}

#content-all, .content-all {
	width: 946px;
	height: auto;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 20px;
	margin-bottom:20px;
	text-align: justify;
	float:left;
}

#content-calendar {
	width: 946px;
	height: auto;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 20px;
	margin-bottom:20px;
	border-bottom:1px #000 solid;
	text-align: justify;
	float:left;
}

#content-left, .content-left {
	width: 380px;
	height: auto;
	margin-left: 30px;
	margin-top: 20px;
	text-align: justify;
	float:left;
}

#content-right, .content-right {
	width: 380px;
	height: auto;
	margin-left: 20px;
	margin-top: 20px;
	float: left;
}

#content-middle {
	width: 940px;
	height: auto;
	margin-left: 30px;
	margin-top: 20px;
	clear: both;
}


#content-image-bg {
	background: url(../images/image-bg.jpg) no-repeat;
	width: 548px;
	height: 280px;
	margin-left: 20px;
	margin-top: 20px;
	float: left;
}
#map{
	width: 530px;
	height: 402px;
	margin-left: 9px;
	margin-top: 8px;
	text-align:right;
	float: left;
}
#map-bg {
	background: url(../images/map-bg.jpg) no-repeat;
	width: 548px;
	height: 420px;
	margin-left: 20px;
	margin-top: 20px;
	float: left;
}
#home-gallery{
	width: 530px;
	height: 260px;
	margin-left: 9px;
	margin-top: 8px;
	margin-bottom:16px;
	float: left;
}

#footer{
	background: url(../images/footer.png) no-repeat;
	color:#386189;
	width: 1006px;
	height:63px;
	margin-left: auto;
	margin-right: auto;
}

a:link, a:visited {
	text-decoration:none;
	color:#386189;
}

a:hover, a:active {
	text-decoration:underline;		
}

#footer-content{
	width: 990px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	padding-top:10px;
	margin-left: auto;
	margin-right: auto;
}

/* contact form */

#submit-btn a{
	display: block;
	overflow:hidden;
	height:29px;	
	width:78px;
}

#submit-btn a:hover .out, #submit-btn a:active .out {
	display:none;
}

#mainForm {
	border: #CCC solid 0px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	min-height:200px;
}

#mainForm .text, #mainForm .select, #mainForm .textarea{
	border: #CCC solid 1px;
	height: 20px;
	width: 300px;
	margin: 2px;
	padding-left:5px;
	padding-top:5px;
}

#mainForm .label {
	text-align: right;
	vertical-align: top;
	padding-top:10px;
}

#mainForm .textarea {
	border: #CCC solid 1px;
	height: 65px;
	width:298px;
	margin: 2px;
	padding-left:5px;
	padding-top:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;

}

.err {
	display: none;
}
/* Share Tour Form 
#share-tour-form
{
	background: url(../images/share-tour-form.png);
	height: 351px;
	width: 310px;
}

#name{
	position: relative;
	top: 120px;
	left: 46px;
	height: 21px;
	width: 215px;
}

#email{
	position: relative;
	top: 152px;
	left: 46px;
	height: 22px;
	width: 215px;
}

#comments{
	position: relative;
	top: 185px;
	left: 46px;
	height: 65px;
	width: 213px;
}

#submit-button{
	position: relative;
	overflow: hidden;
	display:block;
	top: 180px;
	left: 46px;
	height: 19px;
	width: 73px;
}

#submit-button:hover img.out {
	display: none;
}
*/