/**
* 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: url('bg_top.gif') repeat-x top left #F4F4F4;
	color:#6B6B6B;
	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:#6C6B00;
}

h2 a:hover,
h3 a:hover
 {
 	color:#63582A;
}

/*
 *  FORMS
 */

input {
	font-size:1.2em;
	width:190px;
	border:none;
	height:18px;
	margin: 0px;
	padding: 0px;
	vertical-align:top;
}

button {
	cursor: pointer;
	border: none;
}

button:hover {
	text-decoration: underline;
}

input, select, textarea {
	color:#6B6B6B;
}

/*
 *  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 {
	color:#6C6B00;
	font-size: 1.7em;
	font-weight:normal;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.3em;
}

/*freme*/
#frame {
	width: 970px;
	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:0 0 15px 0;
}

* html #header {
	padding-bottom: 0px;
}

#sidebar {
	/*border:1px solid red;*/
	float: right;
	width:255px;
}

#left {
	float:left;
	width:241px;
	margin-right:20px;
}

#center {
	float:left;
	width:424px;
	clear: none;
}

#content {
	float:left;
	width:707px;
	clear: none;
}

#footer {
	width: 970px;
	margin: 0 auto 20px auto;
	clear:both;
	background:url('bg_down.gif') repeat-x top left #E5E5E5;
	height:145px;
	font-size:0.9em;
}

* html #footer {
	width: 970px;
}

#sidebar h2 {
	margin-bottom:15px;
}

div.date {
	color:#fff;
	float:left;
	height:2.1em;
	font-size:0.9em;
	line-height:2.1em;
	text-transform:uppercase;
}

div.searchbar {
	background:url('gru_bg.gif') no-repeat top left #545430;
	margin-bottom:20px;
}

div.searchbar div.bottbg {
	background:url('grd_bg.gif') no-repeat bottom left;
	height:4px;
}

div.searchbar p {
	margin:5px 30px 10px 15px;
	color:#A4A28D;
}

div.searchbar input {
	margin:15px 15px 0 12px;
}

div.searchbar button {
	width:18px;
	height:18px;
	background:url('search_butt.gif') no-repeat;
	margin-top:15px;
}

div.logo {
	float:left;
}

div.logo a img {
	float:left;
	margin-right:20px;
}

div.logo h1 {
	float:left;
	margin-top:25px;
	color:#fff;
	font-weight:normal;
	font-size:2.5em;
	padding-top:10px;
}

div.logo h1 a:link,
div.logo h1 a:visited,
div.logo h1 a:active,
div.logo h1 a:hover {
	color:#fff;
}

div.logo h1 span {
	display:block;
	margin-top:2px;
	text-transform:uppercase;
	line-height:1.2em;
	font-size:0.4em;
	letter-spacing:5px;
}

ul.menubar {
	list-style-type:none;
	height:32px;
	float:right;
	margin-top:75px;
}

ul.menubar li {
	float:left;
	height:32px;
	width:auto;
	line-height:32px;
	margin:1px;
}

ul.menubar li a:link,
ul.menubar li a:visited, 
ul.menubar li a:active {
	display:block;
	background:URL('g_butt.gif') no-repeat top left;
	padding:0px 0px 0px 17px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	color:#797879;
	text-align:center;
	height:32px;
	line-height:32px;
	text-transform:uppercase;
	margin:0px;
} 

ul.menubar li a span {
	display:inline-block;
	display:block;
	height:100%;
	cursor: pointer;
	margin: 0px;
	vertical-align: top;
	background: URL('g_butt.gif') no-repeat top right;
	padding:0px 17px 0px 0px;
}

ul.menubar li a:hover,
ul.menubar li a.on {
	background: URL('w_butt.gif') no-repeat top left !important;	
}

ul.menubar li a:hover span,
ul.menubar li a.on span {
	color:#7F740A;
	background: URL('w_butt.gif') no-repeat top right;
}

* html ul.menubar ul li,
* html ul.menubar li a:link,
* html ul.menubar li a:visited, 
* html ul.menubar li a:active,
* html ul.menubar li a:hover,
* html ul.menubar li span {
	display:inline-block;
}


div.menubar ul li a.last {
	margin:0;
}

ul.submenubar {
	float:left;
	width:100%;
	list-style-type:none;
	margin-top:11px;
}

ul.submenubar li {
	line-height:22px;
	float:left;
	padding:0px 20px 0px 20px;
	margin:0px;
	border-right:2px dotted #C0C0C0;
}

ul.submenubar li.brdnone {
	border-right:none;
}

ul.submenubar li a:link,
ul.submenubar li a:visited, 
ul.submenubar li a:active {
	font-family:  "Trebuchet MS", Helvetica, sans-serif;
	display:block;
	font-size:1em;
	font-weight:bold;
	color:#484340;
	text-align:center;
	text-transform:uppercase;
	padding:0px;
	
}

ul.submenubar li a:hover, 
ul.submenubar li a.on {
	color:#7F740A;
}

div.leftmenubar {
	background:url('gu_bg.gif') no-repeat top left #A29F36;
	padding-top:1px;
	margin:34px 0 25px 0;
}

div.leftmenubar div.bottbg {
	background:url('gd_bg.gif') no-repeat bottom left;
	height:6px;
}

div.leftmenubar h2 {
	font-size:0.9em;
	line-height:1.5em;
	padding:1px;
	color:#57533A;
	padding:15px 10px 0 15px;
}

* html div.leftmenubar h2 {
	padding-top:13px;
}

div.leftmenubar h3 {
	font-size:0.9em;
	line-height:1.3em;
	color:#fff;
	padding:0px 10px 0px 15px;
}

div.leftmenubar h2 a:link,
div.leftmenubar h2 a:active,
div.leftmenubar h2 a:visited,
div.leftmenubar h3 a:visited,
div.leftmenubar h3 a:active,
div.leftmenubar h3 a:link {
	text-transform:uppercase;
}

div.leftmenubar h2 a:link,
div.leftmenubar h2 a:active,
div.leftmenubar h2 a:visited {
	color:#57533A;
	font-weight:bold;
}

div.leftmenubar h2 a.on,
div.leftmenubar h2 a:hover,
div.leftmenubar h3 a:visited,
div.leftmenubar h3 a:active,
div.leftmenubar h3 a:link {	
	color:#fff;
}

div.leftmenubar h3 a:hover,
div.leftmenubar h3 a.on {
	line-height:1.3em;
	color:#57533A;
}

div.map {
	margin-bottom:20px;
}	

div.map h2 {
	margin:0 0 15px 15px;
}

div.leftnews  {
	color:#6F6F6F;
	background:url('gcd_bg.gif') no-repeat top left #E5E5E5;
	padding-top:5px;
	margin-bottom:20px;
}

div.leftnews div.bottbg  {
	background:url('greyd_bg.gif') no-repeat bottom left;
	height:3px;
}

div.leftnews h3  {
	margin:10px 10px 0 15px;
	font-size:1em;
	line-height:1.2em;
}

div.leftnews h3 span  {
	font-weight:bold;
}
	
div.leftnews h3 a  {
	font-weight:bold;
	color:#515435;
}

div.leftnews h3 a:hover  {
	color:#837F01;
}

div.leftnews p  {
	margin:0px 10px 0 15px;
}

/* calendar */
#date  {
	font-family:  "Trebuchet MS", Helvetica, sans-serif;
	background:url('gru_bg.gif') no-repeat top left #545430;
	height:190px;
	font-size:1.1em;
	padding-top:20px;
}

table.calendar {
	margin-left:12px;
	width:230px;
}

table.calendar caption {
	margin-left:12px;
	font-weight:bold;
	text-transform: uppercase;
	padding: 3px 0px 2px 0px;
	color:#F8F4F1;
}

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 {
	text-align:center;
	width:21px;
	border-bottom: 1px solid #7F7E60;
	color:#F8F4F1;
}

table.calendar td {
	text-align:center;
	color:#F8F4F1;
	border-bottom: 1px solid #636341;
}

table.calendar td a {
	color:#A29F36;
	font-weight:bold;
}

table.calendar img {
	margin-top:5px;
}

div.content {
	position:relative;
	margin-bottom:20px;
	padding-bottom:20px;
	min-height:480px;
}

* html div.content {
	height:480px;
}

div.content h4 {
	font-size:1.1em;
	line-height:1.1em;
	padding:1px;
	color:#57533A;
	margin: 0px 14px 4px 0px;
}

div.content h5 {
	font-size:1em;
	line-height:1em;
	color:#fff;
	margin: 0px 14px 4px 36px;
}

div.content h4 a:link,
div.content h4 a:active,
div.content h4 a:visited,
div.content h5 a:visited,
div.content h5 a:active,
div.content h5 a:link {
	font-weight:bold;
}

div.content h4 a:link,
div.content h4 a:active,
div.content h4 a:visited,
div.content h5 a:hover {
	color:#63582A !important;
}

div.content h4 a:hover {
	color:#837F01 !important;
}

div.content h5 a:visited,
div.content h5 a:active,
div.content h5 a:link {	
	color:#837F01;
}

div.content h3 {
	color:#A2B051;
}

div.content ul {
	padding-left:30px;
}

div.content p a:link,
div.content p a:visited,
div.content p a:active,
div.content p a:hover {
	color:#6B6B69;
}

div.content p a:hover {
	color:#837F01;
}

div.content p.date {
	float:left;
	margin:0;
}

div.content p.docs {
	margin:0;
	margin-top:15px;
}

div.img {
	clear:left;
	float:left;
	margin:0 15px 5px 0px;
}

div.big {
	width:240px;;
	height:232px;
	margin-bottom:20px;
}

* html div.content div.big {
	margin-bottom: 5px;
}

div.big img {
	border:7px solid #A39E38;
}

div.content div.none {
	margin:0 0 1px 0 !important;
}

div.content div.images {
	float:left;
	margin-left: 8px;
	margin-bottom: 8px;
	width:53px;
	height:47px;
}

* html div.content div.images {
	margin-left: 6px;
	margin-bottom: 6px;
}

div.content div.images img {
	border:1px solid #91907B;
}

div.content div.gallist {
	padding-left:12px;
}

div.content div.gallist div.images img {
	border:1px solid #8C8E76;
}

div.galcateg {
	float:left;
	width:220px;
	height:50px;
}

div.galcateg h3 {
	font-size:1em;
	line-height:1em;
}

div.galcateg div.catimg {
	padding-right:12px;
	float:left;
}

div.galcateg div.catimg img {
	border:1px solid #8F8F77;
}

div.galcateg p {
	padding:0 0 0px 12px;
}

div.galcateg h3 a:link,
div.galcateg h3 a:visited,
div.galcateg h3 a:active {
	font-weight:bold;
	color:#515435;
}

div.galcateg h3 a:hover {
	color:#837F01;
}

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.news {
	padding-bottom:6px;
	margin-bottom:6px;
	border-bottom:2px dotted #ddd;
	height:auto;
	overflow:hidden;
}

div.bbnone {
	border-bottom:none;
}

div.news h2 {
	margin-bottom:15px;
}

div.news h3 {
	margin:0px;
	font-size:1em;
	line-height:1em;
}

div.news div.img {
	margin-right:15px;
	float:left;
}

div.news div.img img {
	border:1px solid #8C8F74;
}

div.news h3 a:link,
div.news h3 a:visited,
div.news h3 a:active {
	font-weight:bold;
	color:#55532D;
}

div.news h3 a:hover {
	color:#837F01;
}

div.list {
	padding-top:0px;
	background:none;
	height:auto;
}

div.list p {
	margin:0px;
}

#images {
	position:relative;
	width:310px;
	height:180px;
}

#images a {
	position:absolute;
}

div.first div.img img {
	border:7px solid #A0A338;
}

div.first h2 {
	margin-bottom:15px;
}

.pagesbar{
	width:100%;
	clear:both;
	padding:10px 0;
}

.fwd{
	float:right;
	padding-right:12px;
}

.bwd{
	float:left;
	padding-left:12px;
}

#footer div.flbg {
	background:url('sm_left.gif') no-repeat top left;
	height:6px;
}

#footer div.frbg {
	background:url('sm_right.gif') no-repeat top right;
	height:6px;
	width:6px;
	float:right;
}

#footer ul {
	color:#666841;
	float:left;
	padding:10px 0 20px 9px;
	list-style-type:none;
}

#footer  ul li {
	float:left;
}

#footer ul li a:link,
#footer ul li a:visited, 
#footer ul li a:active {
	margin-left:8px;
	display:inline-block;
	color:#666841;
	text-transform:uppercase;
}

#footer ul li a:hover,
#footer a:hover {
	color:#837F01;
}

#footer p {
	clear:left;
	color:#666841;
	text-transform:uppercase;
	padding:0px 0 5px 15px;
}

#footer a {
	text-transform:uppercase;
	color:#545430;
}

div.pagelist {
	text-align:center !important;
	margin-bottom:5px;
}

div.pagelist a:link,
div.pagelist a:visited,
div.pagelist a:active {
	font-size:1em;
}

div.pagelist a:hover {
 	color:#837F01;
}

div.pagelist span {
	padding:0px !important;
	background:none !important;
	color:#837F01;
}

/* fonts & print */
div.fonts {
	margin-top:15px;
	text-align:right !important;
}

div.fonts a.font:link,
div.fonts a.font:visited,
div.fonts a.font:active {
	text-transform:uppercase;
}

div.fonts a.font:hover {
	color:#837F01;
}

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-bottom:5px;
	}

div.path a:link, 
div.path a:visited, 
div.path a:active, 
div.path a:hover {
	color:#6B6B69;
	}
	
div.path a:hover,
div.path a.on {
	color:#837F01;
	}	

/*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:#A29F36;
}

.loading {
	background:URL('trobber.gif') no-repeat center;
	height:16px;
}

form.email {
	width:300px;
}

form.email h2 {
	margin-bottom:15px;
}

form.email input,
form.email textarea {
	border:1px solid #D3D3D3;
	width:300px;
}

form.email button {
	margin-top:5px;
	float:right;
	background:#fff;
	text-decoration:none;
	border:1px solid #D3D3D3;
}



