/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,600,700,300);
/* CONTENTS STYLE
____________________________________________ */

.container {
	margin:0px auto 0px auto;
	padding:167px 0px 25px 0px !important;
	width:940px;
}

/* Topic */
.div-page-topic {
	margin:0px;
	padding-bottom:15px;
	width:940px;
}
.div-page-topic h1 {
	margin:0px !important;
	padding:20px 0px 0px 0px !important;
	font-family:'rimping_headlineregular';
	font-size:44px;
	text-shadow:3px 3px #bbb;
	text-align:center;
}

/* Sub Topic */
.div-page-subtopic {
	margin:0;
	pading:0;
}
.div-page-subtopic p {
	margin:0;
	padding-bottom:25px;
	font-family: 'rimping_textregular';
	font-size:16px;
	font-weight:400;
	text-align:justify;
	line-height:26px;
}

/* Image */
.div-page-image	{
	margin:0px;
	padding-bottom:20px;
}
.div-page-img img	{
	margin:0 !important;
}

/* Detail */
.div-page-detail	{
	margin:0;
	font-family:'rimping_textregular';
	font-size:16px;
	text-align:justify;
	line-height:24px;
}
.div-page-detail p	{
	margin:0;
	padding-bottom:20px;
}
.div-page-detail ul,
.div-page-detail ol	{
	margin-left:30px;
	padding-bottom:10px;
}
.div-page-detail ul	{
	list-style:square;
}
.div-page-detail li	{
	padding-left:5px;
	padding-bottom:5px;
}
.div-page-detail a {
	color:#064923;
	text-decoration:underline;
}
.div-page-detail h3 {
	margin:0;
	padding:10px 0px 20px 0px;
	font-weight:bold;
}
.div-page-detail hr {
	margin:10px 0px 10px 0px;
	height:1px;
	background-color: #3f8b5e;
}

/* Button */
.div-page-button {
	margin:0px;
	padding-bottom:20px;
}
.div-page-button .a-btn {
	display:inline-block;
	padding:15px 40px 15px 40px;
	font-family:'rimping_textregular';
	font-size:14px;
	text-align:center;
	text-decoration:none;
	color:#fff;
	border-radius:5px;
	background:#214119;
}
.div-page-button .a-btn:hover {
	background-color:#528b00;
}
.div-page-button .a-btn-static{
	background-color:#595753;
	margin-left:10px;
}
/*
.div-page-button .a-btn-static:hover{
	background-color:#888888;
}
*/

.p-skiptext a {
	display:block;
	text-align:center;
	font-family:'rimping_headlineregular';
	font-size:14px;
	color:#aeaeae;
	text-transform:uppercase;
}

/* Special Detail */
.div-page-detail .div-special {
	margin:0;
	padding-left:30px;
}
.div-page-detail .div-special p {
	padding-left:40px;
}
.div-page-detail .div-special img {
	margin-right:30px;
}
.div-page-detail .div-special h4 {
	color:#3f8b5e;
}

p.special-style {
	padding-left:90px !important;
}
