@charset "UTF-8";
/*Unique background image*/
body{
	background-image: url(../images/header2_bg.jpg);
	background-repeat: repeat-x;
}
img, div, a, input { behavior: url(../js/iepngfix.htc) }

/* About Us Styles*/

#content_area{
	padding: 0 20px;
}
#ppost_wrap{
	background-image: url(/images/blog_bg.gif);
	background-repeat: repeat-y;
	border-left: 5px solid #8b6a39;
	border-right: 5px solid #8b6a39;
	margin: 0 auto;
	padding: 0 10px 0 0;
}
.ppost_top{
	height: 20px;
	padding: 0;
	margin: 0;
}

.ppost_menu{
	background-image: url(/images/blog_right_bg.gif);
	background-repeat: repeat-y;
	float: left;
	width: 245px;
	padding: 0 14px 0 0;
	margin: 0 0 0 17px;
}
.ppost_menu .top{
	background-image: url(/images/blog_right_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding: 40px 20px 0 65px;
	width: 175px;
}
.ppost_menu img{border:none;}
.ppost_menu .top ul{padding: 0;margin-bottom:15px;}
.ppost_menu ul{padding: 0; margin: 0 0 0 15px;}
.ppost_menu li{
	list-style: none;
}
.ppost_menu .mail{
	background-image: url(/blog/images/email.png);
	background-repeat: no-repeat;
	background-position:left;
	padding: 12px 0 12px 45px;
}
.ppost_menu .rss{
	background-image: url(/blog/images/rss.png);
	background-repeat: no-repeat;
	background-position:left;
	padding: 12px 0 12px 45px;
}
.ppost_menu h2{font-size:14px;margin:4px 0; padding:0;color: #be7329;}
.ppost_menu li a{
	font-size: 11px;
	color: #5a4936;
	text-decoration: underline;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
.ppost_menu .top a{
	color: #be7329;
	font-size: 12px;
	text-decoration: underline;
	font-weight: normal;
}
.ppost_menu .title{
	border-top: 3px solid #d5c096;
	color: #be7329;
	font-weight: bold;
	padding: 4px 0 0 15px;
	margin: 20px 0 0 0;
}
.ppost_menu .heading{
	border-top: 3px solid #d5c096;
	display: block;
	color: #be7329;
	font-weight: bold;
	font-size: 11px;
	padding: 4px 0 0 15px;
}
.ppost_content{
	background-image: url(/images/post_top_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	float: left;
	background-color: #d5c096;
	border-right: 5px solid #8b6a39;
	width: 644px;
	padding: 230px 0 0 0;
	margin: 0;
}
.post .odd{background-color: #dccaa5;}
.post{padding: 20px 35px;}
.detail_post{padding:15px 0 0 0;}
.post h1{
	color: #be7329;
	border-bottom: 1px solid #8b6a39;
	font-weight: normal;
	font-size: 24px;
	margin: 0;
	padding: 5px 0;
}
.post h2{
	color: #3e4647;
	font-size: 14px;
	font-weight:bold;
	padding: 0;
	margin: 5px 0;
}
.post p{padding: 0 0 5px 0;margin: 0;}
.post img{
	border: 1px solid #8b6a39;
	margin: 20px;
}
.post a{color: #43311e; font-weight: normal; text-decoration: none;}
.post a:hover{text-decoration: underline;}
.post .footer{border-top: 1px solid #8b6a39;}
/*Accordion Styles*/
.accordmenu  {
	width: 220px;
	margin-left: 15px;
}
.accordmenu div {
	text-align: left;
}
.desc {
	font-weight: normal;
	font-size: 11px;
	padding: 5px;
}
.accordmenu .title {
	background-image: url(/images/accord_arrow.png);
	background-repeat: no-repeat;
	background-position: left;
	cursor:pointer;
	display:block;
	padding: 10px 0 10px 25px;
	margin: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #492d1d;
}
.accordmenu .title:hover {
	color: #8e734f;
}
.accordmenu .title.selected {
	background-image: url(/images/accord_select.png);
	background-repeat: no-repeat;
	background-position: left;
}