/*** Left Column ***/
div#leftCol {
	width: 200px;
	padding-bottom: 20px;
	position: relative;
}

div#leftCol div#svcs {
	font-weight: bold;
	font-size: .9em;
	text-align: center;
}

div#svcs p {
	line-height: 1.2em;
	margin: 2em .5em .2em .5em;
}

div#svcs a, div#svcs a:visited {
display: block;
padding: 3px 0;
text-decoration: none;
color: #fff;
background-color:#333;
}
div#svcs a:hover {text-decoration: underline;}

/*** Center Column ***/

div#centerColumn { margin: 0; padding: 0; border: 0;}
div#centerColumn h3 a, div#centercolumn h3 a:visited {
	margin: .5em 0;
	font-size: .9em;
	text-decoration: none;
	color: #63912b;
}

ul#bentopics  {
	width: 562px;
	height: 215px;
	position: relative;
	list-style-type: none;
	margin: 12px 0 0 15px;
	padding: 0;
}

ul#bentopics li {
	margin: 0 2px 0 0;
	padding: 0;
	float: left;
	text-align: center;
	font-size: 1.3em;
	line-height: 1.3em;
}

ul#bentopics a, ul#bentopics a:visited {
	position: relative;
	display: block;
	width: 110px;
	height: 100px;
	padding-top: 115px;
	text-decoration: none;
	background-position: 0 top;
	background-repeat: no-repeat;
	overflow: hidden;
	color: #000;
	font-weight: bold;
}

ul#bentopics a:hover {
	background-position: -110px top;
	text-decoration: none;
	background-color: transparent;
	color: #666;
}


ul#bentopics a#wellness	{background-image: url(/admin/hr/imgs/benwl/wellness.jpg)}

ul#bentopics a#retire {background-image: url(/admin/hr/imgs/benwl/retire.jpg)}

ul#bentopics a#insure {background-image: url(/admin/hr/imgs/benwl/insure.jpg)}

ul#bentopics a#save {background-image: url(/admin/hr/imgs/benwl/saving.jpg)}

ul#bentopics a#balance {background-image: url(/admin/hr/imgs/benwl/balance.jpg)}

/* Benefits Help Button */


div#benhelphome { /*Benefits Help Button*/

	width: 200px;
	margin-top: 20px;
	padding: 5px 0;
	position: relative;
	right: -372px;
	text-align: center;
	background-color: #63912B;

}

div#benhelphome a, div#benhelphome a:visited, div#benhelphome a:active {
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	background-color:#63912B;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

div#benhelphome a:hover {
	text-decoration: underline;
	background-color:#63912B;
}

div#benhelphome a span, div#benhelphome a:visited span, div#benhelphome a:hover span {/*second line of text*/
	font-weight: normal;
	font-size: 13px;
	color: #DBDBDB;
}


/* Right Column */


div#rightcol { padding-top: 10px;  margin-left: 15px;}

div#rightcol h2 {
	font-size:1.2em;
	color: #63912b;
}

div#rightcol ul#announce {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: .9em;
}


ul#announce a, ul#announce a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #663399;
}

ul#announce a:hover {
	text-decoration: underline;
}

ul#announce li {
	margin-bottom: .7em;
}


