
/* ACTION BOXES */

.orange_action { background-image: url('../images/site_design/action-box-orange-trans.png');
	}

.pink_action { 	background-image: url('../images/site_design/action-box-pink-trans.png'); 
	}

.blue_action { background-image: url('../images/site_design/action-box-blue-trans.png'); 
	}

/* ACTION set like this: <div class="actionbox orangeaction"></div> */	

#action_boxes { 
	clear: both; 
	margin-top: 20px;
	padding: 0px;
	position: Relative;
	}

#action_boxes h2 { 
	font-size: 24px!important; 
	margin-bottom: 14px;
	border: 0px dotted #CCC;
	border-bottom-width: 1px;	
	color: royalblue;
	}

.action_box .button {
	position: absolute;
	top: 167px;
	left: 50px;
	background-image: url('../images/site_design/orange-button-trans.png');
	padding-left: 10px;
	padding-top: 7px;
	background-repeat: no-repeat;
	height: 50px;
	width: 100px;
	}

.action_box .button a { 
	color: white;
	text-decoration: none;
	}

.action_box { 
	margin-left: 0px;
	margin-right: 0px;
	float: left;
	width: 188px; 
	height: 195px; 
	background-repeat: no-repeat;
	color: white;
	position: relative;
	padding: 0px;
	}

.action_box h2 { 
	font-weight: normal;
	font-size: 26px;
	color: white;
	margin-top: 0px;
	line-height: .9em;
	}

.action_box p { 
	font-size: 14px;
	color: white;
	}
