/*-

	Island House Stylesheet v1
	Copyright 2009
	
-*/

body
	{background: #267093;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

img { border: 0; }

a { color: #143b4e; text-decoration: none; }
a:hover { text-decoration: underline; }

#islandhouse
{
	background: #fff url('../images/bg.jpg') repeat-y;
	margin: 0 auto;
	width: 950px;
}

#left
{
	background: url('../images/leftbg.jpg') repeat-x;
	border-right: 1px solid #e9e9e9;
	float: left;
	width: 229px;
}

#right
{
	float: left;
	padding: 10px;
	width: 700px;
}

#top
{
	width: 100%;
}

#top ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#top ul li
{
	float: left;
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0;
}

#top ul li.no-marg { margin: 0; }

#content
{
	color: #6b6b6b;
	width: 100%;
}

#navs
{
	color: #143b4e;
	width: 100%;
	font-weight: bold;
	text-align: right;
}

#content h1 
{
	color: #143b4e;
	font-size: 14px;
	font-weight: bold;
}
#content h2 
{
	color: #143b4e;
	font-size: 18px;
	font-weight: bold;
}

.contentImage { float: right; margin: 5px 0px 5px 15px; }

#logo
{
	margin-top: 20px;
	text-align: center;
	width: 100%;
}

#navigation
{
	color: #143b4e;
	margin-top: 20px;
	width: 100%;
}

#navigation ul, #navigation ul li
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation ul li { padding-left: 20px; }

#navigation ul li.header { font-weight: bold; }

.divider 
{
	background: url('../images/navdivider.png') no-repeat center center;
	height: 20px;
	width: 100%;
}

#ads
{
	margin-top: 20px;
	width: 100%;
}

.adImage { margin: 0; padding: 0; text-align: center; }
.adDesc { padding: 2px 10px 30px 10px; }

#footer
{
	color: #fff;
	width: 950px;
	float: auto;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

#footer a { color: #fff; }
#footer ul { list-style: none; margin: 0; padding: 0; text-align: center; }
#footer ul li { display: inline; list-style: none; margin: 0; padding: 0; }
#footer ul li.div { list-style: circle; text-align: center; width: 20px; }

#footer .featured p {
  padding: 0;
  margin: 0;
}

.clear { clear: both; }
/* Common Content Elements */
  .error {
    color: #F00;
  }
  .warning {
    color: #F60;
  }
  .notice {
    color: #390;
  }


/* Property Listings */
.clear {
  clear: both;
  height: 1px;
  overflow: hidden;
}

.propertyRow .propertyTitle {
  display: block;
  font-size: 1.5em;
  font-weight: bold;
  margin: 5px 0;
}
.propertyRow .image {
  display: block;
  float: left;
  margin: 15px 10px 5px 10px;
}
