@charset "utf-8";
body {
	background: #FCFDF7;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 100%;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FCFDF7;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #FCFDF7;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 115%;
	font-style: italic;
	font-weight: bold;
	color: #7D998A;
	text-align: left;
	vertical-align: middle;
}
.oneColFixCtrHdr #mainContent {
	background: #FCFDF7;
	padding-bottom: 10px;
}
.oneColFixCtrHdr #footer {
	background:#FCFDF7;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 30px;
}
.oneColFixCtrHdr #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 */
}
h2 {
	font-size: 120%;
	font-weight: bold;
	color: #7D998A;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h3 {
	font-size: 110%;
	font-weight: bold;
	color: #7D998A;
	font-style: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.imageintext {
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 40px;
}
a:link {
	color: #5070FF;
	text-decoration: none;
}
a:visited {
	color: #94B6A5;
	text-decoration: none;
}
a:hover {
	color: #FFC000;
	text-decoration: underline;
}
a:hover {
	color: #FFC000;
	text-decoration: underline;
}
#nav {
	list-style-type: none;
	margin: 0px;
	font-size: 100%;
	font-weight: bold;
	width: 780px;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
#nav_home {
	text-align: left;
}
#nav_listing {
}
#nav_area {
}
#nav_buying {
}
#nav_contact {
}
#nav li {
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#nav a {
	text-decoration: none;
	display: block;
	width: 100%;
	color: #6C88E9;
}
#nav a:hover {
	color: #FFC000;
}

#nav a:active {
	color: #FFC000;
}

#nav a:visited {
	color: #6C88E9;
	text-decoration: none;
}

blockquote {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 90%;
	font-style: normal;
	background-color: #7D998A;
	text-align: left;
	float: left;
	width: 210px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	color: #FFFFFF;
	margin-left: 0px;
	padding: 5px;
}
.listcontent {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.listcontentimage {
	padding-top: 10px;
	padding-bottom: 10px;
}
.linkimage {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a.box:link {
	text-decoration: none;
	color: #FFFFFF;
}
a.box:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.box:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.detailbanner {
	background-color: #DCF1D0;
	padding: 10px 10px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight: normal;
}

.detailbannerbold {
	background-color: #DCF1D0;
	padding: 10px 10px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight: bold;
}

.listimage {
	border: none;
	padding: 5px 5px 5px 0px;
	text-align: left;
}

.listimages {
	border: 2px solid #DCF1D0;
	padding: 5px;
	text-align: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
.copyright {
	font-size: 80%;
	text-align: left;
	width: 200px;
	float: left;
	vertical-align: bottom;
}
.footmenu {
	text-align: left;
	float: left;
	font-size: 80%;
	margin-left: 220px;
	clear: both;
	padding-left: 20px;
}

a.foot:link {
	text-decoration: none;
	color: #333333;
}
a.foot:visited {
	color: #333333;
	text-decoration: none;
}
a.foot:hover {
	color: #6C88E9;
	text-decoration: none;
}.ftlow {
	font-size: 80%;
	text-align: left;
	float: right;
}




.footcontact {
	float: left;
	font-size: 80%;
	padding-left: 40px;
}
