﻿/* Bubbles */

ul
{
	margin-top: 0px;
	margin-bottom: 0px;
}

.bubbleColumn
{
	width: 231px;
    vertical-align: top;
    cursor: pointer;
	background:url(../images/home_bubble_bg.jpg);
}

.bubbleColumnNoLink
{
	width: 231px;
    vertical-align: top;
    background:url(../images/landing_bubble_bg.jpg);
}

.bubbleImage
{
	text-align: center;
}

.bubble
{
	margin: 0px 0px 0px 0px;
	padding-bottom:0px;
	width:231px;
}

.bubble h2
{
	text-align: center;
	background:url(../images/home_bubble_top.jpg) no-repeat;
	padding: 6px 10px 4px 10px;
	color:#276B74;
	font-weight:bold;
	font-size:12px;
	height: 15px;
	border-bottom:1px solid #CCCCCC;
}

.bubble h2:hover
{
	text-decoration: underline;
}

.bubbleNoLink
{
	margin: 0px 0px 0px 0px;
	padding-bottom:0px;
	width:231px;
}

.bubbleNoLink h2
{
	text-align: center;
	background:url(../images/home_bubble_top.jpg) no-repeat;
	padding: 5px 10px 4px 10px;
	color:#276B74;
	font-weight:bold;
	font-size:13px;
	height: 16px;
	border-bottom:1px solid #CCCCCC;
}

.bubbleNoLink h2:hover
{
	text-decoration: none;
}

.bubble h3
{
	font-weight: bold;
	font-size:12px;
}

.bubbleBottom
{
	background:url(../images/home_bubble_bottom.jpg) no-repeat;
	height: 6px;
}

.bubbleContent
{
	text-align: left;
	padding: 5px 5px 5px 5px;
	border-left:1px solid #CCCCCC;	
	border-right:1px solid #CCCCCC;	
	width:219px;
	overflow: hidden;
}

.bubbleContent li
{
	margin-left: 20px;
}

.spacerItem
{
	color: White;
}

.liMore
{
	color: White;
	margin-top: 8px;
}

.liMockMore
{
	color: White;
	margin-top: 8px;
}

.liMockMore span
{
	color:#276B74;
	font-weight:bold;
}

.liMockMore span:hover
{
	text-decoration: underline;
}
