/*

Livney+Partners 
by Tristan Mace

*/

body {
    background: #0b4c73 url(bg.jpg) repeat top left;
    margin: 0px;
    padding: 0px;
    font-family: "Lucida Grande", Verdana;
    }

.clear {
    clear: both;
    }
    
#extranet {
    /* Netscape 4, IE 4.x-5.0/Win and other lesser browsers will use this */
    position: absolute; top: 0px; right: 0px;
    }

body > div#extranet, div#extranet {
    /* used by Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 4.5+, iCab, ICEbrowser */
    position: absolute;
    top: 0px;
    right: 0px;
    }

div#extranet {
  /* IE5.5+/Win - this is more specific than the IE 5.0 version */
  right: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
  top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

#extranet {
    display: block;
    width: 250px;
    }
    
#extranet a {
    display: block;
    margin-top: 30px;
    margin-right: 30px;
    padding: 3px;
    text-align: right;
    color: #8fa3c2;
    font-size: 10px;
    text-decoration: none;
    }

#extranet a span {
    visibility: hidden;
    }

#extranet a:hover {
    background: url(submenu_bg.gif) repeat-x top left;
    color: #FFF;
    }

#extranet a:hover span {
    visibility: visible;
    }

#footer {
    /* Netscape 4, IE 4.x-5.0/Win and other lesser browsers will use this */
    position: absolute; bottom: 0px; right: 0px;
    }

body > div#footer, div#footer {
    /* used by Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 4.5+, iCab, ICEbrowser */
    position: absolute;
    bottom: 0px;
    right: 0px;
    }
    
#footer a {
    display: block;
    margin: 0px 5px 5px 0px;
    color: #588fad;
    font-size: 10px;
    font-family: Arial;
    text-decoration: none;
    }

#footer a:hover {
    color: #FFF;
    }

#container {
    width: 700px;
    margin: 0px auto;
    margin-left: auto;
    margin-right: auto;
    }

#home {
    margin-top: 20px;
    }

#home_lefter {
    float: left;
    width: 60px;
    height: 393px;
    }

#home_left {
    float: left;
    width: 497px;
    height: 393px;
    }

#home_right {
    float: left;
    width: 143px;
    height: 393px;
    }

#logo {
    background: url(logo.jpg) no-repeat top left;
    display: block;
    width: 497px;
    height: 393px;
    }

#features {
    margin: 0px 0px 5px 0px;
    }

#features a {
    display: block;
    margin: 0px;
    padding: 0px;
    text-align: right;
    color: #4183a8;
    font-size: 10px;
    font-family: "Lucida Grande", Arial, Verdana; 
    line-height: 16px;
    text-decoration: none;
    }

#features a:hover {
    color: #FFF;
    }

#features a span {
    visibility: hidden;
    }

#features a:hover span {
    visibility: visible;
    color: #4183a8;
    }

#divider {
    background: url(divider.gif) repeat-x top left;
    width: 700px;
    height: 7px;
    display: block;
    }

#caption {
    margin-top: 6px;
    }

#caption p {
    margin: 0px;
    padding: 0px;
    text-align: justify;
    color: #d9e4ea;
    font-size: 11px;
    font-family: "Lucida Grande", Arial, Verdana; 
    line-height: 18px;
    }
