

/* --------------------------------------------------------*/
/* Expandable Box Styles */

ul, li {
	padding: 0;
	margin: 0;
}

#cu_boxes_container{ 
	background:none;
	background-color:transparent;
	background-position: left bottom; 
	background-repeat: repeat-x; 
	background-image: url(homepage_images/boxes_bg.gif); 
	height: 300px;
	margin:0 auto;
	width: 750px;
}

#cu_boxes {

	background-position: left top;
	background-repeat: repeat-x;
	background-image: url(homepage_images/boxes_bg.gif);
	position: relative;
	height: 300px;		
}

/* following box properties altered by Javascript  when DOM loads - width, height */
#cu_boxes .box {
	background-color:transparent;
	/*background-position: 5px 30px;**/
	overflow: hidden;
	float: left;
	display: block;
	width: 330px;
	height: 300px;
	background-repeat: no-repeat;	
	padding:0;	
}

.box_title{ 
	padding-left: 10px; 
	line-height: 35px; 
	background-image: url(../images/top-boxes-title.gif); 
	width: 360px; 
	height: 35px;
	overflow: hidden; 
	display: block; 
	color: white; 
	text-decoration: none; 
	font-weight: bold; 
	font-size: 12px; 
	font-family: Helvetica, Verdana, Arial, sans-serif; 
}

/* following box_inner properties altered by Javascript when DOM loads - width, background-color, overflow, font-size */
.box_inner{
	text-overflow: clip;
	font-size: 11px;
	padding-top: 10px;
	margin-left: 0;
	background-position: left top;
	background-image: url(../images/blue_bg.png);
	background-repeat:repeat-x;
	color: white;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	width: 234px;
	height: 300px;
}

.box_inner a{
	margin-bottom: 2px;
	display: block;
	text-decoration: none;
	color: white;
}

.box_inner a:hover{
	text-decoration: underline;
	color: white;
}

.box_inner h1{
	color: white;
	font-weight: bold;
	line-height: 15px;
	font-size: 13px;
}

ul .box_inner{
	list-style-type: none;
	height: 300px;
}

ul .box_inner li{
	line-height: 14px;
}

#usa,#uk,#australia,#newzealand,#canada,#singapore{
	background-image: url(../images/6countries-sprite.jpg);
}
#usa{
	background-position:0px 30px;
}
#uk{
	background-position:-332px 30px;
}
#australia{
	background-position:-664px 30px;
}
#newzealand{
	background-position:0px -270px;
}
#canada{
	background-position:-332px -270px;
}
#singapore{
	background-position:-664px -270px;
}


.countriesserviceslist{
list-style:none;
list-style-type:none;
margin-left:10px;
padding-left:10px;
}


.countriesserviceslist li a{
font-weight:bold;
}

.countriesservicessublist{
margin-left:20px;
padding-left:20px;
}

.countriesservicessublist li a{
font-weight:normal;
}


/*Homepage Testimonials*/
hptestwrapper{}