
/*	widget containers */
	#widgets {
		position: relative;
		top: 160px;
		left: 660px;
	}
	.widget {
		position: absolute;
		top: 0px;
		left: 0px;
	}
	#widget-gradient {
		z-index: 20;
		position: absolute;
		top: 8px;
		left: 9px;
	}
	#widget-content {
		z-index: 30;
		position: absolute;
		top: 8px;
		left: 8px;
		display: none;
	}
	#widget-content #pad {
		padding: 12px 15px 7px 18px;
	}
	
	#widgets p {
		color: #506C7D;
		font-size: 14px;
		font-family: arial;
		line-height: 1.2em;
	}

/*	widget box and shadow definitions */
	#TL, #TM, #TR, #ML, #MR, #BL, #BM, #BR {
		float: left;
		width: 12px;
		height: 12px;
		display: block;
	}
	#TL {
		background: url(images/corners.png) top left no-repeat;
	}
	#TR {
		background: url(images/corners.png) top right no-repeat;
	}
	#BL {
		background: url(images/corners.png) bottom left no-repeat;
		clear: both;
	}
	#BR {
		background: url(images/corners.png) bottom right no-repeat;
	}
	#ML {
		background: url(images/ML.png) top left repeat-y;
		display: block;
		clear: both;
	}
	#MR {
		background: url(images/MR.png) repeat-y;
		height: 100%;
	}
	#TM {
		background: url(images/TM.png) repeat-x;
	}
	#BM {
		background: url(images/BM.png) repeat-x;
	}
	#MM {
		background: url(images/MM.png) repeat-x;
		float: left;
	}

/*	widget elements */
	.widget-topic {
	color: #11215D;
	font-size: 16px;
	font-style: normal;
	margin: 0;
}

	#xlabel {
	color: #000;
	width: 55px;
}

/*	testimonial widget */
	#cycle-testimonials {
		width: 252px;
		display: block;
		overflow: hidden;
		font-style: normal;
		background: transparent;
	}
	#atestimonial #author, #source, #atestimonial.p {
		color: #000;
		font-family: arial;
		font-style: italic;
		font-size: 12px;
		margin: 0;
		padding: 0;
		line-height: 1.2em;
		display: block;
		float: left;
		width: 245px;
		background: transparent;
	}
	#atestimonial {
		background: transparent;
	}
	#atestimonial p {
		font-size: 12px;
		margin-top: 0;
		float: left;
		background: transparent;
	}
	#atestimonial #author, #source {
		font-size: 11px;
		margin-top: 6px;
		text-align: right;
		font-weight: bold;
	}
	#atestimonial #source {
		font-size: 9px;
		margin: 0;
		font-weight: normal;
	}

/*	large graphical guotes */
	#quoteleft, #quoteright {
		position: relative;
		width: 29px;
		height: 24px;
		display: block;
		float: left;
		background: url(images/quotes.png) no-repeat 0 0;
	}
	#quoteright {
		background-position: -29px 0;
	}

/*	action widgets */
	.action_widget img {
		position: absolute;
		right: 10px;
		bottom: 0px;
	}
	.action_widget .pad {
		position: absolute;
		top: 5px;
		left: 5px;
		height: 130px;
		text-align: center;
		margin-left: 10px;
		width: 150px;
	}
	.action_widget h1 {
		color: #5A5A5A;
		font-family: arial;
		font-size: 15px;
		line-height: 1em;
		font-weight: normal;
		text-align: left;
		letter-spacing: 1px;
		margin: 7px;
		width: 250px;
	}
	.action_widget .pad #info {
		position: absolute;
		top: 32px;
		left: 7px;
		width: 175px;
		height: 98px;
		display: block;
	}
	.action_widget p {
		color: #616161;
		font-size: 11px;
		font-style: italic;
		font-family: arial;
		line-height: 1.2em;
		text-align: left;
		margin: 0;
	}
	.action_widget .pad #info .readmore_btn {
		color: gray;
		font-family: arial;
		font-size: 13px;
		text-align: center;
		line-height: 1.8em;
		width: 113px;
		height: 24px;
		display: block;
		cursor: pointer;
		margin-top: 9px;
		background: url(/images/button.png) no-repeat;
	}