@charset "utf-8";
/* CSS Document */

* html #main {
	width: 968px;
	float: left;
	background-image: url(images/global/content-bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

* html #content {
	width: 500px;
	float: left;
	margin: 10px 10px 10px 14px;
}

* html #header {
	width: 717px;
	height: 250px;
	background-color: #ffffff;
	float: left;
	margin: 0px 0px 0px 4px;
	border-top: 1px solid #cacaca;
}

* html #breadcrumb {
	width: 707px;
	height: 20px;
	float: left;
	margin: 0px 10px 5px 5px;
	font-family: Georgia;
	font-size: 11px;
	color: #999999;
	text-align: left;
	padding: 5px 0px 0px 10px;
}

* html h2.left-side-links {
	background-image: url(../images/global/left-sidebar-header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 27px;
	padding: 26px 0px 0px 15px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: none;
	font-size: 16px;
}

* html #left-sidebar {
	width: 211px;
	float: left;
	height: 500px;
	margin: 0px 7px 10px 4px;
}

* html #navigation {
	width: 958px;
	height: 45px;
	background-image: url(../images/global/navigation-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

* html ul#nav {
	float: left;
	list-style-type: none;
	width: 958px;
	height: 55px;
}

/* Drop-down Menu Hacks */

* html ul#nav {
	display: inline-block;
	/* \*/ display: block;
	position: relative;
	/* \*/ position: static;
}
* html ul#nav ul {
	float: left;
	/* \*/ float: none;
}

* html ul#nav ul li {
	width: 100%;
	float: left;
	clear: left;
}

* html ul#nav ul li {
	width: 100%;
	float: left;
	clear: left;
}

* html ul#nav ul {
	display: block;
	position: absolute;
	left: -10000px;
}
* html ul#nav li.sfhover {
	z-index: 999;
}
* html ul#nav li.sfhover ul {
	left: 0;
	display: block;
}
* html ul#nav iframe {
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	position: absolute;
	left: -1px;
	top: 50px;
	z-index: -1;
}

* html #news-feed-boxes {
	width: 685px;
	float: left;
	margin: 0px 0px 0px 5px;
	border-top: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
	padding: 5px 12px 5px 12px;
}

* html #footer {
	width: 958px;
	height: 74px;
	float: left;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/global/footer.jpg);
	background-color: #ffffff;
}

