/* CSS Document */

.homepage #left a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.homepage #left a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
.homepage #left a:hover {
	color: #115277;
	text-decoration: none;
}
.homepage #left a:active {
	text-decoration: none;
	color: #115277;
}

/* Welcome Panel */

.panel_welcome {
	width: 510px;
	background-image: url(/images/panels/welcome_back.gif);
	background-repeat: no-repeat;
	height: 130px;
	float: right;
	background-position: 0px 0px;
	display: block;
}
.panel_welcome_txt {
	width: 470px;
	padding-left: 10px;
	padding-top: 23px;
	line-height: 16px;
	color: #FFFFFF;
	margin: 0px;
	float: left;
}
.panel_welcome_button {
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/* Activity Panel */

.panel_activity
{
	width: 510px;
	background-image: url(/images/panels/activities_back.gif);
	background-repeat: no-repeat;
	height: 180px;
	float: right;
	display: block;
}
.panel_activity_txt {
	width: 330px;
	padding-top: 25px;
	line-height: 16px;
	color: #FFFFFF;
	margin: 0px;
	float: left;
	padding-left: 0px;
}
.panel_activity_image {
	width: 170px;
	height: 130px;
	float: left;
}
.panel_activity_button {
	float: right;
	padding-right: 15px;
}

/* Group Panel */

.panel-groups
{
	width: 510px;
	background-image: url(/images/panels/groups-back.gif);
	background-repeat: no-repeat;
	height: 150px;
	float: right;
	display: block;
}

.panel-groups-txt {
	width: 270px;
	padding-left: 10px;
	padding-top: 25px;
	line-height: 16px;
	color: #FFFFFF;
	margin: 0px;
	float: left;
}
.panel-groups-image {
	width: 220px;
	height: 140px;
	float: right;
}
.panel-groups-button {
	float: left;
	padding-right: 15px;
	padding-left: 10px;
}
.panel-planning {
	width: 510px;
	background-repeat: no-repeat;
	height: 180px;
	float: right;
	display: block;
	background-image: url(../images/panels/planning-back.gif);
}
.panel-planning-txt {
	width: 270px;
	padding-left: 15px;
	padding-top: 25px;
	line-height: 16px;
	color: #FFFFFF;
	margin: 0px;
	float: left;
}
.panel-planning-image {
	width: 210px;
	height: 130px;
	float: left;
}
.panel-planning-button {
	float: right;
	padding-right: 15px;
	padding-left: 10px;
	padding-bottom: 5px;
}
.panel-corporate {
	width: 510px;
	background-repeat: no-repeat;
	height: 140px;
	float: right;
	display: block;
	background-image: url(../images/panels/corporate-backdrop.gif);
}
.panel-corporate-txt {
	width: 270px;
	padding-left: 10px;
	padding-top: 23px;
	line-height: 16px;
	color: #FFFFFF;
	margin: 0px;
	float: left;
}
.panel-corporate-image {
	width: 220px;
	height: 140px;
	float: right;
}
.panel-corporate-button {
	float: left;
	padding-right: 15px;
	padding-left: 10px;
}
.panel-club {
	width: 510px;
	background-image: url(/images/panels/club-back.gif);
	background-repeat: no-repeat;
	height: 180px;
	float: right;
	display: block;
}
.panel-club-txt {
	width: 270px;
	padding-left: 15px;
	padding-top: 25px;
	line-height: 16px;
	color: #FFFFFF;
	margin: 0px;
	float: left;
	padding-bottom: 30px;
}
.panel-club-image {
	width: 220px;
	height: 140px;
	float: left;
}
.panel-club-button {
	float: right;
	padding-right: 15px;
	padding-left: 10px;
}

/* Gifts Panel */

.panel_gifts {
	width: 510px;
	background-image: url(/images/panels/corporate_back.gif);
	background-repeat: no-repeat;
	height: 140px;
	float: right;
	display: block;
}
.panel_gifts_txt {
	width: 280px;
	padding-left: 10px;
	padding-top: 23px;
	line-height: 16px;
	color: #FFFFFF;
	margin: 0px;
	float: left;
}
.panel_gifts_button {
	float: left;
	padding-left: 10px;
}
.panel_gifts_image {
	width: 220px;
	height: 130px;
	float: right;
}

/* Events Panel */

.panel_events
{
	width: 510px;
	background-image: url(/images/panels/teambuilding-back.gif);
	background-repeat: no-repeat;
	height: 160px;
	float: right;
	display: block;
}
.panel_events_txt {
	width: 260px;
	padding-top: 25px;
	line-height: 16px;
	color: #FFFFFF;
	float: left;
}
.panel_events_image {
	width: 220px;
	height: 150px;
	float: left;
}
.panel_events_button {
	float: right;
	margin-right: 0px;
	padding-right: 20px;
}

/* Gift of the Week Panel */

.panel_gift {
	width: 510px;
	background-image: url(/images/panels/gift_back.gif);
	background-repeat: no-repeat;
	height: 130px;
	float: right;
	display: block;
}

.panel_gift_txt {
	width: 330px;
	padding-left: 10px;
	padding-top: 25px;
	line-height: 16px;
	color: #FFFFFF;
	margin: 0px;
	float: left;
}
.panel_gift_image {
	width: 170px;
	height: 130px;
	float: right;
}

/* News Panel */

.panel_news {
	background-image: url(/images/panels/announce_back.jpg);
	background-repeat: repeat-y;
	width: 210px;
}

.panel_news a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.panel_news a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.panel_news a:hover {
	color: #115277;
	text-decoration: none;
}
.panel_news a:active {
	text-decoration: none;
	color: #115277;
}

.panel_news_title {
	padding-top: 5px;
	padding-left: 5px;
	font-weight: bold;
	width: 180px;
	padding-bottom: 10px;
}
.panel_news_date {
	float: right;
	padding-right: 25px;
	padding-top: 5px;
	clear: left;
	width: 180px;
	text-align: right;
	height: 20px;
}

/* Club Panel */

.panel_club {
	width: 210px;
	background-image: url(/images/panels/join_back.gif);
	background-repeat: no-repeat;
	height: 235px;
}
.panel_club_txt {
	width: 180px;
	padding-left: 10px;
	padding-top: 0px;
	line-height: 16px;
	color: #2C5982;
	margin: 0px;
	float: left;
}
.panel_club_image {
	width: 170px;
	height: 130px;
	float: right;
}

/* VIPA Panel */

.panel_vipa {
	width: 210px;
	background-image: url(/images/panels/vipa_back.jpg);
	background-repeat: no-repeat;
	height: 130px;
	float: left;
	margin-left: 3px;
}
.panel_vipa_txt {
	width: 180px;
	padding-left: 10px;
	padding-top: 25px;
	line-height: 16px;
	color: #2C5982;
	margin: 0px;
	float: left;
}
#footer strong {
	color: #2D5982;
	font-size: 12px;
}

.homepage #left
{
	float: left;
	width: 520px;
}

.homepage #right
{
	float: left;
	width: 210px;
}
#right .small_panel_news {
	float: left;
	clear: right;
}

