#homepage {
	margin: 12px 8px 15px 8px;
}

.top_readmore {
	margin: 0 7px;
}

.top_readmore h3 {
	font-weight: bold;
	padding-bottom: 8px;
	border-bottom: #002f5d 1px solid;
}

.top_readmore .readmore_content {
	padding-top: 10px;
	height: 148px;
	font-weight: bold;
}

.top_readmore .readmore_content .large {
	font-size: 1.3em;
	line-height: 1.3em;
}

.top_readmore a {
	font-weight: bold;
}

#boxes {
	margin-top: 12px;
}

#boxes .box {
	float: left;
	border: #848589 1px solid;
	width: 309px;
	height: 130px;
	margin: 0 5px 5px 0;
	overflow: hidden;
	background: url(../images/box-bg-1.png) top right no-repeat;
	position: relative;
	top: 0; left: 0;
	font-weight: bold;
}

#boxes .box span {
	cursor: pointer !important;
}

#boxes .box .h3, #slider a .title {
	display: block;
	color: #fff;
	background: url(../images/box-header-small.png) top left no-repeat;
	height: 20px;
	width: 145px;
	text-indent: 8px;
	line-height: 20px;
}
#boxes .box .h3.large {
	background: url(../images/box-header-large.png) top left no-repeat;
	width: 212px;
}
#boxes .box .h3.x_large {
	background: url(../images/box-header-x-large.png) top left no-repeat;
	width: 250px;
}

#boxes .box .content {
	display: block;
	margin: 8px 0 0 8px;
	width: 140px;
}

#boxes .box .link {
	position: absolute;
	bottom: 5px;
	left: 8px;
}

#boxes a:hover {
	text-decoration: none;
}

#boxes a:hover .link {
	text-decoration: underline;
}

#slider, #news {
	float: left;
	height: 153px;
	margin: 10px 0 15px 0;
}

#slider {
	margin-right: 5px;
	width: 627px;
}

#slider * {
	cursor: pointer !important;
}

#slider a {
	display: block;
	font-weight: bold;
	margin-bottom: 3px;
	position: relative;
	top: 0; right: 0;
	height: 20px;
	overflow: hidden;
}

#slider a#section1 {
	background: url(../images/home-slider-1.png) top left no-repeat;
}
#slider a#section2 {
	background: url(../images/home-slider-2.png) top left no-repeat;
}
#slider a#section3 {
	background: url(../images/home-slider-3.png) top left no-repeat;
}
#slider a#section4 {
	background: url(../images/home-slider-4.png) top left no-repeat;
}

#slider a .title {
	float: left;
}

#slider a .content {
	clear: left;
	float: left;
	color: #fff;
	margin: 8px 0 0 8px;
	width: 260px;
	height: 28px;
}

#slider a#section4 .content {
	width: 300px;
}

#slider a .link {
	clear: left;
	float: left;
	margin: 8px 0 0 8px;
}

#slider a .circle_arrow {
	position: absolute;
	top: 1px; right: 5px;
	left: auto;
}

#slider a:hover {
	text-decoration: none;
}

#news {
	width: 311px;
}

#news .title {
	background: url(../images/home-news-bar.png) top left no-repeat;
	height: 20px;
	font-weight: bold;
	padding: 3px 7px 0 8px;
}

#news .title span {
	float: left;
}
#news .title a {
	float: right;
}

#news li {
	font-weight: bold;
	clear: both;
	padding-top: 4px;
}

#news li a * {
	cursor: pointer !important;
}

#news li span {
	display: block;
	float: left;
}

#news li .date {
	width: 55px;
	margin-left: 8px;
}
#news li .subject {
	width: 200px;
	margin-right: 4px;
}

#news li a:hover {
	text-decoration: none;
	color: #002f5d;
}
