/* CSS Document */
body {
	margin:0px;
}

p {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; font-style: normal; 
	font-weight: normal; 
	color: #000066
}

.bucketList a:link, .bucketList a:active, .bucketList a:visited {
	color:#000066;
	text-decoration: none;
}

.bucketList a:hover {
	color: #94825C; 	
	text-decoration:underline;
}

li {
	list-style-type: none;
	z-index: auto;
	list-style-position: outside;
	list-style-image: url(images/graybullet.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000066;
	padding-left: 0px;
	text-align: left;
	overflow: visible;
	margin-left: -10px;
}

.textIntro{
	background-color:#FFFFFF;
	display: block;
	}
	
#textBlock {
	font-family: Georgia, Times, serif;
	color:#000066;
	font-size:14px;
	font-weight:normal;
	text-align: left;
	line-height: 18px;
	padding:5px 50px 10px 55px;
}
	
.bucketList h5 {
	margin:0 0px 0 0;
	padding:4px 0 0 0;
	height:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	background-color: #3C3E79;
	letter-spacing: 1px;	
	/*background: url(images/boxtop.gif) repeat-x top left;*/
}	

#hpBuckets {
	clear:both;
	display: inline-table;
	height:240px;
	width:700px;
	background-color:#FFFFFF;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	/*border: 1px solid red;*/
}

/* Start IE 5 Mac Hack \*/

	#hpBuckets {margin:0; }

/* Close IE 5 Mac Hack */

.bucketList {
	width:187px;
	height:230px;
	text-align:left;
	}

#bucketOne {
	/*position:relative;*/
	/*left:0px;
	top:0px;*/
	margin-left:50px;
	margin-top:0px;
	width:187px;
	height:230px;
	background-color:#E6EDEE;
	z-index:1;
}

#bucketTwo {
	position:absolute;
	margin-left:255px;
	margin-top:-250px;
	width:187px;
	height:230px;
	background-color:#FFFFFF;
	padding-left:5px;
	background-image: url(images/employees-shaking-hands.jpg);
	background-repeat: no-repeat;
	background-position:center;
}

#bucketThree {
	position:absolute;
	margin-left:460px;
	margin-top:-230px;
	width:187px;
	height:230px;
	background-color:#E6EDEE;
}
