/* CSS Document */

/**
* hide stuff first
*/
#solutions,
#technology,
#header_tabs,
#header_nav,
#mainbodyleft,
#header_tabs,
#footernav,
#headerLeft,
#headerGradient,
#leftTabButton,
#rightTabButton,
#contactButton,
#headerNavDefault,
#headerNavLeft,
#nav{
display:none;
}

/**
* now align stuff
*/
#container{
text-align:left;
}


#headerMiddle{
position:absolute;
left:0px;
top:0px;
width:474px;
height:80px;
overflow:hidden;
}

#headerLogo{
position:absolute;
left:474px;
top:0px;
width:166px;
height:80px;
z-index:10;
overflow:hidden;
}
#topspacer{
position:relative;
height:90px;
}
/**
* now size and position the main content.
*/
#mainbody{

}
dd{
font-size:small;
}