.top-nav{
border:3px solid black;
background-image:url(../images/rsmart-bg.jpg);
background-position:bottom;
background-repeat:repeat-x;
background-color:white;
}

*:first-child+html .top-nav{
border:3px solid black;
background-image:url(../images/rsmart-bg-ie.jpg);
background-position:bottom;
background-repeat:repeat-x;
background-color:white;
}

* html .top-nav{
border:3px solid black;
background-image:url(../images/rsmart-bg-ie.jpg);
background-position:bottom;
background-repeat:repeat-x;
background-color:white;
}


.section-box-header{
background-color:#000000;
color:white;
font-weight:bold;
padding-left:4px;
border-bottom:1px solid #000000;
}

.section-box{
border: 1px solid #000000;
margin-bottom:15px;
}

