﻿@charset "utf-8";
body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}
h1 {
	background:url(images/orangeh1.gif) no-repeat left center;
	padding-left:20px;
	font-weight:bold;
	color:#0071bc;
	font-size:16px;
}
h2 {
	font-weight:bold;
	color:#0071bc;
	font-size:14px;
}
.clear {
	clear:both;
}
form {
	margin:0 0;
	padding:0 0;
}
.oneColFixCtrHdr #container {
	width: 766px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(images/container_bak.jpg) #f7f7f7 repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	}
#part1 {
	background:url(images/logo_bak.jpg) no-repeat left top;
	width:758px;
	height:116px;
	text-align:right;
	padding-right:11px;
	padding-top:18px;
}
#part2 {
	background:url(images/search_bak.jpg) no-repeat left top;
	height:33px;
	padding-right:16px;
	text-align:right;
}
#leftmenu {
	float:left;
	width:129px;
	padding:20px 0 0 0;
}
#content {
	margin: 0 0 0 130px;
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:#f7f7f7;
}
#menu, .menu {
	background:url(http://www.longislandwaterfronthomes.net/images/menubackground.gif) repeat-x left top;
	height:22px;
	color:#FFFFFF;
	font-size:12px;
	padding:6px 10px 0px 10px;
}
.menu {
	font-size:10px;
	height:18px;
}
#menu {
	text-align:right;
}
#menu A:link, #menu A:visited, .menu A:link, .menu A:visited {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
#menu A:hover, .menu A:hover {
	color:#FF9900;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:#f7f7f7;
}
.oneColFixCtrHdr #footer {
	padding: 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(http://www.longislandwaterfronthomes.netimages/footer_bak.jpg) no-repeat;
	height:97px;
}
#footerleft {
	float:left;
	margin-top:70px;
	font-size:10px;
}
#footerright {
	float:right;
	text-align:right;
	font-size:10px;
	margin-top:70px;
}

.pagemenu {
	color:ffffff;
	margin: 20px 0;
}
.pagemenu A:link, .pagemenu A:visited{
	color:#ffffff;
	text-decoration:none;
	background: url(images/buttonback.gif) repeat-x;
	border: 1px solid #000033;
	height:13px;
	padding:5px;
}
.pagemenu A:hover {
	background:#0066CC url(images/buttonback_over.gif) repeat-x;
}
#sponsored_left {
	float:left;
}
#sponsored_right {
	float:right;
}
.colortable {
	background:#d5edf7;
	border:1px solid #003366;
}
.colortable th {
	background:url(images/table_head_bak.jpg) repeat-x;
	height:17px;
	color:#ffffff;
	font-weight:bold;
	padding:4px;
}
.colortable td {
	padding:5px;
}
.contenttitle {
	color:#003366;
	font-weight:bold;
}