@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}
.twoColFixRtHdr #container {
	width: 955px;
	margin: auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/container_bg.gif);
} 
.twoColFixRtHdr #header {
	height: 110px;

} 
#pagetitle {
}

.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 190px;
}
#nav {
	height: 30px;
	position: relative;
}
#features {
	height: 220px;
}
#subfeatures {
	width: 350px;
	margin-top: 10px;
	margin-left: 20px;
}
#text {
	float: left;
	width: 350px;
	margin-top: 10px;
	margin-left: 20px;
	text-align: justify;
}

.twoColFixRtHdr #mainContent {
	width: 760px;
	float: left;

} 
#pagetitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	padding-top: 25px;
	padding-right: 20px;
	padding-left: 20px;
	color: #6F8BB3;
}
#pagetext {
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 20px;
	color: #666666;
}


.twoColFixRtHdr #footer {
	padding: 2px;
	background-color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	color: #345693;
	font-weight: bold;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.subf_item {
	float: left;
	width: 330px;
	margin-left: 10px;
	padding-bottom: 15px;
	display: inline;
	margin-top: 5px;
}
.subf_thumb {
	display: inline;
	float: left;
	width: 60px;
	margin-right: 10px;
}
.subf_desc {
	font-size: 11px;
	width: 250px;
	float: left;
}
.subf_desc a {
	font-weight: bold;
	color: #A92626;
	text-decoration: none;
}
#contact_me {
	width: 150px;
	position: relative;
	margin-left: 15px;

}
#subfeatures_container {
	float: left;
	width: 370px;
}

#jazz_pic {
	margin-top: 5px;
}
#sidebar_btn {
}
#credit_pics {
}
#beachcam_btn {
}
#local_mkt_stats_btn {
}
#local_stats_btn {
}
#shortsales_btn {
}
#financing_btn {
}
#trc_btn {
}
#condoscastles_btn {
}
#titletext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: bold;
	color: #6F8BB3;
	padding-top: 25px;
	padding-right: 20px;
	padding-left: 20px;
}
#pagetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 20px;
}
#pagepicture {
}
#picture_1 {
	float: left;
}
#picture2 {
	float: left;
}
#picture3 {
	float: left;
}
#picture4 {
	float: left;
}
#picture5 {
	float: left;
}
#picture6 {
	float: left;
}
#picture1a {
	float: left;
}
#picture5a {
	float: left;
}
#picture6a {
	float: left;
}
#picture2a {
	float: left;
}
#picture3a {
	float: left;
}
#picture4a {
	float: left;
}
#lasolasthumbs {
	padding: 5px;
	float: left;
	width: 340px;
	margin-top: 5px;
}
#lasolastext {
	padding: 10px;
	float: left;
	width: 330px;
	margin-left: 20px;
	margin-top: 5px;
}
#contactinfo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	float: right;
}
#pompano_lft_thumbs {
	float: left;
	width: 340px;
	padding-top: 5px;
	margin-top: 5px;
}
#pompano_rt_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
	width: 330px;
	padding-left: 10px;
	margin-left: 20px;
	font-size: 12px;
	margin-top: 5px;
}
#pagetitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	padding-top: 25px;
	padding-right: 20px;
	padding-left: 20px;
}
#pagetext {
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 20px;
}
#nuriverpic1 {
	float: left;
}
#narlogo {
}
#widget_1 {
}
#widget_2_shortsale {
}
#fort_lauderdale_thumbs {
	float: left;
	margin-top: 5px;
	padding: 5;
	width: 340px;
}
#fort_lauderdale_text {
	float: left;
	margin-left: 20px;
	margin-top: 5px;
	padding: 10;
	width: 340px;
}
#flagler_village_thumbs {
	float: left;
}
#flagler_village_text {
	float: left;
	margin-left: 20px;
}
#lauderdalebysea_thumbs {
	float: left;
	margin-top: 5px;
	padding: 5;
	width: 340px;
}
#lauderdalebysea_text {
	float: left;
	margin-left: 20px;
	margin-top: 5px;
	padding: 10;
	width: 330px;
}
#las_olas_props {
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 5px;
	color: #A92626;
}
#fort_lauderdale_props {
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 10px;
	color: #A92626;
}
#pompano_beach_props {
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 10px;
	color: #A92626;
}
#flagler_village_props {
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 10px;
	color: #A92626;
}
#hollywoo_hallandale_props {
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 10px;
	color: #A92626;
}
#lauderdale_by_the_sea_props {
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 10px;
	color: #A92626;
}
#condo_summary {
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 10px;
	color: #A92626;
}
#shortsale {
	color: #666666;
	font-weight: bold;
}
#shortsaletext {
	border: medium none #990000;
	color: #666666;
	font-weight: bold;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}

#house_short_sale {
	font-weight: bold;
	margin-top: 10px;
}
#short_sale {
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 10px;
	font-weight: bolder;
}
#beachcam {
	width: 220px;
	margin-left: 20px;
	margin-top: 20px;
}
#becahcam_txt {
	width: 220px;
	margin-left: 20px;
}


#downtown_ft_lauderdale {
	margin-top: 10px;
}
#free_legal {
	margin-top: 10px;
}
#fha_loans {
	margin-top: 10px;
	font-weight: bold;
	text-align: center;
}
#condos_hallandale_short {
	margin-top: 10px;
}
#house_to_deerfield {
	margin-top: 10px;
	font-weight: bold;
}

#waterside_10 {
	float: left;
	width: 660px;
}
#addfavorite {
	font-weight: bolder;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	border-color: #0000FF;
	border-bottom: solid;
	border-right: solid;
	border-top: solid;
	border-left: solid;
	color: #990033;
}
#condo2_shortsale {
	font-weight: bold;
	margin-top: 10px;
}
#house_shortsale2 {
	font-weight: bold;
	margin-top: 10px;
}
#commap_1 {
	float: left;
	width: 330px;
	margin-left: 40px;
}
#commap_1txt {
	float: left;
	width: 330px;
	margin-left: 40px;
}
#commap_2txt {
	width: 330px;
	margin-left: 20px;
	float: left;
}
#commap_3 {
	float: left;
	width: 330px;
	margin-left: 40px;
}
#commap_4 {
	float: left;
	width: 330px;
	margin-left: 20px;
}
#commap_4txt {
	float: left;
	width: 330px;
	margin-left: 40px;
}
#commap_4atxt {
	float: left;
	width: 330px;
	margin-left: 20px;
}

#commap_2 {
	float: left;
	width: 330px;
	margin-left: 20px;
}
#sponsor_links {
	float: left;
	width: 720px;
	margin-left: 20px;
}
#mindreader {
	width: 300px;
	margin-top: 10px;
	margin-left: 10px;
}
#reocondos {
	font-weight: bold;
	margin-top: 10px;
}
#reohomes {
	font-weight: bold;
	margin-top: 10px;
}
.twoColFixRtHdr #container #header table tr th .style42 div .style46 {
	color: #000;
}
#Picture left {
	height: auto;
	width: auto;
	float: left;
	margin: auto;
}
