/*#98B2CC#BBCCDD#E5EBF1#F5FBFF *//* =====================================BASIC STYLES===================================== */body {background: #fff;font-family: sans-serif; /* sans-serif falls back to default OS and Browser font, usually Arial or Helvetica and so on */font-size: 12px;color: rgba(0,86,55,1);line-height: 1.3background: #F5FBFF url(https://www.eyeshower.eu/uploads/os/body.png) repeat-x left top}/* you can change appearance of the page by adding or removing #boxed id to body tag. */body#boxed {background: #d1d1d1 url(https://www.eyeshower.eu/uploads/simplex/images/boxed-bg.gif) repeat}/* add some space inside the boxed container */#boxed .container {padding: 0 1%}a img {border: none}/* you can use these classes to align images to left or right */.right {float: right}.left {float:left}/* if image needs some space add this class to img tag* so at the end a left floating image would be <img src='some.jpg' class='left spacing' alt='foo' />*/.spacing {margin: 10px}.spacing.left {margin: 10px 10px 10px 0}.spacing.right {margin: 10px 0 10px 10px}/* or add a 2 px border to image or something, change as you need it */.border {border: 2px solid #e9e9e9}/* some styling for code chunks */code, samp, kbd {font-family: Consolas, 'Andale Mono WT', 'Andale Mono', 'Lucida Console', 'Lucida Sans Typewriter', monospace;color: rgba(0,86,55,1)}pre code {line-height: 1.4;font-size: 11px}pre {padding: 10px;margin: 10px 0;overflow: auto;width: 93%;background: #F5FBFF;border-radius: 6px;-webkit-border-radius: 6px;-moz-border-radius: 6px;-o-border-radius: 6px}/* target IE7 and IE6 */*:first-child+html pre {padding-bottom: 20px;overflow-y: hidden;overflow: visible;overflow-x: auto}* html pre {padding-bottom: 20px;overflow: visible;overflow-x: auto}/* horizontal ruler */hr {border: solid #e9e9e9;border-width: 1px 0 0 0;clear: both;margin: 10px 0 30px 0;height: 0}/* =====================================COMMON TYPOGRAPHY===================================== *//* link default styles */a {color: rgba(0,86,55,1);}a:visited {color: rgba(0,86,55,1)}a:hover {color: #009261;transition: transform 0.6s ease-out;-webkit-transition: color 0.6s ease-out;-moz-transition: color 0.6s ease-out;-o-transition: color 0.6s ease-out;text-decoration: underline}a:focus {outline: thin dotted}a:hover, a:active {outline: 0}/* add icon to links with class external */a.external span {display: inline-block;width: 9px;height: 9px;text-indent: -999em;margin: 0 3px;/* using sprite image, but left as reference to single imagebackground: transparent url(https://www.eyeshower.eu/uploads/simplex/images/external-icon.png) no-repeat 0 0*/background: transparent url(https://www.eyeshower.eu/uploads/simplex/images/simplex-sprite.png) no-repeat -10px -130px;}a.external:hover span {background-position: -10px -139px}/* default heading styles */h1,h2,h3 {font-family: Arial, Helvetica, sans-serif;}h1 {color: rgba(0,86,55,1);margin: 10px 0;font-size: 28px;text-transform: uppercase;}h2 {color: rgba(0,86,55,1);font-size: 22px}h3 {color: rgba(0,86,55,1);font-weight: 300;font-size: 18px}/* blockquotes and cites */blockquote,blockquote p {font-size: 14px;line-height: 1.5;color: rgba(0,86,55,1);font-style: italic;font-family: Georgia, Times New Roman, serif}blockquote {margin: 0 0 20px 0;padding: 9px 10px 10px 19px;border-left: 5px solid #009261}blockquote cite {display: block;font-size: 12px;color: rgba(0,86,55,1)}blockquote cite:before {content: "\2014 \0020";}blockquote cite a,blockquote cite a:visited,blockquote cite a:visited {font-family: Georgia, Times New Roman, serif;}/* =====================================LAYOUT===================================== *//* wrapping the page in a box */#wrapper {margin-top: 10px;border-top: 5px solid rgba(118,195,81,1)}/* you can switch appearance of the page by adding or removing id #boxed to body tag */#boxed #wrapper {background: #fff;box-shadow: 2px 2px 8px rgba(0,86,55,1)}/* ------ HEADER SECTION ------ *//* if you need height or something for header part add style here */.header {}/* the logo */.logo {margin-top: 12px;position: relative}.top .header {border-bottom: 1px solid #F5FBFF}/* bottom part of header*/.header-bottom {height: 55px;line-height: 55px}/* search */.search {text-align: right;}/* webkit browser add icons to input of type search, we dont want it here now */input.search-input::-webkit-search-decoration,input.search-input::-webkit-search-results-button,input.search-input::-webkit-search-results-decoration {-webkit-appearance:none}/* styling the search input field */input.search-input {border: 1px solid #F5FBFF;height: 17px;line-height: 17px;outline: 0;margin: 13px 0 0 0;width: 165px;padding: 5px 0 3px 35px;font-size: 11px;color: rgba(0,86,55,1);transition: all .35s ease-in-out;-webkit-transition: all .35s ease-in-out;-moz-transition: all .35s ease-in-out;-o-transition: all .35s ease-in-out;/* using sprite image, left as reference to single imagebackground: #fff url(https://www.eyeshower.eu/uploads/simplex/images/search-icon.png) 10px 50% no-repeat*/background: #fff url(https://www.eyeshower.eu/uploads/simplex/images/simplex-sprite.png) 0px -434px no-repeat}input.search-input:focus {border: 1px solid rgba(0,86,55,1);width: 240px;box-shadow: 0 0 3px rgba(0,86,55,1);-webkit-box-shadow: 0 0 3px rgba(0,86,55,1);-moz-box-shadow: 0 0 3px rgba(0,86,55,1);-o-box-shadow: 0 0 3px rgba(0,86,55,1);}/* ------ BANNER AREA ------ */.banner {overflow: hidden;background: rgba(0,86,55,1)}/* left text in orange box */.banner-text {padding:0 0 0 1%;position: relative;float: left;max-height: 275px;width: 30.333%}.banner-text ul {padding: 32px 0;}.banner-text li {list-style: none;display: block;color: rgba(0,86,55,1);text-shadow: 0px 1px 0 #BBCCDD, 0 -1px 0 rgba(0,0,0,0.3);font-size: 36px;font-weight: 700;transition: all 2s linear;-webkit-transition: all 1.5s linear;-moz-transition: all 1.5s linear;-o-transition: all 1.5s linear;display: block}/* animating unordered list text in banner */.banner-text li:hover {text-indent: 120px;opacity: 0;transform: scale(2) rotate(35deg);-webkit-transform: scale(2) rotate(35deg);-moz-transform: scale(2) rotate(35deg);-o-transform: scale(2) rotate(35deg)}/* images on the right */.banner-image {float:right;display: block;position: relative;width: 67.667%;overflow: hidden;background: #e9e9e9}.banner-image div {position: absolute;z-index: 0;width: 100%;min-height: 100px;overflow: hidden;display: block;top: 0;left: 0}.banner-image img {display: block;height: auto;width: 100%;bottom: 0;max-width: 100%;}/* ------ CONTENT AREA ------ */.content-wrapper {padding-top: 20px}.content-top {background: url(https://www.eyeshower.eu/uploads/simplex/images/dots.gif) repeat-x 0 50%;font-family: Georgia, Times New Roman, serif;color: rgba(0,86,55,1);font-style: italic;line-height: 20px}/* breadcrumbs */.breadcrumb {display: inline-block;background: #fff;width: auto;padding-right: 6px}.breadcrumb a {color: rgba(0,86,55,1);display: inline-block;width: auto;background: #fff}/* print button */a.printbutton {display: block;padding-left: 6px;width: 16px;height: 16px;float:right;text-indent: -999em;/* using sprite image, left as reference to single imagebackground: #fff url(https://www.eyeshower.eu/uploads/simplex/images/print-icon.png) no-repeat 6px -16px;*/background: #fff url(https://www.eyeshower.eu/uploads/simplex/images/simplex-sprite.png) no-repeat -4px -94px;transition: all 0.2s ease-out;-webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;-o-transition: all 0.2s ease-out}a.printbutton:hover {/* using sprite image, left as reference to single imagebackground: #fff url(https://www.eyeshower.eu/uploads/simplex/images/print-icon.png) no-repeat 6px 0;*/background: #fff url(https://www.eyeshower.eu/uploads/simplex/images/simplex-sprite.png) no-repeat -4px -78px;}/* news module summary -> content */.content .news-summary  span.heading {display: none}.content .news-article {margin-bottom: 15px;padding-bottom: 15px;border-bottom: 1px dotted #e9e9e9}.content .news-summary ul.category-list {margin: 15px 0}.content .news-summary ul.category-list li a,.news-summary ul.category-list li span {border-radius: 4px}.news-summary ul.category-list li span {opacity: .4}/* news module summary -> sitewide (content + sidebar) *//* article heading */.news-article h2 {margin: 0 0 15px 0}.news-article h2 a {font-family: Arial, Helvetica, sans-serif;text-transform: uppercase;color: rgba(0,86,55,1);font-size: 16px;text-decoration: none;font-weight: 700}/* date circle, well square for IE  */.news-article .date {background: #013963;color: #fff;display: block;float:left;width: 40px;padding: 6px;height: 40px;border-radius: 26px;text-align: center;font-family: Georgia, Times New Roman, serif}.news-article .day {font-size: 20px;line-height: 1;padding-bottom: 2px;font-style: italic;display: block}.news-article.month {font-size: 11px;display: block}/* author and category */.news-article .author,.news-article .category {font-family: Georgia, Times New Roman, serif;display: block;padding-left: 60px;font-size: 11px;font-style: italic}/* category list on top of summary */.news-summary ul.category-list {margin:15px 0 0 0;padding:0;list-style: none}.news-summary ul.category-list li {float:left;display: block;width: auto;margin-right: 5px}.news-summary ul.category-list li a,.news-summary ul.category-list li span {display: block;color: #00A3CF;padding: 4px 8px;background: #F5FBFF;border-radius: 4px 4px 0 0;text-decoration: none;font-size: 11px;text-transform: uppercase}.news-summary ul.category-list li a:hover {color: #013963}.news-summary .paginate {font: italic 11px/1.2 Georgia, Times New Roman, serif;}.news-summary .paginate a {padding: 0 3px;}.news-meta {background: #F5FBFF;padding: 10px;margin: 10px 0}/* more link */.more,.more a,/* back link */.back,.back a,/* previous, next links */.previous a,.next a,.previous,.next {font:  italic 12px/1.3 Georgia, Times New Roman, serif;color: #00A3CF;text-decoration: none}/* hover behavior of more, next, previous links */.more a:hover,.back a:hover,.previous a:hover,.next a:hover {text-decoration: underline}.previous,.next {padding: 6px 0;}/* align next link to right */.previous {float:left;}.next {float: right}/* ------ SIDEBAR AREA ------ *//* news module summary -> sidebar */.sidebar .news-summary  span.heading {background: url(https://www.eyeshower.eu/uploads/simplex/images/dots.gif) repeat-x 0 50%;color: #00A3CF;font:  normal 16px/20px Georgia, Times New Roman, serif;margin: 0 0 15px 0;display: block}.sidebar .news-summary .heading span {display: inline-block;width: auto;background: #fff;padding-right: 6px}.sidebar .news-article {padding: 15px;position: relative;background: #F5FBFF;margin-bottom: 20px;border-radius: 0 0 6px 0}/* creating a bubble box with css3 */.sidebar .news-article:before {content:'';position: absolute;bottom: -15px;right: 25px;width: 10px;height: 35px;-webkit-transform: rotate(55deg) skewY(55deg);-moz-transform: rotate(55deg) skewY(55deg);-o-transform: rotate(55deg) skewY(55deg);-ms-transform: rotate(55deg) skewY(55deg);transform: rotate(55deg) skewY(55deg);background: #F5FBFF}/* MENU HORIZONTAL *//*tm. modrá #013963sv. modrá #00A3CF#98B2CC#BBCCDD#E5EBF1#F5FBFF*/#menu_vert {/* no margin/padding so it fills the whole div */margin: 0;padding: 0;}.clearb {/* needed for some browsers */clear: both;}#menuwrapper {/* set the background color for the menu here */background-color: rgba(0,86,55,1);/* IE6 Hack */height: 1%;width: auto;/* one border at the top */border-top: 0px solid #3F565C;margin: 0;padding: 0;}ul#primary-nav {list-style-type: none;margin: 0px;padding-top: 10px;padding-left: 10px;}#primary-nav ul {/* remove any default bullets */list-style-type: none;/* sets width of second level ul to background image */width: 210px;margin: 0px;padding: 0px;/* make the ul stay in place so when we hover it lets the drops go over the content instead of displacing it */position: absolute;/* top being the bottom of the li it comes out of */top: auto;/* keeps it hidden till hover event */display: none;/* room at top for li so image top shows correct */padding-top: 9px;/* set your image here, tall enough for the ul */background: url(https://www.eyeshower.eu/uploads/os/ultopup.png) no-repeat left top;}/* IE6 hacks on the above code */* html #primary-nav ul {padding-top: 13px;background: url(https://www.eyeshower.eu/uploads/os/ultopup.gif) no-repeat left top;}#primary-nav ul ul {margin-top: 0px;margin-left: -1px;left: 100%;top: -3px;background: url(https://www.eyeshower.eu/uploads/os/ultoprt.png) no-repeat left top;}/* IE6 hacks on the above code */* html #primary-nav ul ul {margin-top: 0px;padding-left: 5px;left: 100%;top: -7px;/* IE6 gets gif as it can't handle transparent png */background: url(https://www.eyeshower.eu/uploads/os/ultoprt.gif) no-repeat right top;}#primary-nav li {/* a little space to the left of each top level menu item */margin-left: 5px;/* floating left will set menu items to line up left to right else they will stack top to bottom */float: left;}#primary-nav li li {margin-left: 8px;margin-top: -1px;float: none;position: relative;}/* IE6 hacks on the above code */* html #primary-nav li li {margin-left: 6px;/* helps hold it inside the ul */width: 171px;}ul#primary-nav li a {/* specific font size, this could be larger or smaller than default font size */font-size: 1em;/* make sure we keep the font normal */font-weight: normal;/* set default link colors */color: rgba(118,195,81,1); #fff;/* doing tab menus require a bit different padding, this will give room on right for image to show, adjust to width of your image */padding: 0px 11px 0px 0px;/* makes it hold a shape */display: block;/* remove default "a" underline */text-decoration: none;}ul#primary-nav li a span {/* takes normal "a" padding minus some for right image */padding: 12px 4px 12px 15px;/* makes it hold a shape */display: block;}ul#primary-nav li a:hover {/* kind of obvious */background-color: transparent;}ul#primary-nav li {/* set your image here */background:  url(https://www.eyeshower.eu/uploads/os/navrttest.gif) no-repeat right -51px;}ul#primary-nav li span {/* set your image here */background:  url(https://www.eyeshower.eu/uploads/os/navlefttest.gif) repeat-x left -51px;/* set text color here also to insure color */color: rgba(118,195,81,1); #fff;/* just to be sure */font-weight: normal;}ul#primary-nav li li {/* remove any image set in first level li */background:  none;}ul#primary-nav li li span {/* remove any image set in first level li span */background:  none;/* set text color here also to insure color */color: rgba(118,195,81,1); #fff;/* just to be sure */font-weight: normal;}ul#primary-nav li:hover,ul#primary-nav li.menuh,ul#primary-nav li.menuparenth {/* set hover image, right side */background:  url(https://www.eyeshower.eu/uploads/os/navrttest.gif) no-repeat right 0px;}ul#primary-nav li:hover span,ul#primary-nav li.menuh span,ul#primary-nav li.menuparenth span {/* set hover image, left side */background:  url(https://www.eyeshower.eu/uploads/os/navlefttest.gif) repeat-x left 0px;/* change text color on hover */color: rgba(118,195,81,1); #000;font-weight: normal;}/* IE6 hacks, the JS used for hover effect in IE6 puts class menuh on li, unless they have a class then just an "h" as seen above and below */ul#primary-nav li li.menuh {background:  none;font-weight: normal;}/* IE6 hacks */ul#primary-nav li.menuparenth li span {background:  none;color: rgba(118,195,81,1); #000;font-weight: normal;}/* IE6 hacks */ul#primary-nav li.menuparenth li.menuparent span {/* gif for IE6, as it can't handle transparent png */background:  url(https://www.eyeshower.eu/uploads/os/parent.gif) no-repeat right center;color: rgba(118,195,81,1); #000}/* IE6 hacks */ul#primary-nav li.menuparenth li.menuh span {background:  none;color: rgba(118,195,81,1); #FFF;font-weight: normal;}/* IE6 hacks */ul#primary-nav li.menuparenth li.menuparenth {background:  none;color: rgba(118,195,81,1); #FFF;font-weight: normal;}ul#primary-nav li.menuactive a {/* set your image here for active tab right */background:  url(https://www.eyeshower.eu/uploads/os/navrttest.gif) no-repeat right 0px;}ul#primary-nav li a.menuactive span {/* set your image here for active tab left */background:  url(https://www.eyeshower.eu/uploads/os/navlefttest.gif) repeat-x left 0px;/* non active is #FFF/white, we need #000/black to contrast with light background */color: #fff; #000;/* bold to set it off from non active */font-weight: bold;}#primary-nav li li a {/* second level padding, no image and not as big */padding: 5px 10px;/* to keep it within li */width: 165px;/* space between them */margin: 5px;background: none;}/* IE6 hacks to above code */* html #primary-nav li li a {padding: 5px 10px;width: 165px;margin: 0px;color: rgba(118,195,81,1); #000;}#primary-nav li li:hover {/* remove image set in first level */background: none;}#primary-nav li li a:hover {/* set different image than first level */background:  url(https://www.eyeshower.eu/uploads/os/darknav.png) repeat-x left center;/* we need #FFF/white to contrast with dark background */color: #FFF;}#primary-nav li.menuparent li a:hover span {/* insures text color */color: #FFF;}ul#primary-nav li:hover li a span {/* first level is #FFF/white, we need #000/black to contrast with light background */color: rgba(118,195,81,1);#000;/* just to insure normal */font-weight: normal;}#primary-nav li li.menuactive a.menuactive, #primary-nav li li.menuactive a.menuactive:hover {/* set your image here, lighter than hover */bbackground:  url(https://www.eyeshower.eu/uploads/os/nav.png) repeat-x left 0px;/* non active is #FFF/white, we need #000/black to contrast with light background */color: rgba(118,195,81,1);#000;}#primary-nav li li.menuactive a.menuactive span {/* insures text color */color: #fff;}#primary-nav li li.menuactive a.menuactive:hover span {/* insures text color */color: rgba(118,195,81,1);#000;}/* IE6 hacks to above code */#primary-nav li li.menuparenth a.menuparent span {/* right arrow for menu parent, IE6 gif */background:  url(https://www.eyeshower.eu/uploads/os/parent.gif) no-repeat right center;color: rgba(118,195,81,1); #000}/* IE6 hacks to above code */#primary-nav li li.menuparenth a.menuparent:hover span {color: #FFF}#primary-nav li li.menuparent a.menuparent span {/* right arrow for parent item */background:  url(https://www.eyeshower.eu/uploads/os/parent.gif) no-repeat right center;}#primary-nav li.menuactive li a:hover span {/* black text */color: rgba(118,195,81,1); #000}ul#primary-nav li li a.menuactive  span {/* remove image set in first level */background:  none;font-weight: normal;}#primary-nav li.menuactive li a {/* second level active link color */color: #fff; #0587A9;text-decoration: none;background: none;}#primary-nav li.menuactive li a:hover {/* dark image for hover */background:  url(https://www.eyeshower.eu/uploads/os/darknav.png) repeat-x left center;}#primary-nav li.menuactive li a:hover span {/* white text to contrast with dark background image on hover */color: #FFF;}ul#primary-nav li:hover li a span, ul#primary-nav li.menuparenth li a span {padding: 0px;background:  none;}/* this is a special li type from the menu template, used to hold the bottom image for ul set above */#primary-nav ul li.separator, #primary-nav .separator:hover {/* set same as ul */width: 210px;/* height of image */height: 9px;/* negative margin pulls it down to cover ul image */margin: 0px 0px -8px;/* set your image here */background: url(https://www.eyeshower.eu/uploads/os/ulbtmrt.png) no-repeat left bottom;}/* same as above for next level to insure it shows correct */#primary-nav ul ul li.separator, #primary-nav ul ul li.separator:hover {height: 9px;margin: 0px 0px -8px;background: url(https://www.eyeshower.eu/uploads/os/ulbtmrt.png) no-repeat left bottom;}/* IE6 hacks */* html #primary-nav ul li.separator {height: 2px;background: url(https://www.eyeshower.eu/uploads/os/ulbtmrt.gif) no-repeat left bottom;}/* IE6 hacks */* html #primary-nav ul li.separatorh {margin: 0px 0px -8px;height: 2px;background: url(https://www.eyeshower.eu/uploads/os/ultop.gif) no-repeat left top;}/* The magic - set to work for up to a 3 level menu, but can be increased unlimited, for fourth level add#primary-nav li:hover ul ul ul,#primary-nav li.menuparenth ul ul ul,*/#primary-nav ul,#primary-nav li:hover ul,#primary-nav li:hover ul ul,#primary-nav li.menuparenth ul,#primary-nav li.menuparenth ul ul {display: none;}/* for fourth level add#primary-nav ul ul ul li:hover ul,#primary-nav ul ul ul li.menuparenth ul,*/#primary-nav li:hover ul,#primary-nav ul li:hover ul,#primary-nav ul ul li:hover ul,#primary-nav li.menuparenth ul,#primary-nav ul li.menuparenth ul,#primary-nav ul ul li.menuparenth ul {display: block;}/* IE Hacks */#primary-nav li li {float: left;clear: both;}#primary-nav li li a {height: 1%;}/* ------ FOOTER AREA ------ *//* footer wrapper */.footer {position: relative;margin: 0;padding: 0;}/* back to top anchor */.back-top a {display: inline-block;width: auto;padding: 20px 8px;border-left: 5px solid #fff;border-right: 5px solid #fff;font: normal italic 11px/20px Georgia, Times New Roman, serif;text-decoration: none;color: #00A3CF;background: #F5FBFF;color: #00A3CF;border-radius: 10px 0 10px 0;-webkit-border-radius: 10px 0 10px 0;-moz-border-radius: 10px 0 10px 0;-o-border-radius: 10px 0 10px 0;position: absolute;top: -14px;left: 48%}/* Footer navigation */.footer-navigation {padding-top: 15px;margin: 0;background-color: rgba(0,86,55,1);border: 20px solid rgba(0,86,55,1);letter-spacing: 1px;}.footer-navigation > ul > li {float: left;width: 200px;height: 200px;list-style-type: none;padding-right: 20px;padding-bottom: 10px;}.footer-navigation > ul > li > a,.footer-navigation > ul > li span.sectionheader {font-family: Arial, Helvetica, sans-serif;text-transform: uppercase;color: rgba(118,195,81,1);text-decoration: none;font-weight: bold;display: block}.footer-navigation > ul > li > a:hover {color:  #fff}.footer-navigation > ul > li > a.current {color: #fff}/* second level */.footer-navigation > ul ul {margin-top: 10px}.footer-navigation > ul > li li {float: none;width: 100%;display: block}.footer-navigation > ul > li li a.current {color: #fff}.footer-navigation > ul > li li a,.footer-navigation > ul > li.sectionheader li a,.footer-navigation > ul > li li span.sectionheader  {text-decoration: none;font-family: sans-serif;font-weight: normal;text-transform: none;display: block;padding: 2px 0;color: rgba(118,195,81,1)}.footer-navigation > ul > li li a:hover {color: #fff}/********************CONTENT STYLING*********************//* HEADINGS */div#content h1 {/* font size for h1 */font-size: 2em;line-height: 1em;margin: 0;}div#content h2 {color: #009261;/* font size for h2 the higher the h number the smaller the font size, most times */font-size: 1.5em;text-align: left;/* some air around the text */padding-left: 0;padding-bottom: 1px;/* set borders around header */border-bottom: 2px solid #009261;bborder-left: 1.1em solid #899092;/* a larder than h1 line height */line-height: 1.5em;/* and some air under the border */margin: 0 0 0.5em 0;}div#content h3 {color: #294B5F;font-size: 1.3em;line-height: 1.3em;margin: 0 0 0.5em 0;}div#content h4 {color: #294B5F;font-size: 1.2em;line-height: 1.3em;margin: 0 0 0.25em 0;}div#content h5 {color: #294B5F;font-size: 1.1em;line-height: 1.3em;margin: 0 0 0.25em 0;}h6 {color: #294B5F;font-size: 1em;line-height: 1.3em;margin: 0 0 0.25em 0;}/* END HEADINGS */
/* Stylesheet: Shadow2col: Layout Modified On 2014-11-05 21:12:43 */
