﻿/*--------------Home Page------------------*/



body {

    background-image: url('images/BG.jpg');

	background-repeat: repeat; 

}
#logo {
    background-image:url(images/cbww_logo.gif);
	width:115px;
	height:67px;
}
#header {

  background-image: url('images/header.jpg');

  position: absolute;

  top: 0px;

  left: 0px;

  width: 800px;

  height: 75px;

}

#image {

  background-image: url('images/image.jpg');

  position: absolute;

  top: 75px;

  left: 0px;

  width: 800px;

  height: 100px;	

}

#nav {

	padding: 7px 0px 0px 0px;

	background-image: url('images/linkBG.jpg');

	position: absolute;

	top: 175px;

	left: 0px;

	width: 800px;

	height: 30px;

	font-family: "Times New Roman";

	font-size: 12px;

	text-align: center;

	color: #F1E8D9;

}

#rightcol {

	padding: 10px;

	background: #c7b8a1;

	position: absolute;

	top: 205px;

	left: 560px;

	width: 220px;

	height: 570px;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #241B12;

}

#pic {

	padding: 5px;

	background-image:url('images/KG.jpg');

	background-repeat: no-repeat;

	background-position:center;

	background-color: #3e342a;

	position: absolute;

	top: 215px;

	left: 580px;

	width: 190px;

	height: 220px;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #8E5927;

}

#HousePic {

	background-repeat: no-repeat;

	position: absolute;

	top: 400px;

	left: 55px;

	width: 450px;

	height: 300px;

}

#content {

	padding: 10px;

	background: #f1e8d9;

	position: absolute;

	top: 205px;

	left: 0px;

	width: 540px;

	height: 570px;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #000000;

}

#footer {

	padding: 5px;

	background: #af9e87;

	position: absolute;

	top: 775px;

	left: 0px;

	width: 790px;

	height: 25px;

	font-size: 10px;

	font-family: Arial, Helvetica, sans-serif;

	text-align: center;

}

h1 {

	font-family:"Times New Roman", Times, serif;

	font-size: 16px;

	color: #880000;

}

h2 {

	font-family:"Times New Roman", Times, serif;

	font-size: 14px;

	color: #880000;

}

h3 {

	font-family:Arial, Helvetica, sans-serif;

	font-size: 14px;

	color: #241B12;

}

h4 {

	font-size: 12px;

	font-weight: bold;

}

h5 {

    text-align:center;	

	font-family:Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #241B12;

	font-weight:normal;

}

p {

	font-family: Arial, Helvetica, sans-serif;

	color: black;

	font-style: normal;	

	font-size: 12px;

}

p.second {

	font-weight: bold;

	color: #880000;

}

.class1 A:link {

	text-decoration: none;

	color: #880000;

	list-style: none;

}

.class1 A:visited {

	text-decoration: none;

	color: #880000;

	list-style: none;

}

.class1 A:active {

	text-decoration: none;

	color: #880000;

	list-style: none;

}

.class1 A:hover {

	text-decoration: underline;	

	color: #880000;

	list-style: none;

}

.class2 A:link {

	text-decoration: underline;

	font-weight:bold;

	color: #000000;

	list-style: none;

}

.class2 A:visited {

	text-decoration: underline;

	font-weight:bold;

	color: #000000;

	list-style: none;

}

.class2 A:active {

	text-decoration: underline;

	font-weight:bold;

	color: #000000;

	list-style: none;

}

.class2 A:hover {

	text-decoration: underline;	

	font-weight:bold;

	color: #000000;

	list-style: none;

}

.local A:link {

	text-decoration: underline;

	font-weight:bold;

	color:#663300;

	list-style: none;

	margin-left:20px;

}

.local A:visited {

	text-decoration: underline;

	font-weight:bold;

	color: #663300;

	list-style: none;

}

.local A:active {

	text-decoration: underline;

	font-weight:bold;

	color: #663300;

	list-style: none;

}

.local A:hover {

	text-decoration: underline;	

	font-weight:bold;

	color: #663300;

	list-style: none;

}

.local2 A:link {

	text-decoration: underline;

	font-weight:bold;

	color:#663300;

	list-style: none;

}

.local2 A:visited {

	text-decoration: underline;

	font-weight:bold;

	color: #663300;

	list-style: none;

}

.local2 A:active {

	text-decoration: underline;

	font-weight:bold;

	color: #663300;

	list-style: none;

}

.local2 A:hover {

	text-decoration: underline;	

	font-weight:bold;

	color: #663300;

	list-style: none;

}

.local3 A:link {

	text-decoration: none;

	font-weight:normal;

	color:#F1E8D9;

	list-style: none;

}

.local3 A:visited {

	text-decoration: none;

	font-weight:normal;

	color: #F1E8D9;

	list-style: none;

}

.local3 A:active {

	text-decoration: none;

	font-weight:normal;

	color: #F1E8D9;

	list-style: none;

}

.local3 A:hover {

	text-decoration: none;	

	font-weight:normal;

	color: #F1E8D9;

	list-style: none;

}

li {

	list-style-position:inside;

	margin: 10px;

}

li.nav_item {

    left:0px;

    list-style:none;

	font-weight: bold;

	color: #880000;

}





/*-------------------Home Search-------------------------*/





#searchheader {

  background-image: url('images/header.jpg');

  position: absolute;

  top: 0px;

  left: 0px;

  width: 800px;

  height: 75px;

}

#searchimage {

  background-image: url('images/image.jpg');

  position: absolute;

  top: 75px;

  left: 0px;

  width: 800px;

  height: 100px;	

}

#searchnav {

	padding: 7px 0px 0px 0px;

	background-image: url('images/linkBG.jpg');

	position: absolute;

	top: 175px;

	left: 0px;

	width: 800px;

	height: 30px;

	font-family: "Times New Roman";

	font-size: 12px;

	text-align: center;

	color: #F1E8D9;

}

#searchleftcol {

	padding: 10px;

	background: #c7b8a1;

	position: absolute;

	top: 0px;

	left: 0px;

	width: 160px;

	height: 1020px;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #241B12;

}

#searchpic {

	padding: 5px;

	background-image:url('images/KG.jpg');

	background-repeat: no-repeat;

	background-position:center;

	background-color: #3e342a;

	position: absolute;

	top: 215px;

	left: 590px;

	width: 190px;

	height: 220px;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #8E5927;

}

#SearchRealLogo {

	background-repeat: no-repeat;

	position: absolute;

	top: 400px;

	left: 10px;

	width: 125px;

	height: 79px;

}

#contentHome {

	padding: 10px;

	background: #f1e8d9;

	position: absolute;

	top: 205px;

	left: 0px;

	width: 560px;

	height: 550px;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #000000;

}

#searchfooter {

	padding: 5px;

	background: #af9e87;

	position: absolute;

	top: 0px;

	left: 0px;

	width: 790px;

	height: 25px;

	font-size: 10px;

	font-family: Arial, Helvetica, sans-serif;

	text-align:center;



}



/*-------------------Glossary-------------------------*/





#Glossaryheader {

  background-image: url('images/header.jpg');

  position: absolute;

  top: 0px;

  left: 0px;

  width: 800px;

  height: 75px;

}

#Glossaryimage {

  background-image: url('images/image.jpg');

  position: absolute;

  top: 75px;

  left: 0px;

  width: 800px;

  height: 100px;	

}

#Glossarynav {

	padding: 7px 0px 0px 0px;

	background-image: url('images/linkBG.jpg');

	position: absolute;

	top: 175px;

	left: 0px;

	width: 800px;

	height: 30px;

	font-family: "Times New Roman";

	font-size: 12px;

	text-align: center;

	color: #F1E8D9;

}

#Glossaryleftcol {

	padding: 10px;

	background: #c7b8a1;

	position: absolute;

	top: 0px;

	left: 0px;

	width: 160px;

	height: 1020px;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #241B12;

}

#Glossarypic {

	padding: 5px;

	background-image:url('images/KG.jpg');

	background-repeat: no-repeat;

	background-position:center;

	background-color: #3e342a;

	position: absolute;

	top: 215px;

	left: 590px;

	width: 190px;

	height: 220px;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #8E5927;

}

#GlossaryRealLogo {	

	background-repeat: no-repeat;

	position: absolute;

	top: 400px;

	left: 10px;

	width: 125px;

	height: 79px;

}

#Glossarycontent {

	padding: 5px;

	background: #f1e8d9;

	position: absolute;

	top: 0px;

	left: 0px;

	width: 610px;

	height: auto;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #000000;

}

#Glossaryfooter {

	padding: 5px;

	background: #af9e87;

	position: absolute;

	top: 0px;

	left: 0px;

	width: 790px;

	height: 25px;

	font-size: 10px;

	font-family: Arial, Helvetica, sans-serif;

	text-align:center;



}



/*-------------------Contact Us-------------------------*/





#Contactheader {

  background-image: url('images/header.jpg');

  position: absolute;

  top: 0px;

  left: 0px;

  width: 800px;

  height: 75px;

}

#Contactimage {

  background-image: url('images/image.jpg');

  position: absolute;

  top: 75px;

  left: 0px;

  width: 800px;

  height: 100px;	

}

#Contactnav {

	padding: 7px 0px 0px 0px;

	background-image: url('images/linkBG.jpg');

	position: absolute;

	top: 175px;

	left: 0px;

	width: 800px;

	height: 30px;

	font-family: "Times New Roman";

	font-size: 12px;

	text-align: center;

	color: #F1E8D9;

}

#Contactleftcol {

	padding: 10px;

	background: #c7b8a1;

	position: absolute;

	top: 205px;

	left: 0px;

	width: 175px;

	height: 595px;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #241B12;

}

#Contactpic {

	padding: 5px;

	background-image:url('images/KG.jpg');

	background-repeat: no-repeat;

	background-position:center;

	background-color: #3e342a;

	position: absolute;

	top: 215px;

	left: 590px;

	width: 190px;

	height: 220px;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #8E5927;

}

#ContactRealLogo {

	background-repeat: no-repeat;

	position: absolute;

	top: 400px;

	left: 10px;

	width: 125px;

	height: 79px;

}

#Contactcontent {

	padding: 5px;

	background: #f1e8d9;

	position: absolute;

	top: 0px;

	left: 0px;

	width: 625px;

	height: 595px;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #000000;

}

#Contactfooter {

	padding: 5px;

	background: #af9e87;

	position: absolute;

	top: 800px;

	left: 0px;

	width: 800px;

	height: 25px;

	font-size: 10px;

	font-family: Arial, Helvetica, sans-serif;

	text-align: center;

}



/*--------- Layout for Other Pages --------------- */





#otherleftcol {

	padding: 10px;

	background: #c7b8a1;

	position: absolute;

	top: 205px;

	left: 0px;

	width: 160px;

	height: 700px;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #241B12;

}

#othercontent {

	padding: 10px;

	background-image:url('images/contentBG.jpg');

	background-repeat: repeat;

	position: absolute;

	top: 205px;

	left: 175px;

	width: 605px;

	height: 700px;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #000000;

}





/*________________ Sellers.html______________________*/





#Sellerscontent {

	padding: 10px;

	background-image: url('images/sellersBG.jpg');

	background-repeat: repeat;

	position: absolute;

	top: 205px;

	left: 170px;

	width: 610px;

	height: 1085px;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #000000;

}

#sellersfooter {

	padding: 5px;

	background: #af9e87;

	position: absolute;

	top: 1310px;

	left: 0px;

	width: 790px;

	height: 25px;

	font-size: 10px;

	font-family: Arial, Helvetica, sans-serif;

	text-align: center;

}

#sellersleftcol {

	padding: 10px;

	background: #c7b8a1;

	position: absolute;

	top: 205px;

	left: 0px;

	width: 155px;

	height: 1085px;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #241B12;

}

#otherpic {

	padding: 5px;

	background-image:url('images/KG.jpg');

	background-repeat: no-repeat;

	background-position:center;

	background-color: #c7b8a1;

	position: absolute;

	top: 215px;

	left: 5px;

	width: 145px;

	height: 220px;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #8E5927;

}

#otherRealLogo {

	background-repeat: no-repeat;

	position: absolute;

	top: 590px;

	left: 10px;

	width: 125px;

	height: 79px;

}

#otherfooter {

	padding: 5px;

	background: #af9e87;

	position: absolute;

	top: 925px;

	left: 0px;

	width: 790px;

	height: 25px;

	font-size: 10px;

	font-family: Arial, Helvetica, sans-serif;

	text-align:center;

}

#navLinks {

    background-image:url('images/Nav_Menu.swf');

	padding: 0px;

	position:absolute;

	top: 215px;

	left: 10px;

	width: 150px;

	height: 25px;

}

/*-------------------Moving Estimate-------------------------*/





#MovingEstimateheader {

  background-image: url('images/header.jpg');

  position: absolute;

  top: 0px;

  left: 0px;

  width: 800px;

  height: 75px;

}

#MovingEstimateimage {

  background-image: url('images/image.jpg');

  position: absolute;

  top: 75px;

  left: 0px;

  width: 800px;

  height: 100px;	

}

#MovingEstimatenav {

	padding: 7px 0px 0px 0px;

	background-image: url('images/linkBG.jpg');

	position: absolute;

	top: 175px;

	left: 0px;

	width: 800px;

	height: 30px;

	font-family: "Times New Roman";

	font-size: 12px;

	text-align: center;

	color: #F1E8D9;

}

#MovingEstimateleftcol {

	padding: 10px;

	background: #c7b8a1;

	position: absolute;

	top: 205px;

	left: 0px;

	width: 175px;

	height: 595px;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #241B12;

}

#MovingEstimatepic {

	padding: 5px;

	background-image:url('images/KG.jpg');

	background-repeat: no-repeat;

	background-position:center;

	background-color: #3e342a;

	position: absolute;

	top: 215px;

	left: 590px;

	width: 190px;

	height: 220px;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #8E5927;

}

#MovingEstimateRealLogo {

	background-repeat: no-repeat;

	position: absolute;

	top: 400px;

	left: 10px;

	width: 125px;

	height: 79px;

}

#MovingEstimatecontent {

	padding: 5px;

	background: #f1e8d9;

	position: absolute;

	top: 0px;

	left: 0px;

	width: 625px;

	height: 595px;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #000000;

}

#MovingEstimatefooter {

	padding: 5px;

	background: #af9e87;

	position: absolute;

	top: 800px;

	left: 0px;

	width: 800px;

	height: 25px;

	font-size: 10px;

	font-family: Arial, Helvetica, sans-serif;

	text-align: center;

}



/*________________ Buyers.html______________________*/





#Buyerscontent {

	padding: 10px;

	background-image: url('images/contentBG.jpg');

	background-repeat: repeat;

	position: absolute;

	top: 205px;

	left: 170px;

	width: 610px;

	height: 770px;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #000000;

}

#Buyersfooter {

	padding: 5px;

	background: #af9e87;

	position: absolute;

	top: 995px;

	left: 0px;

	width: 790px;

	height: 25px;

	font-size: 10px;

	font-family: Arial, Helvetica, sans-serif;

	text-align: center;

}

#Buyersleftcol {

	padding: 10px;

	background: #c7b8a1;

	position: absolute;

	top: 205px;

	left: 0px;

	width: 155px;

	height: 800px;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #241B12;

}

#Buyerspic {

	padding: 5px;

	background-image:url('images/KG.jpg');

	background-repeat: no-repeat;

	background-position:center;

	background-color: #c7b8a1;

	position: absolute;

	top: 215px;

	left: 5px;

	width: 145px;

	height: 220px;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #8E5927;

}

#BuyersRealLogo {

	background-repeat: no-repeat;

	position: absolute;

	top: 590px;

	left: 10px;

	width: 125px;

	height: 79px;

}

#navLinks {

    background-image:url('images/Nav_Menu.swf');

	padding: 0px;

	position:absolute;

	top: 215px;

	left: 10px;

	width: 150px;

	height: 25px;

}

