

html{
	font-size:100.01%;
}

body {
	margin:0;
	color:#666;
	font-size:64%;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #fff;
}
form {
	margin:0;
	padding:0;
}
#main {
	margin:0 0 0 30px;
	width:1188px;
	clear:both;

}
#container {
	float:left;
	width:988px;
}
#container .container-bottom {
	display:block;
	clear:both;
	width:988px;
	height:41px;
	font-size:0;
	line-height:0;
	text-indent:-9999px;
	background:url(/images_gui/content-bottom.png?rnd=44F7DD051AE2D5BDCA585033A7F1F59D) no-repeat;
}



H1, H2, H3, H4, H5, H6 {
	color: #777;
}


/* *******************************************************************************************
 *         Generic links                                                                     *
 ******************************************************************************************* */

A IMG {
	border: 0;
}

A:link,
A:visited {
	color: #666;
	text-decoration: underline;
}
A:active,
A:hover {
	color: #f60;
	text-decoration: underline;
}
H1 A:link,
H2 A:link,
H3 A:link,
H4 A:link,
H5 A:link,
H6 A:link,
H1 A:visited,
H2 A:visited,
H3 A:visited,
H4 A:visited,
H5 A:visited,
H6 A:visited {
	color: inherit !important;
	text-decoration: none;
}
H1 A:hover,
H2 A:hover,
H3 A:hover,
H4 A:hover,
H5 A:hover,
H6 A:hover,
H1 A:active,
H2 A:active,
H3 A:active,
H4 A:active,
H5 A:active,
H6 A:active {
	color: #f60 !important;
	text-decoration: underline;
}
/*
.autolisting .text A:link,
.autolisting .text A:visited {
	color: #666;
	text-decoration: none;
}
.autolisting .text A:active,
.autolisting .text A:hover {
	color: #f60;
	text-decoration: underline;
}
*/

/* *******************************************************************************************
 *         header                                                                            *
 ******************************************************************************************* */

#header {
	clear:both;
	width:948px;
	padding:0 20px;
	height:96px;
	background:url(/images_gui/header-bg.jpg?rnd=44F7DD051AE2D5BDCA585033A7F1F59D) no-repeat;
}
#header .logo {
	float:left;
	margin:12px 0 0 19px;
	display:inline;
}
#header .logo a {
	display:block;
	text-indent:-9999px;
	background-repeat: no-repeat;
}
#header .menu-box {
	float:right;
	width:810px;
}
#header .menu-box .top-nav {
	clear:both;
	width:100%;
	height:15px;
	padding:8px 0 0;
}
#header .menu-box .top-nav ul {
	float:right;
	margin:0;
	padding:0;
}
#header .menu-box .top-nav ul li {
	float:left;
	padding:0 11px 0 12px;
	list-style:none;
	font:10px/14px Verdana, Arial, Helvetica, sans-serif;
	background:url(/images_gui/h-separator.gif?rnd=44F7DD051AE2D5BDCA585033A7F1F59D) no-repeat 0 60%;
}
#header .menu-box .top-nav ul li:first-child {background:none;}
#header .menu-box .top-nav ul li a {
	color:#666;
	text-decoration:none;
}
#header .menu-box .top-nav ul li a:hover {text-decoration:underline;}
#header .menu-box .top-nav ul li.flag-en {
	background:none;
	padding:0;
}
#header .menu-box .top-nav ul li.flag-en a {
	float:left;
	margin:3px 0 0;
	width:16px;
	height:11px;
	text-indent:-9999px;
	background:url(/images_gui/flag.gif) no-repeat;
}
#header .menu-box .tab-holder {
	clear:both;
	padding:3px 15px 0 0;
	background: url(/images_gui/tab-holder-bg.gif?rnd=44F7DD051AE2D5BDCA585033A7F1F59D) no-repeat 100% 100%;
}
* html #header .menu-box .tab-holder {height:1%;}
#header .menu-box .tab-holder ul {
	float:right;
	margin:0;
	padding:0 0 0 10px;
	background: url(/images_gui/tab-holder-bg-l.gif?rnd=44F7DD051AE2D5BDCA585033A7F1F59D) no-repeat 0 100%;
}
#header .menu-box .tab-holder ul li {
	float:left;
	list-style:none;
	font-size:14px;
	line-height:19px;
	font-weight:bold;
}
#header .menu-box .tab-holder ul li a {
	float:left;
	color:#00475b;
	text-decoration:none;
	background: url(/images_gui/tab-l.gif?rnd=44F7DD051AE2D5BDCA585033A7F1F59D) no-repeat;
}
#header .menu-box .tab-holder ul li a span {
	float:left;
	padding:36px 18px 0;
	height:34px;
	cursor:pointer;
	background: url(/images_gui/tab-r.gif?rnd=44F7DD051AE2D5BDCA585033A7F1F59D) no-repeat 100% 0;
}
#header .menu-box .tab-holder ul li a.active,
#header .menu-box .tab-holder ul li a:hover {
	color:#f90;
	background: url(/images_gui/tab-hover-l.gif?rnd=44F7DD051AE2D5BDCA585033A7F1F59D) no-repeat;
	position:relative;
}
#header .menu-box .tab-holder ul li a.active span,
#header .menu-box .tab-holder ul li a:hover span {
	padding:28px 18px 0;
	height:42px;
	background: url(/images_gui/tab-hover-r.gif?rnd=44F7DD051AE2D5BDCA585033A7F1F59D) no-repeat 100% 0;
}


/* *******************************************************************************************
 *         content                                                                           *
 ******************************************************************************************* */

#content {
	clear:both;
	width:948px;
	padding:0 20px 30px;

	background:url(/images_gui/content-bg.png?rnd=44F7DD051AE2D5BDCA585033A7F1F59D) repeat-y;
}


/* *******************************************************************************************
 *         flashHolder                                                                       *
 ******************************************************************************************* */

#flashHolder {
	width: 914px;
	margin: 0 0 0 17px;
	border-top: 1px solid #ccc;
}

#flashHolder #flashTop {
	width: 914px;
	height: 221px;
}
#flashHolder #flashBottom {
}
#flashHolder #flashLabel {
	width: 914px;
	height: 17px;
}

#flashHolder #flashLabel A {
	display: block;
	margin: 0 auto;
	width: 220px;
	height: 17px;
	color: #fff;
	font-size: 10px;
	line-height: 17px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: url(/images_gui/flash-label.gif) no-repeat;
}
#flashHolder #flashLabel A:hover {
	text-decoration: underline;
}


/* *******************************************************************************************
 *         inner-flash-holder                                                                *
 ******************************************************************************************* */

.inner-flash-holder {
	clear:both;

	width:915px;
	margin:0 0 0 17px;
}
.inner-flash-holder .flash {
	clear:both;

	width:100%;
	margin:0 0 -1px;
	position:relative;
}
.inner-flash-holder .flash img {
	display:block;
	margin:0;
	border:none;
}
.inner-flash-holder .label {
	clear:both;

	width:100%;
	border-top:1px solid #ccc;
}
.inner-flash-holder .label a {
	display:block;
	margin:0 auto;
	width:220px;
	height:17px;
	color:#fff;
	font-size:10px;
	line-height:17px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	background:url(/images_gui/flash-label.gif) no-repeat;
}


/* *******************************************************************************************
 *         info-block                                                                        *
 ******************************************************************************************* */

.info-block {
	float:left;
	width:683px;
	padding:16px 0 0;
	margin:0 0 0 17px;
	display:inline;
}
.info-block h2 {
	clear:both;
	margin:0 0 0 6px;
	padding:0 0 4px;
	font-size:110%;
	line-height:130%;
}

.big-box {
	clear:both;
	width:683px;
	margin:0 0 10px;
	background:url(/images_gui/big-box-bg.gif) repeat-y;
}
.big-box .big-box-top {
	clear:both;

	width:683px;
	background:url(/images_gui/big-box-top.gif) no-repeat;
}
.big-box .big-box-bottom {
	clear:both;

	width:683px;
	padding:10px 0;
	position:relative;
	background:url(/images_gui/big-box-bottom.gif) no-repeat 0 100%;
}
.big-box .img {
	float:left;
	width:260px;
}
.big-box .img img {
	display:block;
	margin:6px auto 0;
	border:none;
}
.big-box .txt {
	float:right;
	width:400px;
	padding:0 0 40px;
}
.big-box .box_content {
	padding: 0 10px;
}
.big-box .txt h3 {
	clear:both;
	width:367px;

	margin:3px 0 0;
	font-size:240%;
	line-height:120%;
	font-weight:normal;
}
.big-box .txt .text {
	clear:both;

	margin:6px 0 0;
	padding:0 0 6px;
	width:370px;
	color:#666;
	font:110%/120% Verdana, Arial, Helvetica, sans-serif;
}
.big-box .txt .text a {
	color:#666;
	text-decoration:none;
}
.big-box .txt .text a:hover {text-decoration:underline;}
.big-box .txt .bottom-txt {
	clear:both;

	position:absolute;
	top:100%;
	z-index:567;
	margin:-40px 0 0;
	width:400px;
}
.big-box .txt .bottom-txt a {
	color:#666;
	font:italic 110%/130% Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.big-box .txt .bottom-txt a:hover {text-decoration:underline;}
.big-box .txt .bottom-txt a.lnk-01 {
	float:left;
	margin:12px 0 0;
}
.big-box .txt .bottom-txt a.lnk-02 {
	float:right;
	padding:12px 42px 7px 0;
	margin:0 6px 0 0;
	display:inline;
	background:url(/images_gui/ico-01.gif) no-repeat 100% 0;
}

.lnk-holder{
	clear: both;
	width: 100%;
	margin: 10px 5px 0 0;
}
.lnk-holder-top {
	float: right;
	margin: 0;
	padding: 0 5px 0 5px;
}

.lnk-holder a {
	float: right;
	color: #666;
	font: bold 100%/130% Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.lnk-holder-top a {
	color: #666;
	font: bold 100%/130% Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.lnk-holder a:hover,
.lnk-holder-top a:hover {
	text-decoration: underline;
}


/* *******************************************************************************************
 *         info-column                                                                       *
 ******************************************************************************************* */

.info-column {
	float:right;
	width:217px;
	padding:16px 0 0;
	margin:0 19px 0 0;
	display:inline;
}
.info-column h3 {
	clear:both;
	margin:0;

	padding:0 0 4px 6px;
	font-size:110%;
	line-height:130%;
}

/* small box */

.small-box {
	clear:both;

	width:217px;
	margin:0 0 16px;
	background:url(/images_gui/small-box-bg.gif) repeat-y;
}
.small-box .small-box-top {
	clear:both;

	width:100%;
	background:url(/images_gui/small-box-top.gif) no-repeat;
}
.small-box .small-box-bottom {
	clear:both;

	padding:8px 10px;
	width:197px;
	background:url(/images_gui/small-box-bottom.gif) no-repeat 0 100%;
}
.small-box .text span {
	display:block;
	clear:both;

	width:100%;
	color:#666;
	font:100%/120% Verdana, Arial, Helvetica, sans-serif;
}
.small-box .text {
	clear:both;

	margin:0;
	padding:0;
	width:100%;
	color:#666;
	font:100%/110% Verdana, Arial, Helvetica, sans-serif;
}
.small-box .text a {
	color:#666;
	text-decoration:none;
}
.small-box .text a:hover {text-decoration:underline;}
.small-box ul {
	clear:both;

	margin:10px 0 0;
	padding:0 0 20px;
	width:100%;
}
.small-box ul li {
	float:left;
	width:100%;
	margin:12px 0 0;
	list-style:none;
}
.small-box ul li a {
	color:#666;
	font:bold 100%/120% Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.small-box ul li a:hover {text-decoration:underline;}
.small-box .inf {
	float:left;
	width:110px;
}
.small-box .inf p {padding:0;}
.small-box a.more {
	float:right;
	margin: 5px 3px 0 0;
	display:inline;
	color:#666;
	text-decoration:none;
	font:bold 100%/130% Verdana, Arial, Helvetica, sans-serif;
}
.small-box a.more:hover {text-decoration:underline;}
/*.small-box img.illustration {
	float:right;
	margin:0;
	border:none;
}*/
.small-box h4 {
	clear:both;
	width:100%;
	margin:10px 0 0;
	padding: 0 0 14px 0;
	text-align:left;
	font-size:140%;
	line-height:120%;
}
.small-box h5 {
	clear:both;

	margin:0;
	padding-bottom: 8px;
	font-size:110%;
	line-height:120%;
}
/*.small-box img {
	display:block;
	margin:14px auto;
	border:none;
}*/

.td_text {
	vertical-align: top;
}
.td_img {
	vertical-align: top;
	padding-left: 10px;
}
.small-box .text_centered {
	padding-top: 5px;
	text-align: center;
}

/* medium box */

.medium-box {
	clear:both;
	width:334px;
	margin:0 0 16px;
	background:url(/images_gui/medium-box-bg.gif) repeat-y;
}
.medium-box .medium-box-top {
	clear:both;
	width:100%;
	background:url(/images_gui/medium-box-top.gif) no-repeat;
}
.medium-box .medium-box-bottom {
	clear:both;
	padding:8px 10px;
	width:314px;
	background:url(/images_gui/medium-box-bottom.gif) no-repeat 0 100%;
}
.medium-box .text span {
	display:block;
	clear:both;
	width:100%;
	color:#666;
	font:100%/120% Verdana, Arial, Helvetica, sans-serif;
}
.medium-box .text {
	clear:both;
	margin:0;
	padding:0;
	width:100%;
	color:#666;
	font:100%/110% Verdana, Arial, Helvetica, sans-serif;
}
.medium-box .text a {
	color:#666;
	text-decoration:none;
}
.medium-box .text a:hover {text-decoration:underline;}
.medium-box ul {
	clear:both;

	margin:10px 0 0;
	padding:0 0 20px;
	width:100%;
}
.medium-box ul li {
	float:left;
	width:100%;
	margin:12px 0 0;
	list-style:none;
}
.medium-box ul li a {
	color:#666;
	font:bold 100%/120% Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.medium-box ul li a:hover {text-decoration:underline;}
.medium-box .inf {
	float:left;
	width:110px;
}
.medium-box .inf p {padding:0;}
.medium-box a.more {
	float:right;
	margin: 5px 3px 0 0;
	display:inline;
	color:#666;
	text-decoration:none;
	font:bold 100%/130% Verdana, Arial, Helvetica, sans-serif;
}
.medium-box a.more:hover {text-decoration:underline;}
/*.medium-box img.illustration {
	float:right;
	margin:0;
	border:none;
}*/
.medium-box h4 {
	clear:both;
	width:100%;
	margin:10px 0 0;
	padding: 0 0 14px 0;
	text-align:left;
	font-size:140%;
	line-height:120%;
}
.medium-box h5 {
	clear:both;
	margin:0;
	padding-bottom: 8px;
	font-size:110%;
	line-height:120%;
}

/* teaser box */

.teaser-box {
	clear: both;
	overflow: hidden;
	width: 207px;
	margin: 0 0 16px 0;
	background:url(/images_gui/teaser-box-bg.gif) repeat-y;
}
.teaser-box .teaser-box-top {
	clear: both;
	overflow: hidden;
	width: 100%;
	background: url(/images_gui/teaser-box-top.gif) no-repeat;
}
.teaser-box .teaser-box-bottom {
	clear: both;
	overflow: hidden;
	padding: 10px 12px;
	background:url(/images_gui/teaser-box-bottom.gif) no-repeat 0 100%;
}
.teaser-box h4 {
	clear:both;

	margin:0;
	padding: 0 0 8px 0;
	font-size:110%;
	line-height:120%;
	font-weight: bold;
}
.teaser-box .text {
	color: #666;
	font: 100%/110% Verdana, Arial, Helvetica, sans-serif;
}


/* *******************************************************************************************
 *         left menu                                                                         *
 ******************************************************************************************* */

#leftmenu {
	float: left;
	width: 208px;
	margin: 0 0 0 18px;
	display: inline;
}
#leftmenu .item {
	display: block;
	border-bottom: 1px solid #ccc;
}

#leftmenu .item A:link,
#leftmenu .item A:visited,
#leftmenu .item A:active,
#leftmenu .item A:hover {
	font-size: 11px !important;
	font-weight: bold !important;
	color: #666;
	text-decoration: none;
}
#leftmenu .lev2 A,
#leftmenu .lev3 A,
#leftmenu .lev4 A,
#leftmenu .lev5 A {
	background-color: #edeeee;
}


#leftmenu .lev1 A {
	display: block;
	margin: 0;
	padding: 12px 15px 12px 7px;
}
#leftmenu .lev1 A {
	display: block;
	margin: 0;
	padding: 12px 15px 12px 7px;
}
#leftmenu .lev1 .act_tree {
	color: #fff !important;
	background-color: #1e5d6f;
}

#leftmenu .lev2 A {
	display: block;
	margin: 0;
	padding: 12px 15px 12px 11px;
}
#leftmenu .lev3 A {
	display: block;
	margin: 0;
	padding: 12px 15px 12px 21px;
}
#leftmenu .lev4 A {
	display: block;
	margin: 0;
	padding: 12px 15px 12px 31px;
}


#leftmenu .item .inact_tree SPAN {
	font-size: 10px;
	padding-right: 12px;
	background: url(/images_gui/arrow-grey.gif) 100% 3px no-repeat;
	cursor: pointer;
}
#leftmenu .item .act_tree SPAN {
	font-size: 10px;
	padding-right: 12px;
	background: url(/images_gui/arrow-grey-down.gif) 100% 3px no-repeat;
	cursor: pointer;
}
#leftmenu .lev1 .act_tree SPAN {
	font-size: 10px;
	padding-right: 12px;
	background: url(/images_gui/arrow-white-down.gif) 100% 3px no-repeat;
	cursor: pointer;
}

#leftmenu .act_page {
	color: #f60 !important;
}


/* *******************************************************************************************
 *         inner-info                                                                        *
 ******************************************************************************************* */

.inner-info {
	float:right;
	width:683px;
	margin:0 17px 0 0;
	display:inline;
}


/* *******************************************************************************************
 *         Start page columns                                                                *
 ******************************************************************************************* */

#startpage_top_intro {
	padding-bottom: 15px;
	font: 110%/120% Verdana, Arial, Helvetica, sans-serif;
}
#startpage_top_intro H1 {
	margin: -2px 0 12px 0 !important;
	font: bold 24.6px Arial, Helvetica, sans-serif;
	text-align: left;
}

.startpage_top_intro_centerh H1 {
	text-align: center !important;
}

.colSmall {
	clear: none;
	float: left;
	margin-left: 16px;
}
.colSmallFirst {
	margin-left: 0;
}
.colMedium {
	clear: none;
	float: left;
	margin-left: 15px;
}
.colMediumFirst {
	margin-left: 0;
}
.colLarge {
}

/* *******************************************************************************************
 *         teaser-block                                                                      *
 ******************************************************************************************* */

.teaser-block {
	clear:both;

	width:100%;
}
.teaser-block h2 {
	clear:both;
	margin:0 0 0 6px;

	padding:0 0 4px;
	font-size:110%;
	line-height:130%;
}
.teaser-block .bottom-txt a {font-style:normal !important;}



/* *******************************************************************************************
 *         contact-block                                                                     *
 ******************************************************************************************* */

.contact-block {
	clear:both;

	width:700px;
	margin:22px -17px 0 0;
	padding:0 0 16px;
}
.contact-block .contact-box {
	float:left;
	margin:0 17px 14px 0;
	display:inline;
	width:312px;
	height:194px;
	padding:18px 1px 1px 20px;
	background:url(/images_gui/contact-box.gif) no-repeat;
}
.contact-block .contact-box h3 {
	clear:both;

	margin:0;
	font-size:140%;
	line-height:120%;
}
.contact-block .contact-box DIV.text {
	clear:both;

	margin:12px 0 0;
	color:#666;
	font-size:100%;
	line-height:120%;
}
.contact-block .contact-box DIV.text A {
	/*color:#666;
	text-decoration:none;*/
}
.contact-block .contact-box DIV.text A:hover {text-decoration:underline;}
.contact-photo {
	display: block;
	clear: both;
	overflow: hidden;
	width: 152px;
	padding: 0 160px 0 0;
	height: 194px;
	background-repeat: no-repeat;
	background-position: bottom right;
}
* html .contact-photo {
	background-attachment: fixed;
}
.inner-info .lnk-holder {margin:20px 0 0;}


/* *******************************************************************************************
 *         info-holder                                                                       *
 ******************************************************************************************* */

.info-holder {
	clear:both;

	width:100%;
	padding:0 0 40px;
}
.text-block {
	float:left;
	width:454px;
	padding:16px 0 0;
}
.text-block h1 {
	clear:both;

	margin:0;
	padding: 0;
	font-size:240%;
	line-height:120%;
}
.text-block .image {
	display:block;
	margin:0;
	border:none;
}
.text-block .ingress {
	display:block;
	clear:both;
	width:100%;
	margin:12px 0 0;
	color:#666;
	font-size:120%;
	font-weight: bold;
	line-height:120%
}
.text-block .text {
	margin:12px 0 0;
	color:#666;
	font-size:120%;
	line-height:120%
}
.contact-column {
	float:right;
	width:207px;
	margin:0 6px 0 0;
	padding:16px 0 0;
	display:inline;
}
.contact-column h3 {
	clear:both;

	margin:0;
	padding:0 0 0 6px;
	font-size:110%;
	line-height:120%;
}
.contact-column .contact-cell {
	clear:both;

	width:202px;
	height:286px;
	margin:4px 0 16px;
	padding:0 1px 1px 4px;
	background:url(/images_gui/contact-cell-bg.gif) no-repeat;
}
.contact-column .contact-cell .text {
	clear:both;

	margin:0;
	color:#666;
	font-size:100%;
	line-height:120%;
}
.contact-column .contact-cell .name {
	display:block;
	clear:both;

	margin:12px 0 0;
	text-align:right;
	color:#333;
	font:90%/130% Verdana, Arial, Helvetica, sans-serif;
}
.contact-photo-2 {
	clear:both;

	width:180px;
	padding: 10px 12px 0 10px;
	height:276px;
	background-repeat: no-repeat;
	background-position: bottom right;
}
* html .contact-photo-2 {
	background-attachment: fixed;
}
.contact-photo-2 H4 {
	margin: 0;
	padding: 0 0 8px 0;
	font-size: 110%;
	line-height: 120%;
	font-weight: bold;
}


/* *******************************************************************************************
 *         footer                                                                            *
 ******************************************************************************************* */

#footer {
	clear:both;
	width:878px;
	padding:0 40px 0 70px;

	background:url(/images_gui/content-bg.png) repeat-y;
}
.footer-holder {
	clear:both;

	width:100%;
	border-top:1px solid #ccc;
}
#footer .f-info {
	float:left;
	width:400px;
	padding:18px 0 0;
}
#footer .f-info ul {
	clear:both;

	margin:0;
	padding:0;
}
* html #footer .f-info ul {height:1%;}
#footer .f-info ul li {
	float:left;
	padding:0 11px 0 12px;
	list-style:none;
	font:100%/140% Verdana, Arial, Helvetica, sans-serif;
	color:#999;
	background:url(/images_gui/f-separator.gif) no-repeat 0 60%;
}
#footer .f-info ul li:first-child {
	background:none;
	padding:0 11px 0 0;
}
#footer .f-info ul li a {
	color:#999;
	text-decoration:none;
}
#footer .f-info ul li a:hover {text-decoration:underline;}
#footer .f-info p {
	clear:both;

	width:100%;
	margin:0;
	font:100%/140% Verdana, Arial, Helvetica, sans-serif;
	color:#999;
}
#footer ul.f-logos {
	float:right;
	margin:10px 0 0;
	padding:0;
}
#footer ul.f-logos li {
	float:left;
	padding:0 16px;
	list-style:none;
}
#footer ul.f-logos li img {
	display:block;
	margin:0;
	border:none;
}


/* *******************************************************************************************
 *         banners                                                                           *
 ******************************************************************************************* */

#banners {
	float:right;
	width:185px;
	padding:48px 0 0;
}
#banners .banner-box {
	clear:both;

	width:100%;
	margin:12px 0 0;
}
#banners .banner-box .banner-image {
}
#banners .banner-box .banner-box-top {
	display:block;
	clear:both;

	width:100%;
	height:10px;
	font-size:0;
	line-height:0;
	text-indent:-9999px;
	background:url(/images_gui/banner-box-top.gif) no-repeat;
}
#banners .banner-box .banner-box-bottom {
	display:block;
	clear:both;

	width:100%;
	height:10px;
	font-size:0;
	line-height:0;
	text-indent:-9999px;
	background:url(/images_gui/banner-box-bottom.gif) no-repeat;
}
#banners .banner-box .banner-box-content {
	clear:both;

	width:100%;
	min-height:200px;
	background:#fff;
}
* html #banners .banner-box .banner-box-content {
	height:200px;
	overflow:visible;
}


/* *******************************************************************************************
 *         Search Page                                                                       *
 ******************************************************************************************* */

#search_form {
	margin: 0;
	padding: 0;
}

.search_results {
	margin: 35px 0 0 0;
	padding: 0;
}

.search_results H2 {
	margin: 25px 0 0 0 !important;
	padding: 0;
}
.search_results .nbr_of_hits {
	margin-bottom: 15px;
	font-style: italic;
}

.search_results .item {
	margin: 5px 0;
	padding: 5px 0 8px 0;
	border-bottom: 1px solid #ccc;
}
.search_results .item H6 {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
}
.search_results .item H6 A {
	/*text-decoration: none;*/
}
.search_results .item H6 A:active,
.search_results .item H6 A:hover {
	/*text-decoration: underline;*/
}

.search_results .ingress {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

.search_results .ingress .file_info,
.search_results .ingress .date_info {
	font-weight: normal;
	color: #999;
}


/* *******************************************************************************************
 *         Contact listing                                                                   *
 ******************************************************************************************* */

.contact_listing .personTd {
	padding-top: 15px;
	padding-bottom: 10px;
}
.contact_listing .person_image {
	position: relative;
	text-align: center;
}
.contact_listing .person_image IMG {
	position: absolute;
	bottom: 0;
	left: 0;
}
.contact_listing .person_profession {
	margin: 3px 0;
	font-size: 11px;
	font-weight: bold;
}
.contact_listing .person_name A {
	font-size: 11px;
	font-style: italic;
}
.contact_listing .person_name A:link,
.contact_listing .person_name A:visited {
	text-decoration: none;
}
.contact_listing .person_name A:hover,
.contact_listing .person_name A:active {
	text-decoration: underline;
}
.contact_listing .bottom_link {
	margin: 0;
	padding: 35px 0 0 0;
	text-align: right;
	font-size: 11px;
}


/* *******************************************************************************************
 *         News                                                                              *
 ******************************************************************************************* */

.news_item {
	display: block;
	clear: both;
	margin: 0;
	padding: 8px 0;
	/*border-bottom: 1px solid #ccc;*/
}
.news_item .news_item_date {
	display: block;
	float: left;
	width: 100px;
	margin: 0 0 0 15px;
	padding: 0;
	border: none;
	font-size: 130%;
}
.news_item .news_item_text {
	float: right;
	width: 550px;
	margin: 0;
	padding: 0;
}
.news_item .news_item_text h3 {
	clear: both;
	margin: 0;
	padding: 1px 15px 3px 0;
	font-size: 120%;
	line-height: 1em;
	font-weight: normal;
	text-transform: uppercase;
}
.news_item .news_item_text .text {
	clear: both;
	margin: 0;
	padding: 0 15px 0 0;
	color: #666;
	font: 110%/120% Verdana, Arial, Helvetica, sans-serif;
}
.news_item A:link,
.news_item A:visited {
	text-decoration: none;
}
.news_item A:hover,
.news_item A:active {
	text-decoration: underline;
}
.news_item .read_more {
	margin: 0;
	padding: 0;
	font-size: 120%;
	font-weight: bold;
}

/* *******************************************************************************************
 *         Misc                                                                              *
 ******************************************************************************************* */

.paging {
	margin: 0;
	padding: 10px 0 15px 0;
	font-size: 110%;
	text-align: center;
}
.paging A {
	text-decoration: none;
}
.paging A:active,
.paging A:hover {
	text-decoration: underline;
}
.paging .dim {
	color: #999;
}
.paging .active {
	text-decoration: underline;
}

A.link_hover {
	text-decoration: none;
}
A.link_hover:hover,
A.link_hover:active {
	text-decoration: underline;
}

.ucase {
	text-transform: uppercase !important;
}
.al {
	text-align: left !important;
}
.ac {
	text-align: center !important;
}
.ar {
	text-align: right !important;
}

.text P {
	margin: 0;
	padding: 0 0 0.4em 0;
}
.font10,
.font10 TD {
	font-size: 10px;
}
.font11,
.font11 TD {
	font-size: 11px;
}
.font12,
.font12 TD {
	font-size: 12px;
}
.font13,
.font13 TD {
	font-size: 13px;
}
.font14,
.font14 TD {
	font-size: 14px;
}

.no_marg {
	margin: 0 !important;
	padding: 0 !important;
}

.clearer {
	clear: both !important;
}

.text_block {
	margin: 0 !important;
	padding: 0 0 10px 0 !important;
}

.contact_image {
	float: right;
	margin: 0;
	padding: 5px 0 15px 15px;
}

.text OL,
.text UL {
	margin: 10px 0 10px 14px;
	padding: 0;
}
.text OL LI,
.text UL LI {
	padding-bottom: 3px;
}


/* *******************************************************************************************
 *         Generic Forms                                                                     *
 ******************************************************************************************* */

.formBtn {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #fff;
	background-color: #1e5d6f;
	border: 1px solid #666;
	cursor: pointer;
}
.formField, TEXTAREA, SELECT {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #fff;
	border: 1px solid #1e5d6f;
}


#formEngine {
	margin: 0;
	padding: 15px 0;
}
FORM#formEngineForm {}
TABLE.formEngineTable {}
TABLE.formEngineTable TD {
	font-size: 12px;
}
TABLE.formEngineTable .td1 {
	width: 20%;
	padding: 6px 2px;
}
TABLE.formEngineTable .label_fullwidth {
	padding-bottom: 8px;
}
#formEngine H2 {
	margin: 10px 0 !important;
	padding: 0 !important;
	font-weight: bold;
}
#formEngine .dividerHeading {
	margin-bottom: 10px;
	padding-top: 25px;
	padding-bottom: 3px;
	border-bottom: 1px solid #ccc;
	font-size: 13px;
	font-weight: bold;
}
#formEngine .dividerLine {
	border-bottom: 1px solid #ccc;
	height: 1px;
	line-height: 1px;
}
#formEngine .dividerSpacer {
	height: 10px;
	line-height: 1px;
}
TABLE.formEngineTable .tr_textarea TD,
TABLE.formEngineTable .tr_radiobutton TD,
TABLE.formEngineTable .tr_checkbox TD {
	padding-bottom: 12px;
}


/* *******************************************************************************************
 *         Blog / Comments                                                                   *
 ******************************************************************************************* */

.blog .entry_date {
	padding: 0;
}
.blog .blog_docfoot {
	margin: 15px 0;
	padding: 0;
	font-size: 0.9em;
}

.blog .blog_docfoot .blog_icons {
	padding: 10px 0;
}
.blog .blog_docfoot .blog_icons SPAN {
	margin-left: 0;
}
.blog .blog_docfoot .blog_icons SPAN.facebook {
	margin-left: 30px;
}
.blog .blog_docfoot .blog_icons SPAN.delicious A {
	background: #fff url(/images_gui/icon_delicious.gif) top left no-repeat;
	padding: 1px 0 0 20px;
	height: 14px;
}
.blog .blog_docfoot .blog_icons SPAN.facebook A {
	background: #fff url(/images_gui/icon_facebook.gif) top left no-repeat;
	padding: 1px 0 0 20px;
	height: 14px;
}


#comments_form LABEL {
	display: block;
	margin: 0;
	padding: 10px 0 3px 0;
	font: bold 10px Verdana,Geneva,sans-serif;
	color: #000000;
}

#comments_form .element {
	margin: 0;
	padding: 0;
}

#comments_form .buttons {
	margin: 0;
	padding: 10px 0;
	text-align: left;
}

.comments {
	margin-top: 35px !important;
}

#comments {
	clear: both;
	margin: 15px 0;
	padding: 0;
}
#comments .item {
	margin: 0;
	padding: 0;
	border: 1px solid #cccccc;
	border-width: 0 1px 1px 1px;
}
#comments .item0 {
	border-top-width: 1px;
}
#comments .item_odd {
}
#comments .item_even {
}
#comments H4 {
	margin: 0 !important;
	padding: 5px !important;
	font-size: 10px;
	background-color: #eeeeee;
}
#comments .comment_text {
	margin: 0;
	padding: 5px;
	font-size: 10px;
}
#comments .comment_date {
	margin: 0;
	padding: 2px 5px 5px 5px;
	font-size: 9px;
	color: #999999;
	border-top: 1px dotted #cccccc;
}



/* *******************************************************************************************
 *         imCMS specific                                                                    *
 ******************************************************************************************* */

#adminPanelDiv {
	margin: 0;
	padding: 10px 0 10px 0 !important;
}
#adminLinksDiv {
	position: absolute;
	top: 10px;
	right: 5px;
}
.adminLinksDivs {
	clear: both;
	margin: 5px 0 !important;
	padding: 0;
}
.adminLinksDivs .adminLinksTable {
	border: 1px solid #000;
	border-width: 0 1px 1px 0;
}
.imcmsAdmBgHead {
	background-color: #20568D;
	color: #fff;
}
.imcmsAdmBgCont {
	background-color: #f5f5f7;
	color: #000;
}
.imcmsFormBtnPanel {
	font: 10px Verdana, Geneva, sans-serif;
	color: #000;
	background-color: #e7e7e7;
	cursor: pointer;
	height: 20px;
	border: 1px outset #000;
	border-color: #eee #000 #000 #eee;
	text-align: center;
	text-transform: none;
}
.imcmsFormBtnPanelActive {
	font: 10px Verdana, Geneva, sans-serif;
	color: #0b0;
	background-color: #e7e7e7;
	cursor: pointer;
	height: 20px;
	border: 1px inset #000;
	border-color: #000 #eee #eee #000;
	text-align: center;
	text-transform: none;
}

.imcms_label,
.imcms_label A,
.imcms_label A IMG,
IMG.imcms_ico {
	display: inline !important;
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
	color: #c00 !important;
	text-decoration: none !important;
	text-transform: none !important;
}


DIV.postit {
	display: block;
	width: 450px;
	margin: 10px auto;
	font: 10px/11px verdana,geneva,sans-serif !important;
	color: #000;
	border: 1px solid #000;
	border-width: 0 2px 2px 1px;
	background-color: #ff9;
}
DIV.postit H2 {
	margin: 0;
	padding: 3px 5px;
	font: bold 11px/13px verdana,geneva,sans-serif !important;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	color: #000;
	background-color: #ff3;
}
DIV.postit DIV {
	padding: 5px;
	font: 11px/13px verdana,geneva,sans-serif !important;
	color: #000;
}


/* *******************************************************************************************
 *         Print specific                                                                    *
 ******************************************************************************************* */

.printHidden {
	display: block;
}
.printVisible {
	display: none;
}

#dochead_print {
	width: 100%;
	margin: 0 0 35px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #000;
}
#dochead_print_logo {
	float: left;
	padding-bottom: 20px;
}
#dochead_print H1 {
	float: left;
	margin: 0;
	padding: 65px 0 0 50px;
	font: bold 170%/130% Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}
#dochead_print_url {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #000;
	font-size: 0.8em;
	color: #999;
}


