@charset "utf-8";
/* CSS Document */

.roundedBox {
position:relative; 
padding:17px; 
margin:10px 0;
}

 #type1 .corner {
 background-image:url(../departments/images/cornerSprite.png);
 position:absolute; 
 width:17px; 
 height:17px;
 }

        .topLeft {top:0; left:0; background-position:-1px -1px;}
        .topRight {top:0; right:0; background-position:-19px -1px;}
        .bottomLeft {bottom:0; left:0; background-position:-1px -19px;}
        .bottomRight {bottom:0; right:0; background-position:-19px -19px;}

#type1 {
background-color:#000000;
color:#FFFFFF;
width:700px;
height:75px;
}
#type1 h3 {
margin-top:-10px;
font-size:200%;
font-variant:small-caps;
font-weight:bold;
}
/*[if ie]> 
#type1 {
height:25px;
}
 <![endif]*/

#type1 a:link  {
color:#FFFFFF;
}
#type1 a:hover {
color: #007073;
}
#type1 a:visited {
color: #15F3FF;
}
#type1 a:active {
color: #FFFFFF;
}
