/* CSS Document */
body {
	text-align: center;
	padding: 0;
	background-color: #cbdea8;
	margin: 15px;
	font-family: "BernhardMod BT", "Californian FB", "Dutch801 Rm BT", "Goudy Old Style", "GoudyOlSt BT", "Lucida Calligraphy", "Lucida Fax", "Palatino Linotype", Perpetua, "Poor Richard", serif;
	}
#container1 {
	display: table;
	margin: 0 auto;
	width: 99%;
	background-color: #996;  /* This is dark olive green */
	border: none;
	mid-width: 740px;
	}
#header {
	width: 100%;
	}
#banner {
	width: 100%;
	}
#logoBox {
	width: 100%;
	height: 120px;
	margin: 0px;
	border: 1px solid black;
	border-bottom: 0px;
	}
#leftLogo {
	float: left;
	background: url("jpgs/banner-left1.jpg") no-repeat 0% 0%;
	height: 120px;
	margin-right: -1px;
	width: 15%;
	}
#midLogo {
	float: left;
	background: url("jpgs/banner-mid1.jpg") repeat-x 0% 0%;
	height: 120px;
	width: 44%;
	}
#rightLogo {
	float: left;
	background: url("jpgs/banner-right2.jpg") no-repeat 100% 0%;
	height: 120px;
	width: 41%;
	}
#navigation {
	height: 30px;
	margin: -36px 0px 0px -5px;
    float: left;
    width: 100%;
    font-size: 93%;
    line-height: normal;
    }
#navigation ul {
    margin: 0;
    padding: 10px 10px 0;
    list-style: none;
    }
#navigation li {
    float: left;
	background: url("gifs/rightNormal1.gif")
      no-repeat right top;
    margin: 0;
    padding: 0;
    }
#navigation a {
	float: left;
	display: block;
	background: url("gifs/leftNormal1.gif")
	  no-repeat left top;
	padding: 5px 15px 4px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: black;
    }
	/* Commented Backslash Hack
  	hides rule from IE5-Mac \*/
  	#header a {float: none;}
  	/* End IE5-Mac hack */
#navigation a:hover, a.noDec:hover {
	color: #A52A2A;
	}
#navigation #current {
    background-image: url("gifs/currentRight1.gif");
    }
#navigation #current a {
    background-image: url("gifs/currentLeft1.gif");
    }
#topbar, #bottombar {
	width: 100%;
	height: 20px;
	float: left;
	background-color: rgb(100,140,102);	/* Dark Aqua Green */
	font-size: 16px;
	font-weight: bold;
	color: white;
	text-align: left;
	padding: 10px 0px 10px 0px;
	border: 1px solid black;
	margin: 0px;
	}
#topbar {
	border-bottom: 0px;
	}
#bottombar {
	border-top: 0px;
	}
.pageTopic {
	padding: 0px 0px 0px 20px;
	}
.cartStuff {
	position: absolute;
	right: 50px;
	top: 138px;
	}
a.noDec {
	text-decoration: none;
	color: white;
	}
.cartWord {
	vertical-align: 10px;
	}
.cartStuff img {
	border: 0px;
	}
#bodyContainer {
	display: table;
	width: 100%;
	clear: left;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background-color: white;
	text-align: left;
	background-image: url(jpgs/backgroundPic.jpg);
	}
#bodyContainer img {
	float: left;
	display: block;
	clear: left;
	padding: 0px 20px 0px 0px;
	}
.textContainer {
	padding: 20px 20px 20px 0px;
	font-size: 18px;
	font-weight: bold;
	height: auto;
	}
.bodyTopic {
	font-size: 24px;
	font-weight: bold;
	color: rgb(100,140,102);
	}
.firstletter {
	font-size: 36px;
	color: black;
	}
br {
	clear: right;
	}
label, .search {
	font-size: 16px;
	}
.name, .number, .style, .bedrooms, .bathrooms, .floors {
	background-color: #cbdea8;
	}
.search {
	text-decoration: none;
	background-color: #996;
	font-weight: bold;
	font-family: "BernhardMod BT", "Californian FB", "Dutch801 Rm BT", "Goudy Old Style", "GoudyOlSt BT", "Lucida Calligraphy", "Lucida Fax", "Palatino Linotype", Perpetua, "Poor Richard";
	}
button.search:hover {
	color: #A52A2A;
	background-color: white;
	}
.tinyTextBox {
	width: 35px;
	display: inline;
	float: none;
	vertical-align: -3px;
	margin-left: 0px;
	background-color: #cbdea8;
}