@charset "utf-8";
/* General Layout */
#navbar {
  height: 64px;
  width: 970px;
}

#areaInfo {
  height: 20px;
  left: 15px;
	position: absolute;
  top: 25px;
  width: 70px;
}

#properties {
  height: 20px;
  left: 105px;
	position: absolute;
  top: 25px;
  width: 125px;
}

#request {
  height: 20px;
  left: 250px;
	position: absolute;
  top: 25px;
  width: 125px;
}

#home {
  height: 110px;
  left: 390px;
	position: absolute;
  top: 5px;
  width: 190px;
}

#house {
  position: absolute;
  right: 10px;
  top: 75px;
  z-index: 100px;
}

#value {
  height: 20px;
  left: 595px;
	position: absolute;
  top: 25px;
  width: 130px;
}

#blog {
  height: 20px;
  left: 745px;
	position: absolute;
  top: 25px;
  width: 115px;
}

#contact {
  height: 20px;
  left: 875px;
	position: absolute;
  top: 25px;
  width: 65px;
}

#banner1 {
	background-image: url(../images/banner1.png);
  height: 183px;
}

#banner2 {
	background-image: url(../images/banner2.png);
  height: 183px;
}

#banner3 {
	background-image: url(../images/banner3.png);
  height: 183px;
}

#banner4 {
	background-image: url(../images/banner4.png);
  height: 183px;
}

#banner5 {
	background-image: url(../images/banner5.png);
  height: 183px;
}

#banner6 {
	background-image: url(../images/banner6.png);
  height: 183px;
}

#map {
	float: left;
}

.photos {
	float: right;
}

.anchors {
	list-style-type: none;
}


/*  Content Build */
#top {
  background-image: url(../images/content_top_bg.png);
  height: 255px;
}

#middle {
  background-image: url(../images/content_bg.png);
  background-repeat: repeat-y;
  padding: 1px 40px;
}

#bottom {
  background-image: url(../images/content_bottom_bg.png);
  height: 22px;
}


/* Text Specific */
#footer {
	background-image: url(../images/special_bg.png);
  font-size: 11px;
	text-align: center;
}

.content_top {
	margin-top: -260px;
}

.error {
	color: #FF0000;
  font-weight: bold;
}


/* HTML Tags */
a {
	color: #265264;
/*  font-weight: bold; */
  text-decoration: none;
}

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

h1, h2, hr, strong {
	color: #134279;
}

hr {
	width: 70%;
}

img {
	border: none;
}


/* Signature */
#viewtiful {
	margin-left: auto;
  margin-right: auto;
	position: relative;
  top: 0;
	width: 970px;
}