@charset "utf-8";
/* CSS Document */
body {
	background-color: #056eb2;
	background-image:url(/assets/images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0;
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a, a:link, a:visited, a:active {
	color: #003366;
	text-decoration: underline;
}

a:hover {
	color: #006699;
	text-decoration: underline;
}

a.textLinks, a.textLinks:link, a.textLinks:active, a.textLinks: visited {
	color: #003366;
}

a.textLinks:hover {
	color: #006699;
}

a.whiteLinks {
	color: #ffffff;
}

a.whiteLinks:hover {
	color: #ffffff;
}

.pop_destinations li a, li a:hover {
	color: #ffffff;
}

.radio1 {
 width:auto;
 display:inline;
 float:left;
}

.radio2 {
 width:auto;
 display:inline;
 float:none;
}

#page_wrapper {
	width: 930px;
	margin-left: auto;
	margin-right: auto;
}

#page_topnav {

}

#page_container {
	margin-top: 16px;
	border: 0px solid #003366;
	padding: 0px;
	padding-bottom: 22px;
	background-color: #ffffff;
}

#page_header {
	background-image:url(/assets/images/vacation_rentals_header.jpg);
	height: 346px;
	width: 930px;
}

#page_headernav {
	margin-top: 3px;
	background-color: #218640;
	width: 930px;
	padding-top: 6px;
	padding-bottom: 7px;
	color: #ffffff;
	border: 1px solid #000000;
	border-left: 0px;
	border-right: 0px;
	background-image:url(/assets/images/bg_nav.gif);
	background-repeat: repeat-x;	
}

#page_headernav ul {
	list-style: none;
	display: block;
	background-color:#F39;
}

#page_headernav li {
	display: block;
	padding-left: 30px;
	padding-right: 30px;
	float: left;
}

#page_headernav li a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

#page_headernav li a:hover {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}

#page_footernav {
	margin-top: 6px;
	width: 100%;
	padding-top: 6px;
	padding-bottom: 7px;
	color: #ffffff;	
	text-align: center;
}

#page_footernav a {
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;
}

#page_footernav a:hover {
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;
}

#page_content_wrapper {
	padding: 6px;
	padding-top: 10px;
}

#page_leftcol {
	width: 176px;
	margin-right: 16px;
	float: left;
}

#page_leftcol_box {
	background-color: #55a3d1;
	padding: 6px;
	color: #ffffff;	
	margin-bottom: 12px;
}

#page_centercol {
/*	margin-left: 203px; /*make sure this is wider than the width + (padding x2) of the left column
	margin-right: 203px; /*make sure this is wider than the width + (padding x2) of the right column*/	
	width: 524px;
	float: left;
}

#page_centercol_wide {
	width: 724px;
	float: left;
}

#page_rightcol {
	width: 172px;
	float: left;
	background-color: #fff8dd;
	padding: 6px;		
	margin-left: 16px;	
}

#page_footer {
	margin-top: 16px;
	text-align: center;
	color: #ffffff;
	font-size: 10px;
}

.clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.pageTitle {
	font-weight: bold;
	font-size: 16px;
	color: #0078b5;
}

.page_subtitle {
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}

#featured_properties_title {
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

.form
{
	margin: 10px 0px 0px 0px;
	width: 380px;

}

form {
	margin: 0px;
	padding: 0px;	
}

.form label
{
	display: block;
	float: left;
	text-align: right;
	width: 180px;
	padding: 2px 0px 0px 0px;
}

.form input, .form select
{
	width: 180px;
	margin: 0px 0px 3px 10px;
	display: block;
	float: left;
}

.form textarea {
	width: 300px;
	margin: 0px 0px 3px 10px;
	display: block;
	float: left;	
}

.form .button
{
	width: auto;
}

.clearboth
{
	clear: both;
}

h2 {
	margin: 0px;
	padding: 0px;
	background-color: #CCCCCC;
	font-size: 13px;
	color: #333333;
	font-weight: normal;
	padding-left: 4px;
}

h3 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #0074a5;
}

.image_wrapper {
	width: 124px;
	float: left;
	margin-right: 12px;
}

.propDetails_image_wrapper {
	width: 320px;
	margin-left: auto;
	margin-right: auto;
}

.propDetails_image_wrapper img {
  border:1px solid #55a3d1;
  padding:2px;
  background:#fff;	
	height: 240px;
	width: 320px;
}

/*
.propDetails_image_wrapper_small {
	float: left;
	margin-right: 6px;
}
*/

.propDetails_image_wrapper_small {

}

.propDetails_image_wrapper_small img {
/*	border: 1px solid #000000; */
  border:1px solid #55a3d1;
  padding:2px;
  background:#fff;
	width: 320px;
	height: 240px;	
}

.delPhotos_image_wrapper_small {

}

.delPhotos_image_wrapper_small img {
/*	border: 1px solid #000000; */
  border:1px solid #55a3d1;
  padding:2px;
  background:#fff;
	width: 140px;
	height: 105px;	
}

.image_wrapper img {
/*	border: 1px solid #000000; */
	
  border:1px solid #55a3d1;
  padding:2px;
  background:#fff;	
}

.description_wrapper {
	float: left;
}

.col {
	width: 240px;
	float: left;
}

address
{
	margin-top: 12px;
	margin-bottom: 12px;
	font-style: normal;
	font-size: 11px;
}

.more-info {
	font-weight: bold;
	font-size: 14px;
	text-decoration: underline;
}

ul {
	margin-top: 0px;
}

.info_section
{
	border:#aad1e8 1px solid;
	padding: 12px;
	margin-bottom:12px;
	position: relative;
}

.frm_info_section
{
	border:#aad1e8 1px solid;
	padding: 12px;
	margin-bottom:12px;
}

.error_block {
	width: 350px;
	border: 1px #D4D8DF solid;
	background-color: #E9EBF7;
	padding: 4px;
}

.err_title {
	float: left;
	padding-top: 7px;
	font-weight: bold;
	padding-left: 4px;
	color: #CC0000;
}

.err_items {
	padding-left: 40px;
	color: #2A3855;
}

.red {
	color: #CC0000;
}

.rndcorner_box_gray {
   background: #eeeeee;
	 position: relative;
}
.rndcorner_top_gray div {
   background: url(/assets/images/rndcorner_gray_tl.png) no-repeat top left;
}
.rndcorner_top_gray {
   background: url(/assets/images/rndcorner_gray_tr.png) no-repeat top right;
}
.rndcorner_bottom_gray div {
   background: url(/assets/images/rndcorner_gray_bl.png) no-repeat bottom left;
}
.rndcorner_bottom_gray {
   background: url(/assets/images/rndcorner_gray_br.png) no-repeat bottom right;
}

.rndcorner_top_gray div, .rndcorner_top_gray, 
.rndcorner_bottom_gray div, .rndcorner_bottom_gray {
   width: 100%;
   height: 11px;
   font-size: 1px;
}
.rndcorner_content_gray { 
	margin: 0 11px; 
}

.state_links {
	color: #55a3d1;
}

.state_links a {
	color: #056eb2;
}

.featured_listings_wrapper {
	background-color: #fff8dd;
	padding: 12px;
	padding-bottom: 2px;
	margin-bottom: 12px;
}

.featured_listing_heading {
	font-size: 14px;
	font-weight: bold;
	color: #003366;	
	margin-bottom: 12px;
}

.search_results_heading {
	font-size: 14px;
	font-weight: bold;
	color: #003366;	
	margin-bottom: 12px;		
}

.featured_listing_wrapper {
	border: 1px solid #aad1e8;
	background-color: #ffffff;
	padding: 11px;
	margin-bottom: 12px;
}

.search_results_listing_wrapper {
	border: 1px solid #aad1e8;
	background-color: #ffffff;	
	padding: 11px;
	margin-bottom: 12px;
}

.featured_listing_title {
	font-size: 14px;
	font-weight: bold;
	color: #003366;	
}

.search_results_listing_title {
	background-color: #aad1e8;
	background-image:url(/assets/images/bg_property_listing_title.jpg);
	background-repeat: repeat-x;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	padding: 6px;			
}

.propDetails_listing_wrapper {
	border: 1px solid #aad1e8;
	background-color: #ffffff;	
	padding: 11px;
	margin-bottom: 12px;		
}

.propDetails_listing_title {
	background-color: #aad1e8;
	background-image:url(/assets/images/bg_property_listing_title.jpg);
	background-repeat: repeat-x;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	padding: 6px;			
}

.frm_section_title {
	background-color: #aad1e8;
	background-image:url(/assets/images/bg_property_listing_title.jpg);
	background-repeat: repeat-x;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	padding: 6px;			
}

.faq_question {
	background-color: #aad1e8;
	background-image:url(/assets/images/bg_property_listing_title.jpg);
	background-repeat: repeat-x;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	padding: 6px;	
}

.faq_answer {
	border: 1px solid #aad1e8;
	background-color: #ffffff;	
	padding: 11px;
	margin-bottom: 12px;
}

.add_property_subsection_title {
	font-size: 14px;
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 12px;
}

.amenity_section_title {
	font-size: 14px;
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 12px;
	border-bottom: 1px dotted #aad1e8;
}

.add_property_3cols li {
	width: 33%; 
	float:left;
	list-style: none;
	border: 1px solid #000000;
}

.label_3col {
	width: 50%;
	float: left;
	border-collapse: collapse;
}

.label_checkbox_pair {
	clear: both;
	float: none;
	position: relative;
}

.label_checkbox_pair input {
	left: -70px;
	position: absolute;
	top: 1px;
}

.label_checkbox_pair label {
	display: block;
	margin-left: 43px;
	height: 23px;
	width: auto;

}

.feat_listings_home {
	width: 164px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 11px;
}

.feat_listings_home img {
  border:1px solid #55a3d1;
  padding:2px;
  background:#fff;	
}

.feat_listings_home_title {
	font-weight: bold;
	text-align: center;
	margin-bottom: 2px;
	color: #25853e;
}

#tableRates td {
	text-align: center;
	padding-left: auto;
	padding-right: auto;
}

#tableRates input, label
{
	/*margin: 0px 0px 3px 10px;*/
	display: inline;
	/*display: block;*/
	float: left;
}

#tableRates .rateTitles {
	font-size: 10px;
}

#tableRates div.rates_blocks div.rates_blocks_lft {
	float: left;
	width: 50px;
	padding-bottom: 8px;
}

#tableRates div.rates_blocks div.rates_blocks_rgt {
	float: left;
	width: 116px;
	padding-bottom: 8px;
	margin-right: 16px;	
}

div.rates_blocks div.rates_blocks_lft label, div.rates_blocks_rgt label {
	float: left;
	width: 80px;
	text-align: left;
}

div.rates_blocks div.rates_blocks_rgt select {
	width: 121px;
}

div.rates_blocks div.rates_blocks_rgt input {
	width: 68px;
}

div.ratebox {
}

div.ratebox label {
	width: 180px;
}

div.ratebox div.fm_ap_lft {
	float: left;
	width: 140px;
}

div.ratebox div.fm_ap_lft input, div.ratebox div.fm_ap_rgt input {
	width: 110px;
	float: left;
}

div.ratebox div.fm_ap_rgt {
	float: left;
	width: 140px;
}

div.ratebox div.fm_ap_rate {
	width: 78px;
	float: left;
	margin-left: 8px;
	margin-right: 8px;
	padding: 2px;
	border: 1px solid #bbbbbb;	
}

div.ratebox div.fm_ap_rate span {

}

div.ratebox div.fm_ap_rate label, div.ratebox div.fm_ap_rate input {
	width: 72px;
	float: left;
	margin-left: 0px;
	padding-left: 0px;
	text-align: left;
}

div.ratebox div.fm_ap_both {
	width: 500px;
	float: left;
}

div.amenityListMultiCol {
 /*border: 1px solid #0000ff;*/
 margin-left: 16px;
}

div.amenityListMultiCol ul {
  float: left;
  width: 674px; /* width is changed */
  margin: 0;
  padding: 0;
  list-style: none;
}
 
div.amenityListMultiCol li {
  float: left;
  width: 150px;
  margin: 0;
  background-image: url(/assets/images/bullet_sq_grn.gif);
  background-position: 0 7px;
  background-repeat: no-repeat;
	line-height: 20px;
  padding: 0 0 0 14px; /* left padding moves the text away from the bullet */
	/*border: 1px solid #0000ff;	*/
} 

.textBolded {
	font-weight: bold;
}

div.rateInfoBox {
/*	padding: 2px;*/
}

div.rateInfoBox .hdrRow td {
	background-color: #e5e5e5;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 3px;
}

div.rateInfoBox .dataRow td {
	background-color: #f5f5f5;
	padding: 2px;
}

div.searchResultsByCity {
	padding: 16px;
	padding-top: 0px;
}

div.searchResultsByCity ul {
  float: left;
  width: 474px; /* width is changed */
  margin: 0;
  padding: 0;

  list-style: none;	
}
 
div.searchResultsByCity li {
  float: left;
  margin: 0;
  width: 140px;
	background-image: url(/assets/images/bullet_govac.gif);	
  background-position: 0 7px;
  background-repeat: no-repeat;
	line-height: 29px;
  padding: 0 0 0 18px; /* left padding moves the text away from the bullet */
  /*
  width: 142px;
	background-image: url(/assets/images/bullet_sq_grn.gif);
  background-position: 0 7px;
  background-repeat: no-repeat;
	line-height: 20px;
  padding: 0 0 0 14px; /* left padding moves the text away from the bullet */

	/*border: 1px solid #0000ff;	*/
} 

div.pricingOptions ul {
	padding: 0px; 
	margin: 22px; 
	list-style: none;
}

div.pricingOptions li {
  margin: 0;
	height: 44px;
	line-height: 44px;
	/*line-height: 34px;
  padding: 0 0 0 18px; /* left padding moves the text away from the bullet */
}

.contactFormVerificationCode {
	margin-top: 11px;
	margin-bottom: 11px;
}

.errormsg {
	color: #ff0000;
	font-weight: bold;
	margin-bottom: 16px;
}

.emailFriendTitle {
	float: left;
	width: 100px;
	margin-right: 21px;
	text-align: left;
}

.emailFriendField {
	float: right;
	width: 240px;
}

.emailFriendCancel {
	float: left;
}

.emailFriendSubmit {
	float: right;
}