@charset "utf-8";
/* CSS Document */

#site_header {
	position: relative;
	width: 750px;
	background: #000;
	border-bottom: 1px solid white;
}

#site_header .experts {
	position: absolute;
	top: 202px;
	left: 30px;
}

#flash-index {
	z-index: 3;
}

#nav-index {
    z-index: 1;
}
#siteContent {
	position: relative;
	background: #fff url(/images/blocks/darkgray.gif) repeat-y;
	width: 100%;
	overflow: hidden;
}

.topLinks {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #666;
}

.topLinks .link {
	position: relative;
	float: left;
	width: 250px;
	border-bottom: 1px solid white;
}

.topLinks a {
	position: relative;
	display: block;
	padding: 6px 14px;
	font: bold 13px arial,verdana,sans-serif;
	color: #fff;
	background: #666 url(/images/blocks/yellow.gif) repeat-y;
	text-decoration: none;
}

.topLinks .link.item0 a {
	background-color: #ff9;
	color: #666;
}

.topLinks .link.item0 a:hover {
	background-color: #ffc;
}


.topLinks a:hover {
	background-color: #999;
}


.leftLinks {
	position: relative;
	float: left;
	width: 258px;
	height: 152px;
	border-right: 2px solid white;
	background: transparent url(/images/home/leftlink_back.gif) no-repeat;
}

.leftLinks .capsule {
	position: relative;
	width: 100%;
	height: 50px;
}

.leftLinks a {
	position: relative;
	text-decoration: none;
	display: block;
	padding: 18px 50px 0px 20px;
	font: bold 13px arial,verdana,sans-serif;
	color: #666;
}

.leftLinks a:hover {
	color: #333;
}

.newsItems {
	position: relative;
	float: left;
	width: 490px;
	height: 150px;
	overflow: hidden;
	background: transparent url(/images/home/newsitem_bg.gif) repeat-y;
}

.newsItems .link {
	position: absolute;
	right: 5px;
	bottom: 5px;
}

.newsItems .link a {
	font: bold 10px arial,verdana,sans-serif;
	text-decoration: none;
	color: #333;
	background: transparent url(/images/home/sitelink_bg.gif) no-repeat center right;
	padding-right: 20px;
}

.newsItems .link a:hover {
	color: #666;
}

.newsItems .capsule {
	position: relative;
	float: left;
	width: 250px;
	height: 150px;
}

.newsItems .capsule.item1 {
	width: 240px;
}

.newsItems .image {
	float: right;
	border: 1px solid #666;
	margin: 5px;
}

.newsItems .label {
	padding: 2px 5px 0px 5px;
}

.newsItems .label h4 { padding-bottom: 2px; }

.newsItems .html {
	padding: 2px 5px;
}

#bottomRow {
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 71px;
	background: #fff url(/images/blocks/darkgray.gif) repeat-y;
}

#bottomRow .bungIm {
	position: relative;
	float: left;
	height: 100px;
	border-right: 2px solid white;
	width: 258px;
}

.bottomLinks {
	position: relative;
	float: left;
	width: 490px;
	height: 57px;
	background: transparent url(/images/home/bottom_bg.gif) repeat-y;
}

.bottomLinks .capsule {
	position: relative;
	float: left;
	width: 250px;
}

.bottomLinks .capsule.item1 {
	width: 240px;
}

.bottomLinks .image {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 90px;
}

.bottomLinks .link {
	position: relative;
	padding: 22px 0px 0px 90px;
}

.bottomLinks a {
	position: relative;
	text-decoration: none;
	font: bold 12px arial,verdana,sans-serif;
	color: #fff;
}

.bottomLinks a:hover {
	color: #ccc;
}

.headertext {
	color: #666;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 10px;
}

.headertextred {
	color: #D8322F;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}