@charset "UTF-8";
/* CSS Document */

a{
	color:#666666;
	text-decoration:none;
}
a:link{
	color:#666666;
}
a:hover{
	color:#3399cc;
	text-decoration:underline;
}

label{
	font:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:20px;
	margin-left:128px;
}

#irb_footer p{
	font-size:9px;
	color:#666666;
	margin-left:22px;
	float:left;
	margin-top:6px;
}
#left_content h1{
	margin-left:110px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:14px;
	margin-top:0px;
}
#middle_content h1{
	margin-left:70px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:14px;
	margin-top:0px;
}
#right_content h1{
	margin-left:80px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:14px;
	margin-top:0px;
}

#irb_menu p{
	font:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:12px;
	width:220px;
	margin-left:36px;
}

#call p{
	float:right;
	margin-top:42px;
}
.scrollable img{
	border:none;
}
#irb_footer2 #img_footer img{
	border:none;
}

#irb_footer2 #img_footer #br1:hover{
	background: url(../images/brand-01-alt.jpg) no-repeat;
	height:68px;
	width:87px;
	float:left;
}

#irb_footer2 #img_footer #br2:hover{
	background: url(../images/brand-02-alt.jpg) no-repeat;
	height:68px;
	width:87px;	
	float:left;
}
#irb_footer2 #img_footer #br3:hover{
	background: url(../images/brand-03-alt.jpg) no-repeat;
	height:68px;
	width:89px;	
	float:left;
}
#irb_footer2 #img_footer #br4:hover{
	background: url(../images/brand-04-alt.jpg) no-repeat;
	height:68px;
	width:86px;	
	float:left;
}
#irb_footer2 #img_footer #br5:hover{
	background: url(../images/brand-05-alt.jpg) no-repeat;
	height:68px;
	width:89px;	
	float:left;
}
#irb_footer2 #img_footer #br6:hover{
	background: url(../images/brand-06-alt.jpg) no-repeat;
	height:68px;
	width:88px;	
	float:left;
}
#irb_footer2 #img_footer #br7:hover{
	background: url(../images/brand-07-alt.jpg) no-repeat;
	height:68px;
	width:84px;	
	float:left;
}
#irb_footer2 #img_footer #br8:hover{
	background: url(../images/brand-08-alt.jpg) no-repeat;
	height:68px;
	width:93px;	
	float:left;
}
/* plug in css*/




/* up */
a.up:hover  		{ background-position:-30px 0; }
a.up:active  		{ background-position:-60px 0; }

/* down */
a.down 				{ background-position: 0 -30px; }
a.down:hover  		{ background-position:-30px -30px; }
a.down:active  	{ background-position:-60px -30px; } 

/* right */
a.right 				{ background-position: 0px -228px; clear:right; margin-right: 0px;}
a.right:hover 		{ background-position:0px -342px; }
a.right:active 	{ background-position:0px -342px; } 


/* left */
a.left				{ margin-left: 0px; } 
a.left:hover  		{ background-position:0px -114px; }
a.left:active  	{ background-position:0px -114px; }
/* items inside navigator */
.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background: url(../images/arrow/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
}

/* mouseover state */
.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
.navi a.active {
	background-position:0 -16px;     
}

