﻿/* Classes used by default.aspx, Controls/homeNav.ascx and Controls/sportlight.ascx */
/* override */
.contentDiv 
{
	margin-bottom: 0px;
}
/* Home Nav */
.homeNavDiv 
{
	height: 223px;
	width: 960px;
}
.homeNavDiv .hnBorder 
{ 
	background-repeat: no-repeat;
	height: 18px;
	width: 960px;
}
.homeNavDiv .top 
{
	background-image: url('../images/homenav_top.png');
}

.homeNavDiv .bottom
{
	background-image: url('../images/homenav_bottom.png');
}

.homeNavDiv .hnContent 
{
	position: relative;
	height: 187px;
	width: 960px;
}

.hnTable 
{
	height: 187px;
	width: 960px;		
}

.hnTable td 
{
	background-repeat: no-repeat;
	vertical-align: top;
}

.hnTable td.viva 
{
	background-image: url('../images/hn_viva_bg.png');
	width: 239px;
}

.hnTable td.vtne 
{
	background-image: url('../images/hn_vtne_bg.png');
	width: 240px;
}

.hnTable td.pave 
{
	background-image: url('../images/hn_pave_bg.png');
	width: 240px;
}

.hnTable td.race 
{
	background-image: url('../images/hn_race_bg.png');
	width: 241px;
}
.hnTable td ul 
{
	list-style: none;
	padding-left: 22px;
	
}

.hnTable li 
{
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
	line-height: 20px;
}
.hnTable li a:link, .hnTable li a:visited, .hnTable li a:active
{
	color: #00467f;
	text-decoration: underline;
}

.hnMoreTbl 
{
	position: absolute;
	bottom: 0px;
	height: 14px;
}

.hnMoreTbl td 
{ text-align: right;
}

.hnMoreTbl td img 
{
	border: none;
	height: 14px;
}
/* end home nav */
/* home page content */
.homeText 
{
	float: left;
	display: inline;
}
.homeText .txtLeader 
{
	font-weight: bold;
	font-size: 16px;
}
.homePhoto 
{/* special style for photo on home page */
 margin-left: 9px;
 margin-bottom: 1px;
}

.homeText 
{
	/* middle homepage div */
	font-family: Verdana, Helvetica, Sans-Serif;
	color: #575757;
	font-size: 12px;
	line-height: 17px;
	float: left;
	clear: none;
	width: 465px;
	padding-left: 9px;
	padding-right: 14px;  
	padding-top: 9px;
	display: inline;
}
.homeText h4 
{
	font-size: 12px;
}

.homeRightCol 
{
	/* Member services / conf col on right of home page */
	background-image: url('../images/home_rightcol_bg.gif');	
	background-repeat: repeat-y;
	float: right;	
	display: inline;
	height: 512px;
	height: auto !important;
	min-height: 512px;
	width: 230px;
	padding-left: 10px;
	
}

.memberServiceLinks 
{
	list-style-type: none;
	font-size: 12px;
	color: #575757;
	padding-left: 13px;
	line-height: 19px;
		
}
.memberServiceLinks li a:link, .memberServiceLinks li a:visited, .memberServiceLinks li a:active 
{
	color: #575757;
}
.memberServiceLinks li img
{
	vertical-align: bottom;
}

.memberServiceLinks li ul 
{
	list-style: none;
	padding-left: 20px;
}


/* end home page content */
