/** Blue Box **/

.bbox
{
	width:				178px;
	font-family:		helvetica, arial, sans-serif;
	font-weight:		bold;
	color:				#8FC3EA;
	font-size:			.8em;
}

.bbox_top
{
	width:				178px;
	height:				16px;
	background-image:	url('../images/bbox_top.gif');
	background-repeat:	no-repeat;
}

.bbox_mid
{
	width:				178px;
	padding-left:		10px;
	margin-top:			-5px;
	padding-top:		10px;
	background-image:	url('../images/bbox_mid.gif');
	background-repeat:	repeat-y;
	font-weight: 900;
}

.bbox_mid p
{
	width:				160px;
	padding:			0px;
	margin:				0px;
	text-align:			center;
}

.bbox_btm
{
	width:				178px;
	height:				16px;
	margin-top:			3px;
	background-image:	url('../images/bbox_btm.gif');
	background-repeat:	repeat-y;
}

.box_footer
{
	width:				178px;
	text-align:			right !important;
	font-family:		helvetica, arial, sans-serif;
	color:				#BCBDC0;
	font-weight: bold;
}


/** Large boxes services page **/

.box_list
{
	width:			730px;
	min-height:		120px;
}

.largebox
{
	width:				730px;
	padding-top:		20px;
	min-height:			220px;
}

.largebox_left
{
	float:				left;
	width:				460px;
	padding-right:		10px;
	padding-left:		0px;
}

.largebox_right
{
	float:				right;
	width:				228px;
	height:				211px;
}

.largebox_btm
{
	width:				460px;
	height:				13px;
	margin-left:		0px;
	background-image:	url('../images/paragraph_bottom.gif');
	background-repeat:	no-repeat;
	float:				left;
	padding-bottom:		20px;
	text-align:			right;
}

.largebox_btm a
{
	background-image:		url('../images/back_tt_arrow.gif');
	background-repeat:		no-repeat;
	background-position:	0px 0px;
	padding-left:			15px;
	font-weight:			bold;
	color:					#1DB0E8 !important;
}

.largebox_btm a:visited
{
	text-decoration:		none; 
	color:					#1DB0E8 !important;
}

.largebox_btm a:hover
{
	text-decoration:		underline;
	color:					#1DB0E8 !important;
}
