/* HOME.CSS */
body#homepage {
	background-image:url(/www/website.nsf/bg-body-homepage.gif);
	background-position:50% 0;
	background-repeat:repeat-y;
}
	div.hpwrap1 {
		background-image:url(/www/website.nsf/bg-body-public.gif);
		background-position:50% 0;
		background-repeat:no-repeat;
		margin:0;
		padding:0;
	}
	div.hpwrap2 {
		width:990px;
		margin:0 auto;
		padding:0;
		background-image:url(/www/website.nsf/bg-body-homepage2.gif);
		background-position:top right;
		background-repeat:repeat-y;
	}
body#homepage .arrow a,
body#homepage a.arrow
	{ font-weight:bold; }
body#homepage div#doc {
	margin:0 0;
	background-image:url(/www/website.nsf/bg-doc-homepage.jpg);
	background-position:100% 0;
}
body#homepage div#content {
	background-image:none;
}
body#homepage div#header {}
body#homepage div#footer {
	margin-left:245px;
}

div.tabbed {
	margin-top:63px;
	padding-top: 31px;
}
	body.with-javascript div.tabbed {
		padding-top: 0;
	}
	div.tabbed div.tabs {
		height:29px;
		overflow:hidden;
		margin-bottom:0; /* Changed 06-21-2013 from 2px */
	}
	div.tabbed div.tabs ul {
		height:29px;
		padding:0;
		margin:0 0 0 4px;
	}
	div.tabbed div.tabs ul li {
		float:left;
		height:29px;
		list-style-type:none;
		padding-left:15px;
		background-image:url(/www/website.nsf/homepage-tab-left.gif);
		background-position:0 0;
		margin-right:10px;
		font-weight:bold;
	}
	div.tabbed div.tabs ul li div {
		height:29px;
		line-height:29px;
		padding-right:15px;
		background-image:url(/www/website.nsf/homepage-tab-right.gif);
		background-position:100% 0;
	}
	div.tabbed div.tabs ul li a {
		color:#fff;
	}
	div.tabbed div.tabs ul li.active { background-image:url(/www/website.nsf/homepage-tab-left-active.gif); }
	div.tabbed div.tabs ul li.active div { background-image:url(/www/website.nsf/homepage-tab-right-active.gif); }
	div.tabbed div.tabs ul li.active div a { color:#000; text-decoration:none; cursor:default; }
	div.tabbed div.tab-frames {
		background-image:url(/www/website.nsf/shaded-body.gif);
		background-repeat:repeat-y;
		margin-left:-10px;
	}
/* changed 2008-11-21 */
	div.tabbed div.tf2 {
		background-image:url(/www/website.nsf/shaded-end.gif);
		background-position:bottom left;
		background-repeat:no-repeat;
		padding-bottom:25px;
		position:relative;
	}
	div.tabbed div.tabcontent {
		float:left;
		display:inline; /* for ie/pc */
		margin-left:30px;
		margin-top:10px;
		width:450px;
		background-color:#fff;
	}
/* end 2008-11-21 changes */
		div.tabcontent p {
			clear:both;
			margin-bottom:10px;
		}
		div.topstory {
			height:auto;
		}
		div.desc {
			font-size:12px;
			text-transform:uppercase;
			margin-bottom:5px;
			color:#D94701;
		}
		div.desc span {
			font-size:10px;
			text-transform:none;
		}
		div.headline {
			font-size:17px;
			margin-bottom:10px;
		}
	div.tabbed div.tab-sidebar {
		position:absolute;
		width:215px;
		left:500px;
		top:10px;
	}
body#homepage div#left-rail div.block {
	border-style:none;
	font-size:12px;
}
	body#homepage div#left-rail div.block h3 {
		color:#D94701;
		border-bottom:1px solid #0070d2;
		padding-bottom:2px;
		font-size:16px;
	}
	body#homepage div#left-rail div.block span {
		text-transform:uppercase;
		font-size:10px;
	}
body#homepage div#contentmain div.block {
	padding:5px 15px;
	background-image:url(/www/website.nsf/homepage-block.gif);
	background-repeat:no-repeat;
	font-size:12px;
	margin-bottom:0;
	color:#D94701;
}
body#homepage div#contentmain div.block.blue {
	background-image:url(/www/website.nsf/block-shaded-blue.gif);
	color:#0057AE;
	margin-top: 20px;
}
	body#homepage div#contentmain div.block div.header {
		font-size:16px;
		margin-bottom:10px;
	}
	body#homepage div#contentmain h3 {
		color:#D94701;
	}
div#intro h2 {
	font-weight:normal;
	font-size:14px;
}
div#intro h2 img { display:block; }
h2.entry-title { display:none; }
h3.entry-title { display:none; }

body#homepage div.hr {
	background-image:url(/www/website.nsf/homepage-hr.gif);
	margin:0;
}
body#homepage h4 {
	margin-bottom:0;
	font-weight:bold;
	font-size:16px;
	color:#000;
}
body#homepage div.highlight {
	margin-bottom:10px;
	color:#D94701;
	font-size:12px;
}

div.hpcols {}
div.hpcols div.col1 {
	float:left;
	width:450px;
}
div.hpcols div.col2 {
	float:right;
	width:215px;
}

/* Home page news table */
div#tab-news {
	margin-top: 0;
}
table#homenews {
	margin: 2px 0 0 0;
}
div.hpnewsround {
	margin: 0;
	padding: 5px;
	background-color: #0057AE;
	color: white;
	font-weight: bold;
	text-align: center;
}
div.hpnewsround.active {
	background-color: #D94701;
}
div.hpnewsround a {
	display: block;
}
div.hpnewsround a,
div.hpnewsround a:link,
div.hpnewsround a:focus,
div.hpnewsround a:hover,
div.hpnewsround a:active,
div.hpnewsround a:visited {
	text-decoration: none;
	color: white !important;
}

/* Today's News */
div.tabreqlink {
	margin-top: 5px;
}
