@charset "utf-8";
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #CC9;
	margin: 0px;
	padding: 0;
}
#container  {
	width: 960px;
	background-color: #cc9;
	margin-top: 10px;
	height: auto;
	border: 1px solid #333;
	margin-left: 10px;
}
#banner {
	height: 200px;
	width: 960px;
}
#LeftBannerContainer {
	width: 660px;
	float: left;
	height: 200px;
	background-image: url(images/Tacoma-Narrows-bridges.jpg);
}
#RightBannerContainer {
	float: right;
	background-color: #000;
	width: 290px;
	height: 75px;
	padding-top: 125px;
	padding-left: 10px;
}
#TopNavigation {
	height: 32px;
	width: 800px;
	background-color: #000;
	color: #FFF;
	padding-left: 160px;
}

#contactInfo {
	height: 75px;
	width: 278px;
}
#SideNavigation {
	float: left;
	padding-top: 5px;
}


#mainContent  {
	background-color: #CC9;
	height: 460px;
	width: 846px;
	float: right;
	margin-top: 10px;
	background-image: url(images/whitePage2.gif);

}
#mainContent2  {
	background-color: #FFF;
	height: auto;
	width: 800px;
	float: right;
	margin-top: 10px;
	padding: 10px;
	margin-right: 10px;
	text-align: left;
	font-size: 0.9em;

}

#mainContentText {
	height: 150px;
	width: 785px;
	margin-left: 25px;
	text-align: left;
	top: 50px;
}



#mainContentText h3 {
	font-size: 120%;
	color: #F00;
	text-align: right;
	margin-top: 10px;
}
.h3 {
	margin-top: 5px;
	margin-bottom: 5px;
}
.text10 {
	font-size: 10px;
}
.text12 {
	font-size: 12px;
}
.text14 {
	font-size: 14px;
}
.text16 {
	font-size: 16px;
}
.text18 {
	font-size: 18px;
}
.text24 {
	font-size: 24px;
}



.h3Right {
	margin-top: 5px;
	text-align: left;
	
	
}



.linkName{
	font-size: 14px;
	text-align: left;
	text-decoration: none;
	color: #000;
	font-weight:bold;
}

.linkDescription{
	font-size: 12px;
	text-align: left;
	text-decoration: underline;
	color:#FFF;
	font-weight:bold
}
.FeaturedListings {
	color: #FFF;
	text-decoration: underline;
	font-weight: bold;
	text-align: left;
}

#mainContentText h4 {
	font-size: 100%;
}
.mainContentText p {
	font-size: 50%;
	text-align: left;
}
.alignRight {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	margin-top: 5px;
}
.HeaderRight {
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: right;
	margin-top: 5px;
}


#tabContainer {
	width: 794px;
	height: 280px;
	margin-left: 20px;
}

#listings {
	height: 430px;
	width: 475px;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
}
#contact {
	width: 960px;
	float: right;
}

#featuredHomesForRent {
	background-color: #F33;
	height: 195px;
	width: 415px;
	float: right;
	margin-top: 10px;
	padding: 10px;
	color: #FFF;
	border: 5px ridge #FFF;
}


#propertyManagementCompanies {
	height: auto;
	width: 400px;
	float: right;
	margin-top: 5px;
}
.boldCentered {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.lowerRight {
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	float: right;
}
#whitePageContainer {
	height: 380px;
	width: 775px;
	margin-top: 30px;
	margin-left: 20px;
	text-align: left;
	padding: 10px;
}
.pageDescription {
	margin-top: 0px;
	text-align: right;
	font-weight: bold;
	margin-right: 0px;
}

#Sticky {
	position:fixed;
	/** IE7+, Firefox, Mozilla, Opera, Safari, Konqueror... will use this **/
bottom:2px;
	padding: 0;
	/* Netscape 4, IE 4.x-5.0/Win and other lesser browsers will use this */
_position: absolute;
	bottom: 2px;
	right: 2px;
	margin-right: 10px;
	margin-bottom: 5px;
}
