body {

	background-image: url(images/homenew_bg.jpg);
	background-repeat: repeat-x;
	background-color: #fefdfc;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

}

.welcome_bg {
	background-color: #f0ece3;
	background-image: url(images/welcome_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.aboout_bg {
	background-color: #efece7;
	background-image: url(images/about_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #c6c6c6;
}


.welcome_text_red {
	font-family: Arial;
	font-size: 16px;
	font-weight:bold;
	color: #000;
	text-decoration: none;
}

.about_text {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	padding: 14px;
	text-align: justify;
}

.text_red_small {
	font-family: Tahoma;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	text-align: justify;
}

.text_red {
	font-family: Arial;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}

.small_text_black {

	font-family: Tahoma;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

.welcome_text_black {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

.hotlistings {
	background-color: #E3DED3;
	background-image: url(images/hotlistings_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.border_lightgray {
	border: 1px solid #c6c6c4;
}

.padding {
	padding-top: 14px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}


.img_border_white {
	border: 2px solid #FFFFFF;
}

.title_text_white {
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 11px;
	padding-right: 15px;
	padding-bottom: 11px;
	padding-left: 15px;
	text-transform:uppercase;
}

.padding2 {
	padding-top: 9px;
	padding-right: 11px;
	padding-bottom: 9px;
	padding-left: 11px;
}

.community_title {
	font-family: Arial;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}


