﻿
/* set millions of background images */
.rbroundbox { background: url(images/roundedcornerbox/nt.gif) repeat; }
.rbtop div { background: url(images/roundedcornerbox/tl.gif) no-repeat top left; }
.rbtop { background: url(images/roundedcornerbox/tr.gif) no-repeat top right; }
.rbbot div { background: url(images/roundedcornerbox/bl.gif) no-repeat bottom left; }
.rbbot { background: url(images/roundedcornerbox/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px; }
.rbroundbox 
{ 
/*width: 50%; margin: 1em auto;*/
  
  width:1024px;
  height:auto;
  float:left;
 
}
/* GREY BOX*/
.rbroundbox_grey { background: url(images/roundedcornerbox/nt_blue.gif) repeat; }
.rbtop_grey div { background: url(images/roundedcornerbox/tl_blue.gif) no-repeat top left; }
.rbtop_grey { background: url(images/roundedcornerbox/tr_blue.gif) no-repeat top right; }
.rbbot_grey div { background: url(images/roundedcornerbox/bl_blue.gif) no-repeat bottom left; }
.rbbot_grey { background: url(images/roundedcornerbox/br_blue.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop_grey div, .rbtop_grey, .rbbot_grey div, .rbbot_grey {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent_grey { margin: 0 7px; }
.rbroundbox_grey 
{ 
/*width: 50%; margin: 1em auto;*/
  
  width:auto;
  height:auto;
  float:left;
  color:#ffffff;
 
}
.rbroundbox_grey li
{ color:#F0E68C; }
.rbroundbox_grey a
{ 
 color:#FFFFFF;
 /*color:#F0E68C; */
 text-decoration:none;
 
}
.rbroundbox_grey a:hover
{
 text-decoration:underline;  
}
