/* -------------------------------------------------------------- 
   Global Styles  
-------------------------------------------------------------- */

.columnmenuflyout {
	float:left;
	padding:5px 15px;
}			

.columnmenuflyout ul{
	list-style : none;
}			

.columnmenuflyout li {
	font-size:0.9em;
	padding-left:1px;
}

.columnmenuflyout li a {
	color:#000;
	text-decoration:none;
}
.debug
{
    border: solid 1px #000;
    background-color: #cccccc;
}

body {
	background:#cbc8aa url('../img/body_bg.gif') repeat-x left top;
	color:#000;
	font-family:arial;
	font-size:9.5pt;
}

	#container {
		margin:37px auto 0;
		position:relative;
		width:960px;
	}
	
		#header {
			background: url('../img/header_bg.gif') no-repeat left top;
			/*border-bottom:4px solid #000;*/
			height:100px;
			position:relative;
		}
		
			#logo {
				/* background: url('../img/logo.gif') no-repeat left top; */
				height:83px;
				/*  text-indent:-9999em; */
				width:171px;
			}
			
			#main_nav { position:absolute; width:940px; height:29px; top:-40px; list-style:none; font-size:10px; text-transform:uppercase; }
			#main_nav li { float:right; height:29px; padding-left:3px; padding-top:7px; }
			#main_nav li a { text-decoration:none; color:#000000;  }
			#main_nav li a img { border:none 0; }
			#main_nav li.Multi { font-size:10px; text-transform:capitalize; padding-top:0px !important; }
			#main_nav li.Single { padding-top:16px; }
            #main_nav li.Dual { font-size:10px; text-transform:capitalize; }			
			
			#sub_nav {
				bottom:35px;
				left:360px;
				position:absolute; 
			}
			
				#sub_nav li {
					float:left;
					height:27px;
					position:relative;
				}
				
					#sub_nav li a {
						background-position:center center;
						background-repeat:no-repeat;
						display:block;
						float:left;
						height:27px;
						/*JN*/
						margin-right:50px;
						text-indent:-9999em;
					}
					
					#sub_nav li.find a {
						background-image:url('../img/nav/find.gif');
						width:77px;
					}
					
					#sub_nav li.agents a {
						background-image:url('../img/nav/agents.gif');
						width:74px;
					}
					
					#sub_nav li.tools a {
						background-image:url('../img/nav/tools.gif');
						width:65px;
					}
					
					#sub_nav li.relocating a {
						background-image:url('../img/nav/relocating.gif');
						width:93px;
					}
					
					#sub_nav li.join a {
						background-image:url('../img/nav/join.gif');
						margin-right:0;
						width:67px;
					}
					
					/* Nav dropdown, handled by superfish */
					
					#sub_nav li ul {
						background-color:#000;
						display:none;
						left:0;
						position:absolute;
						text-transform:uppercase;
						top:30px;
						width:175px;
						z-index:1000;
					}
					
					#sub_nav li.join ul {
						left:auto;
						right:0;
					}
					
						#sub_nav li ul li {
							border:0;
							float:none;
							height:auto;
						}
						
							#header #sub_nav li ul li a {
								color:#fff;
								background-image:none !important;
								float:none;
								font-size:0.9em;
								font-weight:bold;
								height:auto;
								margin-right:0;
								padding:5px 8px;
								text-indent:0;
								width:auto;
							}
							
							#header #sub_nav li ul li a:hover {
								background-color:#cbc8aa;
							}
					
		#home_searchFlash 
		{
		    /*
			background:#000;
			float:right;
			height:231px;
			margin-top:-231px;
			width:381px;
            */
            /*JN*/
             background:#000000 none repeat scroll 0 0;
             float:right;
             margin-top:-61px;
             width:381px;
            /*JN*/
		}	
		#main_content {
			background:#fff;
			padding:14px 10px;
			_position:relative;
			z-index: -1;
			overflow:hidden;
		}
		
			#main_content h1 {
				
			}
			
			#main_content p.call_us {
				font-size:1.2em;
				position:absolute;
				right:10px;
				top:115px;
			}
			
		#footer {
			/* background:url('../img/footer/footer_bg.gif') repeat-x left bottom #FFF; */
			background:url('../img/footer/footer_bg_two.gif') repeat-x left bottom #FFF;
		}
		
		#footer .wrap {
			background:url('../img/footer/one.jpg') no-repeat left bottom ;
			/* background:url('../img/footer/one.jpg') no-repeat left bottom ; */
			/*JN*/
			height:252px;
			/*padding:0px 0px 0px 170px;
			JN*/
			padding:0px 0px 0px 0px;
			
		}
		
			#footer .nav 
			{   
			    padding-top:14px;
			    padding-left: 90px;
			}
			/*JN*/
			#footer .column.first 
			{
			     padding-left:96px;
			}
			/*JN*/
		
			#footer .column {
				float:left;
				padding:5px 5px;
			}
			#footer .column.last {
				border:0;
				padding-right:0;
			}
			
				#footer .column li {
					background:url('../img/footer_arrow_large.gif') no-repeat left 4px;
					font-size:0.9em;
					font-weight:bold;
					padding-left:8px;
				}
			
					#footer .column li a {
						color:#000;
					}
					
						#footer .column li ul li {
							background-image:url('../img/footer_arrow_small.gif');
							font-size:0.8em;
							font-weight:normal;
						}
				
			#footer #copyright {
				background:url('../img/equal_opp.gif') no-repeat right center;
				/*border-top:1px solid #000;*/
				font-size:0.9em;
				/*JN*/
				margin:7px 5px 0 0;
				/*JN*/
				padding:20px 85px 10px 0;
				text-align:right;
			}
			
			
			
			
			
			
			
			
               
			
/* -------------------------------------------------------------- 
   Home Page Styles  
-------------------------------------------------------------- */
/*JN*/
/*#home_search {
	background:url('../img/home_search_bg.jpg') no-repeat right top;
	height:231px;
	margin-top:-10px;
	padding-top:21px;
}*/
#home_search {
background:#CBC8AA none repeat scroll 0 0 !important;
margin:0 0 20px!important;
}

	#home_search .nav {
		background:#FFFFFF none repeat scroll 0 0;
        width:559px;
	}
/*JN*/	
		#home_search .nav li {
			float:left;
		}
		
			#home_search .nav li a {
				background-color:#efeee5;
				border-bottom:2px solid #fff;
				color:#000;
				display:block;
				font-size:0.9em;
				font-weight:bold;
				margin-right:2px;
				padding:12px 25px;
				text-align:center;
				text-transform:uppercase;
			}
			
			#home_search .nav li.current a {
				background-color:#cbc8aa;
				border-color:#cbc8aa;
			}
			
			#home_search .nav li a:hover {
				background-color:#cbc8aa;
			}
			
	#home_search_options {
		background-color:#cbc8aa;
		
		width:559px;
		/*JN*/
		height:293px;
		margin-bottom:20px;
		float:left;
		/*JN*/
	}
			
	#home_search_options p, #open_home_search_options p 
	{
	    padding:15px 20px !important;
	}
	.featureCaption {
background:#000000 none repeat scroll 0 0;
color:#FFFFFF;
margin:-5px 0 0;
padding:6px 12px;
}
.featured_1 {
height:195px;
}
#divBoxes .featured_2, #divBoxes .luxury {
background:#E8E7DD none repeat scroll 0 0;
height:165px!important;
}
#divBoxes .module.featured_2 img.featThb, #divBoxes .module.luxury img.featThb {
border:1px solid #CBC8AA;
float:right;
margin:5px;
}
#divBoxes .module.featured_1 img.featThb{
border:1px solid #CBC8AA;
float:right;
margin:5px;
}
#divBoxes .module.featured_2 h2, #divBoxes .module.luxury h2 {
font-size:15px!important;
font-weight:normal!important;
}
#divBoxes .module p {
font-size:0.9em!important;
margin:10px!important;
}
	/*JN*/
	#home_search_options fieldset
	{
	    padding:30px 20px!important;
	}
	#open_home_search_options
	{
	    
		margin-bottom:20px!important;
	    background-color:#CBC8AA!important;
        height:293px!important;
        width:559px!important;
        float:left!important;
	}
	#open_home_search_options fieldset
	{
	     
	    padding:30px 0px 0px 20px!important;
	}
	#open_home_search_options .btn,#home_search_options .btn
	{
	    margin-left:226px;
	} 
	 	 
    #divProperties hr {
            background-color:#E8E7DD;
            border:medium none;
            height:4px;
            margin-left:-1px;
            width:460px;
    } 
    .btmTeases li.teaseFirst {
        margin:0;
    }
    .btmTeases li {
                    background:#E8E7DD none repeat scroll 0 0;
                    border:1px solid #CBC8AA;
                    float:left;
                    font-size:12px;
                    height:264px;
                    margin:0 0 0 13px;
                    width:220px;
    }
    .btmTeases h2 {
                    background:#EFEEE7 none repeat scroll 0 0;
                    border-bottom:1px solid #FFFFFF;
                    font-size:15px;
                    padding:5px 10px;
    }
    .btmTeases p {
                    padding:10px!important;
                    width:191px;
    }
    .btmTeases .more {
                        margin:-10px 0 0;
                        text-align:right;
    }
    .btmTeases a {
                    color:#000000;
                    text-decoration:underline;
    }
    .btmTeases img {
                    border:1px solid #CBC8AA;
                    display:block;
                    margin:auto;
    }
	/*JN*/
	
		#home_search_options form {
			padding:15px 20px;
		}
		
		#home_search_options form input {
			padding:3px;
		}
		
		#home_search form.area_search .input {
			padding-bottom:20px;
			position:relative;
		}
		
			#home_search form.area_search .input label {
				bottom:0;
				left:0;
				position:absolute;
			}
			
		#home_search form.area_search .address, 
		#home_search form.area_search .ranges {
			margin-bottom:5px;
			padding-bottom:20px;
		}
		
			#home_search form.area_search .address .input, 
			#home_search form.area_search .ranges .input, 
			#home_search form.area_search .mls .input {
				display:inline;
				margin-right:2px;
			}
			
			#home_search form.area_search .ranges .input {
				margin-right:10px;
			}
			
				#home_search form.area_search .address .input #a_street_num {
					width:85px;
				}
				
				#home_search form.area_search .address .input #a_street_name {
					width:295px;
				}
				
				#home_search form.area_search .address .input #a_zip {
					width:85px;
				}
				
				#home_search form.area_search .mls .input {
					float: left;
				}
								
				#home_search form.area_search .mls .input #a_mls {
					width:240px;
				}
				
				#home_search form.area_search .mls input.btn	{
					padding: 0;
					margin-left: 10px;
				}
				
		#home_search form.area_search button {
			margin-left:145px;
		    top:6px;
		}
		
#home_content {
	float:left;
	width:490px;
}

	#home_content h2 {
		font-size:1.3em;
		font-weight:bold;
	}
	
	#home_content hr {
		background-color:#e8e7dd;
		border:none;
		height:4px;
		margin-left:-1px;
		width:460px;
	}

/* Begin styles for scrollable home section */
	
	/* outmost wrapper element, containing all elements  */
	.scrollable {
		clear:both;
		float:none;
		height:160px;
		position:relative;
	}
	
		.scrollable h2 {
			margin-bottom:10px;
			/*JN*/
			font-size:1.3em;
            font-weight:bold;
			/*JN*/
		}
	
		.scrollable p.more {
			position:absolute;
			right:30px;
			top:2px;
		}
		
			.scrollable p.more a {
				color:#333;
				text-decoration:underline;
			}
	
	/* container for the scrollable items */
	.scrollable div.items {
		height:120px;	
		margin-left:8px;
		float:left;
		width:515px;
	}
	
	/* single item */
	.scrollable div.items a {
		color:#333;
		display:block;
		float:left;
		font-size:0.9em;
		height:115px;
		margin-right:8px;
		width:95px;
	}
	
		.scrollable div.items img {
			border:1px solid #c3ccd7;
		}
	
		.scrollable div.items a span {
			display:block;
		}
		
		.scrollable div.items a span.location {
			text-transform:uppercase;
		}
		
		.scrollable div.items a span.stats {
			font-size:0.8em;
		}
	
	.scrollable div.items a.active {
		background-position:-174px 0;		
		color:#555;
		cursor:default;
	}
	
	/* next / prev buttons */
	.scrollable a.prev, .scrollable a.next {
		background:url('../img/prev.gif') no-repeat 0 0;
		display:block;
		float:left;
		height:40px;
		margin-top:10px;
		text-indent:-9999em;
		width:9px;
	}
	
	.scrollable a.next {
		background-image:url('../img/next.gif');
		margin-left:25px;	
	}
	
/* End styles for scrollable home section */

/* Home page featured sections */

#modules 
{
    width: 350px;
    float: right;
}

	.module {
		background:#e8e7dd url('../img/module_bg.gif') repeat-x left top;
		border:1px solid #cbc8aa;
		float:left;
		height:187px;
		margin:0 10px 10px 0;
		width:218px;
	}
	
	.virtual_agent, .luxury {
		margin-right:0;
	}
	
	.virtual_agent
	{
	    height: 195px;
	}
	
	.featured_2, .luxury {
		height:133px;
	}
	
	 .luxury {
		background:#e8e7dd url('../img/module_luxury_bg.gif') no-repeat left top;
	}
	
	.module h2 {
		font-size:1.2em;
		font-weight:bold;
		margin:5px 10px 12px;
	}
	
	.featured_1
	{
	    height: 195px;
	}
	.module p, .module form {
		font-size:0.9em;
		margin:10px;
	}
	
	.module a {
		color:#000;
		text-decoration:underline;
	}
	
	.module p.more {
		text-align:right;
	}
	
	.module p.button {
		margin-top:20px;
	}
	
	.module div.user {
		padding-bottom:15px;
	}
	
		.module div.input {
			display:inline;
			position:relative;
		}
		
			.module div.input label {
				bottom:-20px;
				left:0;
				position:absolute;
			}
			
			.virtual_agent button {
				margin:5px 0 0 -3px;
			}
		
			.module #username, .module #password {
				padding:3px;
				width:85px;
			}

/* -------------------------------------------------------------- 
   Clearfix  
-------------------------------------------------------------- */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}


html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

.clear{
    clear: both;
}

.ResultPaging a{
    padding-left: 7px;
   
    font-size: 11px;
    color:#586165;
    text-decoration:underline;
}

a.current {
    color:#AC0303 !important;
    font-weight:bold;
    text-decoration:none;
}

.hide{
    display: none;
}
.PhotoCountNum
{
    display:block; position:absolute; left:145px; margin-top:85px; width:41px; height:41px; border:none; background:url(../img/PhotoCount.gif) no-repeat; color:#FFFFFF; text-decoration:none; font-size:11px; padding-top:5px; font-family:Arial
}


/* New Home Page */
#divBottonContent
{
    width: 940px;
}

#divProperties
{
    width: 480px;
    float: left;
}

#divBoxes
{
    width: 450px;
    float: right;
}

.pointer {
    cursor:pointer;
}
/* New Home Page */


#detail_rating h4
{
	color:#000000;
font-size:14px;text-align:center;
}
.starContainer
{
	margin:10px 0 0 22px;
}


/* juwin */
#footer{ height:252px;}
#footer .column ul li{.margin-top:-4px;.margin-top:-4px;}
#footer #copyright {border-top:1px solid #000000;width:684px;float:right;}
#home_searchFlash { xbackground:pink!important; width:381px!important; top:0px!important; left:0px!important}                
            
            
            
#main_content {  }         
                    
#sub_nav li ul {}


p.call_us  
{
	

	}
