﻿	body{
		margin:0px;
		background:#54411D url('../images/bkgline.jpg') repeat-x scroll left top;
	}
	.loader{
		text-align:center;	
	}
	.container{
		margin:auto;
		width:1000px;		
		padding:10px 0px 0px 0px;
	}
	.top{
		width:auto;
		height:110px;
		padding:20px 0px 0px 10px;
		text-align:center;
	}
	.content{
		width:auto;	
    }
    .cwrapperMainAds{
    	width:auto;
    	height:360px;    	
    }
    div.cwrapperMainAds ul{
    	list-style-type:none;
    	text-decoration:none;
    }
    .newsFeed{
    	margin:auto;
		background-color:#EBDABE;
		padding:20px 20px 0px 20px;
	}
    .columnContainer{
    	width:auto;
    	background-color:#EBDABE;    	
    	padding:20px 20px 0px 20px;
    	font-family:Arial, Helvetica, sans-serif;
    	font-size:1em;
    }   
    .columnContainer img{
    	float:left;
		border:0;	
	}
    .columnContainer ul{    	
   		list-style-type:none;   		  
   		padding:0px;
   		margin:0px;		
   		overflow: hidden;
	}
	.columnContainer ul li{
		background:url('../images/4ColumnMenu.png') repeat-x scroll left top;
		float:left;
		display:inline;
		width:219px;	
		height:150px;
		padding:10px;	
		margin-bottom:20px;
	}
	.columnContainer p{	
		font-size:.8em;
		line-height: 1.6;
		margin-top:50px;
		margin-left:20px;
	}
	.columnContainer a{
		text-decoration:underline;	
		color:black;				
	}
    .icons{
		float:left;
		width:236px;	
		padding:10px 0px 10px 5px;			
		text-align:center;
	}
    .cwrapper{    	
		float:left;
		width:236px;	
		padding:0px 0px 0px 5px;
		font-family:Arial, Helvetica, sans-serif;
		font-weight:bold;
		color:#666666;
		font-size:medium;				
	}
	.detailwrapper{    	
		float:left;
		width:236px;	
		padding:10px 0px 10px 5px;	
		font-family:Arial, Helvetica, sans-serif;
		font-size:small;				
	}	    
	div.hotelOverview{				
		margin:auto;
		padding:15px;
		background-color:#D5D5BF;
		font-family:Arial, Helvetica, sans-serif;
	}
	div.hotelOverview ul{
		list-style-type:none;
		text-decoration:none;
		margin:0px;
		padding:0px;		
		font-size:12px;				
	}
	.header{
		color:black;
		font-weight:bold;
		font-size:large;
	}
	div.hotelOverview ul li{
		float:left;
		width:450px;		
		padding:5px 5px 10px 0px;		
	}	
	.footer{
		clear:both;
		width:auto;
		height:60px;	
		padding:10px 3px 0px 3px;	
		background-color:#403115;
		font-family:Arial, Helvetica, sans-serif;
		font-size:10px;		
		color:white;
		text-align:center;
	}
	.clear{
		clear:both;	
	}
	.topNav{
    	font-family:Arial, Helvetica, sans-serif;
    	font-size:small;
    	width:auto;
    	background-color:#CC9933;
    	height:75px;
    	padding:0px;
    }    
	ul#topnav {
		margin: 0; padding: 0;
		float:left;
		width: 1000px;
		list-style: none;
		position: relative; /*--Set relative positioning on the unordered list itself - not on the list item--*/
		font-size:1em;
		background:url(../images/topnav_stretch.gif);
    }
	ul#topnav li {
		float: left;
		margin: 0; padding: 0;
		border-right: 1px solid #555; /*--Divider for each parent level links--*/
	}
	ul#topnav li a {
		padding: 10px 15px;
		display: block;
		color: #f0f0f0;
		text-decoration: none;
	}
	ul#topnav li:hover { background: #CC9933 url('../images/topnav_active.gif') repeat-x;}
/*--Notice the hover color is on the list item itself, not on the link. This is so it can stay highlighted even when hovering over the subnav--*/
ul#topnav li span {
	float: left;
	padding: 15px 0;
	position: absolute;
	left: 0; top:35px;
	display: none; /*--Hide by default--*/
	width: 1000px;
	background: #CC9933;
	color: #fff;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
ul#topnav li:hover span { display: block; } /*--Show subnav on hover--*/
ul#topnav li span a { display: inline; } /*--Since we declared a link style on the parent list link, we will correct it back to its original state--*/
ul#topnav li span a:hover {text-decoration: underline;}