@charset "UTF-8";
/* CSS Document */

body {
color: #666;
font-size: 16px;
}

#container {
min-height: 450px;
}

h1 {
width: 310px;
position: absolute;
top: 67px;
left: 60px;

margin: 0;

padding: 54px 0 0 0;
overflow: hidden;
background: url("images/im_logo.gif") 0 0 no-repeat; 
height: 0px !important; /* for most browsers */
height /**/:54px; /* for IE5.5's bad box model */
}

h2 {
margin: 0;
}

h3 {
width: 198px;
margin: 0;

padding: 50px 0 0 0;
overflow: hidden;
background-image: url("images/entry_welcome.gif"); 
background-repeat: no-repeat;
height: 0px !important; /* for most browsers */
height /**/:50px; /* for IE5.5's bad box model */
}  

#welcome p {
margin: 0 0 10px 0;
font-size:20px;
line-hgight:26px;
color:#828282;
}

#welcome {
padding: 0px 42px 0px 117px;
}

#funds{
margin-top:-20px;
padding-left:117px;
}

#footer {
margin: 40px 42px 0 117px; 
}

body#portal #footer{
margin-top:0;
}

a#growth, a#buyout, a#mezzanine{
display:block;
width: 866px;
text-decoration: none;
text-indent:-99999px;
overflow: hidden;
}
a#growth{
height:194px;
}
a#mezzanine{
height:177px;
}
a#buyout{
height:231px;
}
a#growth {background: url(images/rollover_growth.png) 0 0 no-repeat;}
a#mezzanine {background: url(images/rollover_mezzanine.png) 0 0 no-repeat;}
a#buyout {background: url(images/rollover_opportunity.png) 0 0 no-repeat;}
a#growth:hover, a#mezzanine:hover, a#buyout:hover {background-position: -866px 0;}
