﻿/* Rounded Corners */
body.Rounded {font-family:Arial;}
#spacer {margin-top:5px;}

/* ======================  Blue Box ====================== */
.rc_blue {text-align:left; background: transparent; width:180px; margin:0 auto;}
.rc_blue .top, .rc_blue .bottom {display:block; background:transparent; font-size:1px;}
.rc_blue .b1, .rc_blue .b2, .rc_blue .b3, .rc_blue .b4, .rc_blue .b1b, .rc_blue .b2b, .rc_blue .b3b, .rc_blue .b4b {display:block; overflow:hidden;}
.rc_blue .b1, .rc_blue .b2, .rc_blue .b3, .rc_blue .b1b, .rc_blue .b2b, .rc_blue .b3b {height:1px;}
/* these make rounded corners */
.rc_blue .b2, .rc_blue .b3, .rc_blue .b4, .rc_blue .b4b, .rc_blue .b3b, .rc_blue .b2b {background:#000000; border-left:1px solid #000000; border-right:1px solid #000000;}

/* this is the top */
.rc_blue .b1 {margin:0 5px; background:#000000;}

/*this is the padding for the corners */
.rc_blue .b2, .rc_blue .b2b {margin:0 3px; border-width:0 2px;}
.rc_blue .b3, .rc_blue .b3b {margin:0 2px;}
.rc_blue .b4, .rc_blue .b4b {height:2px; margin:0 1px;}

/*rounded left, straight right, straight bottom*/
.rc_blue .bx, .rc_blue .bx1, .rc_blue .bx2, .rc_blue .bx3, .rc_blue .bottomX {display:block; overflow:hidden;}
.rc_blue .bx1, .rc_blue .bx2, .rc_blue .bx3 {background:#eeeeee; border-right:1px solid #000000; border-left:solid #000000; margin-right:0px; }
.rc_blue .bx  {margin-left:5px; height:1px; background:#000000;}
.rc_blue .bx1 {margin-left:3px; height:1px; border-left:2px; }
.rc_blue .bx2 {margin-left:2px; height:1px; border-left:1px; }
.rc_blue .bx3 {margin-left:1px; height:2px; border-left:1px; }
.rc_blue .bottomX { height:2px; border:1px solid #000000; border-top:none; background:#eeeeee;}
/* =============== /*

/*rounded right, straight left, straight bottom */
.rc_blue .bRT, .rc_blue .bRT1, .rc_blue .bRT2, .rc_blue .bRT3, .rc_blue .bottomRT {display:block; overflow:hidden;}
.rc_blue .bRT1, .rc_blue .bRT2, .rc_blue .bRT3 {background:#eeeeee; border-right:solid #000000; border-left:1px solid #000000; margin-right:0px; }
.rc_blue .bRT  {margin-right:5px; height:1px; background:#000000;}
.rc_blue .bRT1 {margin-right:3px; height:1px; border-right:2px; }
.rc_blue .bRT2 {margin-right:2px; height:1px; border-right:1px; }
.rc_blue .bRT3 {margin-right:1px; height:2px; border-right:1px; }
.rc_blue .bottomRT { height:2px; border:1px solid #000000; border-top:none; background:#eeeeee;}
/* =============== */

.rc_blue .straightTop {height:2px; border:1px solid #000000; border-bottom:none; background:#eeeeee;display:block; overflow:hidden; }

/* this is the bottom */
.rc_blue .b1b {margin:0 5px; background:#000000;}
/* these are the left and right side borders */
.rc_blue .boxcontent {position:relative; display:block; background:#eeeeee; border-left:1px solid #000000; border-right:1px solid #000000;}
/* this is the background */
.rc_blue .boxcontent, .rc_blue .b2, .rc_blue .b3, .rc_blue .b4, .rc_blue .b2b, .rc_blue .b3b, .rc_blue .b4b {background:#eeeeee;}
/* ====================== End Box ======================  */

/* Box Content */
.rc_blue h2 {
	margin:0 10px;
	color:#977a40;
	font-size:10pt;
	font-weight:normal;
}
.rc_blue p {
	margin:0 10px;
	padding-bottom:0.5em;
}
.rc_blue ul {
	margin:0 0 0 10px;
	padding:0 0 5px 0;
}
.rc_blue li {
	margin:0;
	padding:0;
	list-style-position:inside;
	list-style-image:url(../images/li_blue.gif);
}

/* IE Specific */
* html .rc_blue ul {
	padding:0 0 0 15px;
}
* html .rc_blue li {
	list-style-position:outside;
}
/* End IE Specific */

.rc_blue a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-weight:bold;
}
.rc_blue a:link, .rc_blue a:visited {
	color:#657584;
	text-decoration:none;
}
.rc_blue a:hover, .rc_blue a:active {
	color:#977a40;
	text-decoration:underline;
}
/* End Box Content */
