
.share li {
  cursor: pointer;
  position: relative;
  float: left;
  width: 30px;
  height: 25px;
  margin-right: -10px;
  font-size: 10pt;
  color: #FFF;
  text-align: center;
  font-smoothing: antialiased;list-style:none;
}
.share li:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.share li:after {
  content: '';
 : absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
}
.share .icon-goo, .share .icon-twi {
  line-height: 35px;
}
.share .icon-goo:after, .share .icon-twi:after {
  border-width: 0 15px 25px;
}
.share .icon-goo:after {
  border-color: transparent transparent #C61800;
}
.share .icon-twi:after {
  border-color: transparent transparent #03ABEA;
}
.share .icon-fac, .share .icon-pin {
  line-height: 20px;
}
.share .icon-fac:after, .share .icon-pin:after {
  border-width: 25px 15px 0;
}
.share .icon-fac:after {
  border-color: #385797 transparent transparent;
}
.share .icon-pin:after {
  border-color: #C92228 transparent transparent;
}

/*--------------------------------------- page css---------------------------*/
#main_body_container
{
	width: 100%;
	min-height: 200px;
	padding-bottom: 5px;
	margin: 0px auto;
	clear: both;
	overflow: hidden;
	background-color: #FFFFFF;
}
#banner_wrapper
{width:1000px;height:205px;float:left;}
#text_container
{width:100%;min-height:200px;float:left;clear:both;overflow:hidden; margin-left:4%;}
#left_text_container
{width:220px;min-height:100px;float:left;padding:5px;}
#right_text_container
{width:72%;min-height:100px;float:left; margin-left:2%;}
#left_side_menu
{width:217px;min-height:110px;margin:0px auto;box-shadow:0 1px 1px 1px #888;-moz-box-shadow:0 1px 1px 1px #888;border-radius:4px;-moz-border-radius:4px;overflow:hidden;padding:4px;}
#left_side_menu-s {
	width: 217px;
	height: 35px;
	border-radius: 4px;
	background-color: #de150d;
	margin-bottom: 7px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding-top: 15px;
}
#left_side_menu-s:hover {
	width: 217px;
	height: 35px;
	border-radius: 4px;
	background-color: #000;
	margin-bottom: 7px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding-top: 15px;
}
.h2{font-size:20px;font-family:Arial, Helvetica, sans-serif;color:#c50909;text-transform:uppercase;}
.txt{
	text-align: justify;
	color: #333333;
	padding-right: 10px;
	line-height: 22px;
	font-weight: bold;
	font-size: 13px;
}
.h3{color:#2d2d2d;font-size:18px;font-weight:bold;}