/*********************************************************
**********************************************************

	Folder:	Theme341
	Name:	Real Estate 4
	Cat:	Real Estate

**********************************************************
*********************************************************/



/*------------------------------------
	GENERAL
------------------------------------*/

.sf_outer_wrapper{
	width: 736px;
	margin: auto;
	border: solid 1px #ccc;
}
.sf_wrapper{
	width: auto;
	height: auto;
	background-color: #F6F6F6;
}
.sf_wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height:0px;
}
/*------------------------------------
	HEADER
------------------------------------*/
.sf_header_wrapper{
	width:100%;
	height: auto !important 
	height: 80px;
	min-height: 80px;
	background-color:#FAFAFA;
}

.sf_header_wrapper:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.sf_main_header{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	padding: 15px 10px 0px 0px;
	height: 30px;
	overflow:hidden;
	width: 620px;
	float:right;
}
.sf_sub_header{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding: 5px 10px 20px 0px;
	height: 30px;
	overflow:hidden;
	width: 620px;
	float:right;
}
.sf_sub_header p, .sf_main_header p{
	margin: 0;
	padding: 0;
}
.sf_extra1{
	width: 736px;
	height:31px;
	background-color: #FAFAFA;
	background-image: url(images/top_right_1.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.sf_extra2{
	float: left;
	display:inline;
	width:50px;
	height: auto !important height: 71px;
	min-height: 71px;
	margin: 5px 0px 0px 40px;
}

		
/*------------------------------------
	NAVIGATION
------------------------------------*/
.sf_navigation{
	width: 736px;
	min-height:1%;
	height: auto !important; 
	height: 1%;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	background-image: url(images/nav_bg_1.gif);
	background-repeat: repeat;
}
.sf_navigation:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.sf_navigation ul{
	margin: 0px;
	padding: 0px;
	min-height:1%;
	height: auto !important; 
	height: 1%;
}
.sf_navigation ul:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	font-size: 1px;
	clear: both;
}
.sf_navigation ul li{
	list-style-type: none;
	float:left;
	width: 184px;
	height: auto;
	margin: 0px;
	padding: 0px;
}

.sf_navigation ul li a{
	white-space: nowrap;
	position: relative;
	display: block;
	text-decoration: none;
	text-align:center;
	padding: 4px 0px 8px 0px;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	font-weight: bold;
	background-image: url(images/nav_1.gif);
	background-repeat: no-repeat;
}
.sf_navigation ul li a:hover{
	background-image: url(images/nav_on_1.gif);
	background-repeat: no-repeat;
}
.sf_navigation_top{
	display:none;
}

.sf_subnavigation, .sf_subnavigation2 {
	display:none;
}

/*--------------------------------
		Flyout Menus
---------------------------------*/

#Nav1, 
#Nav1 ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	background-image: none;
}

#Nav1 a {	
	display:block;	
}

#Nav1 li { /* all list items */	
	float: left;		
}

#Nav1 li ul { /* second-level lists */
	position: absolute;		
	width: 182px;
	left: -999em;
	z-index: 1000;
	background-color: #545454;
}

#Nav1 li ul li { /* second-level lists */	
	width: 182px;
}

#Nav1 li ul li a, #Nav1 li ul li a:visited { /* second-level lists */	
	color: #ccc;
	background-image: none;
}

#Nav1 li ul li a:hover{ /* second-level lists */	
	background-image: none;
	text-decoration: underline;
}

#Nav1 li:hover ul, 
#Nav1 li.sfhover ul { /* lists nested under hovered list items */
	left: auto;	
}

#Nav1 iframe {
	position: absolute;
	/* account for the border */
	left: -0.25em;
	top: -0.25em;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	margin-left: 3px;
}

	
		
/*------------------------------------
	CONTENT
------------------------------------*/
		
.sf_content{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 15px 20px 20px;
	font-size: 12px;
}
.sf_pagetitle{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding: 20px 10px 0px 20px;
	height: 30px !important height: 30px;
	min-height: 30px;
	border-top: solid 1px #fff;
}
.sf_extra5{
	width:736px;
	height: auto !important height: 166px;
	min-height: 166px;
}
.sf_extra5 span{
	display:block;
	height: 151px;
	padding: 15px 15px 0px 350px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	overflow:auto;
}
		
		
/*------------------------------------
	FOOTER
------------------------------------*/
.sf_footer{
	width: 100%;
	height: auto !important height: 34px;
	min-height: 34px;
	padding: 0;
	margin: 0;
	color: #fff;
	clear: both;
	background-image: url(images/bottom_bar.gif);
	background-repeat: repeat-x;
	background-color:#797979;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.sf_footer div{
	display:block;
	text-align:center;
	padding-top: 4px;
}

.sf_footer div div{
	padding-top: 0px;
}

.sf_footer:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*------------------------------------
	banner
------------------------------------*/	
		
.sf_banner{
	margin-bottom: 35px;
	padding-top: 80px;
	text-align: center;
	font-size: .8em;
}
.sf_banner div#bannerLink{
	padding-top: 10px;
}
		
/**
 * Sticking flyout menu bug
 *
 * @bugfix
 * @affected ie7
 * @css-for ie7
 * @valid yes
 */
#Nav1 li:hover, #Nav1 li.hover {  
    position: static;  
} 
