* {
	margin:0;
	padding:0;
}
body {
	background: #e7f2f4 url(../images/bckgrnd.gif) top left repeat-x;
	font-family:arial, helvetica, sans-serif;
	text-align:center;
}
.statusMessage {
	margin: 5px; border: 1px solid #FDFF00; background-color: #FEFFBF;
}
.errorMessage {
	margin: 5px; border: 1px solid #f00; background-color: #EFD1D1;
}

/* Main Styles
 *------------------------------------------------------- */
a,
a:link,
a:active,
a:visited {
	color:#0a4255;
}
p {
	margin-bottom:1.2em;
}
a:hover {
	color:#952218;
}
input.styled,
textarea.styled,
select.styled {
	font-family:arial, helvetica, sans-serif;
	font-size:.9em;
	border:1px solid #ccc;
}
select.styled {
	padding: 1px;
	width: 150px;
}
input.styled,
textarea.styled {
	padding:2px;
}
input.bttn {
	border:2px solid #fff;
	padding:2px 10px;
	color:#fff;
	font-weight:bold;
	font-size:.9em;
	font-family:"trebuchet ms", helvetica, sans-serif;
	background:#8db968;
}

ul,
ol {
	margin:10px 20px;
}

div#container {
	width:924px;
	margin:0 auto;
}
div#header {
	height:426px;
	background:#71addb url(../images/logo2.jpg) left top repeat-x;
	margin-bottom:7px;
}
div#subheader {
	padding: 15px 0px 0px 20px;
	height:100px;
	background-color: #71addb;
	margin-bottom:7px;
}

#home-main-box {
	background-color: #ffd979; width: 100%; height: 405px;
	margin-bottom: 7px;
}

#home-main-box #photo-frame {
	float: left;
	background:#cae4e8 url(../images/photo-frame2.jpg) top left no-repeat;
	width: 379px;
	height: 395px;
	margin-left: 20px;
	margin-top: 10px;
}
#home-main-box #photo-frame #photo-frame-photo-wrap {
	margin-top: 51px;
	margin-left: 52px;
	width: 261px;
	height: 242px;
}
#home-main-box #photo-frame #photo-frame-photo {
	overflow: hidden;
}
#home-main-box #photo-frame #photo-frame-photo img {
	min-height: 241px;
}
#home-main-box #photo-frame #photo-frame-caption a {
	display: block;
	font-size: 16px;
	margin-top: 5px;
	text-decoration: none;
	color: #000;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}
#home-main-box #photo-frame #photo-frame-caption a span {
	font-size: 14px;
}
#home-main-box #main-message {
	margin-left: 410px;
	height: 375px;
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	background: url(../images/tag2.jpg) 208px 155px no-repeat;
	text-align: left;
	padding-top: 20px;
}

#home-main-box #main-message h1 {
	line-height: 35px;
	font-size: 33px;
}
#home-main-box #main-message h2 {
	margin-top: 20px;
	line-height: 28px;
	font-size: 20px;
}
#home-main-box #main-message h3 {
	margin-top: 20px;
	margin-left: 20px;
	line-height: 28px;
	font-size: 20px;
}

#home-other-box {
	background-color: #8db968; width: 100%; height: 330px;
}

#home-other-box #home-other-box-links {
	float: left;
	width: 325px;
	height: 260px;
	border-right: 2px solid #fff;
	margin-top: 30px;
	padding: 0px 10px 0px 30px;
	text-align: left;
}
	
#home-other-box #home-other-box-search {
	margin-left: 365px;
	text-align: left;
	padding: 30px 0px 0px 20px;
}

#home-other-box #home-other-box-search h1 {
	line-height: 32px;
	font-size: 28px;
}
#home-other-box #home-other-box-search #search-form {
	height: 135px;
}
#home-other-box #home-other-box-search h2 {
	line-height: 32px;
	font-size: 32px;
	color: #fff;
	text-align: center;
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
}
#home-other-box #home-other-box-search h2 span {
	line-height: 24px;
	font-size: 22px;
}
#home-other-box #home-other-box-search #find-a-hotel {
	position: absolute;
	margin-top: 25px;
	margin-left: -5px;
}
#home-other-box #home-other-box-search #input-city {
	position: absolute;
	margin-top: 33px;
	margin-left: 180px;
}
#home-other-box #home-other-box-search #input-state {
	position: absolute;
	margin-top: 62px;
	margin-left: 180px;
}
#home-other-box #home-other-box-search #button-go {
	position: absolute;
	margin-top: 20px;
	margin-left: 423px;
}
#home-other-box #home-other-box-search #button-advanced {
	position: absolute;
	margin-top: 90px;
	margin-left: 175px;
}
#footer {
	background-color: #8db968; width: 100%;
}
#footer #footer-contents {
	margin-left: 30px;
	margin-right: 30px;
	border-top: 2px solid #fff;
	padding-top: 15px;
	padding-bottom: 15px;
	font-family: Trebuchet, sans-serif;
	font-size: 14px;
}

div#content, div#contentHome {
	padding:10px 30px 50px;
	margin-bottom:7px;
	text-align:left;
	font-size:.9em;
	line-height:1.2em;
	background-color: #ffd979;
}
div#content h1, div#content h2, div#contentHome h1, div#contentHome h2 {
	font-size: 18px;	
	font-weight:bold;
	font-family:"trebuchet ms", arial, sans-serif;
	color:#0a4255;
}

div#content h2, div#contentHome h2 {
	font-size: 16px;
}

div#header div#scene {
	height:426px;
	background:transparent url(../images/bg_motel.jpg) left bottom repeat-x;
}

div#logo h1 {
	background:transparent url(../images/logo2.jpg) left top no-repeat;
	width:875px;
	height:86px;
}
div#news {
	position:absolute; 
	margin-left: 549px;
	border-left: 8px solid #fff; 
	height: 103px; 
	width: 357px; 
	padding: 5px 5px 5px 5px; 
	background: url('../images/news-bg.png');
	text-align: left;
	font-family: arial;
	color: #404040;
	font-size: 12px;
}
div#news .headlines {
	border-top: 1px solid #404040;
	padding-top: 6px;
}
div#news .headlines a {
	text-decoration: none;
}
div#news .headlines a:hover {
	text-decoration: underline;
}
	
div#navigation {
	float:right;
	position:relative;
	left:-20px;
}
div#navigation ul {
	display:none;
}
div#slogan {
	float:left;
}
div#slogan h1 {
	text-indent:-9999px;
	width:600px;
	height:80px;
	background:transparent url(../images/urlslogan.png) left top no-repeat;
	position:relative;
	top:180px;
	left:40px;
}
div#people {
	float:right;
	position:relative;
	top:-26px;
	left:-95px;
	margin-bottom:-26px;
}
div#grnbox {
	background:#93d166 url(../images/bg_green.gif) top left no-repeat;
	width:550px;
	height:200px;
}
div#srchform {
	text-align: left;
	margin-left:30px;
	padding-top: 10px;
}
div#srchform input.styled {
	background:#fff url(../images/srch_bg.gif) top left repeat-x;
	border:none;
	height:15px;
	width:220px;
	padding:4px;
	font-family:arial, helvetica, sans-serif;
	font-size:.9em;
}
div#srchform select {
	margin-top:2px; 
	width:246px; 
	border:1px inset #81b852; 
	padding:1px
}
div#srchl {
	padding-left:9px;
	background:transparent url(../images/srch_left.gif) left center no-repeat;
	float:left;
}
div#srchr {
	padding-right:9px;
	background:transparent url(../images/srch_right.gif) right center no-repeat;
}
div#grnbox img#polaroid {
	float:left;
	margin-bottom:-200px;
	position:relative;
	top:-32px;
	left:-22px;
}
div#blubox {
	width:326px;
	padding:20px;
	background:#98d9e3 url(../images/bg_blu.gif) top left repeat-x;
	text-align:left;
	font-size:.8em;
	margin-bottom:7px;
}
div#blubox a,
div#blubox a:link,
div#blubox a:active,
div#blubox a:visited {
	color:#0a4255;
}
div#blubox a:hover {
	color:#952218;
}

div#ltblubox {
	padding:20px;
	background:#c0e0e4 url(../images/bg_ltblu.gif) top left repeat-x;
	clear:both;
	font-size:.8em;
	margin-bottom:30px;
}
div#ltblubox img {
	margin-bottom:5px;
}
div#quicklinks {
	float:right;
	margin-right:40px;
	width:260px;
	text-align:left;
}

div#facebook {
	float: right;
	width: 150px;
	margin-right: 75px;
}

div#quicklinks a,
div#quicklinks a:link,
div#quicklinks a:active,
div#quicklinks a:visited {
	color:#952218;
}

div#quicklinks a:hover {
	color:#0a4255;
}

div#about {
	margin-right:10px;
	width:360px;
	text-align:left;
}
div#contactForm {
	width:50%;
}
div#contactForm table td {
	padding:3px;
}
.clearfix:after {
		  	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#rating td {
	padding: 0 5px;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */ 

div.newsItem {
	margin-top: 12px;
	border-top: 5px solid #fff;
}
div.newsItem h2 {
	margin: 15px 5px 5px 0px;
}
div.newsItem div.newsContent {
	margin-top: 10px;
	margin-left: 20px;
}
div.newsItem div.newsContent img {
	
}

/* Results
 *------------------------------------------------------- */
div.sortby,
div.searchagain {
	float:right;
	background:#f1f8f9;
	border:2px solid #fff;
	padding:2px 10px;
	margin-left:10px;
	font-family:"trebuchet ms",arial, sans-serif;
	font-size:11px;
}
div.numresults {
	font-weight:bold;
	margin-top:10px;
	float:left;
	font-size:11px;

}
div.pagenumbers {
	float:right;
	margin-top:10px;
	font-size:11px;
}
div.pagenumbers a {
	text-decoration:none;
	border:1px solid #f1f8f9;
	padding:2px 4px;
}
div.pagenumbers a:hover {
	background:#f1f8f9;
}
div.pagenumbers a.pagehere {
	color:#000;
	font-weight:bold;
	background:#f1f8f9;
}
div.sortby a,
div.searchagain a {
	text-decoration:none;
}
div.searchagain {
	float:left;
	margin:0;
	width:100px;
	text-align:center;
}
div.result_wrap {
	padding:15px;
}
div.result {
	padding-left:200px;
	padding-right:10px;
	color:#333;
}
div.listing img {
	border: 5px solid #fff;
}
td.amenity {
	font-size:12px;
}
div.price_rating {
	float:right;
	width:100px;
	text-align:center;
	padding:10px;
	border:1px dotted #ccc;
	background:#f1f8f9;
}
div.price_rating .title {
	font-size:10px;
	color:#999;
	margin:0 0 5px;
	padding:0;
/*	font-style:italic; */
	font-weight:bold;
	letter-spacing:-1px;
}
div.price_rating .price {
	font-size:22px;
	margin:0 0 5px;
	color:#557b42;
	font-family:times, "times new roman", serif;
}
div.price_rating .pricecall {
	font-size:18px;
	margin:0 0 5px;
	color:#557b42;
	font-family:times, "times new roman", serif;
}
div.result p {
	font-size:12px;
}
div.price_rating .reviews {
	margin:0;
	font-size:11px;
	color:#333;
}
div.price_rating .rating {
	margin:4px 0;
}
div.price_rating a {
	font-size:11px;
	background:url(../images/bell.gif) left center no-repeat;
	padding-left:20px;
	white-space:nowrap;
}

img.photo {
	border:4px solid #fff;
	float:left;
	margin-right:10px;
}
a.name {
	font-family:"trebuchet ms", arial, helvetica;
	font-size:20px;
	text-decoration:none;
/*	display:block; */
	margin:0 0 5px;
	
}

/* Results 
 *------------------------------------------------------- */
div.sortby,
div.searchagain {
	float:right;
	background:#f1f8f9;
	border:2px solid #fff;
	padding:2px 10px;
	margin-left:10px;
	font-family:"trebuchet ms",arial, sans-serif;
	font-size:11px;
}
div.numresults {
	font-weight:bold;
	margin-top:10px;
	float:left;
	font-size:11px;

}
div.pagenumbers {
	float:right;
	margin-top:10px;
	font-size:11px;
}
div.pagenumbers a {
	text-decoration:none;
	border:1px solid #f1f8f9;
	padding:2px 4px;
}
div.pagenumbers a:hover {
	background:#f1f8f9;
}
div.pagenumbers a.pagehere {
	color:#000;
	font-weight:bold;
	background:#f1f8f9;
}
div.sortby a,
div.searchagain a {
	text-decoration:none;
}
div.searchagain {
	float:left;
	margin:0;
	width:100px;
	text-align:center;
}
div.result_wrap {
	/*border-bottom:2px solid #fff;*/
	padding:15px;
}
div.result {
	padding-left:200px;
	padding-right:10px;
	color:#333;
}

div.listing{
margin-bottom:15px;
}


/* Rounded Corners */
/*CSS for rounded corners courtesy of http://www.spiffycorners.com 
 *------------------------------------------------------- */
.recordRoundedBoxfg {
 	background:#fff;
	border: 2px solid #ccc;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;  
}
.recordRoundedBoxfg:hover {
	border: 2px solid #71addb;
	-moz-box-shadow: 2px 5px 4px #fff;
	-webkit-box-shadow: 2px 5px 4px #fff;
	box-shadow: 2px 5px 4px #fff;	
}
.amenities{display:block}
.amenities *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#CAE4E8}
.amenities1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #e0eff1;
  border-right:1px solid #e0eff1;
  background:#d3e9ec}
.amenities2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #edf6f7;
  border-right:1px solid #edf6f7;
  background:#d1e7eb}
.amenities3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #d1e7eb;
  border-right:1px solid #d1e7eb;}
.amenities4{
  border-left:1px solid #e0eff1;
  border-right:1px solid #e0eff1}
.amenities5{
  border-left:1px solid #d3e9ec;
  border-right:1px solid #d3e9ec}
.amenitiesfg{
  background:#CAE4E8;
  padding-left:10px;}

/* End of CSS for rounded corners */



/* New Styles
 *------------------------------------------------------- */
table.benefits td {
	border-bottom: 1px solid #0A4255;
	border-right: 1px solid #0A4255;
	background-color: #fff;
	padding: 2px;
	text-align: center;
}

table.benefits tr.headers td {
	border-bottom: 2px solid #0A4255;
	text-align: center;
}

table.benefits tr.headers td h2 {
	text-align: center;
}
table.benefits td.label {
	text-align: left;
	background-color: transparent;
}

table.benefits td.select {
	font-weight: bold;
	text-size: 13px;
	padding: 4px;
	background-color: #FFFFCF;
}

.adminTable td, .adminTable th {
	padding: 3px;
}
.adminTable thead th {
	background-color: white;
	border-bottom: 3px solid #000;
	border-right: 1px solid #000;
}
.adminTable tbody td {
	border-right: 1px solid #000;
}
