@import url("../css/global.css");

/* ------------------------------------ =primary --- */
#primary {
	height: 341px;
	width: 100%;
	background: url(../gfx/header_home.jpg) no-repeat 29px 0;
}
#primary #flash {
	margin: 0 0 0 29px;
}

/* ------------------------------------ =secondary --- */
#secondary {
	margin: 33px 5px 0 4px;
	height: 222px;
	background: url(../gfx/bg_subcontent.gif) repeat-x 0 26px;
}
#secondary .boxes {
	margin: 0 30px 0 32px;
}
#secondary .entry {
	padding: 0 15px 0 0;
}
#secondary .boxes h2 {
	height: 41px;
	color: #02669A;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	text-indent: -9999px;
}
#secondary .boxes li {
	float: left;
	width: 301px;
	height: 211px;
	margin: 0 2px 0 0;
}
#secondary .boxes li#box-featured {
	width: 319px;
	margin: 0;
	
}
#secondary .boxes li#box-featured .feature {
	padding: 0 12px 8px 12px;
}
#secondary .boxes li ul {
	margin: 0 0 4px;
}
#secondary .boxes li ul li {
	float: none;
	width: auto;
	height: auto;
	line-height: 1.4em;
	list-style: square;
	background: none;
	color: #02669A;
	margin: 0 0 4px 16px;
	font-size: 11px;
}
#secondary .boxes p {
	color: #024D74;
	margin: 0 0 4px;
	line-height: 1.6em;
}
#secondary .boxes h3 {
	margin: 0 0 8px;
	font-size: 14px;
}
#secondary .boxes h3 a {
	font-weight: bold;
	color: #D49A29;
}
#secondary .boxes h3 a:hover {
	color: #F8C045;
}
#secondary .boxes .more {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
}
#secondary .boxes img {
	border: 0px solid #02669A;
}
#secondary .boxes .thumb {
	float: left;
	width: 106px;
}
#secondary .boxes .info {
	float: right;
	width: 182px;
}

#secondary #box-news h2 {
	background: url(../gfx/hdrs/box-latest.gif) no-repeat 0 0;
}
#secondary #box-kbase h2 {
	background: url(../gfx/hdrs/box-kbase.gif) no-repeat 0 0;
}
#secondary #box-featured h2 {
	background: url(../gfx/hdrs/box-featured.gif) no-repeat 0 0;
}
