* {margin:0; padding:0;}
html {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
} 
a {
	color:#953D20;
}
a img {
	border:0;
}
a[href $=".doc"] {
	padding-left:20px;
	background:url(images/doc.png) no-repeat left top;
}
a[href $=".xls"] {
	padding-left:20px;
	background:url(images/xls.png) no-repeat left top;
}
a[href $=".zip"], a[href $=".rar"] {
	padding-left:20px;
	background:url(images/zip.png) no-repeat left top;
}
a[href $=".pdf"] {
	padding-left:20px;
	background:url(images/pdf.png) no-repeat left top;
}
a[href $=".ppt"] {
	padding-left:20px;
	background:url(images/ppt.png) no-repeat left top;
}
/*-------------------------*/
body {
	background:#F6F6EE url(images/header-bg.png) repeat-x left top;
	min-width:990px; /* Opera & FireFox & Internet Explorer 7.0 */
}
#wrap {
   width:expression((documentElement.clientWidth||document.body.clientWidth)<990?'990px':'');
}

/*-------------------------*/
#header {
	height:117px;
	margin:18px 30px 18px 58px;
	position:relative;
}
#header h1 {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:normal;
	color:#000;
	text-decoration:none;
	padding:25px 0 10px 120px;
	width:450px;
}
#header a {
	display:block;
	position:absolute;
	left:0px; 
	top:0px;
	background:url(images/gerb.png) no-repeat left top;
	width:94px;
	height:117px;
}
#description {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#A67C52;
	font-weight:normal;
	padding-left:120px;
}
/*-------------------------*/
#navbar {
	background:url(images/divline.png) repeat-x left top;
	padding-left:3px;
	font-size:2px;
	margin:0 30px;
}
#navbar div {
	height:7px;
	background:url(images/divline.png) no-repeat right bottom;
	margin:0;
}
#navbar hr {
	display:none;
}
/*-------------------------*/
#wrapper {
	overflow:hidden;
	padding:15px 30px;
}
/*-------------------------*/
#leftnav {
	float:left;
	width:19%;
	margin-right:3%;
/*
	background:red;
*/
}
#mainnav {
	float:right;
	width:22%;
/*
	background:blue;
*/
}
#main {
	width:78%;
	_width:77%;
	float:left;
/*
	background:yellow;
*/
}
#main.index {
	width:54% !important;
/*
	background:yellow;
*/
}
/*-------------------------*/
#leftnav div.nav {
	background:url(images/navdiv-1.png) no-repeat left bottom;
	margin-bottom:15px;
}
#leftnav .nav div {
	background:url(images/navdiv-2.png) no-repeat right bottom;
	padding-bottom:15px;
}
#leftnav  .nav div div {
	padding:0;
	background:none;
}
/*-------------------------*/
.widgettitle {
	font-weight:normal;
	color:#000;
	font-size:18px;
	margin-bottom:10px;
}
.widget_pages ul, .widget_catgories ul {
	font-size:16px;
}
.widget_pages li, .widget_catgories li {
	list-style:none;
	padding-left:21px;
	background:url(images/bullet.png) no-repeat left 4px;
	margin-bottom:15px;
}
.widget_pages .widgettitle, .widget_catgories .widgettitle {
	display:none;
}
/*
.widget_pages {
	background-image:none !important;
	background:#F6F6EE !important;
	padding-bottom:0px !important;
}
*/
/*-------------------------*/
.widget_search form div {
	overflow:hidden;
	_width:100%;
	padding-bottom:10px;
}
.widget_search input {
	/*float:left;
	*/
	background:url(images/search.png) no-repeat 50% 50%;
	width:16px;
	height:16px;
	border:none;
	padding-top:30px;
	cursor:pointer;
}
html:root .widget_search input {
	padding-top:0px;
	text-indent:20px;
}
.widget_search input#s {
	background:#fff !important;
	padding:0 !important;
	cursor:text;
	border:1px solid #BDBD8E !important;
	width:85% !important;
}
/*-------------------------*/
#wp-calendar {
	width:95%;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
}
#wp-calendar th {
	color:#953D20;
}
#wp-calendar td {
	text-align:center;
	padding:2px 0;
}
#wp-calendar td#prev {
	text-align:left !important;
}
#wp-calendar td#next {
	text-align:right !important;
}
/*-------------------------*/
.teaser {
	background:url(images/teaser-border.png) repeat-x left top;
	width:100%;
	margin-bottom:20px;
}
.teaser-wrap {
	background:url(images/teaser-bg.png) repeat-x left top;
	padding:15px;
	margin:0 1px;
	color:#737373;
	overflow:hidden;
	_float:left;
	_display:inline;
}
.teaser h3 {
	text-align:center;
	font-size:18px;
	font-weight:normal;
	color:#953D20;
	padding-bottom:15px;
}
.teaser img {
	margin:0 15px 10px 0;
}
.teaser p {
	margin-bottom:10px;
	width:100%;
}
/*-------------------------*/
.rubrictitle {
	font-size:22px;
	color:#000;
	margin-bottom:10px;
	font-weight:normal;
}
.post {
	border:1px solid #F1F1E9;
	border-top:none;
	margin-bottom:20px;
	overflow:hidden;
	_float:left;
}
.post-wrap {
	border:1px solid #E6E6E6;
	border-top:none;
	background:#fff url(images/post-bg.png) repeat-x left top;
	padding:15px;
	padding-bottom:5px;
	overflow:hidden;
	_float:left;
}
.comment-item {
	margin-bottom:10px;
}
.comment-wrap {
	border:1px solid #E6E6E6;
	background:#FFFFF4;/*#FEFEF1;*/
	padding:15px 15px 0px 0px;
	overflow:hidden;
	_float:left;
}
.post-list {
	position:relative;
	_float:left;
}
.post-list dt {
	position:absolute;
	left:0px;
	width:60px;
	padding-top:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#CDCDCD;
}
.comment-wrap dt {
	left:15px !important;
}
.post-list dd {
	padding:0 0 15px 75px;
	line-height:1.3em !important;
}
.comment-wrap dd {
	padding-left:90px !important;
}
.post-list dd a {
	font-size:18px;
	line-height:22px;
}
.post-list .edit a {
	color:#CDCDCD;
	font-size:14px;
	line-height:normal;
}
.comment-wrap dd a {
	font-size:14px;
	line-height:normal;
}
.comment-wrap .author {
	font-size:16px;
	font-weight:bold;
}
.docs dd a {
	font-size:16px !important;
}
.post .date {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#CDCDCD;
	display:block;
	margin:10px 0;
}
.thdrpy, .thdrpy a {
	font-size:11px !important;
	color:#CDCDCD;
}
.post form {
	display:block;
	padding:0 0 10px 0px;
}
.comment-wrap form {
	padding:0 0 15px 90px !important;
}
.comment-wrap textarea {
	width:500px;
}
/*-------------------------*/
.reply h3 {
	font-size:18px;
	color:#000;
	margin-bottom:15px;
	font-weight:normal;
}
.reply input {
	font-size:16px;
	width:350px;
	margin-right:10px;
}
.reply button {
	padding:2px 15px;	
}
.reply textarea {
	font-size:16px;
	width:500px;
	height:200px;
}
.reply p {
	margin-bottom:10px;
	width:100%;
}
.clear {
	clear:both;
}
/*-------------------------*/
.entry {
	line-height:1.4em;
	font-size:14px;
	overflow:auto;
	_float:left;
}
.entry p, .entry ul, .entry h1, .entry h2, .entry h3, .entry h4, .entry table, .comment-wrap p {
	margin-bottom:10px;
}
.entry p {
	width:100%;
}
.entry ul {
	padding-left:25px;
}
.entry h1 {
	font-size:18px;
	font-weight:normal;
}
.entry h2 {
	font-size:16px;
}
.entry h3 {
	font-size:14px;
}
.entry h4 {
	font-size:12px;
}
.entry img {
	margin:0 15px 10px 0;
}
.entry table {
	border:1px solid #000;
	border-right:none;
	border-bottom:none;
}
.entry table td {
	border:1px solid #000;
	border-left:none;
	border-top:none;
}
/*-------------------------*/
.widget_text {
	margin-bottom:15px;
	text-align:center;
}
.chief {
	background:#fff;
	border:1px solid #E6E6E6;
	padding:15px;
	overflow:hidden;
}
.chief h3, .chief img {
	margin-bottom:10px;
	_font-weight:normal;
	color:#953D20;
}


/*-------------------------*/
#footer {
	background:url(images/footer-bg.png) repeat-x left bottom;
	clear:both;
	padding:0 30px 0 23%;
	height:103px;
	font-size:13px;
	color:#AEAEAD;
	position:relative;
	margin-top:50px;
}
#footer a {
	color:#AEAEAD;
}
#footer p {
	padding:0 33% 10px 0;
}
#footer p.right {
	position:absolute;
	width:20%;
	top:0;
	right:30px;
	padding:0;
}

