/*------------------------------------------ Start Main (Flash) Banner ----------------------------------------*/
#flashBanner{
	width: 735px;
}
#flashBanner img{
	margin: 0px auto;
}	
/*------------------------------------------ End Main (Flash) Banner ----------------------------------------*/

/*------------------------------------------ Start Services ----------------------------------------*/

.bucket{
	float: left;
	display: inline; /*This is to counter act IE's double margin error on floated items*/
	position:relative;
	border-right: 1px solid #DFE6FF;
	width: 367px;
	min-height: 100px;
	margin-top: 10px;
}
#bucket2{
	border-right: 0px;
	border-left: 1px solid #DFE6FF;
	margin-left: -1px;
}
.bucket h3{
	margin-left: 10px;
}
.bucket ul{
	font-weight:lighter;
	margin-top: 5px;
	list-style: none;
}
.bucket ul li{
	width: 310px;
	margin-top: 6px;
	padding-left: 15px;
	cursor: pointer;
	margin-left: 20px;
}
.bucket .activator{
	text-decoration: none;
}
.bucket ul li b{
	font-weight: bold;
}
.bucket ul .active{
	background:url(../images/minus.gif) top left no-repeat;
}

.bucket ul .inActive{
	background:url(../images/plus.gif) top left no-repeat;
}

.bucket .hidden ul{
	list-style-image: url(../images/bullet2.gif);
	list-style-position: outside;
}
.bucket .hidden li{
	width: 290px;
	cursor: text;
	background: #FFFFFF;
	text-decoration: none;
	padding: 0px;
	padding-top: 3px;
	margin-top: 3px;
	margin-left: 20px;
}
/*------------------------------------------ End Services ----------------------------------------*/

/*------------------------------------------ Start Summmary Call Out ----------------------------------------*/
.summaryCallOut{
	width: 720px;
	margin: 15px 0px 15px 8px;
	float: left;
	display: inline; /*This is to counter act IE's double margin error on floated items*/
	border-top: 1px solid #DFE6FF;
}  
.summaryCallOut h3{
	margin: 10px 0px 0px 10px;
}         
.summaryCallOut p{
	line-height: 1.6em;
	margin: 5px 10px 8px 15px;
}
/*------------------------------------------ End Summary Call Out ----------------------------------------*/



