@charset "utf-8";
/* CSS Document */

body{
	font: 80% Arial, Helvetica, sans-serif;
	text-align: center; /* for IE */
	background: #53a008 url(/images/bg-body.gif) repeat-x; 
}

img {
	border: none;
}

#wrapper {
	text-align: left; /* offset the centered div */
	width: 798px;
	margin:0 auto; 
}

#banner{
	background:url(/images/banner.jpg) no-repeat;
	height: 319px;
}

#banner_left{
	float: left;
	width: 300px;
	height: 106px;
	margin: 10px 20px;
}

#banner_right{
	float: right;
	width: 300px;
	text-align: right;
	margin: 10px 30px 10px 0;	
}

#banner_right a.bookTravel {
	margin-right: 6em;
}

#frmSearch{
	padding: 6px 0 0 0;
}

#frmSearch input[type="text"], #frmLogin input[type="text"], #frmLogin input[type="password"] {
	border: 2px solid #aad55f;
}

#nav_top{
	height: 51px;
	background: #fff url(/images/wood-line.jpg) no-repeat bottom;
	padding-left: 1.25em;
}

#nav_top ul{
	list-style:none;
	margin:0;
	padding:0;
}

#nav_top li {
	float: left;
}

#nav_top li.blueMenu {
	background:url(/images/menu/blue-button.png) no-repeat;
}

#nav_top li.greenMenu {
	background:url(/images/menu/green-button.png) no-repeat;
}

#nav_top li.orangeMenu {
	background:url(/images/menu/orange-button.png) no-repeat;
}

#nav_top a{
/*	float: left; */
	display: block;
	text-decoration: none;
	text-align: center;	
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	width: 90px;
	height: 38px;
	padding:10px 15px 10px 5px;
	margin:0;
}

#content{
	background: #fff url(/images/bg-content.gif) no-repeat top center;
	min-height: 350px;
	padding: 10px 40px;
}

#content h2.orange{
	color: #f5b632;
}

#content h2.blue{
	color: #92bee2;
}

#content h2.green{
	color: #a9d45e;
}

#content a {
	text-decoration:underline;
	color: #878786;
}

#footer{
	background:url(/images/footer.jpg) no-repeat;
	height: 85px;
	padding-top: 10px;
}

#footer p {
	text-align:center;
}

#footer a{
	color: #000;
	text-decoration:none;
	padding: 0 10px;
}

#footer a:hover{
	color: #fff;
	text-decoration:none;
	padding: 0 10px;
}

#footer p.footerTop a{
	font-weight:bold;
}

/*classified formating */

th {
	background: #92bee2;
	color: #fff;
	text-transform:uppercase;
	text-align: center;
	padding: 2px 0;
	}
	
/* Auto complete formating */
#autocomplete {
  position:absolute;
  width:250px;
  background-color:white;
  border:1px solid #888;
  margin:0px;
  padding:0px;
}
#autocomplete ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
#autocomplete ul li.selected { background-color: #ffb;}
#autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  height:32px;
  cursor:pointer;
}

/* listings in manage area */
#listing ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

#listing ul li {
	float: left;
	display: block;
	width: 99%;
	margin: 0 0 5px;
	padding: 0;
}

#listing em { 
	color: #125F15;
	display: block;
	font-size: .8em;
	font-weight:normal;
	line-height: 125%; 
}

#listing .title {
	font-size: 1.2em;
	line-height: 150%;
	font-weight: bold;
}

#listing img {
	padding-right: .4em;
	border: none;
}

/* availability calendar styling */
table.calendar {width: 100%; border: none; text-align:center;}
table.calendar th {background: #aadbbf; color: #fff;}
/*table.calendar td {background: #fff; color: #000;}*/

.orange {
	color: #f5b632;
}