/* Top Elements */
* { margin: 0; padding: 0;}

body {
	background: #fff;
	color:#333;
	text-align: center;
	margin: 0 0 0 0;
	font-family:Calibri;
	font-size: 13px;
	line-height: 1.75em;
}

/* links */
a, a:visited {	
	color: #999; 
	background: inherit;
	text-decoration: none;		
}
a:hover {
	color: #fff;
	background: inherit;
	padding-bottom: 0;
}

/* headers */
h1, h2, h3 {
	font: normal 1.1em 'Trebuchet MS', Arial, Sans-serif;
	color:#000;
}
h1 {
	font-size: 120%;
	font-weight: normal;
}
h2 {
	font-size: 120%;
	text-align:left;
	font-weight:bold;
}
h3 {
	font-size: 130%;	
}

h1, h2, h3, p {
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}



/* form elements */
form {
	margin:10px; padding: 0 5px;
	background: #F5F5F5;	
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:160px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #333;
	background: #e7e6e6 url(button.jpg) repeat-x;
	border: 1px solid #dadada;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0 5px 0 10px; padding: 5px 0 15px 0;	
	width: 190px;	
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 100px;
	color: #777; 
	height: 18px;
	padding: 2px;	
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

/********************************************
   LAYOUT
********************************************/ 
#continut {
	float: left;
	width: 725px;
	background: transparent url(../img/dotted-lines.gif) repeat-x;
}
#continut2 {
	clear: both;
	float: left;
	width: 725px;
	margin: 0;
	padding: 0;
	background: transparent url(../img/hor-line.gif) repeat-y left 0;
}


#wrap {
	position: relative;
	width: 910px;	
	margin: 0 auto;
	text-align: left;
	background: #fff url(content.jpg) repeat-y center top;
}
#content-wrap {
	float: left;
	width: 850px;
	margin-left: 30px;
	display: inline;
	padding: 0; 	
	border-top: 5px solid #fff;
	background: #fff url(content-wrap.jpg) repeat-x; 
}
#header {
	position: relative;
	height: 50px;
	width:750px;
	padding: 0;
	color: #fff;
}

/* header links */
#header #header-links {
	position: absolute;
	top: 8px; right: 45px;	
	color: #838181;
	font-size: 10px;	
	font-weight: bold;
}
#header #header-links p {	
	padding: 0;	margin: 0;	
}
#header #header-links a {	
	color: #838181;
	text-decoration: none;	
}
#header #header-links a:hover {
	color: #444;		
}

/* header-photo */
#header-photo {
	position: relative;
	clear: both;
	margin: 5px auto;
	height: 250px;
	width: 850px;
}
h1#logo-text a {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bold 38px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -1px;
	color: #000000;
	text-transform: none;
	text-decoration: none;
	border: none;
	/* change the values of top and left to adjust the position of the logo*/
	top: 4px;
	left: 20px;
}

h2#slogan {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bold 18px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #666666;
	/* change the values of top and left to adjust the position of the slogan*/
	top: 42px;
	left: 21px;
	letter-spacing: 1.3px;
}

#but{
	font-size:12px;
	color: #999;
}
/* Navigation */
#nav {
	clear: both;	
	padding: 0;			
}
#nav ul {
	float: left;
	list-style: none;
	background: #E4E4E4 url(nav.jpg) repeat-x;	
	width: 850px;		
	padding: 0;	margin: 0 0 0 30px;
	height: 45px;
	display: inline;
	text-transform: uppercase;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 15px;	
	border-right: 1px solid #dadada;
	border-left: 1px solid #fafafa;	
	border-bottom: none;
	color: #555;
	font: bold 14px/45px "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;	
	letter-spacing: 1px;
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #326ea1;
}
#nav ul li#current a {	
	background: #DBDBDB url(nav-current.jpg) repeat-x;		
}

/* Main Column */
.three-col #main {
	margin: 10px 190px 0 200px;
}
.two-col #main {
	margin: 10px 5px 0 200px;
}

#main h1 {
	margin: 10px 10px 0 10px;
	font: normal 1.8em Georgia, "Times New Roman", Times, serif;
	color: #444;
	padding: 15px 0 2px 0px; 		
	border-bottom: 1px solid #dadada;
}

/* Sidebar */	
#sidebar {
	float: left;
	width: 195px;	
	margin-top: 10px;	
}	
/* right column */
#rightcolumn {
	float: right;
	width: 190px;
	margin-top: 10px;	
}
#rightcolumn h1, #sidebar h1 {
	margin: 10px 5px 0 5px;
	padding: 5px 5px; 
	font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #444; 		
}


/* sidemenus */
.sidemenu ul {
	text-align: left;
	margin: 12px 15px 8px 8px;
	padding: 0;
	border-top: 1px solid #EBEBEB;
}
.sidemenu ul li {
	list-style: none;
	background: url(../img/dotted-lines.gif) repeat-x left bottom; 
	padding: 7px 5px;
	margin: 0;		
}
* html body .sidemenu ul li {
	height: 1%;
}
.sidemenu ul li a, 
.sidemenu ul li a:visited {
	color:#666;
	padding-left: 0px;
	font-weight: 600;
}
.sidemenu ul li a span {
	color: #9F9F9F;	
	font-family: Georgia, 'Times New Roman', Times, Serif;
	font-style: normal;
	font-weight: normal;	
	font-size: .9em;
}
.sidemenu ul li a:hover {
	color: #333;
	border: none;
}
.sidemenu ul ul { margin: 0 0 0 5px; padding: 0; }
.sidemenu ul ul li { background: none; }

/* footer-wrap */
#footer-wrap {
	clear: both;
	width: 910px;
	font-size: 95%;
	padding: 20px 0;
	text-align: left;	
	background: url(footer-bottom.jpg) no-repeat center bottom;	
}
#footer-wrap a {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
#footer-wrap a:hover {
	color: #000;	
}
#footer-wrap p {
	padding: 10px 0;
}
#footer-wrap h2 {
	color: #666666;
	margin: 0;
	padding: 0 10px; 
}

/* footer */
#footer {
	clear: both;
	color: #666;	
	margin: 0 auto 10px auto; 
	width: 850px;
	padding: 5px 0;
	text-align: center;
	background: #F8F7F7;
	border-top: 1px solid #F2F2F2;	
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }

/* post */
.post-by {
	font-size: .95em;	
	padding-top: 0;
}
.post-footer {
	background: #F5F5F5;
	padding: 5px; margin: 20px 10px 0 10px;	
	font-size: 95%;	
	color: #666666;	
}
.post-footer .date{
	margin: 0 10px 0 5px;	
}
.post-footer a.comments {
	margin: 0 10px 0 5px;	
}
.post-footer a.readmore {
	margin: 0 10px 0 5px;	
}
.gray  {	color:#FF8C1A; }




#footer_box {
	margin: 0 auto;
	width:730px;
}

#footer_box ul{
	padding:0;
	margin:0;
	list-style:none;
}

#footer_box li{
	margin:0;
	display:inline;
}

#footer_box a{
	display:block;
	float:left;
	outline:none;
	text-indent:-9999px;
}
/* -------------ennnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn ----- */


/* -------------index ----- */
#footer_in1 a{ background-image:url('../img/bann/ab8.jpg'); width:108px; height:40px; }

#footer_in1 a:hover{background-image:url('../img/bann/ab7.jpg'); width:108px; height:40px; }

#footer_in2 a{ background-image:url('../img/bann/ex8.jpg');	width:100px; height:40px; }

#footer_in2 a:hover{ background-image:url('../img/bann/ex7.jpg'); width:100px; height:40px; }
 
#footer_in3 a{ background-image:url('../img/bann/te8.jpg'); width:103px; height:40px; }

#footer_in3 a:hover{ background-image:url('../img/bann/te7.jpg'); width:103px; height:40px; }

#footer_in4 a{ background-image:url('../img/bann/al8.jpg'); width:162px; height:40px; }

#footer_in4 a:hover{ background-image:url('../img/bann/al7.jpg'); width:162px; height:40px; }

#footer_in5 a{ background-image:url('../img/bann/pu8.jpg'); width:165px; height:40px; }

#footer_in5 a:hover{ background-image:url('../img/bann/pu7.jpg'); width:165px; height:40px; }

#footer_in6 a{ background-image:url('../img/bann/jo8.jpg'); width:92px; height:40px; }

#footer_in6 a:hover{ background-image:url('../img/bann/jo7.jpg'); width:92px; height:40px; }


/* -------------about us ----- */
#footer_ab1 a{ background-image:url('../img/bann/ab1.jpg'); width:108px; height:130px; }

#footer_ab1 a:hover{background-image:url('../img/bann/ab1.jpg'); width:108px; height:130px; }

#footer_ab2 a{ background-image:url('../img/bann/ab2.jpg');	width:100px; height:130px; }

#footer_ab2 a:hover{ background-image:url('../img/bann/ex2.jpg'); width:100px; height:130px; }
 
#footer_ab3 a{ background-image:url('../img/bann/ab3.jpg'); width:103px; height:130px; }

#footer_ab3 a:hover{ background-image:url('../img/bann/te3.jpg'); width:103px; height:130px; }

#footer_ab4 a{ background-image:url('../img/bann/ab4.jpg'); width:162px; height:130px; }

#footer_ab4 a:hover{ background-image:url('../img/bann/al4.jpg'); width:162px; height:130px; }

#footer_ab5 a{ background-image:url('../img/bann/ab5.jpg'); width:165px; height:130px; }

#footer_ab5 a:hover{ background-image:url('../img/bann/pu5.jpg'); width:165px; height:130px; }

#footer_ab6 a{ background-image:url('../img/bann/ab6.jpg'); width:92px; height:130px; }

#footer_ab6 a:hover{ background-image:url('../img/bann/jo6.jpg'); width:92px; height:130px; }


/* -------------our team ----- */
#footer_te1 a{ background-image:url('../img/bann/te1.jpg'); width:108px; height:130px; }

#footer_te1 a:hover{background-image:url('../img/bann/ab1.jpg'); width:108px; height:130px; }

#footer_te2 a{ background-image:url('../img/bann/te2.jpg');	width:100px; height:130px; }

#footer_te2 a:hover{ background-image:url('../img/bann/ex2.jpg'); width:100px; height:130px; }
 
#footer_te3 a{ background-image:url('../img/bann/te3.jpg'); width:103px; height:130px; }

#footer_te3 a:hover{ background-image:url('../img/bann/te3.jpg'); width:103px; height:130px; }

#footer_te4 a{ background-image:url('../img/bann/te4.jpg'); width:162px; height:130px; }

#footer_te4 a:hover{ background-image:url('../img/bann/al4.jpg'); width:162px; height:130px; }

#footer_te5 a{ background-image:url('../img/bann/te5.jpg'); width:165px; height:130px; }

#footer_te5 a:hover{ background-image:url('../img/bann/pu5.jpg'); width:165px; height:130px; }

#footer_te6 a{ background-image:url('../img/bann/te6.jpg'); width:92px; height:130px; }

#footer_te6 a:hover{ background-image:url('../img/bann/jo6.jpg'); width:92px; height:130px; }



/* -------------expertise ----- */
#footer_ex1 a{ background-image:url('../img/bann/ex1.jpg'); width:108px; height:130px; }

#footer_ex1 a:hover{background-image:url('../img/bann/ab1.jpg'); width:108px; height:130px; }

#footer_ex2 a{ background-image:url('../img/bann/ex2.jpg');	width:100px; height:130px; }

#footer_ex2 a:hover{ background-image:url('../img/bann/ex2.jpg'); width:100px; height:130px; }
 
#footer_ex3 a{ background-image:url('../img/bann/ex3.jpg'); width:103px; height:130px; }

#footer_ex3 a:hover{ background-image:url('../img/bann/te3.jpg'); width:103px; height:130px; }

#footer_ex4 a{ background-image:url('../img/bann/ex4.jpg'); width:162px; height:130px; }

#footer_ex4 a:hover{ background-image:url('../img/bann/al4.jpg'); width:162px; height:130px; }

#footer_ex5 a{ background-image:url('../img/bann/ex5.jpg'); width:165px; height:130px; }

#footer_ex5 a:hover{ background-image:url('../img/bann/pu5.jpg'); width:165px; height:130px; }

#footer_ex6 a{ background-image:url('../img/bann/ex6.jpg'); width:92px; height:130px; }

#footer_ex6 a:hover{ background-image:url('../img/bann/jo6.jpg'); width:92px; height:130px; }


/* -------------alliances ----- */
#footer_al1 a{ background-image:url('../img/bann/al1.jpg'); width:108px; height:130px; }

#footer_al1 a:hover{background-image:url('../img/bann/ab1.jpg'); width:108px; height:130px; }

#footer_al2 a{ background-image:url('../img/bann/al2.jpg');	width:100px; height:130px; }

#footer_al2 a:hover{ background-image:url('../img/bann/ex2.jpg'); width:100px; height:130px; }
 
#footer_al3 a{ background-image:url('../img/bann/al3.jpg'); width:103px; height:130px; }

#footer_al3 a:hover{ background-image:url('../img/bann/te3.jpg'); width:103px; height:130px; }

#footer_al4 a{ background-image:url('../img/bann/al4.jpg'); width:162px; height:130px; }

#footer_al4 a:hover{ background-image:url('../img/bann/al4.jpg'); width:162px; height:130px; }

#footer_al5 a{ background-image:url('../img/bann/al5.jpg'); width:165px; height:130px; }

#footer_al5 a:hover{ background-image:url('../img/bann/pu5.jpg'); width:165px; height:130px; }

#footer_al6 a{ background-image:url('../img/bann/al6.jpg'); width:92px; height:130px; }

#footer_al6 a:hover{ background-image:url('../img/bann/jo6.jpg'); width:92px; height:130px; }


/* -------------publications ----- */
#footer_pu1 a{ background-image:url('../img/bann/pu1.jpg'); width:108px; height:130px; }

#footer_pu1 a:hover{background-image:url('../img/bann/ab1.jpg'); width:108px; height:130px; }

#footer_pu2 a{ background-image:url('../img/bann/pu2.jpg');	width:100px; height:130px; }

#footer_pu2 a:hover{ background-image:url('../img/bann/ex2.jpg'); width:100px; height:130px; }
 
#footer_pu3 a{ background-image:url('../img/bann/pu3.jpg'); width:103px; height:130px; }

#footer_pu3 a:hover{ background-image:url('../img/bann/te3.jpg'); width:103px; height:130px; }

#footer_pu4 a{ background-image:url('../img/bann/pu4.jpg'); width:162px; height:130px; }

#footer_pu4 a:hover{ background-image:url('../img/bann/al4.jpg'); width:162px; height:130px; }

#footer_pu5 a{ background-image:url('../img/bann/pu5.jpg'); width:165px; height:130px; }

#footer_pu5 a:hover{ background-image:url('../img/bann/pu5.jpg'); width:165px; height:130px; }

#footer_pu6 a{ background-image:url('../img/bann/pu6.jpg'); width:92px; height:130px; }

#footer_pu6 a:hover{ background-image:url('../img/bann/jo6.jpg'); width:92px; height:130px; }



/* -------------join us----- */
#footer_jo1 a{ background-image:url('../img/bann/jo1.jpg'); width:108px; height:130px; }

#footer_jo1 a:hover{background-image:url('../img/bann/ab1.jpg'); width:108px; height:130px; }

#footer_jo2 a{ background-image:url('../img/bann/jo2.jpg');	width:100px; height:130px; }

#footer_jo2 a:hover{ background-image:url('../img/bann/ex2.jpg'); width:100px; height:130px; }
 
#footer_jo3 a{ background-image:url('../img/bann/jo3.jpg'); width:103px; height:130px; }

#footer_jo3 a:hover{ background-image:url('../img/bann/te3.jpg'); width:103px; height:130px; }

#footer_jo4 a{ background-image:url('../img/bann/jo4.jpg'); width:162px; height:130px; }

#footer_jo4 a:hover{ background-image:url('../img/bann/al4.jpg'); width:162px; height:130px; }

#footer_jo5 a{ background-image:url('../img/bann/jo5.jpg'); width:165px; height:130px; }

#footer_jo5 a:hover{ background-image:url('../img/bann/pu5.jpg'); width:165px; height:130px; }

#footer_jo6 a{ background-image:url('../img/bann/jo6.jpg'); width:92px; height:130px; }

#footer_jo6 a:hover{ background-image:url('../img/bann/jo6.jpg'); width:92px; height:130px; }


/* -------------rooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo ----- */


/* -------------index ----- */
#ro_footer_in1 a{ background-image:url('../img/bann_ro/ab8.jpg'); width:108px; height:40px; }

#ro_footer_in1 a:hover{background-image:url('../img/bann_ro/ab7.jpg'); width:108px; height:40px; }

#ro_footer_in2 a{ background-image:url('../img/bann_ro/ex8.jpg');	width:114px; height:40px; }

#ro_footer_in2 a:hover{ background-image:url('../img/bann_ro/ex7.jpg'); width:114px; height:40px; }
 
#ro_footer_in3 a{ background-image:url('../img/bann_ro/te8.jpg'); width:89px; height:40px; }

#ro_footer_in3 a:hover{ background-image:url('../img/bann_ro/te7.jpg'); width:89px; height:40px; }

#ro_footer_in4 a{ background-image:url('../img/bann_ro/al8.jpg'); width:170px; height:40px; }

#ro_footer_in4 a:hover{ background-image:url('../img/bann_ro/al7.jpg'); width:170px; height:40px; }

#ro_footer_in5 a{ background-image:url('../img/bann_ro/pu8.jpg'); width:157px; height:40px; }

#ro_footer_in5 a:hover{ background-image:url('../img/bann_ro/pu7.jpg'); width:157px; height:40px; }

#ro_footer_in6 a{ background-image:url('../img/bann_ro/jo8.jpg'); width:92px; height:40px; }

#ro_footer_in6 a:hover{ background-image:url('../img/bann_ro/jo7.jpg'); width:92px; height:40px; }


/* -------------about us ----- */
#ro_footer_ab1 a{ background-image:url('../img/bann_ro/ab1.jpg'); width:108px; height:130px; }

#ro_footer_ab1 a:hover{background-image:url('../img/bann_ro/ab1.jpg'); width:108px; height:130px; }

#ro_footer_ab2 a{ background-image:url('../img/bann_ro/ab2.jpg');	width:114px; height:130px; }

#ro_footer_ab2 a:hover{ background-image:url('../img/bann_ro/ex2.jpg'); width:114px; height:130px; }
 
#ro_footer_ab3 a{ background-image:url('../img/bann_ro/ab3.jpg'); width:89px; height:130px; }

#ro_footer_ab3 a:hover{ background-image:url('../img/bann_ro/te3.jpg'); width:89px; height:130px; }

#ro_footer_ab4 a{ background-image:url('../img/bann_ro/ab4.jpg'); width:170px; height:130px; }

#ro_footer_ab4 a:hover{ background-image:url('../img/bann_ro/al4.jpg'); width:170px; height:130px; }

#ro_footer_ab5 a{ background-image:url('../img/bann_ro/ab5.jpg'); width:157px; height:130px; }

#ro_footer_ab5 a:hover{ background-image:url('../img/bann_ro/pu5.jpg'); width:157px; height:130px; }

#ro_footer_ab6 a{ background-image:url('../img/bann_ro/ab6.jpg'); width:92px; height:130px; }

#ro_footer_ab6 a:hover{ background-image:url('../img/bann_ro/jo6.jpg'); width:92px; height:130px; }


/* -------------our team ----- */
#ro_footer_te1 a{ background-image:url('../img/bann_ro/te1.jpg'); width:108px; height:130px; }

#ro_footer_te1 a:hover{background-image:url('../img/bann_ro/ab1.jpg'); width:108px; height:130px; }

#ro_footer_te2 a{ background-image:url('../img/bann_ro/te2.jpg');	width:114px; height:130px; }

#ro_footer_te2 a:hover{ background-image:url('../img/bann_ro/ex2.jpg'); width:114px; height:130px; }
 
#ro_footer_te3 a{ background-image:url('../img/bann_ro/te3.jpg'); width:89px; height:130px; }

#ro_footer_te3 a:hover{ background-image:url('../img/bann_ro/te3.jpg'); width:89px; height:130px; }

#ro_footer_te4 a{ background-image:url('../img/bann_ro/te4.jpg'); width:170px; height:130px; }

#ro_footer_te4 a:hover{ background-image:url('../img/bann_ro/al4.jpg'); width:170px; height:130px; }

#ro_footer_te5 a{ background-image:url('../img/bann_ro/te5.jpg'); width:157px; height:130px; }

#ro_footer_te5 a:hover{ background-image:url('../img/bann_ro/pu5.jpg'); width:157px; height:130px; }

#ro_footer_te6 a{ background-image:url('../img/bann_ro/te6.jpg'); width:92px; height:130px; }

#ro_footer_te6 a:hover{ background-image:url('../img/bann_ro/jo6.jpg'); width:92px; height:130px; }



/* -------------expertise ----- */
#ro_footer_ex1 a{ background-image:url('../img/bann_ro/ex1.jpg'); width:108px; height:130px; }

#ro_footer_ex1 a:hover{background-image:url('../img/bann_ro/ab1.jpg'); width:108px; height:130px; }

#ro_footer_ex2 a{ background-image:url('../img/bann_ro/ex2.jpg');	width:114px; height:130px; }

#ro_footer_ex2 a:hover{ background-image:url('../img/bann_ro/ex2.jpg'); width:114px; height:130px; }
 
#ro_footer_ex3 a{ background-image:url('../img/bann_ro/ex3.jpg'); width:89px; height:130px; }

#ro_footer_ex3 a:hover{ background-image:url('../img/bann_ro/te3.jpg'); width:89px; height:130px; }

#ro_footer_ex4 a{ background-image:url('../img/bann_ro/ex4.jpg'); width:170px; height:130px; }

#ro_footer_ex4 a:hover{ background-image:url('../img/bann_ro/al4.jpg'); width:170px; height:130px; }

#ro_footer_ex5 a{ background-image:url('../img/bann_ro/ex5.jpg'); width:157px; height:130px; }

#ro_footer_ex5 a:hover{ background-image:url('../img/bann_ro/pu5.jpg'); width:157px; height:130px; }

#ro_footer_ex6 a{ background-image:url('../img/bann_ro/ex6.jpg'); width:92px; height:130px; }

#ro_footer_ex6 a:hover{ background-image:url('../img/bann_ro/jo6.jpg'); width:92px; height:130px; }


/* -------------alliances ----- */
#ro_footer_al1 a{ background-image:url('../img/bann_ro/al1.jpg'); width:108px; height:130px; }

#ro_footer_al1 a:hover{background-image:url('../img/bann_ro/ab1.jpg'); width:108px; height:130px; }

#ro_footer_al2 a{ background-image:url('../img/bann_ro/al2.jpg');	width:114px; height:130px; }

#ro_footer_al2 a:hover{ background-image:url('../img/bann_ro/ex2.jpg'); width:114px; height:130px; }
 
#ro_footer_al3 a{ background-image:url('../img/bann_ro/al3.jpg'); width:89px; height:130px; }

#ro_footer_al3 a:hover{ background-image:url('../img/bann_ro/te3.jpg'); width:89px; height:130px; }

#ro_footer_al4 a{ background-image:url('../img/bann_ro/al4.jpg'); width:170px; height:130px; }

#ro_footer_al4 a:hover{ background-image:url('../img/bann_ro/al4.jpg'); width:170px; height:130px; }

#ro_footer_al5 a{ background-image:url('../img/bann_ro/al5.jpg'); width:157px; height:130px; }

#ro_footer_al5 a:hover{ background-image:url('../img/bann_ro/pu5.jpg'); width:157px; height:130px; }

#ro_footer_al6 a{ background-image:url('../img/bann_ro/al6.jpg'); width:92px; height:130px; }

#ro_footer_al6 a:hover{ background-image:url('../img/bann_ro/jo6.jpg'); width:92px; height:130px; }


/* -------------publications ----- */
#ro_footer_pu1 a{ background-image:url('../img/bann_ro/pu1.jpg'); width:108px; height:130px; }

#ro_footer_pu1 a:hover{background-image:url('../img/bann_ro/ab1.jpg'); width:108px; height:130px; }

#ro_footer_pu2 a{ background-image:url('../img/bann_ro/pu2.jpg');	width:114px; height:130px; }

#ro_footer_pu2 a:hover{ background-image:url('../img/bann_ro/ex2.jpg'); width:114px; height:130px; }
 
#ro_footer_pu3 a{ background-image:url('../img/bann_ro/pu3.jpg'); width:89px; height:130px; }

#ro_footer_pu3 a:hover{ background-image:url('../img/bann_ro/te3.jpg'); width:89px; height:130px; }

#ro_footer_pu4 a{ background-image:url('../img/bann_ro/pu4.jpg'); width:170px; height:130px; }

#ro_footer_pu4 a:hover{ background-image:url('../img/bann_ro/al4.jpg'); width:170px; height:130px; }

#ro_footer_pu5 a{ background-image:url('../img/bann_ro/pu5.jpg'); width:157px; height:130px; }

#ro_footer_pu5 a:hover{ background-image:url('../img/bann_ro/pu5.jpg'); width:157px; height:130px; }

#ro_footer_pu6 a{ background-image:url('../img/bann_ro/pu6.jpg'); width:92px; height:130px; }

#ro_footer_pu6 a:hover{ background-image:url('../img/bann_ro/jo6.jpg'); width:92px; height:130px; }



/* -------------join us----- */
#ro_footer_jo1 a{ background-image:url('../img/bann_ro/jo1.jpg'); width:108px; height:130px; }

#ro_footer_jo1 a:hover{background-image:url('../img/bann_ro/ab1.jpg'); width:108px; height:130px; }

#ro_footer_jo2 a{ background-image:url('../img/bann_ro/jo2.jpg');	width:114px; height:130px; }

#ro_footer_jo2 a:hover{ background-image:url('../img/bann_ro/ex2.jpg'); width:114px; height:130px; }
 
#ro_footer_jo3 a{ background-image:url('../img/bann_ro/jo3.jpg'); width:89px; height:130px; }

#ro_footer_jo3 a:hover{ background-image:url('../img/bann_ro/te3.jpg'); width:89px; height:130px; }

#ro_footer_jo4 a{ background-image:url('../img/bann_ro/jo4.jpg'); width:170px; height:130px; }

#ro_footer_jo4 a:hover{ background-image:url('../img/bann_ro/al4.jpg'); width:170px; height:130px; }

#ro_footer_jo5 a{ background-image:url('../img/bann_ro/jo5.jpg'); width:157px; height:130px; }

#ro_footer_jo5 a:hover{ background-image:url('../img/bann_ro/pu5.jpg'); width:157px; height:130px; }

#ro_footer_jo6 a{ background-image:url('../img/bann_ro/jo6.jpg'); width:92px; height:130px; }

#ro_footer_jo6 a:hover{ background-image:url('../img/bann_ro/jo6.jpg'); width:92px; height:130px; }
