body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #fff;
	color:#fff;
}

.wrapper {
	width: 100%;
	height: 800px;
	background-image:url(../images/rc_bg_tile.jpg);
	background-repeat:repeat-x;
}

.countryBody
{
	background:#FFF;
}


countrybody {
	background-image: url(../images/table_corners.png);
	background-repeat:no-repeat;
	background-position: bottom;
	margin: 0px 0px 20px 14px;
	width: 570px;
	/*
	clear: both;
	float: left;
*/
}

.subhead h2 {
	font-size: 24px;
	text-align: left;
	font-weight: bold;
	padding-left:8px;
	color: rgb(5,44,113);
	background:#FFF;
}
.table_Body
{
	background-color:#FFF;
}
.rhead_Image
{
	border-top:solid 1px rgb(231,231,231);
	border-bottom:solid 1px rgb(231,231,231);
}
.maintable_rightbg
{
	background:#FFF;
}

.rhead {
	padding: 0;
	width: 562px;
	/*float:left;*/
	/*clear: both;*/
	border-top:solid 1px rgb(231,231,231);	
	border-bottom:solid 1px rgb(231,231,231);	
}

.rhead h3{
	/*float: left;*/
	padding: 0;
	margin: 20px 0px 0px 8px;
	color: rgb(5,44,113);
	font-size: 18px;
	font-weight: normal;
}

ul.countries {
	float: left;
	margin: 8px 0px 10px 0px;
	padding: 0;

}

ul.countries li {
	list-style-type:none;
	width: 222px;
	font-size: .75em;
	line-height: 20px;
	margin: 0px 16px;
	color: rgb(5,44,113);

}

ul.countries li a.alt {
	background-color: #FEFEFE;
}

ul.countries li a{
	background-color: #FFFFFF;
	color: rgb(5,44,113);
	text-decoration:none;
}

ul.countries li a:hover{
	color: rgb(21,94,170);
	text-decoration:underline;
}


/* START - VERB Location Selector CSS - July 10, 2013 */
.clr {display:block; clear:both; width:100%;}
.location-select-wrap {margin:0 auto; width:786px;}
  .location-select-wrap .logo {display:block; margin:5px auto 16px auto;}
  .location-select-heading {background:url(/img/location-selector/bg-heading.png) 0 center repeat-x; display:block; clear:both; text-align:center; width:100%;}
    .location-select-heading span {background:#fff; color:#1f244e; font-size:21px; padding:0 17px; text-align:center; text-transform:uppercase;}
  .location-select-countries-wrap {background:url(/img/location-selector/bg-map.jpg) no-repeat; margin:8px 0 0 0; height:345px; width:786px;}
    .location-select-col {display:block; float:left; width:393px;}
    .location-select-col .country,.location-select-col .country-heading,.location-select-col .language,.col-one .country-china {text-shadow:2px 2px 2px #000; text-transform:uppercase;}
    .location-select-col .country-heading {display:block; font-size:19px; margin:33px 0 12px 0; text-align:center;}
  .location-select-col ul {overflow:hidden; list-style-type:none; margin:0 0 33px 0; padding:0;}
    .location-select-col li {clear:both; display:inline-block; overflow:hidden; margin:0; padding:1px 0; width:100%;}
    .location-select-col li:hover {background:rgba(255,255,255,.12); -webkit-transition:background 250ms; -o-transition:background 250ms; -ms-transition:background 250ms; transition:background 250ms;}
    .ie7 .location-select-col li {margin:0 0 2px 0;}
      .location-select-col .country,.location-select-col .language,.location-select-col .country-china {display:block; cursor:pointer; float:left; font:bold 14px Arial,sans-serif; width:193px;}
      .location-select-col .country,.col-one .country-china {text-align:right; padding:0 5px 0 0;}
      .location-select-col .country-china {font-family:"Times New Roman";}
      .location-select-col .other .country {margin:3px 0 0 0;}
      .location-select-col .other:hover span {color:#fff;}
      .location-select-col .language {color:#0073bb; text-align:left;}
      .col-one .country,.col-one .country-china {width:163px;}
      .col-one .language {width:223px;}
    .location-select-col select {font-size:12px; width:174px;}
      .col-one div.country-china {text-align:left; width:auto;}
    .rpl-china,.rpl-chinese {display:inline-block; margin-bottom:-6px; height:18px; text-indent:-9999em;}
    .rpl-china {background:url(/img/location-selector/china.png) right center no-repeat; width:32px;}
    .rpl-chinese {background:url(/img/location-selector/chinese.png) left center no-repeat; width:46px;}
/* END - VERB Location Selector CSS - July 10, 2013 */