/****************************************************************
* file: 	/css/neighborhood.css
* author:	toy
* date:		26jul09
*
* NOTE: 	css for best addresses page
*
* rev history
* [toy 26jul09]		orig version 
*****************************************************************/
#leftstuffSmall ul.nabes {
    margin: 0px 0 20px 0px;
    border: solid 0px red;
}

#right {
    width: 600px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border: solid 0px red;
    overflow:auto;
    float:left;
}

#rightStuff {
    font-size: .8em;
    width: 590px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border: solid 0px blue;
    overflow:auto;
}

#rightstuff ul  { margin: 0 20px 0 20px; }
#rightstuff li a  { font-size: 1.1em; }

#rightStuff img.smallMap{
    margin: 2px 2px 2px 2px;
    width: 585px;
}

#rightStuff div.text{
    margin: 0 10px 0 10px;
    border: solid 0px purple;
}

#rightStuff div.points{
    margin: 0 10px 0 10px;
    border: solid 0px purple;
}

#rightStuff a{
    font-size:0.8em; 
    line-height: 1.0em;
    text-decoration:underline;
    color: Blue;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
#rightStuff a:hover{
    font-size:0.8em; 
    line-height: 1.0em;
    text-decoration:underline;
    color: #999999;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

#sidebar {
    width: 130px;
    float: left;
}
#sidebar hr { height: 20px; margin: 20px 0px 40px 0px; }
#sidebar div { margin: 20px 0px 40px 0px; }
#sidebar ul{
    font-size: .7em;
    font-family: Times New Roman;
    list-style: square;
    color: #b3995d; 
    
    margin: 10px 0 0 20px;
}
#sidebar li { line-height: 2em; }
#sidebar a {
    color: #b3995d; 
    text-decoration: none;
    line-height: 1em;
    padding: 0;
    margin: 0;    
}
#sidebar a:hover {
    color: #444444; 
    text-decoration: underline;
}

