#highlight {
	background: #0F2882 url(images/home/highlight-bg.jpg);
	width: 900px;
	height: 246px;
}
#highlight h1 {
	color: #FFF;
	font-weight: normal;
	font-size: 22px;
	margin: 0;
	padding: 25px 0 10px 46px;
}
#highlight p {
	font-size: 11px;
	line-height: 18px;
	margin: 0;
	padding-left: 46px;
	color: #FFF;
	width: 350px;
}

#content {
	margin-left: 50px;
	padding: 14px 0 22px 0;
}



.box {
	position: relative;
	float: left;
	width: 213px;
	margin-left: 10px;
	font-size: 11px;
}

.box h3 {
	background: #5C85D6 url(images/home/box-header.gif) no-repeat bottom right;
	margin: 0;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	padding: 3px 8px;
}
.box .contents {
	margin-top: 4px;
	background: #EAEFFA;
	color: #4E677D;
	line-height: 16px;
}
.box .contents p {
	margin: 0;
	padding: 5px 7px;
}
.box .contents p.more {
	position: absolute;
	bottom: 8px;
	left: 114px;
	font-weight: bold;
	font-size: 11px;
	padding: 0;
}
.box .contents .more span {
	padding-right: 10px;
	background: url(images/home/box-arrow.gif) no-repeat right;
}
.box .contents img {
	float: left;
	padding: 0 8px 5px 0;
}











/*
.box {
	float: left;
	width: 212px;
	margin-left: 10px;
}

.box h3 {
	background: #5C85D6 url(images/home/box-header.gif) no-repeat bottom right;
	margin: 0;
	font: bold 11px inherit;
	color: #FFF;
	padding: 6px 8px;
}
.box .contents {
	position: relative;
	margin-top: 4px;
	background: #EAEFFA;
	padding: 5px 7px;
	color: #4E677D;
	line-height: 16px;
}
.box .contents p {
	margin: 0;
}
.box .contents .more {
	font-weight: bold;
	position: absolute;
	bottom: 3px;
	left: 111px;
}
.box .contents .more span {
	padding-right: 10px;
	background: url(images/home/box-arrow.gif) no-repeat right;
}
.box .contents img {
	float: left;
	margin-right: 5px;
}
*/