/* CSS Document */

html,
body {
	margin:0;
	padding:0;
	height:100%;
	background-color:#e0ecf5;
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-attachment:fixed;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3f3f3f;
}
#container {
	min-height:100%;
	position:relative;
	font-weight:normal;
}
#header {
	/*background:url(images/header.jpg);*/
	width:806px;
	padding:0px;
	height:120px;
	/*height:60px;*/
	margin:0px auto 0px auto;
}
#body {
	width:806px;
	margin:0 auto 0 auto;
	background-color:#fff;
	/*padding-bottom:20px;	/* Height of the footer */
}
#menu{
	padding:0px;
	margin:0px;
	text-align:center;
	background:#E1B92F;
	font-size:14px;
	color:#fff;
}
#menu a{
	color:#fff;
	font-size:14px;
	padding-top:2px;
	padding-bottom:2px;
	text-decoration:none;
	font-weight:normal;
}
#submenu{
	list-style:none;
	margin:0px;
	padding:0px;
	font-size:14px;
	font-weight:normal;
}
#submenu .highlight{
	background-color:#003366;
	font-weight:normal;
}
#submenu .highlight a{
	color:#fff;
}
#submenu li{
	padding:8px;
	color:#006699;
	font-weight:normal;
}
#submenu li a{
	text-decoration:none;
	color:#fff;
}
#countries{
	font-size:11px;
	padding:9px;
	color:#963;
}
#countries a{
	color:#963;
	text-decoration:none;
	font-weight:bold;
}
#content th{
	font-size:14px;
	text-align:left;
	background-color:#069;
	color:#fff;
	font-weight:normal;
}
#content td{
	font-size:12px;
	text-align:left;
	color:#2370CD;
}
#bar_menu{
	padding:2px;
	text-align:left;
	font-size:11px;
	font-weight:bold;
	color:#963;
}
#bar_menu a{
	/*color:#2370CD;*/
	color:#963;
	text-decoration:none;
}
#footer {
/*	position:absolute;
	bottom:0;*/
	margin:0 auto 0 auto;
	width:806px;
	height:30px;			/* Height of the footer */
	/*background-image:url(images/footer.gif);
	background-repeat:repeat-x;*/
	background-color:#e0ecf5;
	font-size:10px;
	color:#2370CD;
	border:1px solid #AAD0E8;
}
#footer a{
	color:#2370CD;
	text-decoration:none;
}
.imagemenu{
	border:1px solid #ccc;
}
.details{
	font-size:12px;
	padding-left:8px;
}
.text{
	padding-left:8px;
	padding-right:8px;
	font-size:12px;
	line-height:16px;
}
.special{
	padding-left:8px;
	padding-right:8px;
	font-size:14px;
	line-height:16px;
	color:#FF6633;
	font-weight:bold;
}
.property{
	margin:4px;
	width:98.5%;
	border:1px solid #ccc;
}
.property td a{
	text-decoration:none;
	font-weight:bold;
	color:#2370CD;
}
#photos{
	width:80%;
	padding:4px;
	border:1px solid #ccc;
}
#photos a img{
	border:#2370CD solid 1px;
}
h2{
	font-size:24px;
	padding-top:12px;
}
h4{
	font-size:16px;
}
h5{
	font-size:12px;
	padding:0px;
	margin:0px;
}
h2, h4, h5{
	padding-left:8px;
}
.calendar{
	text-align:center;
	border:1px solid #ccc;
}
.calendar .calendar_month{
	border:1px solid #ccc;
	background-color:#D2E4EE;
}
.thiscalendar{
	text-align:center;
	border:1px solid #ccc;
}
.thiscalendar .calendar_month{
	border:1px solid #ccc;
	background-color:#Fc0;
}
.prevcalendar{
	text-align:center;
	border:1px solid #ccc;
	color:#999;
}
.prevcalendar .calendar_month{
	border:1px solid #ccc;
	background-color:#ECF0F2;
	color:#999;
}
.prevcalendar table tr td{
	color:#999;
}