/* S:BASICS */
*{
	margin: 0;
	padding: 0;
	border: 0;
	color: #000;
}
h1#page-title {
	display:none;
}
	* html .addClear{
		height: 1%;
	}
	div.addClear,
	ul.addClear{
		clear: both;
	}
	div.addClear:after,
	ul.addClear:after{
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	br{
		font: normal 8pt Tahoma, Arial, Helvetica, Verdana, sans-serif;
		line-height: 10px;;
	}
    h1{
		font-size: 1.60em;
		line-height: 1.55em;
	}
    h2{
		font-size: 1.45em;
		line-height: 1.40em;
	}
    h3{
		font-size: 1.30em;
		line-height: 1.25em;
	}
    h4{
		font-size: 1.15em;
		line-height: 1.10em;
	}
    h5{
		font-size: 1em;
		line-height: 0.95em;
	}
    h6{
		font-size: 0.85em;
		line-height: 0.80em;
	}
    h1,
	h2,
	h3,
	h4,
	h5,
	h6{
		text-align: left;
		font-weight: bold;
	}
/* E:BASICS */

body{
	margin: 0 auto;
	position: relative;
	color: #000;
	background-color: #FFF;
	text-align: center;
	font-size:8pt;
}
html, body, #wrapper {
	min-height: 100%;
	width: 100%;
	height: 100%;
}
html>body, html>body #wrapper {
	height: 100%;
}
#wrapper{
	margin: 0 auto;
	position: relative;
	width: 992px;
	text-align: center;
	background: #FFF;
}
#header{
	margin: 0 auto;
	position: relative;
	width: 992px;
	height: 133px;
	text-align: left;
	background:url('../images/header-bg.jpg') no-repeat left 4px;
}
#logo{
	position: absolute;
	width: 98px;
	height: 114px;
	top: 5px;
	left: 53px;
	overflow: hidden;
}
#logo a, #logo a:link{
	position: relative;
	display: block;
	width: 98px;
	height: 114px;
	text-indent: -999px;
	overflow: hidden;
}
#gadgets{
	position: absolute;
	width: 161px;
	height: 133px;
	top: 0;
	right: 38px;
	text-align: center;
	color: #5A7488;
}
/* S:HMM */
ul#access-links{
	margin: 84px 31px 0;
	position: relative;
	list-style: none;
	width: 99px;
	height: 10px;
	overflow: hidden;
}
ul#access-links li{
	position: relative;
	float: left;
	padding: 0 11px;
	height: 10px;
	white-space: nowrap;
	text-align: left;
}
ul#access-links a,
ul#access-links a:link,
ul#access-links a:hover,
ul#access-links a:active,
ul#access-links a:visited{
	display: block;
	width: 11px;
	height: 10px;
	text-indent: -999px;
}
ul#access-links li.home a{
	background: transparent URL('../images/quickmenu-home.gif') center top no-repeat;
}
ul#access-links li.mail a{
	background: transparent URL('../images/quickmenu-mail.gif') center 1px no-repeat;
}
#access-links li.map a{
	background: transparent URL('../images/quickmenu-map.gif') center top no-repeat;
}
/* E:HMM */
/* S:LANG */
ul#language-switcher{
	margin-top: 10px;
	position: relative;
	list-style: none;
	width: 154px;
	height: 16px;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin: 10px auto 0;
}
ul#language-switcher li{
	float: left;
	padding: 0 5px;
	_width: 20px;
	height: 16px;
	white-space: nowrap;
	voice-family: "\"}\"";
	voice-family: inherit;
	min-width: 20px;
}
ul#language-switcher a,
ul#language-switcher a:link,
ul#language-switcher a:visited{
	display: block;
	height: 16px;
	text-decoration: none;
	color: #B96A0A;
}
ul#language-switcher a:hover,
ul#language-switcher a:active{
	display: block;
	height: 16px;
	text-decoration: none;
	color: #fff;
}
ul#language-switcher a.selected:link,
ul#language-switcher a.selected:visited{
	text-decoration: none;
	color: #fff;
}
ul#language-switcher a.selected:hover,
ul#language-switcher a.selected:active{
	display: block;
	height: 16px;
	text-decoration: none;
	color: #BD3939;
}
/* E:LANG */
#navigation{
	width: 992px;
	height: 50px;
	background: #6D8699 URL('../images/navigation-background.gif') left top repeat-x;
}
ul#main-navigation{
	position: relative;
	list-style: none;
	_width: 992px;
	height: 50px;
	padding: 0 24px;
	background: transparent URL('../images/main-navigation-background.gif') left top no-repeat;
	overflow: hidden;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 944px;

}
ul#main-navigation li{
	float: left;
	padding: 0 20px;
	height: 50px;
	background: transparent URL('../images/main-navigation-separator.gif') left center no-repeat;
}
ul#main-navigation li.first{
	background: none;
}
ul#main-navigation a,
ul#main-navigation a:link,
ul#main-navigation a:visited{
	display: block;
	padding: 15px 0;
	text-decoration: none;
	color: #FFF;
	font: bold 13pt Arial, Helvetica, Verdana, sans-serif;
	text-transform: uppercase;
	line-height: 14pt;
}
ul#main-navigation a:hover,
ul#main-navigation a:active{
	display: block;
	padding: 15px 0;
	text-decoration: none;
	color: #F9C400;
}
ul#main-navigation a.selected:link,
ul#main-navigation a.selected:visited{
	color: #F9C400;
}
ul#main-navigation a.selected:hover,
ul#main-navigation a.selected:active{
	color: #F9C400;
}
#content-wrapper{
	margin: 3px auto 0;
	width: 992px;
	_height: 200px;
	background: #FFF URL('../images/content-start-line.gif') 216px top repeat-y;
	voice-family: "\"}\"";
	voice-family: inherit;
	min-height: 200px;
}
/* S:INNER CONTENT*/
#left-column{
	display:inline;
	position: relative;
	width: 216px;
	_height: 291px;
	float: left;
	text-align: left;
	z-index: 50;
	voice-family: "\"}\"";
	voice-family: inherit;
	min-height: 290px;
}
#sideImage{
	position: relative;
	width: 210px;
	height: 146px;
	padding: 5px 0 0 6px;
	background: #ECEDF0 URL('../images/side-menu-corner.gif') left top no-repeat;
}
#sideImage img{
	width: 210px;
	height: 146px;
}
#sideImage div.mask{
	position: absolute;
	width: 210px;
	height: 146px;
	left: 6px;
	top: 5px;
	_background: transparent URL('../images/side-image-corners.gif') left top no-repeat;
	voice-family: "\"}\"";
	voice-family: inherit;
	background-image: URL('../images/side-image-corners.png') !important;
	background-image: URL('../images/side-image-corners.gif');
}
div.side-item-title{
	position: relative;
	width: 216px;
	height: 41px;
}
#archive{
	position: relative;
	width: 216px;
	height: 185px;
	background: #ECEDF0 URL('../images/top-corners-line.gif') left top no-repeat;
}
#archive h2{
	background: transparent URL('../images/box-title-bg.gif') 13px 15px no-repeat;
	padding:18px 0 0 25px;
	overflow: hidden;
	height: 22px;
	font-size:11px;
	text-transform:uppercase;
	color:#5D778A;
}
#year,
#month {
	position: relative;
	margin: 12px 0 0 18px;
	width: 181px;
	height: 23px;
	overflow: hidden;
}
#year div,
#month div{
	position: relative;
	margin: 0 15px;
	line-height: 1em;
	padding: 7px 10px 6px;
	background: #FFF;
	color: #A12323;
	text-align: center;
}
#prev-year,
#prev-month {
	position: absolute;
	display: block;
	width: 31px;
	height: 23px;
	top: 0;
	left: 0;
	overflow: hidden;
	background: transparent URL('../images/button-prev.gif') center center no-repeat;
}
#next-year,
#next-month {
	position: absolute;
	display: block;
	width: 31px;
	height: 23px;
	top: 0;
	right: 0;
	overflow: hidden;
	background: transparent URL('../images/button-next.gif') center center no-repeat;
}
#prev-year,
#next-year,
#prev-month,
#next-month,
#prev-year:link,
#next-year:link,
#prev-month:link,
#next-month:link,
#prev-year:visited,
#next-year:visited,
#prev-month:visited,
#next-month:visited{
	display: block;
	width: 31px;
	height: 23px;
	overflow: hidden;
	text-indent: -999px;
}
#prev-year:hover,
#prev-year:active,
#prev-month:hover,
#prev-month:active{
	background: transparent URL('../images/button-prev-active.gif') center center no-repeat;
}
#next-year:hover,
#next-year:active,
#next-month:hover,
#next-month:active{
	background: transparent URL('../images/button-next-active.gif') center center no-repeat;
}
#month {
	height:auto;
}
div.button-ok{
	position: relative;
	margin: 14px 0 0 18px;
	width: 51px;
	height: 23px;
}
div.button-ok a,
div.button-ok a:link,
div.button-ok a:visited{
	display: block;
	width: 51px;
	height: 23px;
	overflow: hidden;
	text-indent: -999px;
	background: transparent URL('../images/button-ok.gif') center center no-repeat;
}
div.button-ok a:hover,
div.button-ok a:active{
	background: transparent URL('../images/button-ok-active.gif') center center no-repeat;
}
#search{
	position: relative;
	width: 216px;
	height: 115px;
	background: #ECEDF0 URL('../images/top-corners-line.gif') left top no-repeat;
}
/*#search h2{
	margin-bottom:10px;
	background: transparent URL('../images/search-title.gif') 13px 15px no-repeat;
  text-indent: -999px;
	overflow: hidden;
	height: 40px;
}*/
#search div,
#maillist div {
	margin:0 10px 12px;
}
#maillist p.info,
#maillist p.error {
	margin:-11px 15px 0;
}
#search div label,
#maillist div label {
	display:none;
}
#search div input,
#maillist div input {
	width:181px;height;
	padding:5px 5px 5px;
	border-width:0;
	background:url('../images/input_bg.gif') no-repeat;
}
#search div.submit {
	margin-bottom:0;
}
#search div.submit input,
#maillist div.submit input {
	width:51px;height:23px;
	background:url('../images/button-ok.gif') no-repeat;
	text-indent:-999px;
	cursor:pointer;
}
#search div.submit input:hover,
#maillist div.submit input:hover {
	background:url('../images/button-ok-active.gif') no-repeat;
}
#maillist{
	position: relative;
	width: 216px;
	height: 118px;
	background: #ECEDF0 URL('../images/top-corners-line.gif') left top no-repeat;
}
/*#maillist h2{
	margin-bottom:10px;
	background: transparent URL('../images/notifier-title.gif') 13px 15px no-repeat;
  text-indent: -999px;
	overflow: hidden;
	height: 40px;
}*/
/*#email{
	position: relative;
	margin: 7px 0 0 18px;
	width: 191px;
	height: 23px;
}
#email input{
	position: relative;
	border: none;
	background: transparent URL('../images/input-background.gif') left top repeat-x;
	width: 181px;
	height: 23px;
	margin-left: 5px;
	line-height: 1em;
	float: left;
}
#email input{
    background:#C00;
    #
}
span.input-left-side{
	display: block;
	position: absolute;
	width: 5px;
	height: 23px;
	top: 0;
	left: 0;
	background: transparent URL('../images/input-left-side.gif') left top repeat-x;
	float: left;
}
span.input-right-side{
	display: block;
	position: absolute;
	width: 5px;
	height: 23px;
	top: 0;
	right: 0;
	background: transparent URL('../images/input-right-side.gif') left top repeat-x;
	float: left;
}   */
#left-column-footer{
	width: 216px;
	height: 12px;
	background: #FFF URL('../images/left-column-footer.gif') left top no-repeat;
	overflow: hidden;
}
#content-column{
	position: relative;
	width: 776px;
	_height: 280px;
	float: left;
	z-index: 10;
	text-align: left;
	voice-family: "\"}\"";
	voice-family: inherit;
	min-height: 280px;
}
#top-advertisement{
	display:block;
	position: relative;
	width: 776px;
	height: 102px;
	background: #ECEDF0 URL('../images/.gif') right top no-repeat;
	overflow: hidden;
}
#large-banner{
	position: relative;
	width: 522px;
	_height: 91px;
	padding: 5px 9px 6px 12px;
	float: left;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 80px;
}
#small-banner{
	position: relative;
	width: 224px;
	_height: 91px;
	padding: 5px 0 6px;
	float: left;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 80px;
}
#content-handler{
	position: relative;
	width: 543px;
	_height: 100px;
	float: left;
	background: transparent URL('../images/content-top-corner.gif') 12px top no-repeat;
	voice-family: "\"}\"";
	voice-family: inherit;
	min-height: 100px;
}
/* FONT SIZE SWITCHER */
#font-size-menu{
	position: absolute;
	width: 200px;
	height: 50px;
	top: 0;
	right: 9px;
}
ul#font-size-switcher{
	position: absolute;
	list-style: none;
	width: 90px;
	height: 24px;
	top: 8px;
	right: 15px;
}
ul#font-size-switcher li{
	float: right;
	padding: 0 0 0 5px;
	height: 24px
}
ul#font-size-switcher a,
ul#font-size-switcher a:link,
ul#font-size-switcher a:visited{
	display: block;
	width: 25px;
	height: 24px;
	text-indent: -999px;
	voice-family: "\"}\"";
	voice-family: inherit;
	overflow: hidden;
}
ul#font-size-switcher a.size1{
	background: transparent URL('../images/font-size1.gif') 0 0 no-repeat;
}
ul#font-size-switcher a.size2{
	background: transparent URL('../images/font-size2.gif') 0 0 no-repeat;
}
ul#font-size-switcher a.size3{
	background: transparent URL('../images/font-size3.gif') 0 0 no-repeat;
}
ul#font-size-switcher a.size1selected{
	background: transparent URL('../images/font-size1-selected.gif') 0 0 no-repeat;
}
ul#font-size-switcher a.size2selected{
	background: transparent URL('../images/font-size2-selected.gif') 0 0 no-repeat;
}
ul#font-size-switcher a.size3selected{
	background: transparent URL('../images/font-size3-selected.gif') 0 0 no-repeat;
}
#font-size-menu div.description{
	position: absolute;
	bottom: 0;
	right: 17px;
	height: 1em;
	font: 8pt "Trebuchet MS", Tahoma, Arial, Helvetica, Verdana, sans-serif;
	color: #5A7488;
}
/* E:FONT SIZE SWITCHER */
#content-header{
	position: relative;
	width: auto;
	height: 53px;
	background: transparent URL('../images/content-header-corner.gif') right top no-repeat;
	overflow: hidden;
}
#content{
	position: relative;
	_height: 100px;
	margin: 0 9px 12px 12px;
	padding: 0 22px 22px;
	voice-family: "\"}\"";
	voice-family: inherit;
	min-height: 100px;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6{
	color: #597286;
}
#content div.news-entry{
	padding: 0 0 10px;
}
#content p{
	padding: 0 0 10px;
}
#content p.date{
	color: #597286;
	padding: 0;
}
#right-column{
	position: relative;
	width: 200px;
	/*height: 10px;*/
	float: left;
}
#local-stuff{
	position: relative;
	width: 233px;
	_height: 10px;
	background: #ECEDF0;
	voice-family: "\"}\"";
	voice-family: inherit;
	min-height: 10px;
}
div.stuff-item{
	position: relative;
}
#external-stuff{
	position: relative;
	width: 233px;
	_height: 20px;
	padding: 13px 0 1px;
	background: #ECEDF0 URL('../images/right-corners-line.gif') right top no-repeat;
	voice-family: "\"}\"";
	voice-family: inherit;
	min-height: 20px;
}
div.links{
	margin-bottom:10px;
	padding:9px 0 1px;
	background: #ECEDF0 URL('../images/right-corners-line.gif') right top no-repeat;
}
div.links h2 {
	background: transparent URL('../images/box-title-bg.gif') 13px 15px no-repeat;
	margin-bottom:10px;
	padding:18px 0 0 25px;
	overflow: hidden;
	height: 22px;
	font-size:11px;
	text-transform:uppercase;
	color:#5D778A;
}
div.links ul {
	margin-left:18px;
	list-style:none;
}
div.links ul li {
	position:relative;
	margin-bottom:3px;
	padding-left:8px;
	padding-right:8px;
	background:url('../images/bullet.gif') no-repeat left 6px;
}
div.links ul li a{
	color:#326B94;
}
div.links ul li a:hover {
	text-decoration:none;
}
div.side-banner{
	position: relative;
	width: 224px;
	/*height: 91px;*/
	background: #FFF;
	margin: 5px 0 0;
}
div.side-banner img {
	width:224px;
	position:relative;
	right:0px;
	padding:0;
	margin:0;
	display:block;
}
#left-column div.side-banner {
	width:auto;
	margin:0;
	padding-top:15px;
	padding-bottom:2px;
	padding-left:5px;
	background:#ECEDF0 url('../images/top-corners-line.gif') no-repeat left top;
}
#left-column div.side-banner img {
	display:block;
	margin:0 auto;
	width:200px;
}
#right-column-footer{
	width: 233px;
	height: 13px;
	background: #FFF URL('../images/right-column-footer.gif') right top no-repeat;
	overflow: hidden;
}
/* E:INNER CONTENT*/
#content-footer{
	position: relative;
	width: 992px;
	height: 20px;
	left: 0;
	bottom: 0;
	background: transparent URL('../images/content-start-footer-background.gif') 216px top no-repeat;
}
#footer{
	position: relative;
	width: 992px;
	_height: 108px;
	_margin-bottom: 30px;
	voice-family: "\"}\"";
	voice-family: inherit;
	min-height: 108px;
	margin-bottom: 0px;
	padding-bottom: 30px;
}
#footer div{
	position: absolute;
	_width: 543px;
	_height: 108px;
	top: 0;
	left: 216px;
	text-align: left;
	padding: 15px 22px;
	color: #5D778A;
	background: #ECEDF0 URL('../images/footer-corners.gif') center bottom no-repeat;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 499px;
	_height: 78px;
	min-height: 78px;
}
#footer h5{
	color: #5D778A;
}
#footer a,
#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active{
	text-decoration: none;
	color: #A62929;
}