/* from http://www.vertexwerks.com/tests/sidebox/ */


/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
	margin: 0 auto; /* center for now */
	width: 162px; 
	background: url(/images/boxes/sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}
.boxhead {
	background: url(/images/boxes/sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: url(/images/boxes/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}

.boxhead h2 a {
color: #FFF;
text-decoration:none;
}

.boxbody {
	font-size: 80%;
	background: url(/images/boxes/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 25px 31px;
}

.boxbody ul {
padding: 10px 0px 0px;
margin: 0;
}

.boxbody li {
	padding: 0px 0 5px 15px;
	margin: 0 0 0 0px;
	list-style: url(none) none;
	background: url(/images/arr_or_sm_bluebg.gif) no-repeat 0px 0px;
}




/* Modified as per CM's design */

/* Show only to IE PC \*/
* html .boxhead2 h2 {height: 1%;} /* For IE 5 PC */

.sidebox2 {
	margin: 0 auto; /* center for now */
	width: 162px; 
	background: url(/images/boxes/sbbody-r2.gif) no-repeat bottom right;
	font-size: 100%;
}
.boxhead2 {
	background: url(/images/boxes/sbhead-r2.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead2 h2 {
	background: url(/images/boxes/sbhead-l3.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}

.boxhead2 h2 a {
color: #FFF;
text-decoration:none;
}

.boxbody2 {
	font-size: 80%;
	background: url(/images/boxes/sbbody-l2.gif) no-repeat left bottom;
	margin: 0;
	padding: 5px 25px 31px;
}

.boxbody2 ul {
padding: 10px 0px 0px;
margin: 0;
}

.boxbody2 li {
	padding: 0px 0 5px 15px;
	margin: 0 0 0 0px;
	list-style: url(none) none;
	background: url(/images/arr_or_sm_bluebg.gif) no-repeat 0px 0px;
}
