body {
  background-image: url('/images/bg.jpg');
}

h1, h2, h3, h4 {
  color: #854c1d;
  font-family: Arial;
  font-weight: normal;
  margin-bottom: 5px;
}

h1 { font-size: 20px;}
h2 { font-size: 18px;}
h3 { font-size: 16px;}
h4 { font-size: 14px; font-weight: bold;}

a {
	color: #854c1d;
	text-decoration: none;
	border-bottom: 1px dashed #854c1d;
}
a:hover	{ color: #000000; }

p {
	margin: 5px 0px;
}
input, textarea {
  border: 1px solid #854c1d;
  font-size: 18px;
}

div.enity {
	float: left;
	width: 49%;
	margin-bottom: 20px;
}

div.enity div.photo {
	float: left;
	width: 60px;
}
div.enity div.data {
	vertical-align: top;
}


div.form_title {
  font-weight: bold;
  font-size: 12px;
  padding-bottom: 7px;
}

h2.pad {
  text-align: left;
  padding-left: 20px;
  padding-top: 10px;
  margin-bottom: 5px;
}

h2.padcenter {
  text-align: center;
  padding-left: 20px;
  padding-top: 10px;
  margin-bottom: 5px;
}

a.brownlink {
  color: #854c1d;
  font-size: 12px; 
  font-family: Arial;
  font-weight: bold;
  margin-top: 5px;
}

div.brownpad {
 background-color: #c1a55c;
 font-size: 14px;
 font-weight: bold;
 text-align: left;
 padding: 5px;
}

/* div.container_12 {
  background: #fff url('12_col.gif') repeat-y;
}

div.container_16 {
  background: #fff url('16_col.gif') repeat-y;
}  */

div.no_clear {
  border: 1px solid red;
  margin-bottom: 150px;
}

div.innerstyle {
  background-image: url('/images/inner_bg.jpg');
  margin-top: 20px;
  margin-bottom: 10px;
}

img.mainfoto {
  padding: 10px;
}

img.bigfoto {
  border: 1px solid black;
}

div.yellowbox {
  float: left;
  border: 1px solid #c7ae58;
  margin: 7px;
  background: #fff1b0;
}

/** Content **/
div.content {

}

#decor {
  background: url('/images/orn_top_left.png') no-repeat top left;
}

#decor_end {
  background: url('/images/orn_bot_right.png') no-repeat bottom right;
  padding-bottom: 40px;
}

#calendar {
  background: url('/images/calendar.gif') no-repeat;
  width: 195px;
  height: 260px; 
}

#mainmenu {
	line-height: 28px;
	font-size: 12px;
	font-weight: bold
	/*border: #f00 1px solid*/
}
	#mainmenu a {
		padding: 7px 10px;
		min-width: 10px;
		color: #572c09;
	}

	#mainmenu a.active {
		text-decoration: none;			
	}

div.innercontent {
  padding: 60px 20px 50px 20px;
}

div.textanons {
  padding-left: 10px; 
  padding-bottom: 5px; 
  padding-top: 20px;
}

div.bordered {

}

form.data textarea {
  width: 100px;
}

div.shadowblock {
	max-width: 700px;
	min-height: 24px;
	min-width: 50px;
	padding: 10px;
	margin-bottom: 70px;
}
div.shadowblock div.top{
	background-image: url(/images/shadowblock/top.png);
	background-position: top right;
	height: 8px;
}
div.shadowblock div.bottom{
	background-image: url(/images/shadowblock/bottom.png);
	background-position: top right;
	height: 8px;
}
div.shadowblock div.content{
	background-image: url(/images/shadowblock/center.png);
	background-position: top right;
	background-repeat: repeat-y;
	min-height: 10px;
	padding: 0px 5px;
}

/* AutoComplate block */

.ac_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}

.ac_results li {
	position:relative;
  margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	overflow: hidden;
}

.ac_loading {
	background : url('/images/autocomplete_indicator.gif') right center no-repeat;
}

.ac_over {
	background-color: Highlight;
	color: HighlightText;
}
.qnt {
  position:absolute;
  top:2px;
  right:10px;
  font-size:0.8em;
  color:#26A908;
}

div.person {
	background-image: url('/images/icon_person.png');
	background-repeat: no-repeat;
	text-indent: 18px;
	margin-top: 5px;
	font-size: 14px;
	margin-left: 15px;
}

div.person a {
	text-decoration: none;
	border-bottom: 1px dashed #000;
	color: #000;
}

div.event {
	background-image: url('/images/icon_event.png');
	background-repeat: no-repeat;
	text-indent: 18px;
	margin-top: 5px;
	font-size: 14px;
	margin-left: 15px;
}

div.event a {
	text-decoration: none;
	border-bottom: 1px dashed #000;
	color: #000;
}

div.news-money	{ margin: 10px 0px; }
div.news-money a	{ 
  display: block; 
  color: #854c1d;
  font-size: 16px; 
  font-family: Time New Roman;
  padding: 5px 0px;
  margin: 5px 0px;
  text-align: left;
  text-decoration: none;
  border-bottom: 1px solid #bab6a4;
}
div.news-money a:hover	{ color: #000000; }



