/* =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; }

p,
h3,
h4,
h5,
h6,
ul,
ol { margin-bottom: 15px; }

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: 978px;
	margin: 0 auto;
}

#header {
	height: 190px;
	margin: 0;
}

#navbar {
	height: 38px;
	margin: 0;
}

#pagecontent {
	margin-right: 16px;
}

#main {
	width: 625px;
	float: right;
	position: relative;
}

body.detailview #main {
	float: none;
	width: 958px;
	margin-left: 10px;
}

#sidebar {
	width: 353px;
	float: left;
	_overflow: hidden;
}

#sidebar .interiorblock {
	padding: 0px 25px 10px 27px;
}

#footer {
	clear: both;
	width: 978px;
	margin: 0 auto;
	padding-bottom: 10px;
}

.clearboth {
	clear: both;
}

/* 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: #fff url('/ezstatic/data/baysiderealtyconsultants/i/body.jpg') center top no-repeat; }

#content { background: transparent url('/ezstatic/data/baysiderealtyconsultants/i/int-content.jpg') right top no-repeat; }

#sidebar { background: transparent url('/ezstatic/data/baysiderealtyconsultants/i/sidebar.gif') left top repeat-y; }

#sidebar .interiorblock { background: transparent url('/ezstatic/data/baysiderealtyconsultants/i/sidebar-top.jpg') left top no-repeat; }

#footer { background: transparent url('/ezstatic/data/baysiderealtyconsultants/i/footer.jpg') left top no-repeat; }

body.detailview #content { background-image: url('/ezstatic/data/baysiderealtyconsultants/i/detailview-content.jpg'); }

/*#home #content { background: transparent; }*/

/* =Type and colors
-----------------------------------------------
*/

body {
	font: 0.75em/1.6 Verdana, Arial, sans-serif;
	color: #000;
}

a {
	color: #2d36f7;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1,
h2.hometitle {
	font: normal 158%/1 Tahoma, Verdana, Helvetica, sans-serif;
	color: #323232;
	margin: 4px 0 10px 0;
}

h2 {
	font: normal 133%/1.1 Tahoma, Verdana, Helvetica, sans-serif;
	color: #525252;
	margin: 4px 0 10px 0;
}

h3 {
	font: bold 117%/1.1 Tahoma, Verdana, Helvetica, sans-serif;
	color: #323232;
	margin: 4px 0 10px 0;
}

h4 {
	color: #323232;
	font-size: 91%;
}

h5 {
	color: #323232;
	font-size: 83%;
}

h6 {
	color: #525252;
	font-size: 83%;
}

/* =Header
-----------------------------------------------
*/
#header {
	position: relative;
	z-index: 100;
}

#header a.homelink {
	display: block;
	width: 175px;
	height: 121px;
	text-indent: -9999px;
	position: absolute;
	left: 20px;
	top: 48px;
	background: transparent url("/ezstatic/data/baysiderealtyconsultants/i/logo.jpg") left top no-repeat;
}

#header a.mobilelink {
	position: absolute;
	left: 9px;
	top: 33px;
	font-weight: normal;
	background: #fff;
	color: #000;
	padding: 0 3px;
	opacity: .7;
	font-size: 92%;
}

#secondarynav {
	position: absolute;
	left: 735px;
	top: 70px;
	list-style: none;
	margin: 0;
}

#secondarynav li {
	float: left;
	position: relative;
	z-index: 200;
}

#secondarynav a {
	float: left;
	height: 22px;
	background: transparent url('/ezstatic/data/baysiderealtyconsultants/i/secondarynav.png') left top no-repeat;
	display: block;
	text-indent: -9999px;
}

#snb1 a { 
	width: 57px;
	background-position: -0px -0px;
}
#snb2 a {
	width: 85px;
	background-position: -57px -0px;
}

#snb3 a {
	width: 84px;
	background-position: -141px -0px;
}

#snb1 a:hover { background-position: -0px -21px; }
#snb2 a:hover { background-position: -57px -22px; }
#snb3 a:hover { background-position: -141px -22px; }

#secondarynav ul {
	position: absolute;
	left: -9999px;
	margin: 0;
	padding: 2px 6px;
	list-style: none;
	background: #b1b4b5;
	border: 1px solid #888;
	_width: 1%;
}

#secondarynav ul li {
	float: none;
	border-width: 0;
	white-space: nowrap;
	margin: 0;
	width: auto;
}

#secondarynav ul a {
	color: #fff;
	padding: 6px 0;
	background: transparent;
	text-indent: -0px;
	height: auto;
	width: auto;
	_width: 1%;
	float: none;
}


#secondarynav li:hover ul,
#secondarynav li.sfhover ul {
	left: 0px;
	top: 22px;
}

/* =Navbar
-----------------------------------------------
*/
#navbar {
	padding-left: 9px;
	margin: 0;
	list-style: none;
	background: transparent url('/ezstatic/data/baysiderealtyconsultants/i/navbar.jpg') left top no-repeat;
}

#navbar li {
	margin: 0;
	float: left;
	position: relative;
	z-index: 300;
}

#navbar a {
	display: block;
	height: 33px;
	background: transparent url('/ezstatic/data/baysiderealtyconsultants/i/navbar.jpg') left top no-repeat;
	text-indent: -9999px;
}

#nb1 a { width: 65px; background-position: -9px 0; }
#nb2 a { width: 122px; background-position: -74px 0; }
#nb3 a { width: 111px; background-position: -196px 0; }
#nb4 a { width: 98px; background-position: -307px 0; }
#nb5 a { width: 142px; background-position: -405px 0; }
#nb6 a { width: 187px; background-position: -547px 0; }
#nb7 a { width: 98px; background-position: -734px 0; }
#nb8 a { width: 137px; background-position: -832px 0; }

#nb1 a:hover { background-position: -8px -39px; }
#nb2 a:hover { background-position: -73px -39px; }
#nb3 a:hover { background-position: -195px -39px; }
#nb4 a:hover { background-position: -306px -39px; }
#nb5 a:hover { background-position: -404px -39px; }
#nb6 a:hover { background-position: -546px -39px; }
#nb7 a:hover { background-position: -733px -39px; }
#nb8 a:hover { background-position: -831px -39px; }

/* dropdowns */
#navbar ul {
	background: #acb0b5 url('/ezstatic/data/baysiderealtyconsultants/i/dropdown.gif') left top repeat-x;
	position: absolute;
	left: -9999px;
	margin: 0;
	padding: 2px 6px;
	list-style: none;
	_width: 1%;
}

#navbar li:hover ul,
#navbar li.sfhover ul {
	left: 0px;
	top: 33px;
}

#navbar ul li {
	float: none;
	border-width: 0;
	white-space: nowrap;
	margin: 0;
	width: auto;
}

* html #navbar li ul li {
	height: 100%;
}

#wrapper #navbar ul li a {
	color: #fff;
	padding: 6px 0;
	background: transparent;
	text-indent: -0px;
	height: auto;
	width: auto;
	float: none;
}

#navbar ul ul {
	background: #b1b4b5;
	border: 1px solid #888;
}

#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: 100%;
	margin-top: -35px;
}


/* =Content
-----------------------------------------------
*/
#retabs {
	height: 28px;
	width: 625px;
	margin: 0;
	list-style: none;
	position: relative;
	z-index: 50;
	left: -5px;
	top: -7px;
	background: transparent url('/ezstatic/data/baysiderealtyconsultants/i/tab-buttons.gif') left -0px no-repeat;
}

body.detailview #tabwidget {
	margin-left: 11px;
}

#retabs li {
	position: absolute;
	top: 0px;
	text-indent: -9999px;
	height: 28px;
	margin: 0;
}

#retabs a {
	display: block;
	height: 28px;
	background: transparent url('/ezstatic/data/baysiderealtyconsultants/i/tab-buttons.gif') left -56px no-repeat;
}

body.userloggedin #retabs,
body.userloggedin #retabs a {
	background-image: url('/ezstatic/data/baysiderealtyconsultants/i/tab-buttons-loggedin.gif');
}

#retabs a:active { outline: none; }

#retabs a:focus { -moz-outline-style: none; }

#retab1 { width: 158px; left: 5px; }
#retab2 { width: 167px; left: 175px; }
#retab3 { width: 264px; left: 352px; }

#retab1 a { background-position: -5px -0px; }
#retab2 a { background-position: -175px -0px; }
#retab3 a { background-position: -352px -0px; }

#retab1 a.selected { background-position: -5px -28px; }
#retab2 a.selected { background-position: -175px -28px; }
#retab3 a.selected { background-position: -352px -28px; }

#pagecontent {
	padding: 14px 0 0 12px;
}

#propertysearch,
#oneclicksearches,
#myhomefinder {
	background: #f2ebd9 url("/ezstatic/data/baysiderealtyconsultants/i/tab-panel.jpg") left top repeat-x;
	width: 590px;
	padding: 10px;
	border: 1px solid #e2dbc9;
	border-width: 0 1px 1px 1px;
	position: relative;
	top: -7px;
	overflow: hidden; /* for ie6 */
}

#tabwidget h3 {
	font: normal 117%/1.1 Tahoma, Verdana, Helvetica, sans-serif;
	color: #2d36f7;
	padding-bottom: 4px;
	border-bottom: 1px solid #2d36f7;
	clear: left;
}

#propertysearch h3 {
	border-bottom-width: 0;
	border-top: 1px solid #2D36F7;
	padding-top: 8px;
	text-transform: uppercase;
}

#quicksearchform h3 {
	border-top-width: 0;
	padding-top: 0;
}

.column-25 {
	float: left;
	width: 25%;
	margin-bottom: 6px;
}

.column-50 {
	float: left;
	width: 50%;
	margin-bottom: 6px;
}

.column-75 {
	float: left;
	width: 75%;
	margin-bottom: 6px;
}

#quicksearchform .mlssearchinput,
#quicksearchform select {
	width: 90%;
	font: 11px/1 Verdana, sans-serif;
}

#quicksearchform p.qs-submit {
	clear: left;
	float: none;
	width: 100%;
	text-align: right;
}

#quicksearchform p.qs-submit span {
	padding: 4px 0 0 4px;
}

#togglesearchoptions {
	color: #424242;
	font-weight: bold;
}

#topadvsearchform p.submitbutton {
	text-align: right;
}

#topadvsearchform .textinput,
#topadvsearchform select {
	width: 90%;
	font: 11px/1 Verdana, sans-serif;
}

#topadvsearchform .column-50 select {
	display: inline;
	width: 44%;
	margin-right: 4%;
}

#advancedoptions {
	font-size: 92%;
}

#advancedoptions h3 {
	font-size: 14px;
}

#advancedoptions h4 {
	display: block;
	color: #000;
	font: normal 100%/1 Verdana, sans-serif;
	margin-bottom: 4px;
}

#advancedoptions h4 span {
	font-size: 118%;
	font-weight: bold;
}

.advsearchtowns label {
	float: left;
	width: 22%;
	padding-left: 3%;
}

#newestlistings {
	color: #424242;
	font-weight: bold;
}

#oneclicksearches {
	font-size: 92%;
	line-height: 1.64;
}

#oneclicksearches .column {
	float: left;
	width: 27%;
	padding-left: 3%;
	margin-right: 3%;
}

#oneclicksearches h4 {
	color: #464646;
	font-size: 100%;
	text-transform: uppercase;
	margin-bottom: 0;
}

#oneclicksearches h5 {
	color: #464646;
	font-size: 100%;
	margin-bottom: 0;
}

#oneclicksearches ul.psslist {
	list-style: none;
	margin-left: 0;
	margin-bottom: 8px;
}

#oneclicksearches li {
	margin-bottom: 0;
}

#oneclicksearches a {
	font-weight: normal;
}

#oneclicksearches h5 a {
	font-weight: bold;
	color: #464646;
}

.searcharrow,
.searchcnt {
	display: none;
}

#myhomefinder h4 {
	color: #000;
	font: bold italic 142%/1.1 Tahoma, Verdana, Helvetica, sans-serif;
	margin-bottom: 4px;
}

#myhomefinder li {
	list-style-image: url('/ezstatic/data/baysiderealtyconsultants/i/bullet-arrow.gif');
}

#myhomefinder li strong {
	font-size: 125%;
}

#myhomefinder .overlabel-wrap {
	float: left;
	width: 190px;
}

p.loginbutton {
	text-align: right;
}

/* Basic Overlabel styles (used with /data/js/overlabel-ala.js) */
div.overlabel-wrap {
	position:relative;
	margin-bottom: 4px;
}

label.overlabel-apply {
	position:absolute;
	top:5px;
	left:5px;
	z-index:1;
	font-family: verdana,sans-serif;
	font-size: 11px;
	line-height: 1;
}


/* =Sidebar
-----------------------------------------------
*/
#sidebar {
	color: #323232;
	text-align: justify;
}

#sidebar h2 {
	font: normal 158%/1 Tahoma, Verdana, Helvetica, sans-serif;
	color: #323232;
}

#sidebar h1.sidebarwelcome,
#sidebar h2.sidebarwelcome {
	font: normal 192%/41px Tahoma, Verdana, Helvetica, sans-serif;
	color: #fff;
	margin: 0 0 17px 0;
}

#ask {
	float: left;
	width: 250px;
	padding-right: 8px;
	margin-right: 10px;
	text-align: left;
}

#questionbox {
	color: #2d36f7;
	line-height: 1.1;
	font-size: 11px;
}

.call,
#questionbox strong {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
}

#questionbox p {
	margin-bottom: 6px;
}

#questionform label {
	font-size: 11px;
}

#questionform input.text,
#questionform textarea {
	width: 175px;
	display: block;
	margin-bottom: 4px;
	font-size: 100%;
}

#questionform p {
	margin: 0;
}

#sidebarbottom {
	background: transparent url('/ezstatic/data/baysiderealtyconsultants/i/sidebar-bottom.jpg') -3px bottom no-repeat;
	height: 16px;
}

/* =Footer
-----------------------------------------------
*/
#footer,
#footer a {
	color: #fff;

}

#footer h2 {
	font: normal 133%/1 Tahoma, Verdana, Helvetica, sans-serif;
	color: #fff;
}

#footeritems {
	background: transparent url('/ezstatic/data/baysiderealtyconsultants/i/footerdividers.gif') left top no-repeat;
}

#footercontact {
	padding: 30px 0 2px 27px;
	width: 318px;
	float: left;
}

#footercontact a {
	font-weight: normal;
}

#footercontact p {
	margin-bottom: 6px;
	line-height: 1.3;
}

p#companyname strong {
	font-weight: normal;
}

#footertestimonials {
	padding: 30px 44px 2px 20px;
	width: 286px;
	float: left;
}

#footertestimonials .testimonial {
	font-size: 95%;
	line-height: 1.45;
	font-style: italic;
}

#footertestimonials .signature {
	font-size: 92%;
	text-align: center;
}

#blogentries {
	padding: 30px 0px 2px 25px;
	width: 235px;
	float: left;
}

#blogentries ul {
	list-style: none;
	margin: 0;
	text-transform: uppercase;
	line-height: 1.3;
}

#usmtag {
	width: 978px;
	height: 38px;
	margin: 20px auto 0 auto;
	position: relative;
	background: transparent url('/ezstatic/data/baysiderealtyconsultants/i/usmtag.gif') left top no-repeat;
	clear: left;
}

#usmtag a {
	display: block;
	width: 238px;
	height: 25px;
	text-indent: -9999px;
	position: absolute;
	left: 715px;
	top: 13px;
}

#social-btns {
padding: .8px;
}

/* =Page-specific styles
-----------------------------------------------
*/
/* list view */
.attributes div div {
	*padding-right: 0.5em; /* for IE 6+7 */
}

/* detail view */
#mlsrightbar {
	width: 620px;
}

.dv-tabledata p span { width: 25%; }

#listoptions {
	_float: none; /* ugly IE6 hack */
}

/* advanced search */
.searchfield .proptype {
	float: left;
	width: 26%;
}

/* agent manager */
.agentlist .list_item .list_image,
.agentlist .list_item .list_details {
	float: none;
	margin: 0;
}

.agentlist .list_item {
	height: 325px;
	float: left;
	width: 48%;
	text-align: center;
}

.headingouragents {
	display: none;
}

#agentview .mlsnavbar { display: none; }

.realtorleft {
	float: left;
	text-align: left;
}

.realtorleft img { border: 1px solid #222; }

.realtorright {
	margin-left: 200px;
	float: none;
	width: 380px;
}

/* contact page */
#gmap {
	padding-top: 20px;
}

#contactpageform label {
	margin-bottom: 6px;
	display: block;
}

#contactpageform label input,
#contactpageform label select,
#contactpageform label textarea {
	display: block;
}

#contactpageform label .required {
	color: #f00;
}

#contactpageform label textarea {
	width: 80%;
}

/* home page */
#home .jcarousel-skin-USM-610px .jcarousel-clip-horizontal,
#home .jcarousel-skin-USM-610px .jcarousel-next-horizontal,
#home .jcarousel-skin-USM-610px .jcarousel-prev-horizontal {
	background-color: #faf6e7;
}

#home .jcarousel-skin-USM-610px .jcarousel-container,
#home .jcarousel-skin-USM-610px .jcarousel-item,
#home .jcarousel-skin-USM-610px .jcarousel-next-horizontal,
#home .jcarousel-skin-USM-610px .jcarousel-prev-horizontal {
	border-color: #b69166;
}

/* home page featured listings */
h2.homefeaturedheading {
	font-size: 150%;
	text-transform: uppercase;
	color: #464646;
	border-bottom: 1px solid #464646;
	margin-bottom:20px;
}

.featured {
	padding:10px 0px 10px 10px;
	margin-right:30px;
	float: left;
	margin-bottom: 20px;
	font-size: 83%;
	border:1px solid #E2DBC9;
}

.featured img {
	float: left;
	margin-right: 15px;
}

.featured .feat-town {
	font-weight: bold;
	text-transform: uppercase;
}

.featured .feat-link a {
	display:block;
	padding:4px;
	background:transparent url(/static/baysiderealtyconsultants/i/feat-view-listing.png) left top no-repeat;
	text-indent:-99999px;
	margin-top:5px;
}
.featured .feat-link a:hover {
	background:transparent url(/static/baysiderealtyconsultants/i/feat-view-listing.png) left -24px no-repeat;
}

.featured .feat-prop-type{
	clear:both;
	padding-top: 5px;
	font-weight:bold;
}

/* relocation page */
.heading23701 {
	display: none;
}

.article23701 {
	padding-top: 15px;
}

/* article archive */
.eznav,
.ezdetails,
.ezreadmore img {
	display: none;
}

.ezreadmore {
	text-align: right; 
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

/* basic contact form  */
form.contactform label { padding: 0; }

form.contactform label input,
form.contactform label select,
form.contactform label textarea,
form.contactform label.checkbox { display: block; }

form.contactform label.checkbox input { display: inline; }

form.contactform label textarea {
	width: 280px;
	height: 150px;
}

/* user registration */
#userregistration .userinfo {
	width: 275px;
	float: left;
}
.userinfo p {
	margin-bottom: 0;
}
#userregistration h2 {
	margin-bottom: 1em;
}
#userregistration .userinfo h3 {
	width: 200px;
}
#registrationbenefits span {
	font-weight: bold;
}

/* basic auto-email overrides */
#emailcontent { width: 550px; background: #fff; }

#emailcontent td { font-size: 12px; }
