@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/BG.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}
#menu-wrap {
	width:100%;
	margin:0 auto;
	background-color:#FFF;
	background-image:url(../images/menu_BG.png);
	background-repeat:repeat-x;
	height:38px;
}

#menu {
	width:980px;
	margin:0 auto;
	text-align:center;
}
	 
#house {
	width:980px;
	height:200px;
	margin:0 auto;
}
#fiverecent {	
	width:980px;
	height:130px;
	margin:0 auto;
	background-image:url(../images/fiverecent.png);
	text-align:center;
	padding:10px 0px;
}
#content {
	width:950px;
	min-height:300px;
	margin:0 auto;
	background-color: #FAFAFA;
        padding:15px;
}
#footer {
	width:960px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #C4C4C4;
        margin:0 auto;
	padding-top: 10px;
	padding-right: 20px;
	text-align:right;
}
#iconsline {
	text-align:right;
}

ul#topnav {
	margin: 0; 
	padding: 0;
	width: 100%;
	float:left;
	list-style: none;
	position: relative; /*--Set relative positioning on the unordered list itself - not on the list item--*/
	z-index:10;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	border-right: 1px solid  #CCC; /*--Divider for each parent level links--*/
}
ul#topnav li a {
	padding: 10px 20px;
	display: block;
	color: #7BB28B;
	font-size: 14px;
	font-family:"Trebuchet MS", Arial, Verdana;
	font-weight:bold;
	text-decoration: none;
}
ul#topnav li a:hover {
	background-image:url(../images/menu_BG-roll.png);
	background-repeat:repeat-x;
	background-color:#333;
}
/*--Notice the hover color is on the list item itself, not on the link. This is so it can stay highlighted even when hovering over the subnav--*/

ul#topnav li span {
	float: left;
	padding: 5px 0;
	position: absolute;
	top:29px;
	display: none; /*--Hide by default--*/
	background: #79068a;
	color: #fff;
	text-transform:capitalize;
}
ul#topnav li span a {
		font-size:12px;
}
ul#topnav li:hover span { 
	display: block;
} /*--Show subnav on hover--*/
/*ul#topnav li span a { display: inline; }*/ /*--Since we declared a link style on the parent list link, we will correct it back to its original state--*/
ul#topnav li span a:hover {
	text-decoration: underline;
	background-color:#A03FA3;
}
a:link {
	font-size: 13px;
	text-decoration: none;
}
a:visited {
	font-size: 13px;
	text-decoration: none;
}
a:hover {
	font-size: 13px;
	text-decoration: underline;
}
.listingtitles {
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	color: #006666;
	text-decoration: none;
}
.maingreytext {
	font-size: 14px;
	font-weight: normal;
	color:#333;
	text-decoration: none;
}
.greenpricetext {

	font-size: 14px;
	font-weight: normal;
	text-transform: capitalize;
	color: #006633; 
	text-decoration: none;
}
.smallgreytext {

	font-size: 13px;
	font-weight: normal;
	text-transform: capitalize;
	color:#333333;
	text-decoration: none;
}
.mainbluetext {

	font-size: 16px;
	font-weight: normal;
	color: #529B80;
	text-decoration: none;
}
.mainbluetext a:hover {
	color:#52AD80;
}
.bigtitlesgreen {

	font-size: 20px;
	font-weight: bold;
	color: #006666;
	text-decoration: none;
}
.whitetext {
	font-size: 13px;
	color:#FFFFFF;
}
.redtext {
	color:#800000;
	font-weight:bold;
}

.redtextLg {
	color:#800000;
	font-size:14px;
	font-weight:bold;
}
.greentext {
	color:#336633;
	font-weight:bold;
}
.detailsTitles {
	color:#333333;
	font-size:12px;
	font-weight:bold;	
}
.detailsText {
	color:#333333;
	font-size:12px;
}
.bgBlue {
	background-image:url(../images/BG-blue-sm.png); 
	background-repeat:repeat-x;
}
.bgGrey {
	background-image:url(../images/BG-grey-sm.png); 
	background-repeat:repeat-x;
}

.listing {
	background-color:#FFF;
	border: medium solid #7BB28B;
	padding:5px;
}
ul .list {
	margin-left: 10px;
	list-style:none;	
}
ul .list  li {
	background-image:url(../images/arrow.png);
	background-repeat:no-repeat;
	background-attachment: scroll;
	background-position: 0px 5px;
	padding-left:12px;
}

.menuGreen a {
	font-size: 14px;
	font-weight: bold;
	color:#EEE;	
}
.menuGreen a:hover {
	font-size: 14px;
	text-decoration:none;
	font-weight: bold;
	color:#FFF;	
}
.profilepic {
	 border:medium solid #ddd;
}

.menuGreen {
	background-image:url(../images/menu-green.png); 
	background-repeat:no-repeat;
	width:90px;
	display:block;
	text-align:left;
	padding:7px 10px;
}
.menuGreen:hover {
	background-image:url(../images/menu-green-roll.png); 
	background-repeat:no-repeat;
	cursor:pointer;
}
.bottomText {
	color:#333;
	font-size:10px;
	font-family:Tahoma, Geneva, sans-serif;
}