@charset "UTF-8";
body  {
	background: url(../test_directory/images/bg_tile.gif) repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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;
}
.twoColFixLtHdr #wrapper {
	background-image: url(../test_directory/images/page_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#mainNav ul {
	list-style-type: none;
}
#mainNav li {
	display: inline;
}
#mainNav a:link, #mainNav a:visited {
	display: block;
	float: left;
	width: 180px;
	text-align: center;
	text-decoration: none;
	clear: right;
	height: 30px;
	line-height: 25px;
	color: #333333;
	border: 1px solid #CCCCCC;
}
#mainNav a:hover, #mainNav a:active {
	display: block;
	float: left;
	width: 180px;
	text-align: center;
	text-decoration: none;
	clear: right;
	height: 30px;
	line-height: 25px;
	background-color: #359BFE;
	color: #FFFFFF;
}
.twoColFixLtHdr #contentwrapper {
	background-color: #FFFFFF;
}
.twoColFixLtHdr #container {
	width: 776px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #header {
	height: 106px;
	width: 776px;
	background-color: #349AFE;
	background-image: url(http://www.longbeachcarealestate.com/images/header.gif);
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 10px;
	text-align: center;
}
.twoColFixLtHdr #mainContent {
	padding: 20px 0 0 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	float: left;
	width: 585px;
	background-color: #FFFFFF;
} 
#mainContentNoSidebar {
	width: 828px;
	padding: 20px 10px 0 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
	float: left;
}
#mainNav {
	width: 100%;
	height: 40px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #FFFFFF;
}
.twoColFixLtHdr #footer {
	background:#DDDDDD url(../images/footer.gif) no-repeat;
	height: 100px;
	width: 776px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#sidebar1 p, #sidebar1 a:link, #sidebar1:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	line-height:1.5em;
	text-align: center;
}
#sidebar1 h3 {
	font-family:Garamond, "Times New Roman", Times, serif;
	font-size:15px;
}
#mainContent p {
	line-height:1.5em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

#mainContent h1 {
	font-family:Garamond, "Times New Roman", Times, serif;
	font-size:25px;
}
#mainContent h2 {
	font-family:Garamond, "Times New Roman", Times, serif;
	font-size:20px;
}
#mainContent li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#footer p {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	color:#FFFFFF;
}
#footer a:link{
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
#footer a:visited{
	color:#CCCCCC;
}
#mainContent div#homelistLeft {
	width: 50%;
}
#mainContent div#homelistRight {
	width: 45%;
}

