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

/* -------------------------------------------------------------- 
  
   * Center
   
-------------------------------------------------------------- */

#center {
	width:467px;
	padding:0 7px 0 10px;
}

/* -------------------------------------------------------------- 
  
   * End Center
   
-------------------------------------------------------------- */




/* -------------------------------------------------------------- 
  
   * Boxes 
   
-------------------------------------------------------------- */

#action_box_1 {
	height:109px;
	width:440px;
	padding:16px 0 0 27px;
	background:url(../images/home/bg_box_green.png) no-repeat;
}

#action_box_2 {
	height:109px;
	width:440px;
	padding:22px 0 0 27px;
	margin-top:2px;
	background:url(../images/home/bg_box_orange.png) no-repeat;
}

#action_box_3 {
	height:110px;
	width:440px;
	padding:22px 0 0 27px;
	margin-top:2px;
	background:url(../images/home/bg_box_purple.png) no-repeat;
}

h2.action_left {
	float:left;
	width:100px;
	color:#FFF;
	font-size:18px;
}

.sIFR-active h2.green, .sIFR-active h2.orange, .sIFR-active h2.purple{
  visibility: hidden;
  font-family: Arial;
  font-size: 18px;
}

p.action_right {
	color:#666;
	width:250px;
	margin:4px 0 0 56px;
	float:left;
	line-height:17px;
}

p.action_right a:link, p.action_right a:visited {
	color:#666;
	text-decoration:underline;
}

a span.action_arrow {
	font-size:9px;
}

/* -------------------------------------------------------------- 
  
   * End Boxes
   
-------------------------------------------------------------- */