@charset "utf-8";
/* CSS Document */

/* begin editable for pages //////////////////////////////////////////////////////////////////////////////////// */
h1 {
	font-size: 18px;
	margin: 1px 0 3px 0;
	color: #FFFFFF;
	font-weight: normal;
}
h2 {
	font-size: 18px;
	margin: 5px 0 15px 0;
	color: #333;
}
p {
	margin:0px;
}
.p1 {
	margin: 0px 0 15px 0;
	font-size: 13px;
	line-height: 1.3em;
}
#contenttop {
	width: 940px;
	height: inherit;
}
#contenttop #contenttopi {
	margin: 10px 15px 20px 15px;
	height: inherit;
}
.contentbodyright {
	float: right;
	width: 680px;
	margin: 0px;
	border: 0px solid #CCC;
	height: inherit;
	background: #FFF;
}
.contentbodyleft {
	float: left;
	width: 220px;
	margin: 0 10px 0 0;
	border: 0px solid #CCC;
	height: 1050px;
	overflow: hidden;
}
.contentbodyleft ul {
	font-size: 16px;
	color:#333;
	list-style-image: url(images/menu-drop.png);
	margin: 0px 10px;
	padding: 0px 20px;
}
.contentbodyleft li {
	line-height: 1.3em;
	border-bottom: 1px solid #CCC;
	margin: 6px 0;
	padding: 0 0 5px 0;
}

#contentbot {
	width: 940px;
}
#contentbot #contentboti {
	margin: 10px 15px 0 15px;
	height: 135px;
}
.contentleft {
	float: left;
	width: 217px;
	margin: 0 10px 0 0;
	border: 1px solid #CCC;
	border-radius: 0px;
}
.contentright {
	float: right;
	width: 218px;
	margin: 0 0 0 0;
	border: 1px solid #CCC;
	border-radius: 0px;
}
#contentsub {
	width: 940px;
}
#contentsub #contentsubi {
	margin:10px 10px 0 10px;
	height: 75px;
}
.contentmid {
	float:left;
	width:918px;
	margin: 0px;
	border: 0px solid #CCC;
}

/* This css only used when #divBlog  */

#divBlog {
	width: 610px;
	margin: 0px;
	height: 950px;
	overflow: auto;
	padding: 15px 15px 15px 0;
}

#divBlog .post {
	padding: 0 0 10px 0;
	border-bottom: 0px solid #B4592E;
	color: #333;
	font-size: 13px;
	margin: 0px;
	line-height: 1.3em;
}

#divBlog .post a:link, #divBlog .post a:visited {
	color: #8cc63f;
	text-decoration: none;
} 
#divBlog .post a:active, #divBlog .post a:hover {
	color: #8cc63f;
	text-decoration: underline;
}

#divBlog .post img {
	border: 1px solid #DDDDDD;
	padding: 7px;
	background-color: #FFF;
	max-width: 580px;
	height: auto;
}

#divBlog .tr-caption {
	font-size: 9px;
	padding: 0 0 5px 0;
	color: #999;
}

#divBlog .pline3 {
	display:none;
}

#divBlog .post-title {
	font-size: 16px;
	color: #8cc63f;
	font-weight: bold;
	margin: 0 0 15px 0;
	padding-top: 0px;	/*font-family: 'Open Sans Condensed', sans-serif;*/
}
#divBlog .post-date {
	font-size: 12px;
	color: #999999;
	margin: 0 0 10px 0;
}
#divBlog .post-hide{
   display: none;
}



/* end editable for pages //////////////////////////////////////////////////////////////////////////////////// */
