/* Nicaragua-Realty.com Stylesheet	 /
/  Author:  Bill Bohling		 /
/  Date: 20 August 2005			*/	

BODY {color: black;
      background: #6699FF;
      font-family: serif;
      font-size: 14px;
     }

/* page layout */
P.navbar {background:blue;
	 }
DIV {width: auto;
     left: 15px;
     right: 15px;
    }

/* some Tan hackz for IE, since the most widely-used browser
in the world is the only browser in the world that can't
handle width:auto */
* html DIV { width: 98% }
* html TABLE {width: 90%; }

/* the banner section */
DIV.header {height: 120px;
	    text-align: center;
	    vertical-align:top;
	    top: 0px;
	    bottom: 100px;
	    padding-top: 0;
	    background: #6699FF;
	   }

/* the blue bar that holds the buttons */
DIV.navbar {position: fixed;
            text-align: center;
	    vertical-align:top;
            top: 100px;
            height: auto;
            padding-top:0;
	    background: blue;
           }
* html DIV.navbar {position: relative;
		   top: -50px;
		   left:7px;
		  }

/* place to hold the Home button */
DIV.navbar2 {position: fixed;
            width: 50px;
            text-align: left;
            top: 100px;
            bottom: auto;
            left: 17px;
            right: ;
            padding-top: 2px;
           }
* html DIV.navbar2 {position: relative;
		    top: -92px;
		    left: 9px;
		   }

/* main page section */
DIV.main {position: fixed;
	  top: 123px;
	  bottom: 0;
	  overflow: scroll;
	  background: #E3E4FA;
	  border:1;
	  border-style: none;
	  padding-left:6px;
	  padding-top: 6px;
	 }
* html DIV.main {position: relative;
                 top: -92px;
                 left: 7px;
                 font-size: 14px;
                }

TD {font-size: 12pt;}

TD.printer_friendly {width:50%;
		     vertical-align:top;
		    }

TD.listing_box {background: #99CCFF;
		border: 3px;
		border-style: groove;
	       }

/* some eye candy */
/* make external links a different font, size and color */
a.external {font-family: sans-serif;
	    font-size: 12px;
	   }
a.external:link {color: green;}
a.external:visited {color: orange;}

/* put links in cheeky little boxes, for effect */
SPAN.navitem {width: 150px;
line-height: 16pt;
              border: 1px;
              border-style: solid;
	      background: #add8e6;
	      padding-left: 5px;
	      padding-right: 5px;
	     }

SPAN.infobox {width: auto;
              border: 1px;
              border-style: solid;
              background: #eefffb;
              padding-left: 5px;
              padding-right: 5px;
              font-size: 14px;
             }

SPAN.headline	{font-size: 24px;
		 font-weight: bold;
		 width: 800;
		 text-align: center;
		}

SPAN.subhead    {font-size: 18px;
                 font-weight: bold;
		 line-spacing:5px;
                }

SPAN.watermark {font-size: 12px;
		color: #ababab;
	       }

SPAN.error {color: red;
	    font-weight: bold;
	   }

