/* CSS Document */

body{

	margin-top:0px;
	height:auto;
	font: 12px normal Arial, Helvetica, sans-serif;
	line-height:16px;
	color:#9c8e7e;
}

a
{
	color:#9c8e7e;
	text-decoration: none;
}

a:hover
{
	color:#9c8e7e;
	text-decoration:underline;
}	

.wrapper{
	width:837px;
	margin-left:auto;
	margin-right:auto;
	height:auto;
}

.header{
	height:175px;

	width:837px;
	margin:0px;
	text-align:left;
}

.content{
	height:100%;
	position:relative;
}

.info{
	background-color:#efedea;
	width:837px;
	padding-bottom:25px;	
}



.row table{
	width:800px;
	margin-left:4px;
	margin-bottom:1%;
}
td.half, td.half2{
	width:385px;
}
td.half2{
	padding-left:30px;
}

td{
	vertical-align:top;
}







/***********news page ralevent*****************************/
div.news{
	/*width:600px;*/
	width:100%;
	/*margin-left:107px;	*/
	background-color:#efedea;
}

table.news{
	/*width:560px;*/
	margin-left:auto;
	margin-right:auto;
}

table.news td{
	min-height:80px;
	height:80px;
}

table.news td.left{
	width:160px;
	vertical-align:top;
	font-size:14px;
}
table.news td.right{
	width:400px;
	vertical-align:top;
}
table.news p{
	margin:16px 6px 16px 12px;
}

table.news tr{
	margin:0 20px;
	width:560px;
}

tr.alternate td{
	background-color:#f9f7f4;
	border:0px solid #9c8e7e;
}
tr.alternate td.left{
	border-right:none;
}
tr.alternate td.right{
	border-left:none;
}


/****************************************/








/************accom page related***************************/
.info .row{
	width:815px;
	padding-left: 20px;
	/*padding-bottom:20px;*/
}

.row p{
	margin: 5px 10px 5px 20px;
}

table.accom{
	width:815px;
	border:1px solid #9c8e7e;
	margin-left:10px;
	border-top:none;
	background-color:#f8f6f3;
	margin-bottom:0px;

}
table.accom p{
	margin: 5px 0;
}
table.accom td{
	padding:10px;
}
table.accom td.left{
	width:585px;
	vertical-align:top;
}
table.accom td.right{
	width:210px;
	text-align:right;
	vertical-align:top;
}

div.accom_info{
	width:210px; 
	min-height:140px;
	border:0px solid #aca092;
	background-color:#f9f7f5;
	color:#9c8e7e;
	padding:10px 10px 5px 10px;
	position:relative;
	margin-top:20px;
}
div.accom_info p{
margin:8px 2px 8px 0;
}

}
div.accom_info p, a{
margin:8px 2px 8px 0;
	color:#9c8e7e;
}
div.accom_info span{
	font-size:14px;
	font-weight:bold; 
	line-height:18px;
}

div.accom_features{
	font-size:12px;
	float:left;
	font-weight:bold;
}

div.accom_features ul{
	margin:0 0 10px 2px;
	padding:0;
	list-style:inside;
}
/****************************************/







/**************GALLERY related**************************/
#gallery{
	/*overflow:scroll; 
	overflow-x:hidden;
	height:190px;
	width:790px;*/
}
#gallery p{
	margin:5px 0;
}

#gallery img{
	margin:5px;
}

/****************************************/







/************BOOKING RELATED****************************/
.booking{
	height:200px;
	width:790px;
	margin-left:24px;
}

input{
	width:270px;
	height:17px;
}

textarea{
	width:335px;
	height:100px;
	
	
}
/****************************************/










/*******text and image formats********/
td h1{
	margin: 25px 10px 5px 0px;
	font-size:14px;
	font-weight:bold;
}
h1{
	margin: 5px 10px 5px 20px;
	font-size:14px;
	font-weight:bold;
}

/*DELETE BELOW LATER!!*/
td h3{
	margin: 25px 10px 5px 0px;
	font-size:14px;
	font-weight:normal;
}
h3{
	margin: 5px 10px 5px 20px;
	font-size:14px;
	font-weight:normal;
}
/*DELETE ABOVE LATER!!*/

h2{
	margin: 10px 10px 2px 0px;
	font-size:12px;
	font-weight:normal;
	font-weight:bold;
}

div.right p{
	margin: 27px 10px 5px 20px;
}
a img{
	border:none;
}
p.menu_opt{
	margin-top:20px;
}
td.menu{
	width:180px;
	font:10px Arial, Helvetica, sans-serif
}
img.menu{
	border:1px solid #d6d1ca;
	margin-bottom:30px;
}
p.left_aligned{
	margin:10px 30px 0 0px;
}

p.left_aligned img{
	float:right;
	margin-top:20px;
}
p.zeroLeft{
	margin-left:0px;
}
/*********************/
div.right{
	width:419px;
}
div.footer{
	margin:5px 0 10px 0;
	font-size:9px;
	text-align:center;
	vertical-align: middle;	
}
div.footer a{
	color:#9c8e7e;
	margin-left:10px;
	text-decoration:none;
	font-size:9px;
}
div.footer2{
	margin:5px 0 10px 0;
	font-size:9px;
	text-align:left;
	
}
div.footer2 a{
	color:#9c8e7e;
	margin-left:10px;
	text-decoration:none;
	font-size:9px;
}
/************************IE PNG Fix*****************************/
img, div { behavior: url(javascript/iepngfix.htc) }
