
/* Set defaults */
#frontpage {
  background-color: #1A2553;
  color: #666699;
  margin: 0px 0px 0px 0px;
  table-layout: fixed;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

/* Set the bird background */
.background {
  background-image: url("images/remax_header.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  z-index: 9;
}

/* Set the footer */
.footer {
  text-align:center;
  padding:0px;
  background-image: url("images/footer_bg.jpg");
  background-repeat: horizontal;
}

/* Set the position of the table */
.menu {
  padding-top: 150px;
}

.nomargin {
  padding: 0px 0px 0px 0px;
}

/* Fix the table layout */
table {
  table-layout: fixed;
}

.realestate {
  color: white;
  font-size: 11px;
  font-weight: bold;
  padding: 0px 0px 4px 0px;
}

.searchbox {
  color: #ffffff;
  font-size: 9px;
  font-weight: bold;
}

.notices {
  padding: 4px 4px 4px 4px;
  color: white;
  font-size: 9px;
  font-weight: normal;
  max-width: 156;
}

td.default {
  background-color: #1a2553;
  border-style: single;
  border-color: #666699;
  width: 157px;
  height: 80px;
  padding: 5px;
  cursor: pointer;
}

span.whiteText {
	color: white; 
	text-decoration: none;
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

div.balloon {
	position:absolute;
	right:10%;
	top:8px;
}

#about {
	border-top: solid;
	border-left: solid;
	border-right: solid;
	border-width: 1px;
}

#selling {
	border-top: solid;
	border-left: solid;
	border-width: 1px;
}

#management {
	border-top: solid;
	border-left: solid;
	border-right: solid;
	border-width: 1px;
}

#contact {
	border-top: solid;
	border-right: solid;
	border-width: 1px;
}

#buying {
	border-top: solid;
	border-left: solid;
	border-bottom: solid;
	border-width: 1px;
}

#rentals {
	border-top: solid;
	border-left: solid;
	border-right: solid;
	border-bottom: solid;
	border-width: 1px;
}

#inspections {
	border-top: solid;
	border-bottom: solid;
	border-right: solid;
	border-width: 1px;
}

#commercial {
	border-bottom: solid;
	border-left: solid;
	border-right: solid;
	border-width: 1px;
}

#downloads {
	border-bottom: solid;
	border-left: none;
	border-right: solid;
	border-width: 1px;
}
