/*TODO: make sure that the ../.. path for images is legit.*/
html, * {
    margin: 0;
    padding: 0;
}

body {
    margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
/*
    background: url( "../../images/zooven_home_bg.jpg" ) repeat-x top;
*/
}

#indexParent {
    margin-top: 60px;
    padding-bottom: 100PX;
}
#top {
	margin-left: 5px
}
h1 {
	float: left;
	margin-left:5px;
	margin-top: 28px;	
}
input {
    font-size: 16px;
    margin-bottom: 7px;
}

* html input {
    font-size: 16px;
    margin-bottom: 4px;
}

#searchText {
    padding: .1em;
}

#logo {
    margin-top: 20px;
}

#homeSearch {
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 1.5em;
    color: #173693;
}

#searchBox {
    padding: .18em;
    margin-left: 0em;
    white-space: nowrap;
}

#searchButton {
   margin-top: 1px;
}

/* IE Specific */
* html #homeSearch {
    margin-top: 1em;
    width: 430px;
    padding: 1.5em;
    color: #173693;
}

* html #homeSearch #searchText {
    padding-bottom: .2em;
}

#searchExample {
    font-size: 12px;
    color: #454d47;
    width: 470px;
    margin-top: -9px;
    text-align: left;
}
* html #searchExample {
    margin-top: -6px;
    text-align: left;
    margin-left: 3px;
}
#featuredProperties {
    border: 2px solid darkorange;
    -moz-border-radius: 10px;
    margin-bottom: 1.4em;
    width: 680px;
    padding-left: 20px;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: left;
}
#featuredProperties h3 {
    margin: 0;
    padding-top: .2em;
    font-size: 16px;
    list-style-type: none;
    text-align: left;
    color: darkorange;
}
#featuredProperties table {
    font-size: .9em;
    width: 100%;
}
#featuredProperties img {
    border: 1px solid #666666;
}
#featuredProperties a {
    text-decoration: none;
}
#featuredProperties a:hover {
    text-decoration: underline;
}

#secondary {
    width: 690px;
    height: 290px;
}

#topSearches {
    width: 300px;
    height: 250px;
    float: left;
    text-align: left;
    border: 1px solid darkgray;
}

#topSearches h4 {
    text-align: center;
    font-size: 16px;
    margin-top: 8px;
}

#topSearches ul {
    margin-left: 0px;
    font-size: 14px;
    margin-top: 10px;
}

#topSearches li {
    list-style: none;
    background-image: url('../../images/list.gif');
    background-repeat: no-repeat;
    background-position: 0px;
    padding-left: 20px;
    margin-left: 30px;
    margin-top: 10px;
}

#squareAd {
    width: 320px;
    height: 270px;
    float: right;
    text-align: center;
    -moz-border-radius: 10px;
}

#markets {
    margin-top: 20px;
    width: 450px;
    clear: both;
}
#markets h3 {
    background-image: url( "../../images/navGrayBg.gif" );
    border: 1px solid #666666;
    padding: 6.5px;
    margin-bottom: 10px;
}
#markets ul li {
    list-style: none;
    display: inline;
    list-style-type: none;
}
#markets ul li a {
    text-decoration: underline;
}
#markets ul li a:hover {
    text-decoration:underline;
}
#moreMarkets {
    float: right;
    margin-right: 10px;
    margin-top: 10px;
    color: orange;
    font-weight: bold;
}

#footerHome {
    margin-bottom: 2em;
}

#copyright {
    font-size: .9em;
    margin-top: 5px;
}

#homeText {
    width: 700px;
    margin-top: 5em;
}
#homeText h1 {
	float: none;
}




#nav{
  clear:both;
  font-weight:bold;
  color:#666;
  float:left;
  list-style-type:none;
  background:url(../../images/navshadow.gif) no-repeat 4px 100% #fff;
  padding-bottom:21px;

}

html>body #nav{
  margin-left:8px;
  background:url(../../images/navshadow.gif) no-repeat <strong>4px</strong> 100% #fff;
}
#nav li{
  list-style-type:none;
  float:left;
  margin:0 0 0 4px;
  padding:0 0 0 10px ;
  border-bottom:1px solid #999;
  height: 25px;
  background:url(../../images/tabgrey.gif) #c0c0c0 top left no-repeat;
}

#nav li a{
  color:#666;
  background:url(../../images/tabgrey.gif) transparent top right no-repeat;
  display:block;
  padding:0 10px 0 0;
  padding-top: 5px;
  text-decoration: none;
}


#nav li.cur,
#nav li.over,
#nav li:hover
{
  background:url(../../images/tabblue.gif) #3375b2 top left no-repeat;
  border-bottom:1px solid #036;
}
#nav li strong,
ul#nav li.cur a,
ul#nav li.over a,
ul#nav li:hover a
{
  display:block;
  color:#fff;
  padding:0 10px 0px 0;
	padding-top: 5px;
  text-decoration:none;
  background:url(../../images/tabblue.gif) transparent top right no-repeat;
}

