@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

body
{
	padding-left: 1000px;
	background: #edf8c9 url(img/bkg.jpg) top left repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #484a44;
}

#wrapMiddle p
{
	line-height: 1.5;
padding-bottom: 2em;
}

form
{
	padding: 0px;
	margin: 0px;
}

h1, h2, h3, h4
{
	font-family: Arial, Helvetica, sans-serif;
}
#content h2 a, a:link, a:visited
{color: #3D6805;
	text-decoration: underline;
}

#content h2 a:hover
{
	text-decoration: none;
}
fieldset
{
	border: none;
	border-color: transparent;
}

a, a:link, a:visited
{
	color: #d18301;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

#wrapper 
{
	margin-left: -1000px;
	padding: 0 20px;
}

* html #wrapper 
{
	float: right
}

/* = Header
---------------------------------------------
---------------------------------------------
---------------------------------------------*/

#wrapHeader
{
	background:url(img/bkgTrava.png) left bottom repeat-x;
	behavior: url(img/iepngfix.htc);
	height: 320px;
	width: 100%;
	display: table;
}

#header
{
	height: 320px;
	width: 100%;
	display: table;
	background: url(img/topBkg.png) center bottom no-repeat;
	behavior: url(img/iepngfix.htc);
}

#headerLeft
{
	width: 350px;
	position: absolute;
	top: 35px;
	left: 20px;
	color: #6d4b06;
}

#headerRight
{
	width: 220px;
	position: absolute;
	top: 35px;
	right: 20px;
	color: #6d4b06;
}

#headerLeft h1
{
	font-size: 26px;
	padding-bottom: 20px;
}

#headerLeftContent
{
	padding-top: 20px;
	font-size: 16px;
}

#headerLeft div.search
{
	background:url(img/topSearchBkg.png) top left no-repeat;
	behavior: url(img/iepngfix.htc);
	padding-top:5px;
	padding-bottom: 6px;
}

#headerLeft fieldset input
{

	width: 255px;
	border: none;
	background: none;
	

}

#headerLeft fieldset button
{

	border: none;
	width: 56px;
	background: none;
	cursor: pointer;
	text-indent: 8px;
}

#headerLeft fieldset button,
{
	text-align: center;
	padding-left: 8px;
}

#headerRightNews
{
	background:url(img/topNewsBkgTop.png) top left no-repeat;
	behavior: url(img/iepngfix.htc);
}

#headerRightNews1
{
	background: url(img/topNewsBkgBot.png) left bottom no-repeat;
	behavior: url(img/iepngfix.htc);
	padding: 11px 0 11px 0; 
}

#headerRightNews2
{
	background:url(img/topNewsBkg.jpg) top left repeat-y;
	behavior: url(img/iepngfix.htc);
}

#headerRightNews1,
{
	position: relative;
	top: 11px;
}

#headerRightNews2,
{
	position: relative;
	top: -11px;
}

#headerRightNewsContent
{
	padding: 8px 15px;
}

#headerRightNewsContent h2
{
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	font-size: 18px;
	border-bottom: 1px dashed #bdb187
}

/* = Content
---------------------------------------------
---------------------------------------------
---------------------------------------------*/

#wrapMiddle {
	width: 100%;
	height: 1%;
}

#wrapMiddle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

#middle 
{
	width: 100%;
	float: left;
	overflow: hidden;
}

#wrapContent 
{
	padding: 20px 180px 20px 240px;
	background: #e1eabd;
	border-bottom: 1px solid #bec895;
	border-left: 1px solid #bec895;
	border-right: 1px solid #bec895;
}

#content
{
	background: #f9fee8;
	padding: 15px;
	border: 1px solid #c6d48e;
}

#content h1, #content h2, #content h3
{
	color: #3d6805;
}

#content h1
{
	margin: 0;
	font-size: 20px;
}

#content h2
{
	margin: 12px 0;
	font-size: 16px;
}

#content h3
{
	margin: 10px 0;
	font-size: 16px;
}

div.article
{
	padding: 10px 0px 0 0;
	border-bottom: 1px dashed #dbe4b5;
	overflow: hidden;
}

div.article,
{
	display: table;
	width: 100%;
}

div.article img
{
	float: left;
	padding: 0 10px 10px 0;
}

div.article p.readMore
{
	text-align: right;
}

/* = Left and Right
---------------------------------------------
---------------------------------------------
---------------------------------------------*/

#left
{
	float: left;
	width: 230px;
	margin-left: -100%;
	position: relative;
	padding-top: 20px;
}

#right
{
	float: left;
	margin-right: -3px;
	width: 180px;
	margin-left: -180px;
	position: relative;
	padding-top: 20px;
}

#rightContent
{
	margin-right: 10px;
margin-left: 10px;
}

#leftContent
{
	background: #f9fee8;
	padding: 10px;
	border: 1px solid #c6d48e;
	margin-left: 10px;
}

#leftContent a, #leftContent a:visited, #leftContent a:hover
{
	color: #386201;
	text-decoration: none;
}

#leftContent a:hover
{
	text-decoration: underline;
}

#leftContent ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#leftContent li
{
	padding: 7px 5px;
	background: url(img/line.gif) bottom center no-repeat;
}

#rightContent div.rightArticle
{
	padding: 10px;
	margin-bottom: 10px;
	color: #fff;
	background: #4bb6d4;
}

#rightContent div.rightArticle a, #rightContent div.rightArticle a:link, #rightContent div.rightArticle a:visited
{
	color:#FFF;
}

#rightContent div.rightArticle h3
{
	font-weight: normal;
	font-size: 13px;
}


#rightContent div.blue
{
	background: #4bb6d4;
}

#rightContent div.grean
{
	background: #74ae04;
}

#rightContent div.orange
{
	background: #e89202;
}
a.ditto_page {padding-left: 2px; padding-right: 2px;}

.left-nav {width:230px; float:right;}
.left-nav p {margin:0 0 14px 0; padding:0 0 0 25px; font-size:12px}
.left-nav p a {color:#507ddf;}
.left-nav .foto-r {margin:0 0 0 25px}
.left-nav ul {list-style:none; color:#424242; font-size:13px; text-decoration:underline; font-weight:bold; cursor:pointer}
.left-nav ul li {padding:0 0 0 25px}
.left-nav ul li a {font-weight:bold; color:#424242;}
.left-nav .minus {}
.left-nav .plus {}
.left-nav ul ul {background:#eceef0; margin:10px 0 10px -25px; padding:7px 0; display:none}
.left-nav ul ul li {}
.left-nav ul ul ul {background:#e0e1e5; padding:7px 0;}
.left-nav ul ul ul li {}
#bottom{
	padding: 20px 20px 20px 20px;
	background: #e1eabd;
	border: 1px solid #bec895;
height: 50px;
margin-top: 5px;
}
#bottomleft{float: left; width: 30%;}
#bottomright{float: right; width: 70%;}
#banners{
	padding: 0px 20px 0px 20px;
	background: #edf8c9;
height: 33px;
}
