/* =Structure
-----------------------------------------------
*/
body{
	margin-top:0;
}
#wrapper { 
	width: 980px;
	margin: 0 auto;
}

#header {
	height: 155px;
	position: relative;
	margin-bottom: 25px;
}

body#home #header {
	height: 272px;
}

#maincontent {
	padding: 0 10px;
}

#content {
	width: 789px;
	float: left;
}

#sidebar {
	width: 171px;
	float: right;
}

#pagecontent {
	margin: 0 24px;
}

#footer {
	margin-top: 25px;
	padding: 0 0 0 35px;
	height: 80px;
/*	position: relative;
	top:0px;*/
}

#navbottom {
	margin: 0 10px;
	height: 15px;
}


/* =Defaults
-----------------------------------------------
*/

body {
	color: #5a5a5a;
	font-size: 12px;
	font-family: verdana, arial, sans-serif;
	line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
	color: #000;
	margin-bottom: 0px; 
}

h1 { font-size: 1.4em; margin-bottom: 14px; line-height: 14px; }
h2 { font-size: 1.2em; margin-bottom: 14px; line-height: 14px; }
h3 { font-size: .9em; text-transform: uppercase; }
h4 { font-size: .9em; }
h5 { font-size: .9em; text-transform: uppercase; font-weight: normal; }

p, ul, ol, table {
	margin-bottom: 14px;
}

a {
	color: #0a0a59;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#ezarticleviewtpl td {
	padding-right: 20px;
}


/* =Backgrounds
-----------------------------------------------
*/

body { background: #fff url("/ezstatic/data/selectrealestate/i/body.gif") center top no-repeat; }
#wrapper { background: transparent url("/ezstatic/data/selectrealestate/i/wrapper.gif") left top repeat-y; }
#interior { background: transparent url("/ezstatic/data/selectrealestate/i/interior.gif") left top no-repeat; }
#header { background: transparent url("/ezstatic/data/selectrealestate/i/header1.jpg") left top no-repeat; }
#footer { background: transparent url("/ezstatic/data/selectrealestate/i/footer.gif") left top no-repeat; }

body#blog { background: #fff; }
body#blog #interior { background: transparent url("/ezstatic/data/selectrealestate/i/interior-vacation.gif") left top no-repeat; }

body.winter #header { background-image: url("/ezstatic/data/selectrealestate/i/header-winter.jpg"); }
body.spring #header { background-image: url("/ezstatic/data/selectrealestate/i/header-spring.jpg"); }
body.summer #header { background-image: url("/ezstatic/data/selectrealestate/i/header-summer.jpg"); }
body.fall #header { background-image: url("/ezstatic/data/selectrealestate/i/header-fall.jpg"); }


/* =Header
-----------------------------------------------
*/

#header #homelink {
	display: block;
	width: 213px;
	height: 119px;
	position: absolute;
	left: 19px;
	top: 11px;
	text-indent: -9999px;
}


/* =Navbar
-----------------------------------------------
*/

#navbar {
	width: 546px;
	position: absolute;
	left: 243px;
	top: 57px;
	background: transparent url("/ezstatic/data/selectrealestate/i/navbar.gif") top left no-repeat;
	height: 31px;
	margin: 0;
	padding: 0;
}

#navbar li {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 31px;
	position: absolute;
	top: 0;
}

#navbar a {
	display: block;
	text-indent: -9999px;
	background: transparent url("/ezstatic/data/selectrealestate/i/navbar.gif") left top no-repeat;
	height: 31px;
}

#navbar li#nb1 { width: 73px; left: 0px; }
#navbar li#nb2 { width: 99px; left: 73px; }
#navbar li#nb3 { width: 57px; left: 172px; }
#navbar li#nb4 { width: 56px; left: 229px; }
#navbar li#nb5 { width: 89px; left: 285px; }
#navbar li#nb6 { width: 76px; left: 374px; }
#navbar li#nb7 { width: 96px; left: 450px; }

#navbar li#nb1 a { background-position: 0px top; }
#navbar li#nb2 a { background-position: -73px top; }
#navbar li#nb3 a { background-position: -172px top; }
#navbar li#nb4 a { background-position: -229px top; }
#navbar li#nb5 a { background-position: -285px top; }
#navbar li#nb6 a { background-position: -374px top; }
#navbar li#nb7 a { background-position: -450px top; }


#navbar li#nb1 a:hover { background-position: 0px -31px; }
#navbar li#nb2 a:hover { background-position: -73px -31px; }
#navbar li#nb3 a:hover { background-position: -172px -31px; }
#navbar li#nb4 a:hover { background-position: -229px -31px; }
#navbar li#nb5 a:hover { background-position: -285px -31px; }
#navbar li#nb6 a:hover { background-position: -374px -31px; }
#navbar li#nb7 a:hover { background-position: -450px -31px; }

/* dropdowns */
#navbar li ul {
	position: absolute;
	left: -9999px;
	width: 180px;
	margin: 0;
	padding: 0 1px 1px 1px;
	background: #a1ac64;
	text-align: left;
}

#navbar li:hover ul, 
#navbar li.sfhover ul {
	left: 0;
	z-index: 100;
	top: 31px;
}

#navbar li ul li {
	position: relative;
	height: auto;
	display: block;
	float: none;
	padding: 0;
	background: transparent;
}

#navbar li ul li a,
#navbar li ul li a:hover {
	font-weight: bold;
	font-size: 11px;
	display: block;
	text-indent: 0px;
	padding: 0 4px;
	line-height: 24px;
	height: 24px;
	margin: 0;
	color: #fff;
	text-decoration: none;
	background: #a1ac64;
}

ul#navbar li ul li a:hover {
	background: #8e9859;
}


/* =Sidebar
-----------------------------------------------
*/

#sidebarnav {
	padding: 0;
	margin: 0;
	height: 57px;
	list-style: none;
}

#sidebarnav li {
	margin: 0;
	padding: 0;
}

#sidebarnav a {
	display: block;
	width: 171px;
	text-indent: -9999px;
}

#sidebarnav #bloglink a {
	background: transparent url("/ezstatic/data/selectrealestate/i/link-blog.gif") left bottom no-repeat;
	height: 24px;
	margin-bottom: 8px;
}

#sidebarnav #weatherlink a {
	background: transparent url("/ezstatic/data/selectrealestate/i/link-weather.gif") left top no-repeat;
	height: 13px;
	position:relative;
	top:20px;
}
.loginbar #user-tool-box{
	padding:10px 0 0 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
}
.loginbar #user-tool-box h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	font-weight:bold;
}
.loginbar ul {
	margin: 0;
	list-style: none;
}

.loginbar a {
	color: #fff;
	display: block;
	border: 1px solid #616c24;
	background: #919c54;
	margin: 4px 0;
	padding: 2px 4px;
}

.loginbar a:hover {
	text-decoration: none;
	background: #a1ac64;
	color: #fff;
}

/* sidebar forms */

#sidebar #askquestion{
	margin-left:15px;
}

#sidebar .input,
#sidebar #quicksearch #mlsno {
	display: block;
	margin-bottom: 4px;
	border: 1px solid #000;
	width: 141px;
	padding: 2px 0 2px 3px;
	font-size: 11px;
	font-family: verdana, sans-serif;
}

#sidebar #quicksearch select {
	display: block;
	margin-bottom: 4px;
	border: 1px solid #000;
	width: 146px;
	padding: 1px 1px 1px 1px;
	font-size: 11px;
	font-family: verdana, sans-serif;
}

#sidebar #quicksearch p {
	font-size: 11px;
	color: #000;
}

#sidebar p.submit {
	margin: 4px 0;
	float:left;
}
#sidebar p.register {
	margin: 7px 0;
	float:left;
}

.presaved{
	padding-left:5px;
	text-align:left;
}

/* login area (logged out) */
#loginform {
	padding-left: 15px;
	height: 215px;
}

#loginheader {
	height: 53px;
	text-indent: -9999px;
	background: transparent url("/ezstatic/data/selectrealestate/i/heading-login.gif") left bottom no-repeat;
	margin-bottom: 5px;
}

#benefitslink {
	margin-bottom: 0;
}

#benefitslink a {
	display: block;
	height: 45px;
	text-indent: -9999px;
	background: transparent url("/ezstatic/data/selectrealestate/i/link-benefits.gif") left top no-repeat;
}

#loginform fieldset {
	border-width: 0;
	padding: 0;
	margin: 0;
}

#loginform legend {
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	padding: 0;
	margin: 0;
}

#loginform .overlabel-wrap input {
	display: inline;
	text-align: left;
	margin-bottom: 4px;
	border: 1px solid #000;
	width: 141px;
	padding: 2px 0 2px 3px;
	font-size: 11px;
	font-family: verdana, sans-serif;*/
}

/* login area (logged in) */
.loginbar {
	padding-left: 15px;
	height: 215px;
}

#quicksearchheader {
	height: 19px;
	text-indent: -9999px;
	background: transparent url("/ezstatic/data/selectrealestate/i/heading-quicksearch.gif") left bottom no-repeat;
	margin: 18px 0 7px 0;
}

#quicksearch {
	display:block;
	padding-left: 15px;
	padding-bottom: 28px;
}
#quicksearch .submit{
	float:none;
}

/* rental sidebar navigation */
#vacationsubnav {
	height: 214px;
	margin-bottom: 20px;
}

#vacationsubnav ul {
	list-style: none;
	margin: 0px;
	padding: 10px 0px 10px 15px;
}

#vacationsubnav a {
	color: #fff;
	display: block;
	border: 1px solid #616c24;
	background: #919c54;
	margin: 4px 0;
	padding: 2px 4px;
}

#vacationsubnav a:hover {
	text-decoration: none;
	background: #a1ac64;
	color: #fff;
}

/* Sidebar Featured Rentals */
#sidebarrentals {
	padding: 0 0 0 15px;
}
#sidebarrentals p {
	margin-bottom: 0;
}

#sidebarrentals h2,
#sidebarrentals .ezadlistitem {
	margin-bottom: 10px;
}

/* =Footer
-----------------------------------------------
*/
#footer,
#footer a {
	color: #838e45;
	font-weight: normal;
	font-size: 10px;
	bottom:0px;
}

#footer h3 {
	height: 11px;
	text-indent: -9999px;
	background: transparent url("/ezstatic/data/selectrealestate/i/footerselect.gif") left top no-repeat;
	margin-bottom: 10px;
}

#usmtag {
	position: absolute;
	display: block;
	width: 220px;
	height: 24px;
	left: 560px;
	top: 30px;
	text-indent: -9999px;
}

/* =Home Page
-----------------------------------------------
*/

#homebottom {
	background: transparent url("/ezstatic/data/selectrealestate/i/homebottom.jpg") left top no-repeat;
	margin-top: 20px;
}

#homebottom h2 {
	margin-bottom: 18px;
}

#homebottom #featuredrental,
#homebottom #featuredlisting {
	width: 255px;
	float: left;
}

#homebottom #featuredlisting {
	width: 253px;
}

#homebottom #announcements {
	width: 278px;
	float: left;
	font-size: 11px;
	overflow: hidden;
}

#homebottom #featuredrental h2 {
	height: 31px;
	text-indent: -9999px;
	background: transparent url("/ezstatic/data/selectrealestate/i/heading-homerental.gif") left top no-repeat;
}

#homebottom #announcements h2 {
	height: 31px;
	text-indent: -9999px;
	background: transparent url("/ezstatic/data/selectrealestate/i/heading-homeannouncements.gif") left top no-repeat;
}

#homebottom #featuredlisting h2 {
	height: 31px;
	text-indent: -9999px;
	background: transparent url("/ezstatic/data/selectrealestate/i/heading-homefeatured.gif") left top no-repeat;
}

#homebottom #adlist {
	margin: 0 25px;
}

#homebottom #featuredrental .rentalemail {
	margin-left: 25px;
}

#homebottom #adlist h3 {
	font-size: 110%;
}

#homebottom p.featured {
	margin: 0 0 0 25px;
}

#homebottom p.featured span {
	display: block;
}

#homebottom p.featured span span {
	display: none;
}
#homebottom p.featured,
#homebottom #featuredrental {
	font-size: 11px;
}

#homebottom p.featured a,
#homebottom #featuredrental a {
	color: #5a5a5a;
}

#homebottom #featuredrental p {
	margin-bottom: 0;
}

/* =Contact Pages
-----------------------------------------------
*/
body#contact #ezarticleviewtpl {
	width: 400px;
	float: left;
}

body#contact #contactform {
	border:solid 1px #a7b268;
	padding: 15px;
	float: right;
	background: #d6e1ba;
}

body#contact #contactform p,
body#contact #contactform #commentlabel {
	width: 280px;
	display: block;
}

form.contactform label.checkbox {
	display: block;
}

#contactmap {
	float: right;
	padding-top: 20px;
}


/* =MLS and ezUser pages
-----------------------------------------------
*/
/* list view */
.list_details {
	margin-left: 215px;
}

/* detail view */
#mlsdetailview .mlsnavbarright li {
	display: none;
}

/* user registration */
.userregister {
	width: 315px;
	float: left;
}
.userregister h2,
#regbenefits h2 {
	margin-bottom: 2em;
}
#regbenefits {
	margin-left: 380px;
}

/* agent list */
#agentlist .agentblock {
	margin-bottom: 2em;
}
#agentview .mlsnavbar {
	display: none;
}

/* advanced search */
.mapcontainer {
	width: 300px;
	float: right;
}

.mapcontainer img {
	margin-left: 20px;
}

#advancedsearch .towntype {
	margin-right: 0;
	float: none;
	display: block;
}

#home .listtown a{
	background:none;
}

.agentblock {  float: left;  width: 33%;}

/* ********************************** aeu styles ******************************* */
#emailcontent { background: #fff; width: 550px; margin: 0 auto;}
#emailmain {background: #fff;}


/*   extra for mlssearch page */

span.towntype {
	width: 40%;
	margin-right: 3%;
	float: left;
}

/* changes to One Click Searches */

#oneclickheader {
	margin-top:40px;
	height: 19px;
	text-indent: -9999px;
	background: transparent url("/ezstatic/data/selectrealestate/i/heading-oneclick.gif") left bottom no-repeat;
}
/*  Violet - #000080 (lite)  #0a0a59 (dark)
Lite green - #a1ac64   */

#newoneclicktopheader h2{
	margin-top: 10px;
	background-color: #0a0a59;
	font-family:verdana,arial,sans-serif;
	font-size: 12px;
	padding: 5px;
	font-weight: normal;
	color: #ffffff;
}

#newoneclickheader {
	font-size: 12px;
	color: #0a0a59;
}

#sidebar .psslist {
	margin-top: 5px;
	padding-left: 15px;
	font-size: 11px;
}

.searcharrow,
.searchcnt {
	display: none;
}

#sidebar .psslist a {
	font-weight: normal;
	color: #5a5a5a;
}
