

body {
	margin: 0;
	text-align: center;
	height: 100%;
	min-height: 100%;
	background: #fff none;
	filter: none;
}

body, td {
	font: 400 15px/1.3em 'AvLTStd-Light', 'Open Sans', Verdana, Geneva, sans-serif;
	color: #000;
}

h1 {
	font: 400 24px/34px 'AvLTStd-Roman', 'Open Sans', Verdana, Geneva, sans-serif;
	color: #333;
	margin: 0 0 0.2em 0;
	padding: 0 7px;
}
.phone h1 {
	padding: 0 20px;
}

h2,
#doc_foot h4 {
	font: 400 18px/22px 'AvLTStd-Roman', 'Open Sans', Verdana, Geneva, sans-serif;
	color: #000;
	margin: 0 0 0.2em 0;
	padding: 0 7px;
}
.article.large h2 {
	font-size: 24px;
	line-height: 28px;
}

#faqList h2 {
	margin: 0.8em 0 0.2em 0;
	font-size: 20px;
	line-height: 24px;
}
#faqList h3 {
	font: 400 16px/20px 'AvLTStd-Roman', 'Open Sans', Verdana, Geneva, sans-serif;
	color: #000;
	margin: 0 0 0.2em 0;
	padding: 0 7px;
}

#doc_foot h4 {
	font-size: 48px;
	margin: 0 0 0.4em 0;
	padding: 0;
}
#doc_foot h4,
.phone #doc_foot h4 {
	font-size: 38px;
	line-height: 34px;
}

h2.line {
	font: 400 24px/26px 'AvLTStd-Light', 'Open Sans', Verdana, Geneva, sans-serif;
	color: #000;
	border-bottom: 1px solid #ccc;
	padding-bottom: 3px;
	margin: 25px 0 15px 0;
}
h2.line.firstChild {
	margin-top: 0;
}

.phone h2 {
	padding: 0 20px;
}

p {
	margin: 0 0 0.5em 0;
}
.text p {
	margin: 0 0 1em 0;
}
blockquote p {
	margin: 0 0 0.5em 0;
}


#article .ingress,
#article .text,
#article .grTxt,
#articleNoLeft .ingress,
#articleNoLeft .text,
#articleNoLeft .grTxt {
	max-width: 526px;
	margin: 0 0 0.5em 0;
	padding: 0 7px;
}
#article.iframeFullWidth .text {
	max-width: 100% !important;
	padding: 0 !important;
}
#article.noRightCol .ingress,
#article.noRightCol .text {
	max-width: none;
}
#article .ingress {
	font: 400 15px/20px 'AvLTStd-Light', 'Open Sans', Verdana, Geneva, sans-serif;
}
.indN {
	padding: 0 7px;
}
.phone #article .ingress,
.phone #article .text,
.phone #article .grTxt,
.phone #articleNoLeft .ingress,
.phone #articleNoLeft .text,
.phone #articleNoLeft .grTxt,
.phone .indN {
	padding: 0 20px;
}
#article blockquote {
	margin: 0 0 0.5em 0;
	padding: 0 7px;
	font: 400 italic 18px/22px 'AvLTStd-Roman', 'Open Sans', Verdana, Geneva, sans-serif;
	text-align: right !important;
	color: #333;
}
#article blockquote * {
	text-align: right !important;
}


.dim {
	color: #999;
}
.red {
	color: #f00;
}

.h2Right {
	position: relative;
	top: 3px;
	float: right;
	margin-left: 10px;
	font-size: 12px;
}

/* *******************************************************************************************
 *         Links                                                                             *
 ******************************************************************************************* */

A:link,
A:visited {
	position: relative;
	color: #2a4168;
	text-decoration: none;
}
#greenPlate A:link,
#greenPlate A:visited,
.whiteLink A:link,
.whiteLink A:visited,
A.whiteLink:link,
A.whiteLink:visited {
	color: #fff;
}

.articles .article a,
.textItems .textItem a {
	color: #000;
}
.articles .article a:hover,
.articles .article a:active,
.textItems .textItem a:hover,
.textItems .textItem a:active {
	color: #2a4188;
}

A:hover,
A:active {
	position: relative;
	color: #2a4188;
	text-decoration: underline;
}
#greenPlate A:hover,
#greenPlate A:active,
.whiteLink A:hover,
.whiteLink A:active,
A.whiteLink:hover,
A.whiteLink:active {
	color: #fff !important;
}

.blue_plate .plate_content A:link,
.blue_plate .plate_content A:visited,
.blue_plate .plate_content A:hover,
.blue_plate .plate_content A:active {
	color: #fff;
	text-decoration: underline;
}
a img {
	border: 0 !important;
}

/* *******************************************************************************************
 *         Lists                                                                             *
 ******************************************************************************************* */

#leftCol UL LI,
#rightCol .text UL LI,
.articles UL LI {
	padding-bottom: 8px;
}

/* *******************************************************************************************
 *         Media Query Classes                                                               *
 ******************************************************************************************* */


.highRes .noHighRes,
.highRes .onlyTablet,
.highRes .onlyPhone,
.highRes .onlyTabletOrLess {
	display: none !important;
}
.highRes .onlyHighRes {
	display: block;
}

.noTablet,
.noTabletOrLess,
.onlyHighRes,
.onlyPhone {
	display: none !important;
}
.noHighRes,
.onlyTablet,
.onlyTabletOrLess {
	display: block !important;
}

.phone .noTabletOrLess,
.phone .noPhone,
.phone .onlyHighRes,
.phone .onlyTablet {
	display: none !important;
}
.phone .noHighRes,
.phone .onlyPhone,
.phone .onlyTabletOrLess {
	display: block !important;
}


#inner_container img,
IMG.autoWidthImg {
	width: 100%;
	max-width: 100%;
	height: auto;
}
#inner_container .fixW img,
#inner_container img.fixW,
.adminDiv img,
#adminPanelDiv img,
#inner_container .text p img {
	width: auto !important;
	max-width: auto !important;
}
#inner_container #rightCol img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
img[src$="admin/ico_txt.gif"],
img[src$="admin/ico_image.gif"],
img[src$="admin/red.gif"] {
	width: auto !important;
	max-width: auto !important;
}

/* *******************************************************************************************
 *         Layout                                                                            *
 ******************************************************************************************* */

#outer_container {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: transparent url(/images_gui/bg_lines_11_3.gif) center top repeat-y;
}
.noRightCol #outer_container,
.iframeFullWidth #outer_container,
.articleBoxes #outer_container {
	background-image: url(/images_gui/bg_lines_none.gif) !important;
}
#startpage #outer_container {
	background: transparent url(/images_gui/bg_lines_8_5.gif) center top repeat-y;
}
.forceDesktop #outer_container {
	width: 1244px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	background-position: 0 0 !important;
}

#outer_container,
.phone #outer_container {
	background: #fff none !important;
}
#outer_container * {
	text-align: left;
}

#inner_container {
	position: relative;
	width: 100%;
	max-width: 1244px;
	min-width: 310px;
	margin: 0 auto 35px auto;
}
#inner_container,
.phone #inner_container {
	margin: 0 auto 20px auto;
}
.forceDesktop #inner_container {
	min-width: 1244px;
	background: transparent url(/images_gui/bg_lines_11_3.gif) 0 0 repeat-y !important;
}
.forceDesktop .noRightCol #inner_container,
.forceDesktop .iframeFullWidth #inner_container,
.forceDesktop .articleBoxes #inner_container {
	background-image: url(/images_gui/bg_lines_none.gif) !important;
}
.forceDesktop #startpage #inner_container {
	min-width: 1244px;
	background: transparent url(/images_gui/bg_lines_8_5.gif) 0 0 repeat-y !important;
}
.container,
.phone .container {
	padding: 0 10px;
}
.phone #doc_head_container .container {
	padding: 0;
}

#iframeFullWidth #outer_container {
	background: #fff none !important;
}
#iframeFullWidth #inner_container {
	background: transparent none !important;
}



#inner_container #leftCol,
#inner_container #rightCol {
	padding-top: 10px;
}
#entrepage #inner_container #leftCol {
	padding-top: 3px;
}
#entrepage #inner_container .onlyBottomArticles #leftCol {
	padding-top: 18px;
}
#startpage #inner_container #rightCol {
	padding-top: 35px;
}
#entrepage #inner_container #rightCol {
	padding-top: 28px;
}
#entrepage #inner_container .hasTopArticle #rightCol {
	padding-top: 13px;
}
#article #inner_container #rightCol {
	padding-top: 10px;
}

#article #content_container,
#articleNoLeft #content_container {
	padding-top: 25px;
}
#article #content_container.wide.hasImage,
#articleNoLeft #content_container.hasImage {
	padding-top: 0;
}
#article #content_container.narrow #leftCol {
	padding-top: 1px;
}

#leftPlace {
	padding: 25px 0;
}

/* *******************************************************************************************
 *         Doc head                                                                          *
 ******************************************************************************************* */

#doc_head_container {
	position: relative;
	width: 100%;
	height: 271px;
	background: transparent url(/images_gui/bg_doc_head.png?seed=534561342) center bottom repeat-x;
}
#doc_head_container {
	background-image: url(/images_gui/bg_doc_head_no_bar.png);
}
.forceDesktop #doc_head_container {
	min-width: 1244px;
}

#doc_head_container_inner {
	position: relative;
	width: 100%;
	max-width: 1244px;
	height: 224px;
	margin: 0 auto;
	background: transparent none 0 0 no-repeat;
}
#doc_head_container_inner {
	height: 271px;
}
#doc_head_container_inner.cOffset,
#cOffset #doc_head_container_inner {
	left: -1px;
}
#doc_head_container_inner.nOffset {
	left: 0 !important;
}

#doc_head {
	position: relative;
	height: 224px;
}
#doc_head_container {
	height: 264px;
}
#doc_head {
	height: 264px;
}
.phone #doc_head_container,
.phone #doc_head_container_inner {
	height: 68px;
	background: #53b7e8 none !important;
}
#doc_head_inner {
	position: relative;
}
.phone #doc_head {
	height: 68px;
}

#logo {
	position: absolute;
	top: 55px;
}
#logo {
	top: 10px;
}
#logoPhone {
	position: absolute;
	top: 12px;
	left: 120px;
}

#navBtn {
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}


#nav_search {
	padding: 20px 0 20px 20px;
}

#doc_head_search label {
	display: none !important;
}
#doc_head_search form {
	display: block;
	position: absolute;
	bottom: 23px;
	left: auto;
	right: -27px;
	width: 323px;
	height: 35px;
	background: transparent url(/images_gui/bg_search.png) 0 0 no-repeat;
}
#doc_head_search form {
	bottom: 81px;
	right: auto;
	left: 0px;
}
#nav_search form {
	position: relative;
	display: block;
	width: 273px;
	height: 35px;
	background: transparent url(/images_gui/bg_search_nav.png) 0 0 no-repeat;
}
#doc_head_search.active form,
#nav_search.active form {
	background-position: 0 -50px;
}
#doc_head_search form .fld,
#nav_search form .fld {
	position: absolute;
	top: 4px;
	left: 6px;
	width: 223px !important;
	height: 25px;
	border: 0;
	background-color: transparent;
}
#nav_search form .fld {
	width: 173px !important;
}
#doc_head_search form .btn,
#nav_search form .btn {
	position: absolute;
	top: 0;
	left: 282px;
	width: 41px;
	height: 35px;
	border: 0 !important;
	outline: none;
}
#nav_search form .btn {
	left: 232px;
}

#doc_head_search form #hitsInfo,
#nav_search form #hitsInfo {
	position: absolute;
	top: 4px;
	left: 229px;
	width: 41px !important;
	height: 27px;
	padding: 0 2px;
	line-height: 27px;
	text-align: right;
	color: #999;
}
#nav_search form #hitsInfo {
	left: 179px;
}
#doc_head_search form #hitsInfo.hasData,
#nav_search form #hitsInfo.hasData {
	background-color: #e7e7ff;
}

/* *******************************************************************************************
 *         Doc head icons                                                                    *
 ******************************************************************************************* */

#doc_head_icons {
	position: absolute;
	top: 19px;
	right: -27px;
}
#doc_head_icons {
	right: 0;
}
.phone #doc_head_icons {
	display: none;
}

#doc_head_icons A.iconLink {
	display: block;
	margin-bottom: 8px;
	padding: 5px 45px 5px 0;
	font-size: 18px;
	line-height: 30px;
	background: transparent url(/images_gui/icons/icons_doc_head_sprite.png) right top no-repeat;
	color: #fff;
	text-align: right !important;
}
#doc_head_icons A.iconLink {
	text-shadow: 1px 1px 3px #333;
}
#doc_head_icons A#loginLink,
#doc_head_icons A#logoutLink {
	background-position: right 1px;
}
#doc_head_icons A#shareLink {
	background-position: right -56px;
}
#doc_head_icons A#eServicesLink {
	background-position: right -120px;
}

#doc_head_icons #addThisDummy {
	display: block;
	position: absolute;
	top: 67px;
	right: 0;
	width: 1px;
	height: 1px;
}

#doc_foot_social_place_outer {
	position: relative;
	height: 90px;
}
#doc_foot_social_place {
	position: absolute;
	left: 50%;
	width: 145px;
	height: 75px;
	margin: 10px auto 10px -73px;
}

#doc_head_links {
	position: absolute;
	top: -6px;
	right: -44px;
}
#doc_head_links {
	right: 50px;
}
.phone #doc_head_links {
	display: none;
}
#doc_head_links UL {
	clear: both;
	float: right;
	list-style-type: none;
	margin: 5px 0 0 0;
	padding: 0;
	text-align: left;
}
#doc_head_links UL LI {
	position: relative;
	display: block;
	float: left;
	margin: 6px 0 0 16px;
	padding: 0 0 0 16px;
	line-height: 1em;
	background: transparent url(/images_gui/bg_doc_head_links_line.gif) 0 5px no-repeat;
}
#doc_head_links UL LI.first {
	margin-left: 0;
	padding-left: 0;
	background: none;
}
#doc_head_links UL LI A {
	position: relative;
	font: 400 15px/20px 'AvLTStd-Light', 'Open Sans', Verdana, Geneva, sans-serif;
	color: #584231;
}
#doc_head_links UL LI.active A {
	text-decoration: underline !important;
}

/* *******************************************************************************************
 *         Top menu                                                                          *
 ******************************************************************************************* */

#topMenu {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 46px;
	z-index: 1000;
}
#topMenu {
	width: auto;
	bottom: 23px !important;
}
.phone #topMenu {
	display: none !important;
}
#topMenu.docked {
	margin-top: 1px;
	background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mPQ7D/1CQAE3AJ1CqKIRAAAAABJRU5ErkJggg==) 0 0 repeat;
}
#topMenu.docked,
#topMenu.pinned {
	position: absolute !important;
	top: auto !important;
	left: 0 !important;
	bottom: 0 !important;
	background: transparent none;;
}
#topMenuInner {
	position: relative;
	width: 1162px;
	height: 46px;
	margin: 0 auto;
	padding-left: 38px;
	background: transparent;
}
#topMenuInner {
	width: auto;
	max-width: 1200px;
	text-align: left;
	margin: 0 !important;
	padding: 0 !important;
}

#pinIcon {
	position: absolute;
	bottom: 0;
	right: 10px;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background: transparent url(/images_gui/icons/icon_pinned_sprite.png) 0 0 no-repeat;
}
.tablet #pinIcon {
	display: none;
}
#pinIcon:hover,
#pinIcon:focus,
#pinIcon:active,
#pinIcon.active {
	background-position: 0 -35px;
}

@media screen and (max-width: 1430px) {
	#miniLogoLink {
		left: 9px !important;
	}
	#topMenu.docked #topMenuInner {
		padding-left: 148px;
	}
	#topMenu.docked #pinIcon {
		right: 48px;
	}
}
#topMenu UL {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#topMenu UL LI {
	position: relative;
	display: block;
	float: left;
	margin: 0 0 0 -1px;
	padding: 0;
	background: transparent url(/images_gui/bg_top_menu_item_line.png) 0 50% no-repeat;
}
#topMenu UL LI {
	display: block;
	float: left;
	margin-bottom: 2px;
	background-image: url(/images_gui/bg_top_menu_tablet.png);
}
#topMenu ul li.first,
#topMenu ul li.activeNext,
#topMenu ul li.hoverNext,
#topMenuMobile ul li.first,
#topMenuMobile ul li.activeNext,
#topMenuMobile ul li.hoverNext {
	background-image: none; 
}
#topMenu ul li.first,
#topMenu ul li.activeNext,
#topMenu ul li.hoverNext,
#topMenuMobile ul li.first,
#topMenuMobile ul li.activeNext,
#topMenuMobile ul li.hoverNext {
	background-image: url(/images_gui/bg_top_menu_tablet.png);
	background-position: -1px 50%;
}
#topMenu ul li.after,
#topMenuMobile ul li.after {
	font-size: 0.1px;
	width: 1px;
	height: 46px;
	margin: 0 0 0 -1px;
	padding: 0;
	background: transparent url(/images_gui/bg_top_menu_item_line.png) left 50% no-repeat;
}
#topMenu ul li.after,
#topMenuMobile ul li.after {
	display: none;
}
#topMenu ul li a,
#topMenuMobile ul li a {
	position: relative;
	display: inline-block;
	margin-top: 5px;
	color: #fff;
	text-decoration: none !important;
}
#topMenu ul li a,
#topMenuMobile ul li a {
	margin-top: 0;
}
#topMenu ul li a span,
#topMenuMobile ul li a span {
	display: inline-block;
	padding: 4px 16px 11px 16px;
	font: 400 16px/26px 'AvLTStd-Light', 'Open Sans', Verdana, Geneva, sans-serif;
}
#topMenu ul li a span,
#topMenuMobile ul li a span {
	padding: 3px 14px;
	font-size: 14px;
	line-height: 25px;
}
#topMenu ul li.active a,
#topMenu ul li a:hover,
#topMenu ul li a:active,
#topMenuMobile ul li.active a,
#topMenuMobile ul li a:hover,
#topMenuMobile ul li a:active {
	position: relative;
	margin-top: 0;
	padding-right: 1px;
	background: transparent url(/images_gui/bg_top_menu_item_right.png) right top no-repeat;
	z-index: 110;
}
#topMenu ul li.active a,
#topMenu ul li a:hover,
#topMenu ul li a:active,
#topMenuMobile ul li.active a,
#topMenuMobile ul li a:hover,
#topMenuMobile ul li a:active {
	
}
#topMenu ul li.active a span,
#topMenu ul li a:hover span,
#topMenu ul li a:active span,
#topMenuMobile ul li.active a span,
#topMenuMobile ul li a:hover span,
#topMenuMobile ul li a:active span {
	position: relative;
	padding: 9px 15px 11px 16px;
	background: transparent url(/images_gui/bg_top_menu_item_left.png) 0 0 no-repeat;
	color: #000;
	z-index: 111;
}
#topMenu ul li.active a span,
#topMenu ul li a:hover span,
#topMenu ul li a:active span,
#topMenuMobile ul li.active a span,
#topMenuMobile ul li a:hover span,
#topMenuMobile ul li a:active span {
	padding: 3px 13px 3px 14px;
}

/* *******************************************************************************************
 *         Left nav plate                                                                    *
 ******************************************************************************************* */

#nav_menu {
	position: absolute;
	top: 68px;
	left: -347px;
	width: 347px;
	z-index: 1000;
}
#nav_menu_container {
	margin-bottom: 7px;
	background: transparent url(/images_gui/bg_nav_shadow_r.png) top right repeat-y;
}
#nav_menu_inner {
	margin-right: 7px;
	min-height: 500px;
	background-color: #298fca;
}
#nav_menu_bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 7px;
	background: transparent url(/images_gui/bg_nav_shadow_b.png) bottom right no-repeat;
	font-size: 0.1px;
}

#navMenuBottom {
	padding: 15px 30px 15px 25px;
	background-color: #298fca;
}

#navMenuBottomLinks {
	padding: 10px 0 15px 0;
}

#navMenuBottom UL {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#navMenuBottom UL LI {
	position: relative;
	display: block;
	margin: 0;
	padding: 0 0 8px 0;
	text-align: left;
}
#navMenuBottom UL LI A {
	display: block;
	font-size: 18px;
	line-height: 22px;
	color: #4b3b2d;
}

#leftMenu {
	padding: 25px 0;
}

.navMenu UL {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.navMenu UL LI {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	text-align: left;
}
.navMenu UL LI.branch_inact>A>SPAN>I,
.navMenu UL LI.branch_act>A>SPAN>I {
	position: absolute;
	display: block;
	right: 1px;
	top: 50%;
	width: 47px;
	height: 47px;
	margin-top: -23px;
	cursor: pointer;
	background: transparent url(/images_gui/icons/plus_minus_nav_sprite.png) 0 0 no-repeat;
}
.navMenu UL LI.branch_act>A>SPAN>I {
	background-position: -50px 0;
}

.navMenu LI.lev1 {
	background-color: #80b6e2;
}
.navMenu LI.branch_act.lev1 {
	background-color: #298fca;
}
.navMenu LI.lev2 {
	background-color: #bed9ef;
}
.navMenu LI.branch_act.lev2 {
	background-color: #bed9ef;
}
.navMenu LI.lev3 {
	background-color: #dbeaf6;
}
.navMenu LI.branch_act.lev3 {
	background-color: #dbeaf6;
}
.navMenu LI.lev4 {
	background-color: #dbeaf6;
}
.navMenu LI.lev5 {
	background-color: #dbeaf6;
}
.navMenu LI.lev6 {
	background-color: #dbeaf6;
}

.navMenu SPAN {
	color: #fff;
}
.navMenu .lev2>A>SPAN {
	color: #226f9b;
}
.navMenu .branch_act.lev2>A>SPAN {
	color: #226f9b;
}
.navMenu .lev3>A>SPAN {
	color: #226f9b;
}
.navMenu .branch_act.lev3>A>SPAN {
	color: #226f9b;
}
.navMenu .lev4>A>SPAN {
	color: #226f9b;
}
.navMenu .lev4>A>SPAN {
	color: #226f9b;
}
.navMenu .lev5>A>SPAN {
	color: #226f9b;
}
.navMenu .lev6>A>SPAN {
	color: #226f9b;
}

.navMenu UL LI A {
	display: block;
	text-decoration: none !important;
	border: 1px solid #fff;
	border-bottom: 0;
}
#leftMenu UL LI A,
.navMenu UL LI LI A {
	border-color: #fff;
}
.navMenu UL LI A SPAN {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 22px;
	padding: 10px 25px 10px 20px;
}

.navMenu UL LI.lev1 A SPAN { font-size: 18px; }
.navMenu UL LI.lev2 A SPAN { font-size: 18px; }
.navMenu UL LI.lev3 A SPAN { font-size: 16px; }
.navMenu UL LI.lev4 A SPAN { font-size: 15px; }
.navMenu UL LI.lev5 A SPAN { font-size: 14px; }
.navMenu UL LI.lev6 A SPAN { font-size: 13px; }

#leftMenu UL LI A SPAN {
	font-size: 13px;
	line-height: 16px;
	padding: 7px 20px 7px 20px;
}
.navMenu UL LI.branch_inact A SPAN,
.navMenu UL LI.branch_act A SPAN {
	padding-right: 40px !important;
}
.navMenu UL LI.lev2 A SPAN {
	padding-left: 30px !important;
}
.navMenu UL LI.lev3 A SPAN {
	padding-left: 40px !important;
}
.navMenu UL LI.lev4 A SPAN {
	padding-left: 50px !important;
}
.navMenu UL LI.lev5 A SPAN {
	padding-left: 60px !important;
}
.navMenu UL LI.lev6 A SPAN {
	padding-left: 60px !important;
}

.navMenu UL LI.selected>A {
	background-color: #73aa67 !important;
}
.navMenu UL LI.selected>A>SPAN {
	color: #fff !important;
}

.navMenu UL LI A:hover {
	background-color: #73aa67 !important;
}
.navMenu UL LI A:hover>SPAN {
	color: #fff !important;
}

#navMenuBottomText A {
	color: #fff;
}


#leftNavImg {
	border: 1px solid #fff;
	font-size: 0.1px;
	line-height: 0.1px;
}
#leftNavImg img {
	width: 100%;
	max-width: 306px;
	height: auto;
}
#leftNavImgText {
	padding-top: 2px;
	font-size: 10px;
	line-height: 12px; 
	color: #666;
}

#leftNavTxt {
	margin-top: 25px;
}
#leftNavTxt h2 {
	line-height: 22px;
}
#leftNavTxt * {
	margin-top: 0;
	padding: 0;
	color: #333;
}

/* *******************************************************************************************
 *         Top image                                                                         *
 ******************************************************************************************* */

#top_image_container_start {
	position: relative;
	width: 100%;
	height: 376px;
	background: transparent url(/images_gui/bg_top_image.png) 0 0 repeat;
}
#top_image_container_start,
.phone #top_image_container_start {
	display: none !important;
}
#top_image_start {
	position: relative;
	width: 1244px;
	margin: 0 auto;
}
#top_image_start #top_image_left {
	position: absolute;
	top: 0;
	left: 0;
}
#top_image_start #top_image_right {
	position: absolute;
	top: 0;
	right: 0;
}
#top_image_start.isEditingImages #top_image_left,
#top_image_start.isEditingImages #top_image_right {
	width: 745px;
	height: 376px;
}
#top_image_start.isEditingImages #top_image_right {
	width: 499px;
	height: 376px;
}

/* *******************************************************************************************
 *         Top image Articles                                                                *
 ******************************************************************************************* */

#image_swiper,
.swiper-slide {
	position: relative;
	background-color: #fff;
	border-top: 26px solid #fff;
	border-bottom: 12px solid #fff;
}
#image_swiper {
	border-top: 0;
	margin-top: 26px;
}
.phone #image_swiper {
	background-color: #000;
}
#leftCol.narrow #image_swiper {
	border-top: 0;
}
#articleNoLeft #leftCol #image_swiper {
	margin-top: 0 !important;
	border-top: 0;
}
#image_swiper .image {
	position: relative;
	font-size: 0.1px;
	line-height: 0.1px;
}
#image_swiper .image img {
	position: absolute;
}
#image_swiper .image a.imageLink {
	position: absolute !important;
	display: block;
}
#image_swiper .image a.imageLink img {
	position: relative !important;
}

#image_swiper.oldSize .image img {}
#image_swiper #byline,
.swiper-slide .text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100% !important;
	background: transparent url(/images_gui/1x1_semi_black.png) 0 0 repeat !important;
}
.phone #image_swiper #byline {
	position: relative !important;
	background: #000 none !important;
	display: block !important;
}
#image_swiper #byline #byline_content,
.swiper-slide .text h2 {
	margin: 0 48px;
	padding: 8px 10px !important;
	min-height: 28px;
	text-align: left !important;
	font: 14px/16px 'AvLTStd-Light', 'Open Sans', Verdana, Geneva, sans-serif !important;
	color: #fff !important;
}
#image_swiper #byline.noNav #byline_content {
	margin: 0 20px;
	min-height: 16px;
}
#image_swiper.noNav #byline #byline_content {
	margin: 0;
}
#image_swiper #byline #byline_content * {
	margin: 0;
	padding: 0;
}
#image_swiper #byline #byline_content #imageCount {
	float: left;
	margin-right: 10px;
	font-weight: bold;
}
#image_swiper #prevImage,
#image_swiper #nextImage {
	position: absolute;
	top: 0;
	left: 0;
	width: 47px;
	height: 47px;
	background: transparent url(/images_gui/icons/arrow_nav_left.png) 50% 50% no-repeat;
	cursor: pointer;
}
#image_swiper #nextImage {
	left: auto;
	right: 0;
	background-image: url(/images_gui/icons/arrow_nav_right.png);
}

/* swiper */
.swiper-container {
  width: 100%;
  height: 376px;
}
.swiper-container .swiper-slide {
	position: relative;
}
.swiper-container .swiper-slide img {
	position: relative;
  width: 100%;
  height: 376px;
	z-index: 5;
}
.swiper-container .swiper-slide .text {
	position: absolute !important;
	bottom: 0 !important;
	left: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
	z-index: 110 !important;
	background: transparent url(/images_gui/1x1_semi_black.png) 0 0 repeat !important;
}

#top_image_container {
	position: relative;
}
#top_image {
	position: relative;
}
#top_image_caption {
	position: absolute !important;
	bottom: 0 !important;
	left: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
	z-index: 110 !important;
	background: transparent url(/images_gui/1x1_semi_black.png) 0 0 repeat !important;
}
.swiper-container .swiper-slide .text h2,
#top_image_caption span {
	display: block;
	margin: 0 48px;
	padding: 8px 10px !important;
	min-height: 28px;
	text-align: left !important;
	font: 14px/16px 'AvLTStd-Light', 'Open Sans', Verdana, Geneva, sans-serif !important;
	color: #fff !important;
}

/* *******************************************************************************************
 *         Youtube embed responsive                                                          *
 ******************************************************************************************* */

.embedContainer {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.embedContainer iframe,
.embedContainer object,
.embedContainer embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* *******************************************************************************************
 *         Articles                                                                          *
 ******************************************************************************************* */

.artGroup, .artMenuItem {
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #ccc;
}
.artGroup.firstChild, .artMenuItem.firstChild {
	padding-top: 20px;
}
.artGroup.lastChild, .artMenuItem.lastChild {
	border-bottom: 0;
}
.artGroup p,
.artMenuItem p,
.artMenuItemSmall {
	margin: 0 0 5px 0;
}

/* *******************************************************************************************
 *         Article Doc foot                                                                  *
 ******************************************************************************************* */

#article_doc_foot {
	clear: both;
	margin: 20px 0 0 0;
	padding: 10px 7px;
	max-width: 526px;
	border-top: 1px solid #ccc;
}
#article_doc_foot,
.phone #article_doc_foot {
	padding: 10px 7px 50px 7px;
	color: #999;
}
.phone #article_doc_foot {
	padding: 10px 20px 50px 20px;
}
#article_doc_foot .left {
	float: left;
}
#article_doc_foot .right {
	float: right;
}

/* *******************************************************************************************
 *         Doc foot                                                                          *
 ******************************************************************************************* */

#doc_foot {
	position: fixed;
	z-index: 101;
	bottom: 0;
	width: 100%;
}
#doc_foot.static {
	z-index: 101;
	position: static !important;
}
.phone #doc_foot {
	position: relative !important;
}
#doc_foot_outer {
	position: relative;
	z-index: 101;
	margin: 0 auto;
	background-color: #90c6e4;
}
#doc_foot_line {
	position: relative;
	height: 16px;
	margin: 0 auto;
	background: transparent url(/images_gui/bg_doc_foot_line.png) center top repeat-x;
}
#doc_foot_line,
.phone #doc_foot_line {
	background-position: -1378px top;
}
#doc_foot_inner {
	position: relative;
	margin: 0 auto;
	padding-top: 16px;
	background: transparent url(/images_gui/bg_doc_foot_inner.png) center bottom no-repeat;
}
#doc_foot_inner {
	background: #ddf1fa none;
}
.phone #doc_foot_inner {
	background: #ddf1fa none;
}
.forceDesktop #doc_foot_inner {
	min-width: 1244px;
}
#doc_foot_content {
	position: relative;
	width: 100%;
	max-width: 1148px;
	min-height: 179px;
	margin: 0 auto;
	padding: 20px 0 60px 0;
}
#doc_foot_content {
	padding-bottom: 0;
	min-width: auto;
}
.phone #doc_foot_content {
	padding-bottom: 0;
}


#docFootLeft {
	position: relative;
}

#docFootLogo {
	position: absolute;
	top: 3px;
	left: -6px;
}
#docFootLeftContent {
	min-height: 110px;
	padding: 10px 10px 10px 145px;
	font-size: 16px;
	line-height: 22px;
}
#docFootLeftContent,
.phone #docFootLeftContent {
	font-size: 14px;
	line-height: 18px;
}

#docFootLeftImg {
	position: absolute;
	bottom: 6px;
	right: -10px;
}
#docFootLeftImg,
.phone #docFootLeftImg {
	position: relative;
	bottom: auto;
	right: auto;
	padding: 10px 0;
}
.phone #docFootLeftImg {
	padding-left: 21px;
}

#docFootLeftBottom {
	padding-top: 15px;
}
#docFootLeftBottom A,
.phone #docFootLeftBottom A {
	color: #fff;
}

#footerLinks UL {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0 0 50px 0;
	z-index: 100;
}
#footerLinks UL LI {
	position: relative;
	display: block;
	float: left;
	margin: 0 0 6px 16px;
	padding: 0 0 0 16px;
	line-height: 1em;
	background: transparent url(/images_gui/bg_doc_head_links_line_white.gif) 0 3px no-repeat;
}
#footerLinks UL LI.first {
	margin-left: 0;
	padding-left: 0;
	background: none;
}
#footerLinks UL LI A {
	position: relative;
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	z-index: 100;
}

.phone #footerLinks,
.phone #footerLinks * {
	text-align: center !important;
}
.phone #footerLinks {
	padding: 10px 0;
}
#footerLinks UL {
	margin: 0;
	padding: 20px 0 60px 0;
}
.phone #footerLinks UL {
	display: inline;
	list-style-type: none;
	margin: 20px auto 0 auto;
	padding: 0;
	z-index: 100;
}
.phone #footerLinks UL LI {
	position: relative;
	display: inline;
	float: none;
	margin: 0;
	padding: 0 16px;
	line-height: 1em;
	background: transparent url(/images_gui/bg_doc_head_links_line_white.gif) 0 3px no-repeat;
}


ul#footerIcons {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.phone #footerIcons {
	margin-left: 18px;
}
#footerIcons li {
	position: relative;
	display: table;
	width: 49.9%;
	min-width: 150px;
	max-width: 210px;
	float: left;
	margin: 0 0 6px 0;
}

.phone #footerIcons li {
	width: 200px;
	max-width: 200px;
}
#footerIcons.edit li {
	display: block;
	width: auto;
	float: none;
	margin: 0 0 6px 0;
	padding: 10px 0;
}
#footerIcons li a {
	display: tablerow;
	padding: 0;
}
#footerIcons li a span.footerIcon {
	display: table-cell;
	text-align: left !important;
	width: 55px;
	height: 54px;
}
#footerIcons li a span.footerIconText {
	display: table-cell;
	text-align: left !important;
	vertical-align: middle;
	padding-left: 5px;
	font-size: 18px;
	line-height: 20px;
	color: #333;
}
.phone #footerIcons li a span.footerIconText {
	width: 145px;
}
#footerIcons.edit li a span {
	position: static;
	width: auto;
	height: auto;
}
#footerIcons li a span.footerIcon {
	background: transparent url(/images_gui/icons/icons_footer_sprite.png?_=239873717) 0 0 no-repeat;
}
#footerIcons li a span.footerIcon.icon1 {
	background-position: 0 0;
}
#footerIcons li a span.footerIcon.icon2 {
	background-position: 0 -75px;
}
#footerIcons li a span.footerIcon.icon3 {
	background-position: 0 -151px;
}
#footerIcons li a span.footerIcon.icon4 {
	background-position: 0 -227px;
}
#footerIcons li a span.footerIcon.icon5 {
	background-position: 0 -302px;
}
#footerIcons li a span.footerIcon.icon6 {
	background-position: 0 -378px;
}
#footerIcons li a span.footerIcon.icon7 {
	background-position: 0 -453px;
}
#footerIcons li.active a span.footerIcon.icon7 {
	background-position: -55px -453px;
}
#footerIcons li a span.footerIcon.icon8 {
	background-position: 0 -527px;
}
#footerIcons li a span.footerIcon.icon9 {
	background-position: 0 -603px;
}


/* *******************************************************************************************
 *         Popup                                                                             *
 ******************************************************************************************* */

body#popup {
	background-color: #298fca;
	/* IE9- fallback */
	background-image: url('/images_gui/bg_gradient_blue.png');
	background-position: left top;
	background-repeat: repeat-x;
	/* IE10 Consumer Preview */
	background-image: -ms-linear-gradient(top, #6aa8d0 0%, #298fca 100%);
	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(top, #6aa8d0 0%, #298fca 100%);
	/* Opera */
	background-image: -o-linear-gradient(top, #6aa8d0 0%, #298fca 100%);
	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #6aa8d0), color-stop(1, #298fca));
	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(top, #6aa8d0 0%, #298fca 100%);
	/* W3C Markup, IE10 Release Preview */
	background-image: linear-gradient(to bottom, #6aa8d0 0%, #298fca 100%);
	margin: 0;
	padding: 0 20px;
	height: auto;
}

#popupOuter {
	margin: 0 auto;
	padding: 20px 0;
	text-align: left;
}
#popupLogo {
	padding: 0 0 0 21px;
}
#popupInner {
	margin: 0;
	padding: 20px;
	background-color: #fff;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	-moz-box-shadow: 1px 1px 2px #000;
	-webkit-box-shadow: 1px 1px 2px #000;
	box-shadow: 1px 1px 2px #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#000')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#000');
}
#popupInner h1 {
	margin: 0 0 10px 0;
	padding: 0;
	font: 400 24px/34px 'AvLTStd-Roman', 'Open Sans', Verdana, Geneva, sans-serif;
	text-shadow: #666 1px 1px 2px;
}

/* *******************************************************************************************
 *         Subscription                                                                      *
 ******************************************************************************************* */

#news_subscribe {
	position: relative;
}
#news_subscribe .form {
	width: 100%;
}

/* *******************************************************************************************
 *         Calendar                                                                          *
 ******************************************************************************************* */

.calendar .event_date {
	font-size: 110%;
	color: #000;
}
.calendar .event_upper {
	padding: 10px 0;
}

.calendar .event_lower {}

.calendar .event_lower .link {
	padding: 10px 0;
}
.calendar .label label {
	font-weight: bold;
}

/* *******************************************************************************************
 *         Map - Förvaltningsområden                                                         *
 ******************************************************************************************* */

#mapDiv {
	position: relative;
	font-size: 0.1px;
	padding-top: 5px;
}
#mapDiv .dotImage {
	position: absolute;
	width: 30px;
	height: 30px;
	z-index: 100;
	background: transparent url(/images_gui/icons/icon_map_dot_sprite.png) 0 0 no-repeat;
}
#mapDiv .dotImage:hover,
#mapDiv .dotImage.hover {
	background-position: 0 -50px;
}
#mapDiv .dotImage.new {
	background-position: 0 -100px;
	z-index: 10000000;
}
#mapDiv .dotImage .dotText {
	width: 30px;
	height: 30px;
	font: normal 16px/30px Verdana,Geneva,sans-serif;
	color: #fff;
	text-align: center;
	cursor: pointer;
}

#mapAdminList .item {
	margin: 0;
	padding: 8px 0;
	border-bottom: 1px solid #ccc;
}
#mapAdminList .item.new {
	background: transparent url('data:image/gif;base64,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') 0 0 repeat;
}
#mapAdminList .item.first {
	border-top: 1px solid #ccc;
}

#mapList table {
	border-collapse: collapse;
}
#mapList table td.nbrTd {
	width: 20px;
	padding-right: 5px;
	text-align: right;
}
#mapList .item.odd {
	background-color: #f1eee9;
}

#mapList .mapCb {
	display: block;
	float: right;
	width: 26px;
	height: 26px;
	background: transparent url(/images_gui/icons/icon_radio_button_sprite.png?v=2) 0px 0px no-repeat;
}
#mapList .mapCb:hover,
#mapList .mapCb.hover {
	background-position: -40px -0px;
}
#mapList .mapCb.checked {
	background-position: -0px -40px;
}
#mapList .mapCb.checked:hover,
#mapList .mapCb.checked.hover {
	background-position: -40px -40px;
}



/* *******************************************************************************************
 *         Lists                                                                             *
 ******************************************************************************************* */

.list .item {
	margin: 0;
	padding: 4px 0 35px 0;
	background-color: transparent;
}
.list .item {
	margin: 0;
	padding: 10px 7px;
	border-top: 1px solid #ccc;
	background-color: transparent;
}
.phone .list .item {
	padding: 10px 20px;
}
.list .itemHover {
	background-color: #ffd;
}
.list .itemFirst,.list .item.first {
	border-top: 0;
}
.list .itemNoBorder {
	padding-bottom: 0;
	border-bottom: 0;
}
.list .item .date {
	display: block;
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #666;
}
.list .item .section {
	display: block;
	margin: 0;
	padding: 0;
	color: #999;
}
.list .item .date .section,
.list .item .type {
	display: inline;
	margin: 0;
	padding: 0 0 0 7px;
	color: #999;
	font-weight: normal;
}
.list .item H3,
.list .item H4 {
	margin: 0;
	padding: 5px 0 !important;
}
.list .item .text {
	margin: 0 !important;
	padding: 0 !important;
}

/* *******************************************************************************************
 *         documentArchive                                                                   *
 ******************************************************************************************* */

#documentArchive {
}
#documentArchive .form {
	margin-top: 15px;
	border: 0;
	border-bottom: 1px solid #e9e9e9;
}
#documentArchive .documentArchiveFormTable TD {
	padding: 0 0 5px 0;
}
#documentArchive .form .buttons {
	text-align: right;
	padding: 5px 0 0 0;
}
#documentArchive .list .item {
}
#documentArchive .list .item .textCol {
	float: left !important;
	width: 390px !important;
}
#documentArchive .list .item .linkCol {
	float: right !important;
	text-align: left;
	width: 115px !important;
}
#documentArchive .list .item H3 {
	margin: 0;
	padding: 0 0 5px 0;
}
#documentArchive .list .item .itemText {
	margin-bottom: 0;
	padding-top: 4px;
}
#documentArchive .list .item .categories {
	display: inline;
	margin: 0;
	padding: 0;
	color: #999;
	font-weight: normal;
}
#documentArchive .list .item .dates {
	display: block;
	color: #666;
}
#documentArchive .list .item .links {
	padding-top: 15px;
}
#documentArchive .list .item .links A {
	font-weight: normal;
}
#documentArchive LABEL,
.documentArchive LABEL {
	cursor: pointer;
}
#documentArchive LABEL.labelHover,
.documentArchive LABEL.labelHover {
	color: #0b0;
}


.phone #catsToggleDiv a,
#catsToggleDiv a {
	display: block;
	text-align: right;
}
.phone #catsToggleDiv a span,
#catsToggleDiv a span {
	display: block;
	margin-bottom: 5px;
}

/* *******************************************************************************************
 *         Info plate                                                                        *
 ******************************************************************************************* */

.info_plate {
	position: relative;
	display: table;
	width: 100%;
	min-height: 120px !important;
	margin: 28px 0 0 0;
	font: 400 15px/1.3em 'AvLTStd-Light', 'Open Sans', Verdana, Geneva, sans-serif;
}
.info_plate,
.greenBg {
	background: #82c38d none !important;
	border-color: #62a36d !important;
	color: #fff !important;
}
.info_plate.red,
.redBg {
	background: #e1134f none !important;
	border-color: #c1032f !important;
	color: #fff !important;
}
.info_plate h3 {
	margin: 0 0 5px 0;
	font: 400 18px/20px 'AvLTStd-Roman', 'Open Sans', Verdana, Geneva, sans-serif !important;
	color: #fff !important;
}
.info_plate .left {
	position: relative;
	display: table-cell;
	width: 8%;
	height: 100px !important;
	padding-top: 20px;
	text-align: center !important;
	vertical-align: top;
	font: normal 120px/100px 'vinchandregular', sans-serif;
	color: #fff;
}
.info_plate .right {
	position: relative;
	display: table-cell;
	width: 92%;
	text-align: left;
	vertical-align: middle;
	padding: 1em 5% 0.9em 1%;
}
.infoPlateBtns {
	position: absolute;
	top: -15px;
	left: -5px;
	padding: 2px 6px 4px 5px;
	background-color: #fff;
	-moz-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.8);
	-webkit-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.8);
	box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.8);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#000000')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#000000');
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

/* *******************************************************************************************
 *         Other                                                                             *
 ******************************************************************************************* */

.defM {
	margin-left: 7px !important;
	margin-right: 7px !important;
}
.phone .defM {
	margin-left: 20px !important;
	margin-right: 20px !important;
}
.noP {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

ul.link_list {
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0;
}
ul.link_list li {
	display: block;
	margin: 0 0 5px 0 !important;
	padding: 0 7px !important;
	background: transparent none !important;
}
.phone ul.link_list li {
	padding: 0 20px !important;
}
ul.link_list li .date {
	display: block;
	font-size: 13px;
	color: #363636;
}
ul.link_list li .date .source,
ul.link_list li .date .category {
	display: inline;
	color: #999;
}


ul.gradient_plates {
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0;
	background-color: #6aa8d0;
	/* IE10 Consumer Preview */
	background-image: -ms-linear-gradient(top, #6aa8d0 0%, #298fca 100%);
	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(top, #6aa8d0 0%, #298fca 100%);
	/* Opera */
	background-image: -o-linear-gradient(top, #6aa8d0 0%, #298fca 100%);
	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #6aa8d0), color-stop(1, #298fca));
	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(top, #6aa8d0 0%, #298fca 100%);
	/* W3C Markup, IE10 Release Preview */
	background-image: linear-gradient(to bottom, #6aa8d0 0%, #298fca 100%);
}
ul.gradient_plates li {
	display: block;
	margin: 0 !important;
	padding: 0 !important;
	border-bottom: 1px solid #fff;
	background: transparent none !important;
}
ul.gradient_plates li a {
	display: block;
	padding: 15px 15px 15px 25px;
	font: 400 18px/20px 'AvLTStd-Roman', 'Open Sans', Verdana, Geneva, sans-serif;
	color: #fff !important;
	text-decoration: none !important;
}


/* *******************************************************************************************
 *         Green plate                                                                       *
 ******************************************************************************************* */

.green_plate {
	position: relative;
	display: table;
	width: 100%;
	margin: 0 0 20px 0;
	font: 400 15px/1.3em 'AvLTStd-Light', 'Open Sans', Verdana, Geneva, sans-serif;
	color: #fff;
	background-color: #25331a;
	/* IE9- fallback */
	background-image: url('/images_gui/bg_gradient_green_93a482_25331a.png');
	background-position: left top;
	background-repeat: repeat-x;
	/* IE10 Consumer Preview */
	background-image: -ms-linear-gradient(top, #93a482 0%, #25331a 100%);
	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(top, #93a482 0%, #25331a 100%);
	/* Opera */
	background-image: -o-linear-gradient(top, #93a482 0%, #25331a 100%);
	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #93a482), color-stop(1, #25331a));
	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(top, #93a482 0%, #25331a 100%);
	/* W3C Markup, IE10 Release Preview */
	background-image: linear-gradient(to bottom, #93a482 0%, #25331a 100%);
}
.green_plate h3 {
	margin: 0 0 5px 0;
	font: 400 18px/20px 'AvLTStd-Roman', 'Open Sans', Verdana, Geneva, sans-serif;
	color: #fff;
}
.green_plate .left {
	position: relative;
	display: table-cell;
	width: 15%;
	padding-top: 0.12em;
	text-align: center !important;
	vertical-align: top;
	background-color: #25331a;
	font: 800 48px/55px 'AvLTStd-Roman', 'Open Sans', Verdana, Geneva, sans-serif;
	color: #fff;
}
.green_plate .right {
	position: relative;
	display: table-cell;
	width: 85%;
	text-align: left;
	vertical-align: middle;
	padding: 1em 5% 0.9em 5%;
}

/* *******************************************************************************************
 *         Blue plate                                                                        *
 ******************************************************************************************* */

.blue_plate {
	position: relative;
	margin: 0 0 20px 0;
	font: 400 15px/1.3em 'AvLTStd-Light', 'Open Sans', Verdana, Geneva, sans-serif;
}

.blue_plate h2 {}

.phone .blue_plate h2 {
	font: 400 18px/22px 'AvLTStd-Roman', 'Open Sans', Verdana, Geneva, sans-serif;
	color: #000;
	border-bottom: 1px solid #ccc;
	padding: 0 20px 3px 20px;
	margin: 10px 0 15px 0;
}

.blue_plate .plate_content {
	margin: 0;
	padding: 1em 13px 0.5em 13px;
	color: #fff;
	background-color: #298fca;
	/* IE9- fallback */
	background-image: url('/images_gui/bg_gradient_blue.png');
	background-position: left top;
	background-repeat: repeat-x;
	/* IE10 Consumer Preview */
	background-image: -ms-linear-gradient(top, #6aa8d0 0%, #298fca 100%);
	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(top, #6aa8d0 0%, #298fca 100%);
	/* Opera */
	background-image: -o-linear-gradient(top, #6aa8d0 0%, #298fca 100%);
	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #6aa8d0), color-stop(1, #298fca));
	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(top, #6aa8d0 0%, #298fca 100%);
	/* W3C Markup, IE10 Release Preview */
	background-image: linear-gradient(to bottom, #6aa8d0 0%, #298fca 100%);
}
.phone .blue_plate .plate_content {
	margin: 0 20px;
}

/* *******************************************************************************************
 *         Beige plate                                                                       *
 ******************************************************************************************* */

.beige_plate {
	position: relative;
	margin: 0;
	font: 400 15px/1.3em 'AvLTStd-Light', 'Open Sans', Verdana, Geneva, sans-serif;
}

.beige_plate h2 {
	margin-top: 20px;
}

.phone .beige_plate h2 {
	font: 400 18px/22px 'AvLTStd-Roman', 'Open Sans', Verdana, Geneva, sans-serif;
	color: #000;
	border-bottom: 1px solid #ccc;
	padding: 0 20px 3px 20px;
	margin: 10px 0 15px 0;
}

.beige_plate .plate_content {
	margin: 0;
	padding: 1em 13px 0.5em 13px;
	color: #584231;
	background-color: #ffffff;
	/* IE9- fallback */
	background-image: url('/images_gui/bg_gradient_beige_efebe7_ffffff.png');
	background-position: left top;
	background-repeat: repeat-x;
	/* IE10 Consumer Preview */
	background-image: -ms-linear-gradient(top, #efebe7 0%, #ffffff 100%);
	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(top, #efebe7 0%, #ffffff 100%);
	/* Opera */
	background-image: -o-linear-gradient(top, #efebe7 0%, #ffffff 100%);
	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #efebe7), color-stop(1, #ffffff));
	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(top, #efebe7 0%, #ffffff 100%);
	/* W3C Markup, IE10 Release Preview */
	background-image: linear-gradient(to bottom, #efebe7 0%, #ffffff 100%);
}
.phone .beige_plate .plate_content {
	margin: 0 20px;
}

.beige_plate .plate_content .word {
	font: 300 italic 48px/58px 'AvLTStd-Roman', 'Open Sans', Verdana, Geneva, sans-serif;
}
.smallTablet .beige_plate .plate_content .word {
	font-size: 40px;
	line-height: 45px;
}
.beige_plate .plate_content .info {
	font: 400 15px/1.3em 'AvLTStd-Light', 'Open Sans', Verdana, Geneva, sans-serif;
	color: #797b64;
}

/* *******************************************************************************************
 *         Text plate                                                                        *
 ******************************************************************************************* */

.plate {
	position: relative;
	margin: 0 0 20px 0;
	max-width: 540px;
}

.plate .plate_content {
	margin: 0;
	padding: 0 7px 0.5em 7px;
}
.phone .plate .plate_content {
	padding: 0.5em 20px;
}

/* *******************************************************************************************
 *         Articles                                                                          *
 ******************************************************************************************* */

.articles {
	margin-top: 25px;
}
#entrepage .articles {
	margin-top: 10px;
}
#entrepage #article_top.articles {
	padding-bottom: 12px;
	background-color: #fff;
	margin-top: 0;
	border-top: 25px solid #fff;
}

.articles .article {
	margin-bottom: 15px;
	padding-bottom: 12px;
	border-bottom: 1px solid #ccc;
}
.phone .articles .article {
	padding-bottom: 0;
}

#articlesBottom.articles {
	margin-top: -10px;
	background-color: #fff3cf;
	padding: 18px 20px 8px 20px;
}
#articlesBottom.articles .article {
	margin: 0;
	padding: 0 0 10px 0;
	border-bottom: 0;
}

.articles .article.last {
	border-bottom: 0;
}
.articles .article h2 {
	position: relative;
	padding: 0;
}
.articles .article .text {
	font-size: 16px;
	line-height: 20px;
}
.articles .article .text .section {
	display: block;
	float: left;
	margin: 0;
	padding: 0 7px 0 0;
	font-size: 16px;
	color: #000;
	font-weight: normal;
}
.phone .articles .article h2,
.phone .articles .article .text,
.phone .articles .article .foldable {
	padding-right: 20px !important;
	padding-left: 20px !important;
}
.phone .articles .article h2 {
	padding-right: 30px !important;
}
.phone .articles .article h2 a.plusMinus {
	display: block;
	position: absolute;
	top: 0;
	right: 4px;
	width: 19px;
	height: 19px;
	background: transparent url(/images_gui/icons/icon_plus_minus_sprite.png?v=2) 0 -100px no-repeat;
	z-index: 1000;
}
.phone .articles .article h2.plus a.plusMinus {
	background: transparent url(/images_gui/icons/icon_plus_minus_sprite.png?v=2) 0 0 no-repeat !important;
}
.phone .articles .article.small h2 a.plusMinus {
	background-position: 0 0;
}
.phone .articles .article h2.minus a.plusMinus {
	background-position: 0 -100px;
}
.phone .articles .article.small .foldable {
	display: none;
}
.phone .articles .article h2 {
	padding: 0 0 0.4em 0;
}
.phone .articles .article .foldable .image img,
.phone .articles .article .foldable .text {
	margin: 1em 0;
	padding-right: 0 !important;
	padding-left: 0 !important;
}
.articles .article.noImage .foldable {
	padding-bottom: 1em !important;
}
.articles .article.noImage>div {
	padding-right: 7px;
	padding-left: 7px;
}
.phone .articles .article.noImage>div {
	padding-right: 0;
	padding-left: 0;
}



#entrepage #article_top h2.line {
	margin-top: 0;
	padding-top: 10px;
}
#entrepage .article.large {
	margin-bottom: 0;
}
.phone .image_box .image img {
	max-width: 310px !important;
}
.image_box .text {
	margin: 5px 0 0 0;
	padding: 0 7px;
}
.textItems .textItem,
.textItems .text,
.box .text {
	margin: 0 0 10px 0;
	padding: 0 7px;
}
.phone .image_box .image,
.phone .image_box .text,
.phone .textItems .textItem,
.phone .textItems .text {
	padding-right: 20px !important;
	padding-left: 20px !important;
}
.blue_plate.textItems .textItem,
.blue_plate.textItems .text {
	padding: 0 !important;
}
.image_box .text h3,
.textItems .textItem h3 {
	font: 400 16px/18px 'AvLTStd-Roman', 'Open Sans', Verdana, Geneva, sans-serif;
	margin: 0;
	padding: 0;
}

.textItems .textItem .text,
#article .textItem .text,
.textItem .text {
	padding-left: 0 !important;
	padding-right: 0 !important;
}



