/* =Whitespace reset
-----------------------------------------------
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}

a img { border: 0; }

a:active { outline: none; }

p,
h3,
h4,
h5,
h6,
ul,
ol { margin-bottom: 19px; }

ul, ol { margin-left: 20px; }

ul ul, ol ol { margin-bottom: 0; }

li { margin-bottom: 4px;}

fieldset {
	border: 1px solid #666;
	padding: 10px;
}

/* =Structure
-----------------------------------------------
*/
#wrapper {
	width: 960px;
	margin: 0 auto;
}

#header {
	width: 100%;
	height: 151px;
	position: relative;
}

#navbar {
	height: 36px;
	margin: 0;
	list-style: none;
}

#content {
	padding: 20px 15px;
}

#left {
	width: 747px;
	float: left;
}

#main {
	float: right;
	width: 561px;
}

body.detailview #main {
	float: none;
	width: 100%;
}

#sidebar {
	float: left;
	width: 160px;
}

#sidebar2 {
	width: 160px;
	float: right;
}

#footerwrap {
	clear: both;
}

#footer {
	width: 960px;
	margin: 0 auto;
	height: 308px;
	position: relative;
}

/* Self-clearing elements
   http://www.positioniseverything.net/easyclearing.html] */
.clear { display: inline-block; }   
.clear:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
* html .clear { height: 1%; }
.clear { display: block; }

/* =Background
-----------------------------------------------
*/
body { background: #fbf9f2 url('/ezstatic/data/ossipeelakere/i/body.jpg') center top repeat-x; }
#outer { background: transparent url('/ezstatic/data/ossipeelakere/i/outer.gif') center top no-repeat; }
#header { background: transparent url('/ezstatic/data/ossipeelakere/i/header.jpg') left top no-repeat; }
#navbar { background: #1e1f3c url('/ezstatic/data/ossipeelakere/i/navbar.jpg') left top repeat-x; }
#content { background: #cad6e4 url('/ezstatic/data/ossipeelakere/i/content.jpg') left top no-repeat; }
#footer { background: #1e1f3c url('/ezstatic/data/ossipeelakere/i/footer.jpg') left top repeat-x; }
#footerwrap { background: #626377 url('/ezstatic/data/ossipeelakere/i/footerwrap.jpg') left top repeat-x; }

/* =Type and colors
-----------------------------------------------
*/
body {
	font: normal 0.75em/1.67 Verdana, sans-serif;
	color: #4b4b4b;
}

p,
ul,
ol { margin-bottom: 20px; }

h1,
h2,
h3 {
	margin-bottom: 10px;
}

h4,
h5,
h6,
ul ul,
ol ol { margin-bottom: 0; }

li { margin-bottom: 4px;}

ul, ol { margin-left: 20px; }

a {
	color: #d09207;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

h1 { font: normal normal 158%/1.2 Verdana, sans-serif; color: #0a2a87; }
h2 { font: normal normal 150%/1.2 Verdana, sans-serif; color: #0a2a87; }
h3 { font: normal bold 117%/1.2 Verdana, sans-serif; color: #0a2a87; }
h4 { font: normal bold 100%/1 Verdana, sans-serif; color: #0a2a87; }
h5, h6 { font: normal bold 100%/1 Verdana, sans-serif; }

/* =Header
-----------------------------------------------
*/
#logolink {
	width: 266px;
	height: 132px;
	position: absolute;
	left: 15px;
	top: 7px;
	margin: 0;
}

#logolink a {
	display: block;
	width: 266px;
	height: 132px;
	text-indent: -9999px;
}

/* =Navigation
-----------------------------------------------
*/
#navbar {
	list-style: none;
	text-align: center;
	line-height: 1;
	font-family: Tahoma, sans-serif;
}

#navbar li {
	display: inline;
	line-height: 36px;
	margin-bottom: 0;
	position: relative;
	list-style: none;
	z-index: 100;
}

#navbar li:last-child,
#navbar li#last {
	background: transparent;
	padding-right: 0;
}

#navbar a {
	font-weight: normal;
	color: #fff;
	padding: 11px 26px;
	font-size: 100%;
	background: transparent url('/ezstatic/data/ossipeelakere/i/nav-on.gif') left 100px repeat-x; /* just make sure its out of the way */
}

#navbar a:hover {
	text-decoration: none;
	color: #fff;
	background-position: left -36px;
}

/* dropdowns */
#navbar li ul {
	position: absolute;
	left: -9999px;
	display: block;
	white-space: nowrap;
	margin: 0;
	background: #fff;
	text-align: left;
	padding: 14px 0px;
	-moz-box-shadow: 0px 0px 5px #666; /* Firefox */
	-webkit-box-shadow: 0px 0px 5px #666; /* Safari, Chrome */
	box-shadow: 0px 0px 5px #666; /* CSS3 */
	_width: 1%;
}

#navbar li:hover ul,
#navbar li.sfhover ul {
	left: 0;
	z-index: 100;
	top: 25px;
	height: auto; /* sticky suckerfish fix */
}

#navbar li ul li {
	position: relative;
	height: auto;
	display: block;
	float: none;
	padding: 0;
	background: transparent;
}

* html #navbar li ul li {
	height: 100%;
}

#navbar li ul li a,
#navbar li ul li a:hover {
	display: block;
	padding: 0px 18px;
	line-height: 21px;
	margin: 0;
	float: none;
	color: #1b1b37;
	font: normal bold 92%/1.91 Verdana, sans-serif;
}

ul#navbar li ul li a:hover {
	background: #dddde6;
	text-decoration: underline;
}

/* level 3 navigation */
#navbar li ul ul {
	margin: -36px 0 0 100%;
	background: #f9f9f9;
}

#navbar li:hover ul ul,
#navbar li.sfhover ul ul{
	left: -9999px;
}

#navbar li ul li:hover ul,
#navbar li ul li.sfhover ul{
	left: auto;
	_left: 120px;
}
/* =Content
-----------------------------------------------
*/
.featuredlistings h2 {
	border-bottom: 1px solid #0a2a87;
	padding-bottom: 5px;
}

#ezarticleviewtpl img,
#pssdescription img {
	padding: 5px;
	background: #fff;
	border: 1px solid #ddd;
	margin: 0 10px 10px 10px;
}

/* =Sidebar
-----------------------------------------------
*/
#sidebar h2,
#sidebar2 h2 {
	font-size: 117%;
	color: #001a77;
	margin-left: 5px;
}

#sidebar h3,
#sidebar2 h3 {
	font-size: 100%;
	color: #4b4b4b;
	font-weight: bold;
	margin-left: 5px;
}

#searchlink {
	padding: 5px;
}

#searchlink a img {
	-moz-box-shadow: 0px 0px 5px #666; /* Firefox */
	-webkit-box-shadow: 0px 0px 5px #666; /* Safari, Chrome */
	box-shadow: 0px 0px 5px #666; /* CSS3 */
}

.psslist {
	margin-left: 25px;
}

.psslist a {
	color: #4b4b4b;
	font-weight: normal;
}

.searcharrow,
.searchcnt {
	display: none;
}

.sidebarbox {
	margin: 0px 5px 28px 5px;
	padding: 6px 8px;
	background: #fff;
	-moz-box-shadow: 0px 0px 5px #666; /* Firefox */
	-webkit-box-shadow: 0px 0px 5px #666; /* Safari, Chrome */
	box-shadow: 0px 0px 5px #666; /* CSS3 */
}

#quicksearchbox p {
	margin: 0;
}

#quicksearchsubmitbutton input {
	margin: 0 0 0 auto;
}

form#quicksearch input#mlsno {
	width: 126px;
}

form#quicksearch select {
	width: 134px;
}

#loginbar .tabmenu {
	margin-left: 5px;
}

#loginbar .ui-tabs-nav {
	top: -1px;
}

#loginbar .ui-tabs-nav a {
	background: transparent url('/ezstatic/data/ossipeelakere/i/tabs.gif') right -20px; no-repeat;
	padding: 2px 14px 3px 8px;
	border-left-width: 0;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 92%;
	color: #fff;
}

#loginbar .ui-tabs-nav a:hover,
#loginbar .ui-tabs-nav .ui-tabs-selected a {
	background-position: right top;
	color: #d09207;
}

#logintab .overlabel-wrap input {
	width: 130px;
	margin-bottom: 4px;
}

p.join {
	margin: 0;
}

#signuptab,
#logintab {
	border-width: 0;
}

#signuptab p,
#signuptab ul {
	margin-bottom: 8px;
	margin-left: 0;
}

#signuptab li {
	list-style: none;
	background: transparent url('/ezstatic/data/ossipeelakere/i/register-bullet.gif') left 2px no-repeat;
	padding-left: 20px;
	font-size: 116%;
	font-weight: bold;
}

/* Basic Overlabel styles (used with /data/js/overlabel-ala.js) */
div.overlabel-wrap {
	position: relative;
}

label.overlabel-apply {
	position: absolute;
	top: 4px;
	left: 5px;
	z-index: 1;
	font-family: verdana,sans-serif;
	font-size: 11px;
	line-height: 1;
}

#questionbox .call {
	font-weight: bold;
	font-size: 116%;
	color: #282828;
}

#questionbox strong {
	font-weight: normal;
	font-size: 116%;
	color: #282828;
}

#questionbox p {
	margin-bottom: 8px;
	color: #d09207;
}

.asksend {
	text-align: right;
}

#questionform input.text,
#questionform textarea {
	width: 130px;
	font-size: 100%;
	margin-bottom: 4px;
}

/* =Footer
-----------------------------------------------
*/
#footer {
	color: #fff;
}

#footer a {
	font-weight: normal;
	color: #fff;
}

#footercontact {
	padding: 40px 0 0 20px;
}

#footercontact h2 {
	font: normal normal 125%/1.2 Tahoma, sans-serif;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 8px;
}

#footercontact h2 span {
	font-size: 80%;
}

#footercontact p {
	line-height: 1.33;
	margin-bottom: 8px;
	
}

#usmtag {
	margin: 0;
	position: absolute;
	right: 15px;
	bottom: 0;
}

#reciprocity {
	margin: 0;
	position: absolute;
	left: 15px;
	bottom: 0;
}

/* =Home Page
-----------------------------------------------
*/
.featuredlistings .relistviewleft {
	text-align: left;
	width: 265px;
}

.featuredlistings .relistviewright {
	margin-left: 290px;
}

.featuredlistings .listtown {
	height: auto;
}

.featuredlistings .listtown a {
	background: transparent;
	font: normal bold 12px/1 Verdana, sans-serif;
	text-transform: uppercase;
	color: #0a2a87;
}

.featuredlistings .listfavleft {
	float: left;
}
.featuredlistings .listfavright {
	float: right;
	color: #0a2a87;
	font-weight: bold;
}

.featuredlistings .listinfobottom .clearboth {
	clear: right;
	border-top: 1px dashed #0a2a87;
	margin-bottom: 8px;
}

.featuredlistings .relistviewleft img {
	padding: 0;
	margin: 0;
	border-width: 0;
}

.featuredlistings .relistviewleft {
	text-align: left;
	width: 265px;
}

.featuredlistings .relistviewright {
	margin-left: 265px;
}

.featuredlistings .listtown {
	height: auto;
}

.featuredlistings .listtown a {
	background: transparent;
	font: normal bold 12px/1 Verdana, sans-serif;
	text-transform: uppercase;
	color: #0a2a87;
}

.featuredlistings .listfavleft {
	float: left;
}

.featuredlistings .listfavright {
	float: right;
	color: #0a2a87;
	font-weight: bold;
}

.featuredlistings .listinfobottom .clearboth {
	clear: right;
	border-top: 1px dashed #0a2a87;
	margin-bottom: 8px;
}

.featuredlistings .relistviewleft img {
	padding: 0;
	border-width: 0;
}

.featuredlistings p {
	margin-bottom: 12px;
}

.featuredlistings .listremark {
	font-size: 92%;
}

.featuredlistings .listmlnumber {
	font-size: 92%;
	font-weight: bold;
	display: block;
	margin-bottom: 12px;
}

.featuredlistings .listviewmoreinfo a {
	border: 1px solid #b6b6b6;
	padding: 8px 20px;
	background: #dedede url('/ezstatic/data/ossipeelakere/i/viewmore.gif') left top repeat-x;
}

.featuredlistings .listviewmoreinfo a:hover {
	background: #fff;
	text-decoration: none;
}

.featuredlistings .listviewmoreinfo span {
	display: none;
}

/* =Specific Pages
-----------------------------------------------
*/
/* advanced search */
#advsearchform td {
	vertical-align: top;
	padding-bottom: .5em;
}

.proptype {
	float: left;
	width: 27%;
}

/* list and detail view */
.mlsdisclaimer img {
	background: #fff;
}

/* contact page */
body#contact #ezarticleviewtpl {
	width: 305px;
	float: left;
	clear:both;
}

body#contact #contactform {
	margin-left: 325px;
}

#main #contactform input.textinput,
#main #contactform textarea,
#main #contactform select {
	display: block;
	margin-bottom: 4px;
	font-size: 100%;
	width: 210px;
}

#main #contactform textarea {
	height: 210px;
}

body#contact iframe {
	clear: both;
}

/* article archive pages */
.eznav,
.ezdetails,
.ezreadmore img {
	display: none;
}

.ezreadmore {
	text-align: right; 
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}
