/* -------------- Styles for homepage -------------------- */
div#content-container
{
    margin-left: 0 !important;
}
#main-container
{
    margin-top: 60px;
}
div#right-col
{
    margin-top: 0;
}
#home-content
{
    margin-left: 25px;
}
#home-content h2
{
    margin-left: -25px;
    padding-left: 25px;
    background: transparent url(files/info-icon.gif/$File/info-icon.gif) no-repeat 2px 1px;
}
#footer-container hr
{
    margin: 0;
}
#footer-links img
{
	margin-top:-10px;
}
/* -------------- rounded corners ------------------ */
/* set the image to use and establish the lower-right position */
.rounded-box, .rounded-box-body, .rounded-box-head, .rounded-box-head h1, .rounded-box-head h2
{
    background: transparent url(files/demobox.png/$File/demobox.png) no-repeat bottom right;
}
.rounded-box
{
    max-width: 730px !important; /* intended total box width - padding-right(next) */
    padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
    margin-right:0;
}
/* set the top-right image */
.rounded-box-head
{
    background-position: top right;
    margin-right: -15px; /* pull the right image over on top of border */ 
    padding-right: 40px; /* right-image-gap + right-inside padding */ 
}
/* set the top-left image */
.rounded-box-head h1
{
    background-position: top left; 
    margin: 0; /* reset main site styles*/ 
    border: 0; /* ditto */ 
    padding: 15px 0 0 25px; /* padding-left = image gap + interior padding ... no padding-right */ 
    height: auto !important; 
    height: 1%; /* IE Holly Hack */ 
}
/* set the top-left image */
.rounded-box-head h2
{
    background-position: top left; 
    margin: 0; /* reset main site styles*/ 
    border: 0; /* ditto */ 
    padding: 15px 0 0 25px; /* padding-left = image gap + interior padding ... no padding-right */ 
    height: auto !important; 
    height: 1%; /* IE Holly Hack */ 
}
/* set the lower-left corner image */ 
.rounded-box-body
{ 
    background-position: bottom left; 
    margin-right: 25px; /* interior-padding right */ 
    padding: 15px 0 15px 25px; /* mirror .rounded-box-head right/left */ 
}
