/* START Widget Styles */
.widget
{
	display: block;
	padding: 0 0 0 0;
	margin: 10px 0 0 0;
	background-image: url(/images/widgets/side_bluefill.jpg);
	background-repeat:repeat-y;
	width: 306px;
}

.widget a:visited
{
	color: #B77C27;
}

.maincol .widget
{
	padding: 0 0 0 0;
	margin: 10px 0 0 0;
	float: right;
	display: inline;
}

.widget .widgetBottomBlue
{
	margin: 0;
	display: block;
	/*position: relative;*/
	height: 5px;
	clear: both;
	background:#fff url(/images/widgets/side_bluebottom.jpg) no-repeat;
}

.widget .widgetBottomPoll
{
	margin: 0;
	display: block;
	/*position: relative;*/
	height: 5px;
	clear: both;
	background-color: #fff;
	/*background-color: #efeadc;*/
	background-image: url(/images/widgets/side_pollbottom.jpg);
}
.widget .widgetBottomQuiz
{
	margin: 0;
	display: block;
	/*position: relative;*/
	height: 5px;
	clear: both;
	background-color: #fff;
	/*background-color: #efeadc;*/
	background-image: url(/images/widgets/side_quizbottom.gif);
}

.widget .moreArrowBG
{
	position: absolute;
	color: #B77C27;
	right: 12px;
	bottom: 2px;
}

.widget .more
{
	position: absolute;
	color: #B77C27;
	right: 12px;
	bottom: 2px;
}

.widget #widgetABC1 img, .widget #widgetABC2 img { border: 0; }

.widget #widgetABC1 h1, .widget #widgetABC2 h1
{
	color: #8298B5;
	font-size: 1.2em;
	text-transform: uppercase;
	position: absolute;
	top: 35px;
	left: 10px;
	width: 210px;
	float: left;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.widget p
{
	font-size: 1em;
	line-height: 1.2em;
	vertical-align: top;
	text-align: left;
}

.widget #widgetABC1 h2, .widget #widgetABC2 h2
{
	color: #1E406D;
	font-size: 1.2em;
	text-transform: uppercase;
	position: absolute;
	bottom: 2px;
	left: 10px;
	width: 210px;
	float: left;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

/* END Widget Styles */
