@charset "UTF-8";
/* CSS Document */


/*General*/



/*****************/
/***** Misc ******/
/*****************/



/*MESSAGES*/

.message {
	display: block;
	padding: 15px 15px 15px 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 10px;
	/*cursor: pointer;*/
}



.warning {
	background: #fff5cc 7px center;
	border: 3px solid #f2dd8c;
	color: #7b7100;
}
.information {
	background: #e8f6ff 7px center;
	border: 3px solid #b8e2fb;
	color: #005898;
}
.success{
	background: #eaf7d9 7px center;
	border: 3px solid #bbdf8d;
	color: #336801;
}
.error {
	background: #ffd1d1 no-repeat 7px center;
	border: 3px solid #f8acac;
	color: #a20000;
}


.form_label {
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	color: #373737;
	height: 20px;
}
.form_field{
	background: none;
	min-height: 20px;
	padding: 2px 0 2px 5px;
	border: 1px solid #c0c0c0;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	margin: 0px 0px 1px 0px;
	color: black;
	font-size: 16px; /*RNM MODIFIED from 12px to 16px*/
}
.form_field:focus {
	-moz-box-shadow: 0 2px 1px #e1e1e1;
	border: 1px solid #b5b5b5;
}


/* --------------
FORM ELEMENT
* -------------*/	

.form_general input.full {
	width: 95%;
}
.form_general input.half {
	width: 50%;
}
.form_general input.small {
	width: 20%;
}
.form_general input.big {
	height: 30px;
}	
.form_general textarea.half {
	width: 50%;
	height: 50px;
}
.form_general textarea.small {
	width: 40%;
	height: 50px;
}
.form_general textarea.full {
	width: 99%;
	height: 50px;
}
.form_general select {
	background: #f3f3f3;
	border: 1px solid #e1e1e1;
	padding: 2px;
	
	/*RNM Added*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	/*END RNM*/
}

.error_field{ 
	background-color:#ffd1d1;

}





.pm_general a, .pm_general a:hover, .pm_general ul li a
{
	color:#09F;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}


.pm_general_title_1
{
	font-size:24px;
	text-decoration:none;
	margin-left:0px;
	padding-left:0px;
	margin: 20px 0 20px 0;
	padding:0px;
	line-height:normal;
	border:none;
	font-weight: bold;
	background:none;
}

.pm_general_title_2 , .pm_general_title_2 a, .pm_general_title_2:link
{
	font-size:16px;
	
	text-decoration:none;
	margin: 0px 0px 5px 0px;
	padding:0px;
	line-height:normal;
	font-weight: normal;
	background:none;
	border:none;
}

.pm_general_title_1 a , .pm_general_title_1 a:link , pm_general_title_2 a , pm_general_title_2 a:link
{
	color:#09F;
}

.pm_general a:hover, .pm_general ul li a:hover
{
	color:#000;
	text-decoration:underline;
}

.pm_general_title_1 a , .pm_general_title_1 a:link , pm_general_title_2 a , pm_general_title_2 a:link
{
	color:#09F;
}

.pm_general ul li
{
	font-size:15px;
	margin-bottom:5px;
}

.pm_general p
	{
	padding:0px 0px 20px 0px;
	font-size:14px;
	line-height:16px;
	text-align:justify;
	}





.btn_large a , .btn_large a:link, .btn_large a:active
{
	font-family:Arial;
	background-color:#3293D0;
	border:1px solid #227DB7;
	color:#FFFFFF;
	cursor:pointer;
	font-size:15px;
	margin:10px 8px 0 0;
	
	padding:2px 5px;
	text-shadow:1px 1px 0 #227DB7;
	width:auto;
		
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}
.btn_large strong
{
	color:#FFF;
}
.btn_large a:visited
{
	font-family:Arial;
	color:#FFF;
	background-color:#3293D0;
}
.btn_large a:hover
{
	font-family:Arial;
	background-color:#44a9e8;
}
	



.btn_small a , .btn_small a:link, .btn_small a:active
{
	font-family:Arial;
	background-color: #666;
	border:1px solid #333;
	color:#FFFFFF;
	cursor:pointer;
	font-size:11px;
	margin:10px 8px 5px 0;

	padding:2px 5px;
	text-shadow:1px 1px 0 #000000;
	width:auto;
	
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	
}
.btn_small strong
{
	color:#FFF;
}
.btn_small a:visited
{
	font-family:Arial;
	color:#FFF;
	background-color: #666;
}	
.btn_small a:hover
{
	font-family:Arial;
	background-color:#000;
}
	
	
	
.submit_btn 
{
    font-family:Arial;
	background-color:#3293D0;
	border:1px solid #227DB7;
	color:#FFFFFF;
	cursor:pointer;
	font-size:13px;
	margin:10px 8px 0 0;
	
	padding:2px 5px;
	text-shadow:1px 1px 0 #227DB7;
	width:auto;
		
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}

.submit_btn:hover{
	font-family:Arial;
	background-color:#000;
}



/* GENERIC */


.clear{
	clear:both;
}
.width25
{
	width:24%;
}
.width30
{
	width:29%;
}

.width33
{
	width:32%;
}
.width75
{
	width:74%;
}
.width40
{
	width:39%;
}
.width50
{
	width:49%;
}
.width70
{
	width:69%;
}
.width100
{
	width:99%;
}

.fl
{
	float:left;
}


.fr
{
	float:right;
}





/*PAGINATION*/
.idx_pagination strong, .idx_pagination a
{
	background-color:#3293D0;
	border:1px solid #227DB7;
	color:#FFFFFF;
	cursor:pointer;
	font-size:12px;
	margin:10px 8px 0 0;

	padding:2px 5px;
	text-shadow:1px 1px 0 #227DB7;
	width:auto;
	
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	
	float:left;
	/*******/
	/*remember to add a clear:both on the div holding these links since it has a float left attribute*/
	/*******/
}

.idx_pagination strong
{
	color:#000;
	background-color:#FFF;
	text-shadow:1px 1px 0 #ccc;
}
.idx_pagination a, .idx_pagination a:visited ,.idx_pagination a:link, .idx_pagination a:active
{
		color:#FFF;
}
.idx_pagination a:hover
{
		background-color:#44a9e8;
		text-decoration:underline;
}

.total
{
	font-size:16px;
	font-weight:bold;
	margin-top:20px;
}



/*****************/
/*** Summaries ***/
/*****************/



.rnm_idx p, .rnm_idx div, .rnm_idx ul, .rnm_idx li, .rnm_idx h1, .rnm_idx h2, .rnm_idx h3, .rnm_idx h4, .rnm_idx h5, .rnm_idx h6
	{
	padding:0px;
	margin:0px;	
	}
.rnm_idx
	{
	margin:0px auto;
	
	}
.rnm_idx p
	{
	font-size:12px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#666666;
	/*line-height:18px;*/
	padding:0px;
	margin:0px;
	}
.rnm_idx h2
	{
	font-size:16px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	padding:0px 0px 20px 0px;
	clear:both;
	font-weight:bold;
	}
	
	
.rnm_idx .summary
	{
	/*float:left;*/
	width:623px;
	border-bottom:1px solid #cbcbcb;
	padding:20px 5px 20px 5px;
	margin-bottom:0px;
	}
.rnm_idx .summary .tpic
	{
	float:left;
	width:201px;
	
	margin-right:12px;
	}
.rnm_idx .summary .tpic .tpic_bg
	{
	float:left;
	width:193px;
	height:150px;
	/*background:url(../images/property-picture-bg.jpg) no-repeat;*/
	background:url(../images/bg_pic2.gif) no-repeat;
	padding:9px 0px 0px 8px;
	}
.rnm_idx .summary .tpic .tpic_bg img
	{
	border:1px solid #d3d2d0;
	padding:3px;
	background-color:#fff;	
	height:118px;
	}


/*
.rnm_idx .summary .save
	{
	float:left;
	width:74%;
	color:#f66c00;
	font-size:11px;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	}
.rnm_idx .summary .view
	{
	float:right;
	width:24%;
	color:#f66c00;
	font-size:11px;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	}
.rnm_idx .summary .view
	{
	float:right;
	text-align:right;
	}

.rnm_idx .summary .save a, .rnm_idx .summary .view a
	{
	color:#f66c00;
	text-decoration:none;
	}
.rnm_idx .summary .save a:hover, .rnm_idx .summary .view a:hover
	{
	color:#666666;	
	}
*/

/*Save custom search*/
a.save_custom_search, a.save_custom_search:visited
	{
		font-weight:bold;
		color:#069;
		font-size:18px;
	}
	
	
.rnm_idx .summary .details
	{
	float:right;
	width:400px;	
	}
.rnm_idx .summary .details h4
	{
	font-size:16px;
	color:#000000 !important;
	font-weight: bold;
	font-family:Tahoma, Geneva, sans-serif;
	padding:0 0 10px 0;
	background:none;
	
	}
.rnm_idx .summary .details p
	{
	font-size:12px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#333333 !important;	
	margin: 0px;
	padding:0px;
	}
.rnm_idx .remarks
	{
	padding:0px;
	height:32px;
	/*background-color:#fff;*/ /*#ebece6*/
	overflow:hidden;
	width:98%;
	}
.rnm_idx .summary .remarks p
	{
	font-size:11px;
	font-weight:normal;
	font-family:Verdana,Arial, Helvetica, sans-serif;
	color:#666666;
	line-height:15px;
	}
.rnm_idx .summary small
	{
	font-size:11px;
	font-weight:normal;
	font-family:Verdana,Arial, Helvetica, sans-serif;
	}

.rnm_idx .summary ul li
	{
		line-height:15px;
	}
.rnm_idx .details li
	{
	padding:0px 0px 2px 0px !important;
	width:auto !important;
	float:none !important;
	height:auto !important;
	/*border-bottom:1px solid #eaeaea;*/
	border-bottom:1px solid #cccccc;
    clear: both;
    color:#333333;
    font-family:Verdana, Geneva, sans-serif;
    font-size: 11px;
    margin:0 0 5px 0 !important;
    /*overflow: hidden;*/
	background:none;
	list-style:none;
	}
.rnm_idx .details li a
	{
	color:#333333;
	text-decoration:none;	
	}
.rnm_idx .details li.last
	{
	border-bottom:0px;	
	}
.rnm_idx .details li .li_left
	{
	float:left;
	width:155px;
	}

.rnm_idx .details li .li_left span, .rnm_idx .details li .li_right span
	{
	font-weight:bold;	
	}
.rnm_idx .details strong
	{
	color:#000;
	}
.rnm_idx .address, .rnm_idx .address a
	{
		margin-bottom:5px;
		color:#000000;
	}


.rnm_idx .bg
{
	/*background-color:#EEEEEE;*/
	background-color:#F5F5F5;
}

/*****************/
/***** LIST ******/
/*****************/


.rnm_idx_condo p, .rnm_idx_condo div, .rnm_idx_condo ul, .rnm_idx_condo li, .rnm_idx_condo h1, .rnm_idx_condo h2, .rnm_idx_condo h3, .rnm_idx_condo h4, .rnm_idx_condo h5, .rnm_idx_condo h6
	{
	padding:0px;
	margin:0px;	
	}
.rnm_idx_condo
	{
	/*margin:0px auto;*/
	margin:0px;
	/*width:630px;*/
	width:100%;
	}
.rnm_idx_condo p
	{
	font-size:12px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#666666;
	line-height:18px;
	padding:0px 0px 10px 0;
	}
.rnm_idx_condo h2
	{
	font-size:16px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	padding:0px 0px 20px 0px;
	clear:both;
	font-weight:bold;
	}
.rnm_idx_condo .rnm_condo_overview
	{
	/*
	width:650px;
	*/
	padding-bottom:30px;
	}
.rnm_idx_condo .rnm_condo_photo_container
	{
	float:left;
	width:300px;	
	}
.rnm_idx_condo .rnm_condo_overview .rnm_condo_photo
	{
	width:276px;
	border:9px solid #dbdad5;
	margin:0px 12px 10px 0px;
	}
.rnm_idx_condo .rnm_condo_overview .rnm_condo_photo img
	{
	border:4px solid #fff;	
	}
.rnm_idx_condo .rnm_condo_more_photos
	{
	display:block;
	text-align:center;
	clear:both;
	}
.rnm_idx_condo .rnm_condo_more_photos img
	{
	border:0px;	
	}
.rnm_idx_condo .rnm_condo_info
	{
	float:left;
	width:292px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#666666;
	margin-left:10px;
	}
.rnm_idx_condo .rnm_condo_info tr td
	{
	padding:7px 3px;
	vertical-align:top;
	border-bottom:1px solid #ececec;
	font-size:12px;
	color: #666666;
    font-family: Tahoma,Geneva,sans-serif;
	}
.rnm_idx_condo .rnm_condo_links
	{
	padding:30px 0px 0px 52px;	
	}
.rnm_idx_condo .rnm_condo_links li
	{
	float:left;
	margin-right:16px;
	list-style:none;
	width:85px;
	height:28px;
	}
.rnm_idx_condo .rnm_condo_links li a
	{
	display:block;
	width:85px;
	height:28px;		
	}
.rnm_idx_condo .rnm_condo_links li.forsale a
	{
	background:url(../images/for-sale-btn.jpg) no-repeat left top; 	
	}
.rnm_idx_condo .rnm_condo_links li.forsale a:hover
	{
	background:url(../images/for-sale-btn.jpg) no-repeat left bottom; 	
	}
.rnm_idx_condo .rnm_condo_links li.forrent a
	{
	background:url(../images/for-rent-btn.jpg) no-repeat left top; 	
	}
.rnm_idx_condo .rnm_condo_links li.forrent a:hover
	{
	background:url(../images/for-rent-btn.jpg) no-repeat left bottom; 	
	}
.rnm_idx_condo .rnm_condo_links li img
	{
	border:0px;
	}
.rnm_idx_condo .rnm_condo_overview .beachcontainertop
	{
	padding-bottom:10px;	
	}
.rnm_idx_condo .rnm_condo_overview .beachcontainerbtm
	{
	padding-top:30px;
	clear:both;	
	}
.rnm_idx_condo .rnm_condo_map
	{
	width:100%;
	padding-bottom:20px;
	}
.rnm_idx_condo table.rnm_condo_table_heading
	{
	border:1px solid #f1f1f1;
	background-color:#f9f9f9;
	margin-bottom:15px;
	border-bottom:0px;
	}
.rnm_idx_condo table.rnm_condo_table_heading h3
	{
	padding:10px 0px 10px 5px;
	font-size:15px;
	font-weight:bold;
	font-family:Arial, Tahoma, Geneva, sans-serif;
	color:#000000;	
	}
.rnm_idx_condo table.rnm_condo_table_heading h4
	{
	padding:10px 0px 10px 0px;
	font-size:12px;
	font-weight:bold;
	font-family:Tahoma, Geneva, sans-serif;
	color:#666666;	
	}
.rnm_idx_condo table.rnm_condo_table
	{
	width:100%;
	/*overflow:hidden;*/
	font-family:Arial, Helvetica, sans-serif;
	}
.rnm_idx_condo table.rnm_condo_table tr th
	{
	background-color:#EEEEEE;
	font-size:11px;
	color:#000000;
	font-weight:bold;
	padding:15px 15px;
	}
.rnm_idx_condo table.rnm_condo_table tr td
	{
	font-size:12px;
	padding:5px 8px;
	border-top:1px solid #f1f1f1;
	text-align:left;
	color:#666666;
	background-color:#f9f9f9;
	}
.rnm_idx_condo table.rnm_condo_table tr td a
	{
	color:#666666;
	text-decoration:none;
	}
.rnm_idx_condo table.rnm_condo_table tr td a:hover
	{
	color:#666666;	
	}
.rnm_idx_condo table.rnm_condo_table tr:hover td
	{
	color:#161616;
	background-color:#fff;	
	}
.rnm_idx_condo table.rnm_condo_table tr td.rgt
	{
	text-align:right;
	padding-left:0px;
	}
.rnm_idx_condo table.rnm_condo_table tr td.rgt img
	{
	margin-left:3px;	
	}
.rnm_idx_condo table.rnm_condo_table tr td.more a
	{
	font-size:10px;
	color:#0083c1;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	}
.rnm_idx_condo table.rnm_condo_table tr:hover td a
	{
	color:#161616;
	}
.rnm_idx_condo table.rnm_condo_table tr td.more a:hover
	{
	color:#161616;	
	}
.rnm_idx_condo .shortmsg
	{
	text-align:center;
	color:#f66c01;
	font-size:10px;
	display:block;	
	}
.rnm_idx_condo .rnm_condo_listings_overview
	{
	padding:10px 0px;	
	}
.rnm_idx_condo .rnm_condo_listings_overview h4
	{
	padding:0 0 10px 0;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:15px;
	}
.rnm_idx_condo .backtop
	{
	display:block;
	text-align:right;
	font-size:11px;
	color:#000000;
	padding-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	}
.rnm_idx_condo .backtop a
	{
	color:#000000;
	text-decoration:none;	
	}


/*BLOG*/
.rnm_blog 
{
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
	margin:20px 0px 20px 0px;
	padding:0px;
}

.rnm_blog h1
{
	font-size:34px;
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	line-height:1em;
	margin:0px 0px 20px 0px;
	
	background-color:transparent;
	color:#000;
	background-image:none;
}

.rnm_blog h3
{
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	color:#000;
	background-color:transparent;
	
	font-size:26px;
	line-height:1em;
	font-weight:bold;
	text-decoration:none;
	margin-bottom:25px;
}

/*BLOG POST*/
.rnm_post h3, .rnm_post h4
{
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	
	
	font-size:20px;
	line-height:1.2em;
	
	margin:0px;
	padding:0px 0px 5px 0px;
}

.rnm_post h3 a , .rnm_post h3 a:visited, .rnm_post h4 a , .rnm_post h4 a:visited
{
	text-decoration:none;
	color:#000;
}

.rnm_post h3 a:hover, .rnm_post h4 a:hover
{
	color:#0066cc;
}
.rnm_post
{
	margin-top:25px;
}

.rnm_post a
{
	text-decoration:underline;
}

.post_date
{
	font-size:11px;
}

.rnm_blog .rnm_post p
{
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
	text-align:left;
	line-height:1.3em;
	padding-bottom:5px;
	padding-top:10px;
	font-size:17px;
}


/*BLOG read_more*/

.read_more a
{
	color:#06C;
}
.read_more a:visited
{
	color:#999;
}
.read_more a:hover
{
	color:#09F;
}


.p_more
{
	min-height:130px;
	
}
