body {
	background-color: #FFFFFF;
	margin:0px;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}


h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
}
/* CONTAINERS */

.pagecontainer {
	width:99%;
	height:auto;
	position:absolute;
	z-index:1;
}
.maincontainer {
	position:relative;
	margin:0px auto;
	width:1000px;
	height:auto;
	z-index: 1;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

/* HEADER ITEMS */

.logoarea {
	background-color: #000000;
	padding: 16px;
	height: 66px;
	width: 964px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.telephone {
	float:right;
	margin-top: 10px;
}
.bar1-left {
	width:260px;
	height:14px;
	background-color: #3c3b3c;
	border-width: 0px 1px 1px 0px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-color: #FFFFFF;
}
.bar2-left {
	width:260px;
	height:19px;
	background-color: #646262;
	border-width: 0px 1px 1px 0px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-color: #FFFFFF;
}
.bar1-right {
	width:738px;
	height:14px;
	background-color: #666666;
	border-width: 0px 0px 1px 0px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-color: #FFFFFF;
}
.side-bar-right {
	width:26px;
	height:209px;
	background-color: #3f3e3e;
	border-width: 0px 0px 1px 0px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-color: #FFFFFF;
}
.picture {
	border-width: 0px 1px 1px 0px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-color: #FFFFFF;
}
.featured-property {
	width:260;
	height:209;
	background-color: #000000;
	border-width: 0px 1px 1px 0px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}


/* MENU ITEMS */

.menu {
	width:738px;
	height:15px;
	background-color: #8c8889;
	border-width: 0px 0px 1px 0px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 40px;
	white-space:nowrap;
	color: #8C8889;
}


.menu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 22px;
	padding-right:22px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../img/rb-images/arrow1.gif);
	background-repeat: no-repeat;
	
}
.menu a:hover {
	color: #CCCCCC;
	text-decoration: none;
	background-image: url(../img/rb-images/arrow2.gif);
	background-repeat: no-repeat;
}




/* MAIN PAGE ITEMS */

.content {
	background-color: #a6a5a4;
	background-image: url(../img/rb-images/background.gif);
	background-repeat: no-repeat;
	background-position: 28px 37px;
	height: auto;
	width: 696px;
	padding-top: 22px;
	padding-right: 22px;
	padding-bottom: 22px;
	padding-left: 282px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

/* FOOTER ITEMS */

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	height: 40px;
	width: 1000px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 7px;
	padding-left: 18px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-color: #000000;
}
.footer ../img/rb-images {
margin-left:25px;
}
/* CONTACT FORM ITEMS */

.formboxstyles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #646262;
	width: 95%;
	border: 1px solid #000000;
}
.formbuttonstyles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	width: 100px;
	background-color: #000000;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9DDBFF;
	border-right-color: #9DDBFF;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
