@charset "utf-8";
/* Typography */
#content {
	color: #565656;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}
	#content a:link, a:visited, a:active {
		color:#1D4161;
		text-decoration:none;
		font-weight:bold;
	}
	#content a:hover {
		color:#565656;
		text-decoration:none;
		font-weight:bold;
	}
#content-main {
	color: #565656;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}
#content-blog {
	color: #565656;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
	margin-left:0px;
}
#featuredInfoMid {
	color: #FFFFFF;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 11px;
}
  #featuredInfoMid .price {
  	font-weight: bold;
  }

#nav {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  font-weight: bold;
	text-align: center;
}
  #nav li a:link,
  #nav li a:visited {
    color: #FFFFFF;
    text-decoration: none;
  }
  #nav li a:hover {
    color: #224564;
  }

#sidebar ul li a {
	color: #224564;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
  #sidebar table {
    color: #224564;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
  }
  
.copyright {
	text-align: center;
  font-size: 11px;
  margin: 10px 0 15px;
  width: 910px;
}
a.copy:link {
		color:#000;
		text-decoration:none;
}
a.copy:visited {
		color:#000;
		text-decoration:none;
}
a.copy:hover {
		color:#A8A5A2;
		text-decoration:none;
}
a.copy:active {
		color:#000;
		text-decoration:none;
}


.info .address address {
	color: #224564;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  text-align: center;
}

.title {
	margin-top: 0;
  color: #224564;
  font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
}

/* General Layout */
#content {
  float: right;
	width: 635px;
}
#content-main {
  float: left;
	width: 800px;
}
  #content ul {
    margin-top: 0;
    padding-left: 15px;
  }

#featured {
  background-image: url(/images/bg-sidebar.png);
  background-position: left;
  background-repeat: repeat-y;
	float: right;
  margin-left: 15px;
  padding-left: 20px;
  width: 200px;
}
  #featured #featuredInfoBtm {
    background-image: url(/images/featured-btm.png);
    background-repeat: no-repeat;
    height: 6px;
    width: 192px;
  }
  #featured #featuredInfoMid {
    background-image: url(/images/featured-mid.png);
    background-repeat: repeat-y;
    width: 176px;
    padding: 0 8px 7px;
  }
    #featured #featuredInfoMid img {
      border: 1px solid #FFFFFF;
      margin: 3px;
    }
    #featured #featuredInfoMid .location {
    	clear: both;
    }
    #featured #featuredInfoMid .mls {
    	float: left;
    }
    #featured #featuredInfoMid .price {
    	float: right;
    }
  #featured #featuredInfoTop {
    background-image: url(/images/featured-top.png);
    background-repeat: no-repeat;
    height: 7px;
    width: 192px;
  }

#footer {
  background-image: url(/images/bg-footer.png);
  background-repeat: no-repeat;
  height: 115px;
}

#header {
  background-image: url(/images/bg-header.png);
  background-repeat: no-repeat;
  height: 280px;
  position: relative;
}
  #header h1 {
    left: 40px;
    position: absolute;
    top: 100px;
  }

#nav {
	list-style: none;
  margin: 0;
  padding: 25px 0 0;
}
  #nav li {
    display: inline;
    padding: 0 10px;
  }

#page {
  background-image: url(/images/bg-content.png);
  background-repeat: repeat-y;
  padding: 1px 25px 15px;
}

#sidebar {
	float: left;
  background-image: url(/images/bg-sidebar.png);
  background-position: right;
  background-repeat: repeat-y;
  width: 210px;
}
  #sidebar hr {
    border-color: #224564;
  	color: #224564;
    margin-right: 10px;
  }
  #sidebar ul {
    list-style: none;
    padding: 0;
  }
    #sidebar ul li {
      background-image: url(/images/link-arrow.png);
      background-position: left;
      background-repeat: no-repeat;
      padding-left: 15px;
    }

#wrap {
  margin: 0 auto 10px;
  position: relative;
	width: 910px;
}

.clear {
	clear: both;
}

.info {
  margin: 0 auto;
  padding-top: 15px;
	width: 650px;
}
  .info img {
    float: left;
  }
  .info .address {
    float: right;
    padding-top: 15px;
  }

/* HTML Tags */
body {
  background-color: #FFFFFF;
  background-image: url(/images/background.png);
  background-repeat: repeat-x;
  margin: 0;
	padding: 0;
}

img {
	border: none;
}

