/**
* import content styles
*/

@import url(rollovernav/vertical.css);
@import url(content.css);
@import url(submodal.css);

/**
* standard xhtml styling
*/

body,h1,h2,h3,h4,h5,h6,p
{
   padding:0;
   margin:0;
   border:0;
}

body
{
	background-image:url('images/bg.jpg');
	background-repeat:repeat;
	background-attachment:fixed;
	background-position:center;
	margin-top:0px;
}

h1
{
   background:#4C5B3C;
   color:#FFF;
   font-size:21px;
   font-weight:normal;
   padding:5px 8px;
}

h2
{
   padding-bottom:15px;
}

h3
{
   padding-bottom:10px;
}

img
{
   border:0;
}

/**
* structure
*/

div#outer
{
   width:930px;
   margin:0 auto;
}

div#logo img
{
  float:left;
  margin:15px 0 15px 15px;
  border:0;
}

div.headerright
{
   float:right;
   padding:7px 14px 0 0;
}

div.headerright div
{
   padding-top:5px;
   text-align:right;
   font-size:11px;
}

div#content
{
   padding:10px;
}

div#content div#left
{
   float:left;
   width:673px;
}

div#content div#left img#mimage
{
   float:left;
}

div#left form,
div#left fieldset,
div#left legend
{
   margin:0;
   padding:0;
   border:0;
}

div#left legend
{
   margin-left:-7px;
   font-size:18px;
   padding:10px 0;
}

div#left form p
{
   padding-bottom:10px;
}

div#left label,
div#left input,
div#left select
{
   /*display:block;*/
   float:left;
   width:200px;
   padding:0 0 5px 0;
}

div#left input.button
{
   width:auto;
}

div#left input.hide
{
   display:none;
}

div#left label.checkbox
{
   width:auto;
}

div#left label.checkbox input
{
   width:auto;
}

div#content div#right
{
   float:right;
   width:220px;
}


/**
* breadcrumbs
*/

#breadcrumb
{
   padding:10px 0 10px 8px;
   overflow:hidden;
}

#breadcrumb ul
{
   margin:0;
   padding:0;
}

#breadcrumb li
{
   float:left;
   clear:none;
   list-style:none; 
   margin:0;
   padding:0 8px 0 10px;
   background:url(images/breadcrumb_image.png) no-repeat center left;
}

#breadcrumb a,
#breadcrumb a:link,
#breadcrumb a:visited
{
   text-decoration:none;
}

#breadcrumb a:hover
{
   text-decoration:underline;
}

/**
* search results
*/

table.searchresults
{
  clear:both;
  float:left;
  margin-top:20px;
  border-top:1px solid #CCC;
  width:100%;
}

table.searchresults tr
{
  padding:10px 5px;
}

table.searchresults td
{
  padding:10px 5px;
  border-bottom:1px solid #CCC;
  vertical-align:top;
}

table.searchresults td.image
{
  width:130px;
  height:88px;
}

div.resultPagination ul{
   padding-left: 0;
}

div.resultPagination ul li{
   display: block;
   float: left;
   margin-left: 5px; 
}

div.resultPagination ul li.selected a{
   color: #000;
}

/**
* right ads
*/

div.rightad
{
   border:1px solid #CCC;
   margin-bottom:20px;
   width:220px;
}

div.rightad div.internal
{
   margin:10px;
}

div.rightad h2,
div.rightad h3,
div.rightad h4
{
   margin:0 0 15px 0;
   padding:3px 10px;
   background-color:#5D5E59;
   font-size:13px;
   color:#FFF;
}

div.rightad img
{
   display:block;
   border:0;
   margin:0 auto;
}

/**
* search form
*/

form.searchform
{
   padding:0 10px;
   margin:0;
}

form.searchform fieldset
{
   border:0;
   padding:0;
   margin:0;
}

form.searchform select
{
   margin:0 0 5px 0;
   font-size:10px;
}

form.searchform input
{
   clear:both;
   float:right;
   margin:0 0 5px 0;
   font-size:10px;
}

/**
* images
*/

img.left
{
   float:left;
   margin:0 15px 15px 0;
}

img.right
{
   float:right;
   margin:0 0 15px 15px;
}

img.center
{
   float:none;
   clear:both;
   margin:0 auto;
}

/**
* featured/premium properties
*/

table#featuredproperties
{
   clear:both;
   margin-top:10px;
}

table#featuredproperties td
{
   width:226px;
   height:290px;
   padding:0;
   overflow:hidden;
   background:url(images/featured-property.jpg) no-repeat;
   margin:0 3px 3px 0;
   padding:8px 8px 8px 10px;
}

table#featuredproperties td.premium
{
   background-image:url(images/premium-property.jpg);
}

table#featuredproperties a.icon
{
   display:block;
   text-decoration:none;
   padding:10px 0 10px 15px;
   color: #767676;
   font-weight: normal;
   background:url(images/icon.gif) no-repeat center left;
}

table#featuredproperties td p
{
   margin:0 auto;
   display:block;
}

table#featuredproperties img
{
   display:block;
   margin:44px 0 10px 0;
   clear:both;
}

/**
* latest news
*/

div#latestnews
{
   clear:both;
   margin-top:10px;
   background:url(images/news-bg.jpg) no-repeat;
   margin:0 3px;
}

div#latestnews div
{
   padding:50px 30px 30px 30px;
   border:1px solid #CCC;
   border-top:0;
}

/**
* footer
*/

div#footer
{
  clear:both;
  background:url(images/footer.png) no-repeat bottom center;
  padding:20px;
  text-align:center;
}

/**
* misc
*/

div.heading
{
   background-color:#4990C8;
   height:30px;
   line-height:30px;
}

div.heading h1
{
   width:450px;
}

div.heading h1,
div.heading span.telephone
{
	display:block;
   float:left;
   color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
   margin:0;
   padding:0 6px;
}

div.heading span.telephone
{
   float:right;
}

div.clear
{
   float:none;
   clear:both;
   height:0px;
   overflow:hidden;
}

/**
* property detail
*/

div.tintbox
{
   background:#F3EEDB;
   padding:10px;
   margin:10px 0;
}

div#thumbnails
{
   margin:10px 0;
}

div#propertyinfo
{
   width:300px;
   float:right;  
}

div#propertyinfo img
{
   float:left; 
}

div#propertyinfo table
{
   width:100%;
}

div#propertyinfo table th
{
   text-transform:uppercase;
   text-align:left;
   font-weight:bold;
   width:33%;
}

div#propertyinfo table td
{
   font-weight:bold;
   width:67%;
}

div#propertyinfo a,
div#propertyinfo a:link,
div#propertyinfo a:visited
{
	display:block;
	padding:8px 15px;
	background-color:#FF6600;
}

div#propertyinfo table a,
div#propertyinfo table a:link,
div#propertyinfo table a:visited
{
   display:inline;
   background-color:#FFF;
   padding:0;
}

/**
* misc
*/

.hide
{
   display:none;
}
