html {
	width: 100%;
	margin: 0;
	/* setting border: 0 hoses ie6 win window inner well border */
	padding: 0;
}

body {
	text-align: center; /* center on ie */
	font-family: Verdana, Arial, sans-serif;
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #a37c53;
	background: #f8f2e5;
	margin: 0;
	/* setting border: 0 hoses ie6 win window inner well border */
	padding: 0;
}

/* =============================================== */
/* HELPERS */
/* =============================================== */

/* drags divs down to contain floated images */
/* thanks to http://positioniseverything.net/easyclearing.html */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    class: clearfix floatholder;
}

/* standard helper classes */

.clr
{
   clear: both;
   overflow: hidden;
   width: 1px;
   height: 1px;
   margin: 0 -1px -1px 0;
   border: 0;
   padding: 0;
   font-size: 0;
   line-height: 0;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */

/* ========================================================================== */
/* DROP SHADOWS */
/* ========================================================================== */
/* thanks to Randy 'ydnar' Reddig for the beautiful ydnar Drop-Shadow-Fu - http://www.sixapart.com/pronet/articles/ydsf_-_robust_c.html */

.ydsf {
	display: block;
	position: relative;
	margin: 4px -4px -4px 4px;
	background: url(http://pagerealtyllc.com/img/dropshadow/shadow-grid.gif) repeat;
}

html>body .ydsf {
	margin: 10px -10px 10px 10px;
	background: url(http://pagerealtyllc.com/img/dropshadow/shadow.png) right bottom no-repeat;
}

.ydsf:before,
.ydsf:after {
	content: " ";
	display: block;
	width: 10px;
	height: 10px;
	background: inherit;
}

.ydsf:before {
	position: absolute;
	top: 0;
	right: 0;
	margin: -10px 0 0 auto;
	background-position: right top;
}

.ydsf:after {
	margin: -10px 0 0 -10px;
	background-position: left bottom;
}

.ydsf .inner {
	display: block;
	position: relative;
	overflow: hidden; /* prevents margin leakage from child elements */
	left: -4px;
	top: -4px;
}

html>body .ydsf .inner {
	left: -10px;
	top: -10px;
	margin: 0;
}

.left {
	float: left;
	display: inline; /* fixes ie double margin-left bug */
}

.right { float: right; }

/* spacer div to push some space between shadowed elements */
#spacer {
	padding-bottom: 15px;
}

/* =============================================== */
/* CONTAINERS */
/* =============================================== */

#container { position: relative; width: 100%; }

#container-inner {
	margin: 0px auto; /* center on everything else */
	position: static;
	width: 700px;
	border-left: 3px #eab649 solid;
	border-bottom: 3px #eab649 solid;
	border-right: 3px #eab649 solid;
}

#banner {
	position: relative;
	width: 100%;
	height: 183px;
	padding: 0px;
}

#banner-inner {
	text-align: left;
	margin: 0px auto; /* center on everything else */
	position: static;
	width: 700px;
}

#nav {
	position: relative;
	width: 100%;
}

#nav-inner {
	margin: 0px auto; /* center on everything else */
	position: static;
	width: 698px;
	background: #fff;
	padding: 10px 0px 20px 0px;
	border-left: 1px #a12d50 solid;
	border-right: 1px #a12d50 solid;
}

#pagebody {
	position: relative;
	width: 100%;
}

#pagebody-inner {
	text-align: left;
	margin: 0px auto; /* center on everything else */
	position: static;
	width: 698px;
	background: #fff;
	border-left: 1px #a12d50 solid;
	border-right: 1px #a12d50 solid;
}

#footer {
	position: relative;
	width: 100%;
}

#footer-inner {
	margin: 0px auto; /* center on everything else */
	position: static;
	width: 700px;
	padding: 10px 0px;
	background: #a12d50;
	color: #fff;
}

/* =============================================== */
/* COLUMNS */
/* =============================================== */

/* main column */
#alpha {
	width: 220px;
	display: inline; /* ie win bugfix */
	position: relative;
	float: left;
	min-height: 1px;
	overflow: hidden;
	margin: 10px 10px 20px 40px;
}

/* sidebar */
#beta {
	width: 400px;
	display: inline; /* ie win bugfix */
	position: relative;
	float: left;
	min-height: 1px;
	overflow: hidden;
	margin: 10px 20px 20px 0px;

}

/* one wide column, in use on search results page and on individual listing pages */
#delta {
	width: 620px;
	display: inline; /* ie win bugfix */
	position: relative;
	float: left;
	min-height: 1px;
	overflow: hidden;
	margin: 10px 40px 20px 40px;
}

#listing-module {
	margin: 0px 0px 10px 0px;
	min-height: 1px;
	overflow: hidden;
	position: relative;
}

#results-module {
	margin: 0px 0px 10px 0px;
	padding-bottom: 10px;
	border-bottom: dotted 1px #eab649;
	min-height: 1px;
	overflow: hidden;
	position: relative;
}

#alpha-inner, #beta-inner, #delta-inner {
   position: static;
   margin: 0px;
}

#alpha, #beta, #delta {
   display: inline; /* ie win bugfix */
}

/* =============================================== */
/* IMAGE STYLES */
/* =============================================== */

/* image styles */

img {
	border: none;
}

#beta img {
	border: none;
	float: right;
	margin: 0px 0px 5px 10px;
	border: 1px #eab649 solid;
}

#delta img {
	border: none;
	float: left;
	margin: 0px 10px 5px 0px;
	border: 1px #eab649 solid;
}

img.inline {
	border: none;
	margin: 0px 10px 5px 0px;
}

img.feature {
	border: none;
	margin-bottom: 10px;
}

img.link {
	border: none;
	float: left;
	margin: 0px 10px 5px 0px;
}

/* =============================================== */
/* TEXT STYLES */
/* =============================================== */

h1, h2, h3, p, ul, ol {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

h1, h2, h3, #footer {
	font-family: Palatino, Times New Roman, serif;
	font-weight: normal;
}

h1 {
	font-size: 20px;
	line-height: 26px;
}

h2 {
	font-size: 14px;
	line-height: 18px;
}

ol, ul {
	margin-left: 20px;
}

li {
	margin: 0px;
}

blockquote {
	font-style: italic;
}

.listing-item {
	color: #a12d50;
	font-weight: bold;
}

.listing-attribute {
}

#footer {
	font-size: 12px;
	line-height: 16px;
}

/* =============================================== */
/* FEATURE BOX */
/* these can go anywhere inside a column */
/* =============================================== */

#feature {
	width: 180px;
	background: #f8f2e5;
	padding: 10px;
	border: 1px dotted #a12d50;
}

#feature h1 {
	font-size: 14px;
	line-height: 18px;
}

/* =============================================== */
/* LINKS */
/* =============================================== */

a, a:link, a:visited, a:active, a:hover { text-decoration: none; }
a, a:link, a:visited, a:active { color: #a12d50; }
a:hover { color: #fff; background-color: #a12d50; }

.nav, #nav a, #nav a:link, #nav a:visited, #nav a:active, #nav a:hover { font-size: 12px; font-family: Palatino, Times New Roman, serif; padding: 10px; text-decoration: none; }
#nav a, #nav a:link, #nav a:visited, #nav a:active { color: #a12d50; }
#nav a:hover { color: #fff; background-color: #a12d50; }

p.footer, .footer, #footer a, #footer a:link, #footer a:visited, #footer a:active, #footer a:hover { text-decoration: none; }
#footer a, #footer a:link, #footer a:visited, #footer a:active { color: #eab649; }
#footer a:hover { color: #a12d50; background-color: #fff; }