	
    /* ----======== Reseting All Browsers ========---- */	        
	
	body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td
	{
	margin:0;
	padding:0;
	}
	
	fieldset, img { border:0; }
	
	ul { list-style:none; }
	
	caption, th { text-align:left; }
	
	h1, h2, h3, h4, h5, h6
	{
	font-size:100%;
	font-weight:normal;
	}
	
	abbr, acronym { border:0; }        
	
    /* ----======== HTML Selectors ========---- */	    
    
    body
    {
    background: #D3D3D3;
    text-align: center;
    padding: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    }
    
    a
    {
    color: #0488C6;
    text-decoration: none;
    outline: none !important;
    }
    
    a:hover
    {
    color: #000;
    text-decoration: underline;
    }
    
    h1
    {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 23px;
    margin-bottom: 10px;
    color: #18407c;
    }
	
	#left h1
    {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 30px;
    margin-bottom: 15px;
    color: #18407c;
	padding-bottom: 10px;
	border-bottom: 1px solid #d3d3d3;
    }
	
	h2
    {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    margin-bottom: 10px;
    color: #18407c;
    }
	
	h3
    {
    margin-bottom: 10px;
	font-size: 13px;
	line-height: 18px;
	color: #18407c;
    }
    
    p
    {
    margin-bottom: 10px;
    line-height: 18px;
    }
    
    .noMargin
    {
    margin: 0 !important;
    }
    
    .noPadding
    {
    padding: 0 !important;
    }
    
    .clear
    {
    clear: both;
    }
    
    .floatRight
    {
    float: right;
    margin-left: 15px;
    }
    
    .floatLeft
    {
    float: left;
    margin-right: 15px;
    }




    /* ----======== Layout Elements ========---- */	
    
    #content ul
    {
    margin-bottom: 10px;
    }
    
    #content ul li
    {
    background: url(../images/bullet.gif) no-repeat 0 8px;
    padding: 3px 15px 3px 15px;
	line-height: 18px;
    }
    
    #wrapper
    {
    width: 950px;
    text-align: left;
    margin: auto;
    background: #0E3060;
    border: 5px solid #fff;
    }
	
    #header
    {
    color: #acc5d4;
    padding: 20px;
    position: relative;
    background: url(../images/header_bg.jpg) repeat-x;
    }
    
    #header p
    {
    text-align: right;
    margin-bottom: 10px;
    }

	#search
    {
    position: absolute;
    display: inline-block;
    top: 5px;
    right: 0;
    padding: 10px 20px;
	width: 401px;
    }
    
    #searchBtn
    {
    position: absolute;
    right: 22px;
    margin-top: 2px;
    }
	
	#searchBtnBig
	{
	position: absolute;
	top: 38px;
	right: 20px;
	}
	
	#dropdowns select
	{
	float: left;
	width: 176px;
	margin-right: 3px;
	margin-bottom: 3px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0E3060;
	border: none;
	background: #fff;
	padding: 2px;
	}

#search h4
{
position: absolute;
top: 13px;
left: 20px;
color: #fff;
font-size: 13px;
}

    
    #searchField
    {
    width: 290px;
	float:left;
    height: 24px;
    background: #fff;
    border: none;
    padding: 9px 43px 0px 10px;
    color: #00244F;
    }
    
    
    #mainMenu
    {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background: #04336d url(../images/dark_blue_tile.jpg) repeat-x;
    color: #e0ebf1;
    height: 42px;
    overflow: hidden;
    }
    
    #mainMenu li
    {
    float: left;
    }
    
    #mainMenu li a
    {
    display: inline-block;
    padding: 10px 14px 10px 14px;
    font-size: 13px;
    margin: 3px 0px 3px 2px;
    color: #fff;
    }
    
    #mainMenu li a:hover
    {
    background: #04336d;
    text-decoration: none;
    }
    
    #mainMenu li.active a
    {
    background: #0488c7 url(../images/light_blue_tile.jpg) repeat-x;
    }
    
    #feature
    {
    padding: 5px 5px 1px 5px;
    background: #9A9A9A;
    }
    
    #featureProperty
    {
    border: 1px solid #fff;
    float: left;
    position: relative;
    width: 484px;
    }
    
    .featureImg
    {
    position: absolute;
    right: 5px;
    bottom: 43px;
    }
    
    #featureProperty a span.title
    {
    background: #04336D url(../images/dark_blue_tile.jpg) repeat-x;
    display: block;
    padding: 9px 10px;
    color: #fff;
    font-size: 16px;
    width: 464px;
    float: left;
    }
    
    #featureProperty a:hover span.title
    {
    text-decoration: none;
    color: #fff;
    background: #0488C8 url(../images/light_blue_tile.jpg) repeat-x;
    }
    
    #featureProperty a span.view
    {
    background: url(../images/view_more.png) no-repeat;
    width: 68px;
    height: 21px;
    position: absolute;
    bottom: 8px;
    right: 8px;
    }
    
    .property
    {
    width: 221px;
    height: 172px;
	display: block;
    float: left;
    margin-left: 4px;
    margin-bottom: 4px;
    border: 1px solid #fff;
    position: relative;
	overflow: hidden;
    }
    
    .property img, #featureProperty img
    {
    float: left;
    }

.property img
{

}
    
    .property a span.title
    {
    background: #fff url(../images/white_tile.jpg) repeat-x bottom;
    display: block;
    padding: 6px 8px;
    color: #03336C;
    font-size: 10px;
    width: 205px;
    }
    
    .property a:hover span.title
    {
    text-decoration: none !important;
    color: #fff;
    background: #0488C8 url(../images/light_blue_tile.jpg) repeat-x;
    }
    
    .property a span.view
    {
    background: url(../images/view_small.png) no-repeat top left;
    width: 17px;
    height: 17px;
    display: block;
    position: absolute;
    top: 4px;
    right: 4px;
    }
    
    .property a:hover span.view
    {
    background: url(../images/view_small.png) no-repeat bottom left;
    }
    
    #content
    {
    padding: 20px;
    background: #fff;
    color: #555;
    }
	
	.listing
	{
	border: 1px solid #D3D3D3;
	margin-bottom: 10px;
	padding: 10px 10px 0 251px;
	}
	
	.listing img
	{
	float: left;
	margin-left: -241px;
	margin-bottom: 10px;
	border: 1px solid #000;
	padding: 2px;
	}
	
	.listing h2 a
	{
	color: #18407C;
	}
	
	.listing .price
	{
	float: right;
	font-weight: bold;
	color: #fff;
	background: #E23F22;
	padding: 4px 7px;
	display: inline-block;
	}

.price a
{
color: #fff;
}
	
	.listing p
	{

	}
	
	.listing h3
	{
	}
	
	.inspection h3
	{
	color: #6BAF20;
	}
	
	.contract h3
	{
	color: #E23F22;
	}
	
	.sold h3
	{
	font-weight: bold;
	color: #E23F22;
	font-size: 17px;
	}
	
	#left
	{
	width: 890px;
	float: left;
	padding:0px 10px 10px;
	}
	
	#right
	{
	width: 200px;
	float: left;
	padding-bottom: 10px;
	}
    
    .homeColumn
    {
    width: 280px;
    float: left;
    padding-right: 33px;
	margin-bottom: 10px;
    }
    
    #footer
    {
    color: #acc5d4;
    padding: 15px 20px;
    font-size: 11px;
    }
    
    #footer a
    {
    color: #fff;
    }


#cat-refine-list
{
height: 30px;
}
    
#cat-refine-list li
{
float: left; margin-right: 5px;
}

#image_gallery
{
width: 325px;
float: left;
margin-right: 20px;
padding: 1px 0 0 1px;
border: 1px solid #0E3060;
background: #fff;

}

#image_gallery a
{
float: left;
margin-right: 1px;
margin-bottom: 1px;
overflow: hidden;
display: inline-block;
}


#profile_pic
{
float: right;
}

#profile_pic img, #profile_pic a 
{
float: none !important;
}

#propertyDetails
{
font-size: 1.2em;
padding-left: 349px;
}
  
#agentPhoto
{
float: right;
width: 156px;
margin-left: 20px;
margin-bottom: 20px;
font-size: 12px;
text-align: center;
color: #000;
padding: 10px;
background: #eee;
}

#agentPhoto p
{
text-align: left;
margin: 0;
}

#agentPhoto img
{
margin-bottom: 5px;
border: 1px solid #000;
padding: 1px;

background: #fff;
}

a.red_button
{
background: #E23F22 !important;
border: 1px solid #fff;
padding: 9px 17px !important;
}

	h5
    {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 20px;
    margin-bottom: 10px;
	padding-top: 5px;
    color: #18407c;
    }
	
	.profile
	{
	border-bottom: 1px dotted #D3D3D3;
	margin-bottom: 15px;
	padding-left: 170px;
	clear: both;
	}
	
	.profile img
	{
	float: left;
	margin-left: -170px;

	padding: 1px;
	border: 1px solid #000;
	}
