@charset "UTF-8";
/* news_title styles
----------------------------------------------*/
#news_title {
	display: block;
	font-size: 24px;
	color: #F7F0D9;
	line-height: 130%;
	height: 75px;
	margin-top: -75px;
	padding-left: 100px;
	font-weight: normal;
}


/* entry styles
----------------------------------------------*/
#centerbox .entrybox {
	width: 560px;
	padding-bottom: 45px;
}
#centerbox .entry_date {
	padding-right: 439px;
	line-height: 120%;
	font-size: 93%;
	color: #FFF9EC;
	background-image: url(../img/entry_dateback.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	padding-left: 6px;
	height: 20px;
	padding-top: 4px;
}
#centerbox .entry_title, #centerbox .entrytitle_nlink {
	background-image: url(../img/entry_titleback.gif);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #F2F7F5;
}
#centerbox .entrybox h4 {
	display: block;
	font-size: 125%;
	line-height: 20px;
	color: #00493F;
	font-weight: normal;
	background-image: url(../img/entry_titleend.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
#centerbox .entrytitle_nlink h4 {
	display: block;
	font-size: 125%;
	line-height: 20px;
	color: #00493F;
	font-weight: normal;
	background-image: url(../img/entry_titleend.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 8px 17px 13px;
}
#centerbox .entrybox h4 a {
	color: #00493F;
	text-decoration: none;
	display: block;
	padding: 8px 12px;
}
#centerbox .entrybox h4 a:visited {
	color: #2D5344;
	text-decoration: none;
}
#centerbox .entrybox h4 a:hover {
	color: #157269;
	text-decoration: underline;
	background-color: #D7ECE6;
}
#centerbox .entry_body {
	padding: 18px 10px 15px;
}
#centerbox .entry_body p {
	padding-bottom: 15px;
}
#centerbox .entry_footer {
	background-image: url(../img/entry_end.gif);
	background-repeat: repeat-x;
	background-position: 0px 7px;
	font-size: 93%;
	line-height: 130%;
	color: #196B58;
	padding-top: 5px;
	text-align: right;
}
#centerbox .entryfooter_txt {
	background-color: #FFFFFF;
	padding: 5px 5px 5px 10px;
}
#centerbox .entry_footer a {
	color: #196B58;
}
#centerbox .entry_footer a:visited {
	color: #196B58;
}
#centerbox .entry_footer a:hover{
	color: #539280;
}

/* pre next styles
----------------------------------------------*/
#pre_nextbox {
	padding-bottom: 20px;
	width: 560px;
}
#previousbox {
	width: 100px;
	float: left;
}
#previousbox a {
	display: block;
	height: 22px;
	width: 100px;
	font-size: 1px;
	line-height: 1;
	background-image: url(../img/btn_previous_over.gif);
	background-repeat: no-repeat;
	background-position: 0px 25px;
}
#previousbox a:hover {
	background-position: 0px 0px;
}
#nextbox {
	float: right;
	width: 100px;
}
#nextbox a {
	display: block;
	height: 22px;
	width: 100px;
	font-size: 1px;
	line-height: 1;
	background-image: url(../img/btn_next_over.gif);
	background-repeat: no-repeat;
	background-position: 0px 25px;
}
#nextbox a:hover {
	background-position: 0px 0px;
}

#pre_nextbox a:hover img {
	display: none;
}


/* company styles
----------------------------------------------*/
#company {
	margin-bottom: 0px;
	border-bottom: none;
}
#company ul {
	padding-bottom: 0px;
}
#company li#companymenu_02 a {
	background-image: url(../../img/rig_btn_new_over.gif);
	background-repeat: no-repeat;
	background-position: 0px 30px;
}

/* blogmenu styles
----------------------------------------------*/
#company2 {
	background-color: #DCEBE8;
	margin-top: -2px;
	margin-bottom: 15px;
	position: relative;
	border-bottom: 5px solid #00493F;
	width: 200px;
	padding-bottom: 7px;
}
/* for WinIE7*/
*:first-child+html #company2 {
	margin-top: -3px;
}
#blogmenubox {
	width: 184px;
	border-right: 2px solid #ACD7CF;
	border-bottom: 2px solid #ACD7CF;
	border-left: 2px solid #ACD7CF;
	background-color: #FFFFFF;
	margin-left: 5px;
	padding-left: 2px;
	padding-top: 8px;
}
#blogmenubox h3 {
	padding-bottom: 8px;
}
#blogmenubox ul {
	list-style: none;
	width: 180px;
	padding-bottom: 13px;
}
#blogmenubox li {
	padding-left: 25px;
	display: block;
	background-image: url(../img/blogmenu_listicon.gif);
	background-repeat: no-repeat;
	background-position: 6px 3px;
	line-height: 140%;
	padding-bottom: 11px;
	padding-right: 8px;
}
#blogmenubox li a {
	color: #815100;
}
#blogmenubox li a:visited {
	color: #946F15;
}

#blogmenubox li a:hover {
	color: #8E7C22;
}

