/**
* Eric Meyer's Reset stylesheet - http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
*/

html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td{
margin:0;
padding:0;
border:0;
outline:0;
font-weight:normal;
font-style:normal;
font-size:100%;
font-family:inherit;
vertical-align:baseline;
}


body {
	background: #F3F3F3;
	color:#6B6B69;
	padding: 0px;
	margin: 0px;
	font-family:  Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	text-align: center; /*** Centers the design in old IE versions ***/
}
body, html {
	/*height:100%;*/
}

strong {
	font-weight:bold;
}

p {
	line-height: 1.1em;
}

table, tr, th, td {
	font-size: 1em;
}

a:link,
a:visited,
a:hover,
a:active {
	color:#424242;
	text-decoration: none;
	text-transform:none;
}

a:hover {
/*	text-decoration: underline;*/
	/*color:#18647E;*/
	/*color: #FCDEF6;*/
}

h2 a:link,
h2 a:visited,
h2 a:active,
h3 a:link,
h3 a:visited,
h3 a:active
 {
 	color:#6B6B69;
}
/*
 *  FORMS
 */

input {
	font-size:1.5em;
	width:162px;
	border:none;
	height:18px;
	margin: 0px;
	padding: 0px;
	vertical-align:top;
	background:#D9DAD5;
}

button {
	cursor: pointer;
	border: none;
}

button:hover {
	text-decoration: underline;
}

input, select, textarea {
	color:#6B6B69;
}

/*
 *  END FORMS
 */

.clear { 
	clear: both;
	height: 1px;
	font-size:1px;
	margin:0px;
}

* html .clear {
	height: auto;
}

.bold {
	font-weight:bold;
}

.error {
	color: red;
}

h1, h2, h3, h4, h5 {
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height:1em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 2.2em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.3em;
}

h2  {	
	font-size:1.5em;
	font-weight:normal;
	text-transform:uppercase;
	padding: 10px 12px;
}

/*freme*/
#frame {
	width: 920px;
	margin: 0 auto;
	min-height: 100%;
	text-align: left;
	padding:0px;
	position: relative;
	z-index: 10;
	/*border:1px solid #fff;*/
}

* html #frame {
	height: 100%;
}

/*header*/
#header {
	height:162px;
	padding:0px;
	position:relative;
	margin:15px 0;
}

* html #header {
	padding-bottom: 0px;
}

#sidebar {
	/*border:1px solid red;*/
	float: right;
	width:216px;
}

* html #sidebar {

}

#content {
	float:left;
	width:704px;
	clear: none;
}

* html #content {
	position: relative;
	top: 0px;
}

#footer {
	width: 920px;
	margin: 0 auto 20px auto;
	clear:both;
	background:#848371;
	height:76px;
	font-size:0.9em;
}

* html #footer {
	width: 920px;
}

div.date {
	color:#fff;
	float:left;
	height:2.1em;
	font-size:0.9em;
	line-height:2.1em;
	padding-left: 12px;
	text-transform:uppercase;
}

div.searchbar {
	text-align:right;
	padding-top:3px;
	background:url('search_bg.gif') repeat-x top left;
	height:26px;
	margin-bottom:2px;
}

div.searchbar form {
	height:2.1em;
	font-size:0.9em;
	line-height:2.1em;
}

div.searchbar label {
	color:#fff;
	text-transform:uppercase;
	font-size:0.9em;
}

div.searchbar input {
	margin-right:5px;
	background:#D9DAD5;
}

div.searchbar button {
	width:18px;
	height:18px;
	background:url('search_butt.gif') no-repeat;
	margin:0 12px 5px 0;
}

div.logo {
	background:url('logo.jpg') no-repeat top left;
	height:88px;
	margin-bottom:5px;
}

div.menubar ul {
	background:url('menu_bg.gif') repeat-x top left;
	list-style-type:none;
	height:38px;
	padding-left:12px;
}

div.menubar ul li {
	float:left;
	height:38px;
	margin-top:-3px;
}

* html div.menubar ul li {
	margin-top:-1px;
}

div.menubar ul li a:link,
div.menubar ul li a:visited, 
div.menubar ul li a:active, 
div.menubar ul li a:hover {
	display:inline-block;
	color:#fff;
	margin-right:20px;
	font-size:1.1em;
	height:38px;
	line-height:38px;
	text-transform:uppercase;
}

div.menubar ul li a:hover, 
div.menubar ul li a.on:visited,
div.menubar ul li a.on:link {
	height:38px;
}

div.menubar ul li a.last {
	margin:0;
}

/* calendar */
#date  {
	height:170px;
	margin-bottom:10px;
}

#date h2,
div.region  {
	background:url('right_bg.gif') no-repeat top left;
}

table.calendar {
	margin-left:12px;
}

table.calendar caption {
	margin-left:12px;
	font-weight:bold;
	text-transform: uppercase;
	padding: 3px 0px 2px 0px;
	color:#5D5F52;
}

table.calendar caption span.calendar-prev {
	display:block;
	float:left;
}

table.calendar caption span.calendar-next {
	display:block;
	float:right;
	margin-top: -13px;
}

table.calendar th {
	width:21px;
	border-bottom: 1px solid #D4D7C2;
	color:#5D5F52;
}

table.calendar td {
	color:#5D5F52;
}

table.calendar td a {
	font-weight:bold;
}

table.calendar img {
	margin-top:5px;
}

div.region  {
	margin-bottom:10px;
}

div.region h2 a:link,
div.region h2 a:visited,
div.region h2 a:active,
div.region h2 a:hover {
	text-transform:uppercase;
	color:#6B6B69;
}

div.region h3  {
	margin:0px 12px 3px 12px;
	font-size:1em;
	font-weight:bold;
}

div.region h3 a:link,
div.region h3 a:active,
div.region h3 a:visited,
div.region h3 a:hover {
	font-weight:bold;
}

div.region p a:link,
div.region p a:active,
div.region p a:visited,
div.region p a:hover {
	
}

div.region p  {
	margin:0px 12px 10px 12px;
	
}

div.region ul  {
	position:relative;
	list-style:none;
	background:url('bgmap.gif') no-repeat top left;
	height:123px;
	margin-left:12px;
}

div.region ul li {
	border:1px solid red;
	display:block;
	float:none;
	position:absolute;
	width:10px;
	height:10px;
	margin-left: -5px;
	margin-top: -5px;
	cursor:pointer;
}

div.region ul li a:link,
div.region ul li a:visited,
div.region ul li a:active,
div.region ul li a:hover {
	display:block;
	text-indent:-3000px;
	color:#6B6B69;
}

div.content {
	background:url('left_bg.gif') no-repeat top left #E8E8E6;
	width:689px;
	position:relative;
	margin-bottom:20px;
	padding-bottom:20px;
	min-height:480px;
}

* html div.content {
	height:480px;
}

div.content table {
	margin-left: 12px;
}

div.content table tr.odd {
	background:#fff;
}

div.content ul {
	padding-left:30px;
}

div.content h2.doctitle {
	clear:left;
}

div.content h3,
div.content h4 {
	margin:0 12px;
}

div.content p {
	margin:0 12px;
}

div.content p a:link,
div.content p a:visited,
div.content p a:active,
div.content p a:hover {
	color:#6B6B69;
}


div.content .article{
	padding: 5px 12px;
	}


div.content p.date {
	float:left;
	margin:0;
	padding-left:12px;
}

div.content div.img {
	clear:left;
	float:left;
	width:310px;
	padding:0 12px;
}

div.content div.img {
	margin-bottom:5px;
}

div.bigimg {
	width:310px;;
	height:180px;
	margin-bottom:11px;
}

div.content div.none {
	margin:0 0 1px 0 !important;
}

div.content div.images {
	float:left;
	margin-left: 11px;
	margin-bottom: 11px;
	width:53px;
	height:47px;
}

* html div.content div.images {
	margin-left: 9px;
	margin-bottom: 9px;
}

div.content div.gallist {
	padding-left:12px;
}

div.content div.gallist div.images img {
	border:1px solid #8C8E76;
}

div.galcateg {
	padding-left:12px;
	float:left;
	margin-bottom: 11px;
	width:209px;
	height:50px;
}

div.galcateg h3 {
	height:2em;
	font-size:1em;
	line-height:1em;
}

div.galcateg div.catimg {
	padding-right:12px;
	float:left;
}

div.galcateg div.catimg img {
	border:1px solid #8C8E76;
}

div.galcateg p {
	padding:0 0 0px 12px;
}

div.galcateg h3 a:link,
div.galcateg h3 a:visited,
div.galcateg h3 a:active,
div.galcateg h3 a:hover {
	font-weight:bold;
	color:#6B6B69;
}

div.img img {
	border:1px solid #8C8E76;
}

div.content div label {
	clear:left;
	float:left;
	width:100px;
	padding:0 12px;
}

div.content div input,
div.content div select {
	font-size:1.2em;
	width:150px;
	margin-bottom:2px;
	background:#fff;
	border:1px solid #D9DAD5;
}

div.content div.button button {
	background:#fff;
	border:1px solid #D9DAD5;
	margin-left:215px;
}

* html div.content div.button button {
	margin-left:227px;
}

div.content a.allregions {
	font-weight:bold;
	margin-left:12px;
	border:1px solid #D9DAD5;
	background:#fff;
	width:156px;
	text-align:center;
	padding:3px;
	color:#6B6B69;
	text-decoration:underline;
	}

div.right {
	background:url('center_bg.gif') no-repeat top left;
	float:left;
	width:340px;
	margin:0 0 10px 20px;
}

div.right h2 {
	padding-bottom:5px;
}

div.right h2 a:link,
div.right h2 a:visited,
div.right h2 a:active,
div.right h2 a:hover {
	text-transform:uppercase;
	color:#6B6B69;
}

div.news {
	background:url('center_bg.gif') no-repeat top left;
	padding:15px 0 8px 0px;
	height:52px;
}

div.news h3 {
	margin:0 12px;
	height:2em;
	font-size:1em;
	line-height:1em;
}

div.news div.img {
	padding:0 12px;
	float:left;
}

div.news p {
	padding:0 0 0px 12px;
}

div.news h3 a:link,
div.news h3 a:visited,
div.news h3 a:active,
div.news h3 a:hover {
	font-weight:bold;
}

div.list {
	padding-top:0px;
	background:none;
	height:auto;
}

div.list p {
	margin:0px;
}

div.left {
	float:left;
	width:312px;
}

div.left h2 a:link,
div.left h2 a:visited,
div.left h2 a:active,
div.left h2 a:hover {
	text-transform:uppercase;
}

div.left p {
	padding:0 12px 30px 12px;
}

div.left h3 {
	font-size:1em;
}

div.left h3 a:link,
div.left h3 a:visited,
div.left h3 a:active,
div.left h3 a:hover {
	font-weight:bold;
	padding:0 12px;
}

div.left div.first {
	background:url('left_bg.gif') no-repeat top left #E8E8E6;
	margin-top:10px;
}

#images {
	position:relative;
	width:310px;
	height:180px;
}

#images a {
	position:absolute;
}

div.left div.first div.fimg {
	padding:0 12px 10px 12px;
}

.pagesbar{
	width:100%;
	clear:both;
	padding:10px 0;
}

.fwd{
	float:right;
	padding-right:12px;
}

.bwd{
	float:left;
	padding-left:12px;
}

#footer ul {
	float:left;
	padding:10px 0 10px 4px;
	list-style-type:none;
}

#footer  ul li {
	float:left;
}

#footer ul li a:link,
#footer ul li a:visited, 
#footer ul li a:active, 
#footer ul li a:hover {
	margin-left:8px;
	display:inline-block;
	color:#fff;
	text-transform:uppercase;
}

#footer p {
	clear:left;
	color:#fff;
	text-transform:uppercase;
	padding:0px 0 5px 12px;
}

#footer a {
	text-transform:uppercase;
	color:#fff;
}

#newslatter {
	float:right;
	width:186px;
	height:56px;
	background:#B0B0A4;
	padding:10px 12px;
}

#newslatter input {
	margin-right:5px;
}

#newslatter button {
	width:18px;
	height:18px;
	background:url('newslatter_butt.gif') no-repeat;
}

#newslatter p {
	padding:5px 12px 0 0px;
	margin:0px;
	color:#848371;
	font-weight:bold;
	text-transform:none;
	font-size:1.1em;
}

div.pagelist {
	text-align:center !important;
	margin-bottom:5px;
}

div.pagelist *,
div.pagelist a:link,
div.pagelist a:visited
div.pagelist a:hover,
div.pagelist a:active {
	font-size:1em;
}

div.pagelist a:hover {
 	color:#D94E00;
}

div.pagelist span {
	padding:0px !important;
	background:none !important;
	color:#D94E00;
}

/* fonts & print */
div.fonts {
	text-align:right !important;
	padding-right:12px;
}

div.fonts a.font:link,
div.fonts a.font:visited,
div.fonts a.font:hover,
div.fonts a.font:active {
	color:#6B6B69;
	text-transform:uppercase;
}

div.fonts a.line {
	text-decoration:underline !important;
}

div.fonts a.up {
	font-size:9px;
	margin-top:3px;
}

div.fonts a.center {
	font-size:11px;
}

div.fonts a.down {
	font-size:15px;
	margin-top:-5px;
}

div.content a.print {
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
	background: url('print.gif') no-repeat left top;
	width:19px !important;
	height:18px;
	vertical-align:bottom;
}
/* fonts & print */

div.path {
	margin:0 0 5px 12px;
	}

div.path a:link, 
div.path a:visited, 
div.path a:active, 
div.path a:hover {
	color:#6B6B69;
	}

/*print page*/

div.print {
	text-align:left;
	}

@media print {
	a:link, a:visited, a:active, a:hover {
		color : black;
		text-decoration : none;
		text-transform: none;
	}
	div.print h2 {
		font-size:20px;
		font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
		text-align : left;	
		text-transform : uppercase;
		color: black;
		padding: 0px;
		margin: 0px;
	}
	div.print p {
		color: black;
		padding: 0px;
		margin: 0px;
		text-align:justify;
		font-size:12px;
	}
}
/*print page*/


span.match {
	color:#D94E00;
}

.loading {
	background:URL('trobber.gif') no-repeat center;
	height:16px;
}
