#containerwrapper { background: #007FC4 url(../images/right_blue_tile.gif) right repeat-y; }
#center.column img.fullwidth { margin: 0; }
#center.column { background-color: #007fc4; }
#container { background: #007FC4 url(../images/bg_menu.gif) no-repeat scroll left bottom; }
#header.home { background: url(../images/home_topstrip.jpg) top right no-repeat; }
#bottom_right { background: url(../images/home_bottom_tile.gif) repeat-x; }
#nav.home { min-height: 300px; }

#left_center_img
{
	position: absolute;
	z-index: 1200;
	left: 228px;
	top: 189px;
}

#center #maincontent.home
{
	clear: both;
	padding: 1em 32px;
	background-color: #007fc4;
	min-height: 120px;
	width: 533px;
	color: #fff;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 469px;
}

#center #maincontent.home p
{
	font-size: 1.2em;
	line-height: 1.4em;
	color: #c4e4f5;
}

/* 041309 adds for home page news ticker */


#NewsTicker
{
	/*border: solid 1px #cccccc;*/
	width: 641px;
	height: 60px;
	margin: 0 auto;
	/*background: #f00 url(../images/newsticker_tile.gif) repeat-x;*/
	clear: left;
}

#NewsVertical
{
	width: 641px;
	height: 60px;
	display: block;
	overflow: hidden;
	position: relative;
	/*background: #0072B0;*/
	background: #0072B0 url(../images/newsticker_tile.gif) repeat-x;
}

/* --------------- */
/* Ticker Vertical */
#TickerVertical
{
	width: 641px;
	height: 60px;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;	
}

#TickerVertical li
{
	width: 641px;
	height: 51px;
	/*color: #c4e4f5;*/
	color: #333;
	text-align: left;
	font-size: 1em;
	margin: 0;
	padding: 9px 0 0 0;
	float: left;
	display: inline;
}

#TickerVertical li .NewsTitle
{
	display: block;
	/*color: #c4e4f5;*/
	color: #333;	
	font-size: 1.125em;
	margin:0;
	padding: 0 12px 0 32px;
	/*background: url(../images/newsticker_icon.gif) 32px top no-repeat;*/
}
#TickerVertical li .NewsTitle img { margin: 0 6px 0 0; }
#TickerVertical li .NewsTitle a:link,
#TickerVertical li .NewsTitle a:Visited
{
	display: block;
	/*color: #c4e4f5;*/
	color: #333;
	margin:0;
	text-decoration: none;
}

#TickerVertical li .NewsTitle a:hover {text-decoration: underline; }


#TickerVertical li .NewsFooter
{
	display: block;
	font-size: .75em;
	margin: 0;
	/*color: #c4e4f5;*/
	color: #333;
	padding: 0 32px;
}