body{
	font-family: Arial, Helvetica, sans-serif;
	background:#bbb;
	color:#888;
	margin-top: 2px;
}
a{
	background:none;
	font-weight:normal;
	color:#28b;
	text-decoration: none;
}
a:hover{
	background:none;
	color:#069;
	text-decoration: underline;
}
h1,h2,h3,h4,h5,h6{
	padding:0;
	/*color:#993720;*/
	color:#95bec7;
	background:none;
	font-family: Arial, Helvetica, sans-serif;
}
p{
	margin-bottom:0.5em;
	font-size:90%
}
map area{
	cursor: pointer;
	;
}
map area:hover{
	background-color:#f00;
}
/**/
div#container{
	width:860px;
	margin:0 auto;
	background-color:#fff;
	padding:20px 10px 110px 30px;
}

/* Header */
div#header{
	/*background-color:#000;*/
	background: #333 url(../img/header_bg.jpg) no-repeat;
	height:140px;
	overflow:hidden;
	color:#fff;
}
div#header a{
	color:#3F9FCF;
	text-decoration:none;
}
div#header a:hover{
	color:#ffa;
	/*text-decoration:underline;*/
}
div#header a.title{
	background:none;
	display:block;
	float:left;
	padding:10px 0 0 38px;
	/*height:140px;
	width:840px;*/
}
div#header h1{
	background:none;
	padding:0;
	font-size:100%;
}
div#header div.caption{
    text-align:right;
	padding-right:10px;
	padding-top:117px;
	font-size:90%;
	font-weight:bold;
}
div.greyBar{
	background: #eee url(../img/corner_TR.png) top right no-repeat; 
	height:100%; 
	width:20px;
	float:left;
}
div.greyBar div{
	width:100%;
	height:100%;
	background: url(/img/corner_BR.png) bottom right no-repeat;
}
div.greyBarImage{
	background: #eee url(../img/corner_TR.png) top right no-repeat;
}
div.greyBarImage p{
	background: url(/img/corner_BR.png) bottom right no-repeat;
	padding-right:20px;
	
}
/* END Header */

/* Languages links */
	ul.languages{
		float:right;
		list-style:none;
		margin:5px 3px 0 0;
	}
	ul.languages li{
		float:left;
		margin:0 0 0 10px;
	}
	div#header ul.languages li a{
		/*color:#fff;*/
		color:#c93;
	}
/* END Languages links */

/* Main menu */
	div.main_menu{
		width:160px;
		padding-right:10px;
		float:left;
		overflow:hidden;
	}
	ul#main_menu{
		list-style:none;
		margin:15px 0 10px 0px;
		border-bottom:1px solid #999;
		padding-bottom:5px;
	}
	ul#main_menu li{
		margin:0;
		text-transform:uppercase;
		font-size:80%;
		padding-top:5px;
	}
	ul#main_menu li.active{
		
	}
	ul#main_menu li.active a{
		/*color:#800;
		background-color:#fff;*/
		color:#389BCD;
	}
	ul#main_menu li a,
	ul#main_menu li.home a{
		display:block;
		text-decoration:none;
		color: #666;
		padding:2px 2px 2px 20px;
		background: url(../img/list_style.gif) 2px center no-repeat;
	}
	ul#main_menu li a:hover,
	ul#main_menu li.missing_lang ul li a:hover{
		/*text-decoration:underline;*/
		background-color:#eee;
		color:#389BCD;
	}
	ul#main_menu li ul{
		position:absolute;
		display:none;
		list-style:none;
		margin:0;
		background-color:#fff;
		width:158px;
		border: solid #eee;
		border-width:1px 1px 1px 1px;
	}
	ul#main_menu li ul li a,
	ul#main_menu li.missing_lang ul li a{
		background:none;
	}
	ul#main_menu li ul li{
	}
/* END Main menu */

/* Content */
div#content{
	background:none;
	clear:none;
	padding:0;
	float:none;
}

/* END Content*/

/* WysiwygBoxes */
div.WysiwygBox p,
div.WysiwygBox h3{
	margin:10px 110px 10px 30px;
	overflow:visible;
}
div.WysiwygBox p.imageCaption{
	padding: 5px 0px 0 170px;
	color:#999;
	line-height:140%
	margin:0;
}
div.WysiwygBox div.greyBarImage p{
	margin-left:0;
	margin-top:0;
}
/* END WysiwygBoxes */
/* Breadcrumbs */
	div#breadcrumbs {
		/*border:1px solid #ddd;*/
		/*margin-top:10px;*/
		/*padding:5px 10px;*/
		font-size:80%;
		padding:6px 0 2px 10px;
		float:left;
		width:660px;
		color:#333;
	}
	div#breadcrumbs ul,
	div#breadcrumbs span{
		float:left;
		margin:0;
	}
	div#breadcrumbs ul li{
		float:left;
		list-style:none;
		margin:0;
		padding:0 5px 0 12px;
		background: url(../img/li_arrows.gif) no-repeat left center;
	}
	div#breadcrumbs ul.siblings{
		background: url(../img/li_arrows.gif) no-repeat left center;
		padding-left:9px;
	}
	div#breadcrumbs ul.siblings li{
		padding-left:3px;
		background:none;
	}
	div#breadcrumbs ul.children{
		/*clear:left;*/
		background: url(../img/li_arrows.gif) no-repeat left center;
		padding-left:9px;
	}
	div#breadcrumbs ul.children li{
		background:none;
		padding-left:3px;
	}
	div#breadcrumbs ul li.active{
		
	}
	div#breadcrumbs a{
		text-decoration:none;
	}
	div#breadcrumbs a:hover{
		text-decoration: underline;
	}
/* END Breadcrumbs */

/* Missing Language stuff */
	div.missing_lang{
		/*background-color: #111;*/
		border:1px solid #111;
	}
	ul#main_menu li.missing_lang a{
		color:#888;
	}
	ul#main_menu li.missing_lang ul li a{
		
	}
/* END Missing Language stuff */

/* Flash messages */
	div#flashMessage{
		font-size:1em;
		font-weight:normal;
		padding:0;
		margin:0;
		clear:none;
		float:left;
		width:670px;
	}
	div#flashMessage ul{
		border:1px solid;
		margin:5px 0 0 0;
		color:#333;
		background-color:#eee;
		padding:5px 10px;
	}
	div#flashMessage ul li{
		margin:0 0 0 15px;
	}
	div#flashMessage ul.error{
		color: #800;
		background-color:#fee;
	}
	div#flashMessage ul.info{
		color: #554;
		background-color:#ffe;
	}
	div#flashMessage ul.confirm{
		color: #060;
		background-color:#efe;
	}
/* END Flash messages */

/* Content Blocks */
	div.contentBlock{
		/*border: 1px solid #eee;*/
		margin-bottom:10px;
		clear:left;
		
	}
	div.block1{
		clear:none;
		float:left;
		width:690px;
	}
	div.contentBlock input,
	div.contentBlock textarea,
	div.contentBlock select,
	div.contentBlock option,
	div.contentBlock label{
		font-size:1em;
	}
	div.contentBlock input,
	div.contentBlock textarea,
	div.contentBlock select,
	div.contentBlock label{
		margin-left:30px;
	}
	div.contentBlock input,
	div.contentBlock textarea{
		width:500px;
	}
	div.contentBlock label{
		margin-top:5px;
		font-size:0.9em;
	}
	div.contentBlock select{
		padding-right:10px;
	}
	div.contentBlock input[type=submit]{
		width:auto;
	}
/* END Content Blocks */

/* Footer */
div#footer{
	margin: 0 auto;
	width: 895px;
	font-size:90%;
	padding:5px 5px 20px 0;
	color:#fff;
}
div#footer a{
	color:#38c;
	text-decoration:none;
}
div#footer a:hover{
	text-decoration:underline;
}
div.stripe{
	background: url(../img/stripe.png);
	height:2px;
	/*border-top:1px solid #aaa;*/
	overflow:hidden;
}
/* END Footer*/
.clear{
	clear:both;
	height:1px;
	overflow:hidden;
	border-top:1px solid #fff;
}
.black{
	color:#000;
}
.blue{
	color:#28b;
}
.hr{
	border-top:1px solid #999;
	height:0;
	overflow:hidden;
}
.left{
	float:left;
}

div#room_text{
	float:left;
	margin-right:0;
	width:145px;
	min-height:250px;
	padding-left:25px;
}
div#room_text h3{
	font-size:1em;
	color:#28b;
	margin:10px 0;
	font-weight:normal;
}
div#room_text p{
	/*font-size:1em;*/
	margin:10px 0;
	
}
div#room_text ul{
	margin:0px;
}
div#room_text li{
	font-size:.9em;
	margin:0px 0 5px 0;
}