@charset "utf-8";
/* CSS Document */

body	{
	padding:0px;
	margin:auto;
	background-color:#222;
	overflow-x:hidden;
}


#socialnet	{
	height:42px;
	width:180px;
	overflow:hidden;
	float:right;
	margin-top:8px;
	margin-right:9%;
}


/*slogan*/
p.slogan	{
	text-align:center;
	font-size:12px;
	margin-left:0px;
	margin-right:0px;
	padding-top:15px;
}

#slogan	{
}
/*end slogan*/

span.green	{
	color:#98b281;
}

span.white	{
	color:#fff;
}

span.underline	{
	border-bottom:1px #4a6532 solid;
}

span.overline	{
	margin-top:1px;
	border-top:1px #fff solid;
}

td	{
	background-color:#111;
	width:300px;
	text-align:center;
}

h2.head	{
	float:left;
	font-size:20px;
	margin:0px;
	margin-top:15px;
	margin-left:23px;
	color:#a2e07e; /* color:#9cd67a; */
}

h1	{
	color:#fff;
	border-bottom:1px #8eb26f solid;
	text-align:left;
	padding-left:10%;
	padding-top:10px;
	margin-right:200px;
}

h1.header	{
	float:left;
	font-size:45px;
	margin:0px;
	margin-top:7px;
	margin-left:23px;
	color:#a2e07e; /* color:#9cd67a; */
	padding-left:0px;
	padding-top:0px;
}

h2	{
	font-size:20px;
	color:#8eb26f; /* color:# a2e07e, 9cd67a; */
	text-align:left;
	margin-left:10%;
}

u, strong	{
	color:#8eb26f;
}

a	{
	color:#98b281;
}

a.anchor	{
	color:#fff;
	border-bottom:1px #4a6532 solid;
	text-decoration:none;
}

a.anchor:hover	{
	color:#98b281;
}

a.foot	{
	color:#666;
}

p	{
	text-align:left;
	margin-left:10%;
	margin-right:10%;
	color:#fff;
}

p.anchor	{
	color:#98b281;
	font-size:14px;
	text-align:center;
	margin:0px;
	padding:0px;
	margin-top:3px;
	margin-bottom:3px;
}

p.foot	{
	color:#444;
	text-align:center;
}

p.footinfo	{
	text-align:center;
	margin:0px;
	margin-top:55px;
	margin-left:47%;
	display:inline-block;
	color:#ccc;
}

p.tablehead	{
	text-align:center;
	font-weight:bolder;
	width:606px;
	background-color:#4a6532; /*b2c4a8*/
	margin-bottom:0px;
	color:#000;
}

p.listings	{
	margin-top:0px;
	margin-left:0px;
	padding:20px;
	background-image:url(images/lfil.png);
}

a.fouadtalout	{
	width:500px;
	height:100px;
	background-image:url(images/fouadtalout4_2.png);
	background-repeat:no-repeat;
	margin-left:15px;
	margin-top:-7px;
	position: absolute; 
}

a.christieslogo	{
	width:227px;
	height:45px;
	background-image:url(images/christies6.png);
	background-repeat:no-repeat;
	margin-left:15px;
	margin-top:70px;
	position: absolute; 
}

a.longandfoster	{
	width:123px;
	height:45px;
	background-image:url(images/longandfoster3_11.png);
	background-repeat:no-repeat;
	position: absolute; 
	margin-top:70px;
}

.footwidth	{
	min-width:860px;
	max-width:1500px;
	margin:auto;
}

.listing	{
	background-image:url(images/shadow1.png);
	background-repeat:repeat-x;
	height:800px;
	background-color:#000;
}

.listleft	{
	min-width:430px;
	width:50%;
	float:left;
}

.listright	{
	min-width:430px;
	width:50%;
	float:left;
}

#header	{
	height:100px;
	background-color:#111;
	overflow:hidden;
	margin:auto;
	min-width:1050px;
	max-width:1500px;
	width:100%;
}

#headcontainer	{
	background-image:url(images/shadow.png);
	background-position:center;
	background-repeat:repeat-y;
}

#headlogos	{
	width:385px;
	height:45px;
	margin-right:0px;
	margin-left:auto;
	top:-59px;
	position:relative;
	z-index:0;
}

#footleft	{
	float:left;
}

#footright	{
	float:right;
	margin-right:260px;
}

#content	{
	width:85%;
	max-width:1250px;
	min-width:860px;
	margin-top:34px;
	margin-right:0%;
	margin-left:0%;
	background-color:#000; /* #444 */
	border-bottom:1px #000 solid;
}

#allcontent	{
	min-width:860px;
	max-width:1500px;
	margin:auto;	
	background-image:url(images/bfil3.png);
	/*border:1px solid #ccf39a;
	border-top:none;
	border-bottom:none;*/
}

#contentbg	{
	background-color:#222; /*485346*/ /* 95a78f */
	background-image:url(images/cbg2.png);
	background-repeat:repeat-x;
	background-attachment:fixed;
	width:100%;
	margin-top:2px;
}

#foot2	{
	height:70px;
	background-color:#222;
	margin:auto;
	text-align:center;
}




#menu	{
	margin:auto;
	min-width:860px;
	max-width:1500px;
	padding:0px;
}


/* for menu */
a	{
	font-size:14px;
}

ul.topnav {
	list-style: none;
	padding: 0px;	
	margin: 0;
	float: left;
	width: 100%;
	background: #222;
	font-size: 1.2em;
	background: url(topnav_bg.gif) repeat-x;
}
ul.topnav li {
	float: left;
	margin: 0;	
	padding: 0 15px 0 0;
	position: relative; /*--Declare X and Y axis base--*/
}
ul.topnav li a{
	padding: 10px 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
}
ul.topnav li a:hover{
	background: url(topnav_hover.gif) no-repeat center top;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	background: url(subnav_btn.gif) no-repeat center top;
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 35px;
	background: #333;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 170px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #111;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #252525; /*--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
	width: 170px;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 145px;
	background: #333 url(dropdown_linkbg.gif) no-repeat 10px center;
	padding-left: 20px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #222 url(dropdown_linkbg.gif) no-repeat 10px center; 
}
#header img {
	margin: 20px 0 10px;
}