@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */



.search-big {
	border:#999 1px solid;
	-moz-border-radius: 5px;
	background:url(images/input-bg.png) repeat-x #FFF;
	width:98.5%;
	height:20px;
}

.date-pik, select {
	border:#999 1px solid;
	-moz-border-radius: 5px;
	background:url(images/input-bg.png) repeat-x #FFF;
	width:100px;
	height:20px;
}


.sche-pik {
	border:#999 1px solid;
	-moz-border-radius: 5px;
	background:url(images/input-bg.png) repeat-x #FFF;
	width:54px;
	height:20px;
	font-size:12px;
}

input {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	padding:2px;
}

.inpute {
	padding:3px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#FFF;
}

.buto {
	background:url(images/button-search2.png);
	width:86px;
	height:26px;
	border:none;
	cursor:pointer;
}

.buto:hover {
	background:url(images/button-search.png);
}
.scroll-mid {
	 float:left; 
	 background:url(images/scroll-bg.png) repeat-x; 
	 width:811px; 
	 height:43px;
}

/*** New Autocomplete Styles */
.ac_input {/*width: 380px;*/}
.ac_results {padding: 0px;border: 1px solid black;background-color: #f9f9f9;overflow: hidden;}
.ac_results ul {width: 100%;list-style-position: outside;list-style: none;padding: 0;margin: 0;}
.ac_results li {
	margin: 0px;
	padding:5px;
	cursor: pointer;
	display: block;
	width:100%;
	font-size: 12px;
	overflow: hidden;
	text-align:left;
	font-weight:normal;
}	
.ac_over {
	color:#036;
	background:url(images/input-bg.png) repeat-x;
/*	border-top:#E4E4E4 1px solid;
	border-bottom:#E4E4E4 1px solid;
*/}
/******* Only required of IE - Has issues with z-index and dropdowns *************/
.ac_results iframe {
    display:none;/*sorry for IE5*/
    display/**/:block;/*sorry for IE5*/
    position:absolute;
    top:0;
    left:0;
    z-index:-1;
    filter:mask();
    width:3000px;
    height:3000px;
}

#top-des-mid {
	background:url(images/top-des-bg.png) repeat-x;
	height:283px;
	margin-left:8px;
	margin-right:1px;
	border-left:#e1e1e1 1px solid;
	border-right:#e1e1e1 1px solid;
	color:#006FA4;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	font-style:italic;
}
#top-des-mid img {
	border:#F60 1px solid;
	margin:2px;
}

#stay-con-mid {
	background:url(images/stay-con-bg.png) repeat-x;
	height:283px;
	margin-left:9px;
	margin-right:8px;
	border-left:#e1e1e1 1px solid;
	border-right:#e1e1e1 1px solid;
	color:#006FA4;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	font-style:italic;
}


#footcon {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	padding-top:30px;
}

#topnav a{
	color:#FFF;
}
	
#topnav a:hover{
	color:#FFA200;
}

#cat-search {
	background:url(images/search-cat-bg.png) no-repeat;
	width:325px;
	height:30px;
}

#cat-search a {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#03263b;
	text-decoration:none;
}
	

#cat-search a:hover {
	color:#07669E;
}

#advance{
	background:url(images/advance-1.png) no-repeat;
	width:187px;
	height:41px;
}
#advance:hover{
	background:url(images/advance-2.png) no-repeat;
	width:187px;
	height:41px;
}

