/*  reset styles */
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.2;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
  outline-style: none;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
	background-color: #eee;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* site specific */
body{  
  background-color: #fff;
  color: #2b6080;
  font-family: "Trebuchet MS", Arial, sans-serif;
}

p { margin: 1em 0; }
h1, h2, h3, h4, h5, h6 { font-weight: bold;}
h1 { font-size: 2em; margin: .67em 0;}
h2 { font-size: 1.5em; margin: .83em 0;}
h3 { font-size: 1.17em; margin: 1em 0;}
h4 { font-size: 1em; margin: 1.33em 0;}
h5 { font-size: .83em; margin: 1.67em 0;}
h6 { font-size: .67em; margin: 2.33em 0;}

area { cursor: pointer; }
* html #map img { cursor: pointer;}

a { color: inherit; }
* html a { color: #555;}  /* ie 6 doesn't inherit */

a:hover { color: #333; }

#Main{ 
  width: 800px; 
  margin: 0px auto; 
  position: relative;
}

#Header{ margin: -1px 0em 0em 0em; }

#Header img{ 
  display: block; 
  margin: 0em;
  padding: 0em;
}

/*I expect these to be overwritten in stylesheets for other pages
  to use a background image instead of relying on the bg color */
.sectionHeader{  
  color: #fff;
  background-color: #4482a8;
  padding: 0 .5em;
  margin: 0em;
  font-weight: normal;
  font-size: 1em;
}
.sectionHeader img{vertical-align: bottom;}

#LeftColumn{
  width: 165px;
  margin: 0em 1em 0em .8em;
  color: #555;
  background-color: white;
}

#LeftColumn .sectionHeader{ 
  text-align: center;
  background: url(../images/header165.jpg) no-repeat;
  vertical-align: middle;
  position: relative; /* ie 6 needs this, others shouldn't mind */
  height: auto;
  line-height: 1.2;
  padding: .5em;
}

#LeftColumn #SearchForm, #LeftColumn #Browse, #LeftColumn #Refine, #LeftColumn #AccountStatus, #AdvertiseBox {  
  color: #555;
  background-color: #dbdbb1;
  margin-bottom: 1em;
}
* html #LeftColumn #Refine{ margin-bottom: 0em; }

#LeftColumn form p{  
  text-align: center;
  margin: .25em;
}

#LeftColumn form p.sectionFooter{  
  margin: .25em 0em;
  padding-top: .5em;
  height: 35px;
}

#LeftColumn #Browse img{  
  display: block;
  margin: 0em auto;
}

#LeftColumn ul{ 
  margin: .5em 0em 1em 1.5em; 
  list-style-type: none; 
  padding: 0em;
  font-size: .9em;
}

#LeftColumn #States ul.picked, #LeftColumn #Refine .picked {  
  padding-left: 1em;
  background: url(../images/dtOpen.gif) no-repeat 0em .25em;
}

* html #LeftColumn #States ul.picked li { height: 1em; overflow: hidden;}
* html #LeftColumn form .sectionFooter { padding-top: .25em; }
#LeftColumn li{ line-height: 1.1; }

#LeftColumn li a{ 
  display: block; 
  text-decoration: none;
  color: #555;
  background-color: inherit;
}

#LeftColumn a:hover{  
  font-size: 1.2em;
  color: #333;
  background-color: inherit;
}

#LeftColumn a.statePicked, #Refine .State {  
  display: block;
  margin-left: 1em;
  padding-left: 1em;
  text-decoration: none;
  color: #333;
  background-color: inherit;
  background: url(../images/dtClosed.gif) no-repeat 0em .25em;
}

#Refine .State { margin-left: 0; }
#Refine .Local #CityList { margin-left: -15px; }

/* this makes ie 6 happy  */
* html #Refine hr { z-index: 1; }
* html #Refine h6 { position: relative; }

* html #Refine .State, 
* html #Refine .Local { 
  position: relative; 
  overflow: hidden;
}
* html #Refine .State { height: 1.1em; }

#LeftColumn h6{  
  width: 7em;
  margin: -1.6em auto 0em;
  text-align: center;
  color: inherit;
  background-color: #dbdbb1;
}

#LeftColumn .topCities{ font-size: .9em; }

#LeftColumn .allCities {
  height: 15em;
  width: 180px;  /* js will make it 15px smaller */
  margin: 0;
  padding: 0;
  overflow: auto;
  font-size: .85em;
}

#LeftColumn .allCities li { margin: 0; padding: 0; height: 1.2em; overflow: hidden;}

/*  jScrollPane styles  */
/*  scrollbar on left  */
#LeftColumn .jScrollPaneTrack, #LeftColumn a.jScrollArrowUp, #LeftColumn a.jScrollArrowDown {
	left: 0;
	right: auto;
	background-color: #57A8DB;
  color: inherit;
}

#LeftColumn .jScrollPaneDrag { background-color: #4482a8; color: inherit;}

a.jScrollArrowUp {
	background: url(/images/basic_arrow_up.gif) no-repeat 0 0;
}
a.jScrollArrowUp:hover {
	background-position: 0 -15px;
}
a.jScrollArrowDown {
	background: url(/images/basic_arrow_down.gif) no-repeat 0 0;
}
a.jScrollArrowDown:hover {
	background-position: 0 -15px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 -30px;
}

#LeftColumn .allCities span {
  font-size: smaller;
  color: #777;
  background-color: inherit;
}

#Refine ul { margin: .25em 0 0 .25em;}
#Refine .Local { font-size: 1em; margin-left: 1em;}

#LeftColumn .Attributes ul { margin: 0; padding: 0; list-style-type: none; line-height: 32px;}
#LeftColumn .Attributes ul a,
#LeftColumn .Attributes li.inactive {
  display: block;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  vertical-align: middle; 
  font-size: .9em; 
  cursor: pointer;
}

#LeftColumn .LotRent { margin-top: 1em; }
#LeftColumn .LotRent ul li { height: 32px; line-height: 32px; cursor: auto; }

#LeftColumn .Attributes ul a img { vertical-align: bottom; border: 2px outset #ddd; }
#LeftColumn .LotRent li img,
#LeftColumn .Attributes li.inactive img { vertical-align: bottom; margin: 2px;}
#LeftColumn .Attributes ul a img.selected { border: 2px inset #ddd; }
#LeftColumn .Attributes ul a span span { font-size: .8em; }
#LeftColumn ul a span.close { font-size: 1em; color: red; }
#LeftColumn .Attributes li.long img { float: left;}
#LeftColumn .Attributes li.long a span.label {
  margin: 5px 0 0 3px; 
  float: left;
  line-height: 1.1;
  width: 110px;
}

#RightColumn{  
  float: right;
  width: 590px;
  margin: 0 .9em 0 0;
  padding: 0;
}
* html #RightColumn { margin-right: .45em; }  /* double margin float bug */

#RightColumn .sectionHeader{ 
  text-align: right;
  background: url(../images/header590.jpg) no-repeat top center;
} 

#RightColumn img{ margin: 0em; }

#RightColumn .leftSide{ padding-right: 12.5em; }

#RightColumn h1.sectionHeader, #RightColumn h2.sectionHeader {  
  text-align: center;
  font-size: 1.4em;
  padding: .2em;
}

/*  Tabs and pager widget  */
#Tabs {
  margin: 0;
  background-color: #dbdbb1;
  position: relative;
}

#Tabs img { display: block; margin: 0; }
#Tabs a, #Tabs h2 {
  display: block;
  position: absolute;
  top: 5px;
  left: 10px;
  width: 270px;
  height: 20px;
  text-indent: -100em;
  background-color /*\**/: white\9;
  filter /*\**/: alpha(opacity=0)\9;
}
#Tabs a.Homes, #Tabs h2.Homes {
  left: auto;
  right: 10px;
}
/* hack to get ie 6/7 to make the transaprent a elements clickable  */
* html #Tabs a { background-color: white; filter:alpha(opacity=0); }
*:first-child+html #Tabs a { background-color: white; filter:alpha(opacity=0); }

.Pager { 
  color: #555;
  background-color: #dbdbb1;
  margin: 0;
  padding: .5em; 
  overflow: hidden;
}

.Pager p, .Pager form {
  margin: 0em; 
  text-align: left;
  float: left;
  width: 19em;
}

.Pager ul { margin: 0; display: block; text-align: right; }
.Pager li { display: inline; border-right: 1px solid; vertical-align: middle; padding: 0 .3em; }
.Pager li a { text-decoration: none; color: #555;}
.Pager li a:hover { font-weight: bold; text-decoration: underline; color: #333;}
.Pager li img { vertical-align: bottom; }
.Pager li strong { color: #383810;}
.Pager li.last { border: none;}


#PageFooter{  
  margin: 0em 0em 2em 0em;
  padding: 0em;
  color: #fff;
  background-color: #4482a8;
  text-align: center;
  font-size: .8em;
  background: url(../images/footer590.jpg) no-repeat bottom center;
  height: 40px;
  clear: both;
  /*border-top: 1px solid #dbdbb1;*/
}

#PageFooter p{ margin: 0em; padding-top: .3em;}

#PageFooter a, #PageFooter a:hover{ color: #fff; background-color: inherit; }

.sectionFooter{  
  height: 45px;
  background: url(../images/footer165.jpg) no-repeat bottom center;
}

.warn{  
  color: #900;
  background-color: inherit;
}

img.busy { display: inline; }

.hide{ display: none; }

.centered{ text-align: center; }

.invalidField{  
  border: 2px solid #900;
}

.fauxLink{ text-decoration: underline; }
.fauxLink:hover{ cursor: pointer; }

#LeftColumn #AccountStatus, 
#LeftColumn #AdvertiseBox{ margin: 1em 0em 1em 0em; }

#LeftColumn #AccountStatus p, 
#LeftColumn #AdvertiseBox p{  
  font-size: .8em;
  padding: 0em .5em;
  margin: .5em 0em;
}

#LeftColumn #AccountStatus p{ text-align: center; }

#LeftColumn #AccountStatus a, 
#LeftColumn #AdvertiseBox a{  
  font-size: 1em;
  color: #555;
  background-color: inherit;
}
#LeftColumn #AccountStatus a:hover, 
#LeftColumn #AdvertiseBox a:hover{ 
  font-size: 1em;
  color: #333;
  background-color: inherit;
}

#QuickNavigation
{ 
  color: #555;
  background-color: #dbdbb1;
  margin-bottom: 1em;
  }

#QuickNavigation ul
{ 
  margin: 1em 1em 0 1em;
  font-size: 0.75em;
 }

#QuickNavigation ul li
{ 
  float: left;
  margin-bottom: 0.75em;
  width: 280px;
 }

#QuickNavigation .sectionHeader
{  
  height: 30px;
  line-height: 30px;
  text-align: center;
}

#QuickNavigation .sectionFooter
{  
  clear: both;
  font-size: 0.75em;
  text-align: right;
  line-height: 45px;
  color: #fff;
  height: 45px;
  background: url(../images/footer590.jpg) no-repeat bottom center;
}

#QuickNavigation .sectionFooter p{ padding-right: .5em; }
* html #QuickNavigation .sectionFooter p{ line-height: 30px; }

#QuickNavigation a{ color: #555; }
#QuickNavigation a:hover{ color: #333; }
#QuickNavigation .sectionFooter a{ color: #fff; }

#LeftSideAds 
{ 
  text-align: center;
  }