/*****************************************************
 *  Copyright (c) 2009 ChaseCreations LLC.
 *  All Rights Reserved.
 *****************************************************/

/*****************************************************
 *  home page
 *****************************************************/

.promo
{
	margin: 0 0 0 8px;
}

.promo h1, .promo h2, .promo h3
{
	font-weight: normal;
	color: #333333;
	margin-bottom: .5em;
}

.promo h1
{
	font-size: 24px;
}

.promo h2
{
	font-size: 18px;
}

.promo h3
{
	font-size: 16px;
}

.promo ul
{
	margin-top: 0;
	list-style-image: url(/images/bullet.gif);
	/* line-height: 1.3em; */
}

.promo ul li
{
	font-size: 14px;
	color: #444444;
	margin-bottom: .3em;
	/* line-height: 1.3em; */
}

.promo ul li b
{
	font-size: 1.1em;
}

.promo .rule
{
	height: 1px;
	border-bottom: 1px dotted #AAAAAA;
	margin: 18px 0 16px 0;
}


fieldset
{
	margin-top: 28px;
	border-width: 1px 0 0 1px;
	border-color: #888888;
	border-style: dotted;
	padding-top: 12px;
}

legend
{
	font-size: 20px;
	font-weight: normal;
	color: #333333;
	padding: 0 6px;
}



/*****************************************************
 *  news list
 *****************************************************/

.news
{
	clear: both;
	width: 280px;
}

.news h1
{
	font-size: 12px;
	color: white;
	font-weight: normal;
	margin: 0;
	padding: 3px 0 4px 15px;
	background-color: #777777;
}

.news h2
{
	font-size: 17px;
	margin: 0;
}

.news h3
{
	font-size: 15px;
	margin: 0;
}

.news .body
{
	font-size: 12px;
	border-left: 1px #BBBBBB solid;
	padding: 10px 0 0 14px;
}

.news .body .item
{
	font-size: 12px;
	border-top: 1px dotted #CCCCCC;
	padding: 9px 0;
}

.news .body .item p
{
	font-size: 12px;
	line-height: 1.4em;
	margin: .7em 0 0 0;
}

.news .body .item#news1
{
	padding-top: 0;
	border-top: none;
}

span.gcblue
{
	color: rgb(54, 153, 246);
	font-weight: bold;
}

span.gcpurple
{
	color: rgb(180, 47, 241);
	font-weight: bold;
}

a.homebutton, a.homebutton:link, a.homebutton:visited, a.homebutton:hover
{
	float: left;
	display: block;
	text-decoration: none;
	background: transparent url(/images/buttons-4.png) no-repeat scroll -10px -10px;
	margin-top: 5px;
	font-size: 16px;
	text-shadow: #FFFFFF 0 1px 0;
	color: #555555;
	font-weight: bold;
	width: 227px; /* 225px less 20px left pad */
	height: 32px; /* 40px less 9px top pad */
	padding: 9px 0 0 18px;
	white-space: nowrap;
}

a.homebutton:hover
{
	color: black;
	background: transparent url(/images/buttons-4.png) no-repeat scroll -10px -60px;
	text-decoration: none;
}

a.home_help, a.home_help:link, a.home_help:visited, a.home_help:hover
{
	float: left;
	display: block;
	text-decoration: none;
	background: transparent url(/images/buttons-4.png) no-repeat scroll -270px -10px;
	margin-top: 12px;
	font-size: 16px;
	color: #777777;
	font-weight: bold;
	width: 180px;
	height: 32px;
	padding: 9px 0 0 45px;
}

a.home_help:hover
{
	color: black;
	background: transparent url(/images/buttons-4.png) no-repeat scroll -270px -60px;
	text-decoration: none;
}

.newstar
{
	float: left;
	position: relative;
	/* display: inline; */
	background-image: url(/images/new_starburst.png);
	background-repeat: no-repeat;
	width: 49px;
	height: 39px;
	top: -18px;
	left: -46px;
	margin-right: -49px;
}

#holidays
{
	margin-top: 12px;
}