/* CSS Louhelen */

/* General Items */
* {
margin: 0;
padding: 0;
}
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 15px;
color: #333;
background-color: #fff;
margin: 0;
padding: 0;
text-align: center;
}
#container {
width: 770px;
margin: 25px auto 0 auto;
border: 1px solid #255004;
text-align: left;
background: url(images/LH-bg-blend.jpg) left repeat-y;
position: relative;
}
#pagecontent,
#pagecontent-h {
margin-left: 242px;
background: transparent;
}
#content {
position: relative;
top: 0;
left: 0;
background: transparent;
}
#leftcol {
position: absolute;
top:0;
left:0;
width: 240px;
background: transparent;
text-align: right;
}

/* Main Navigation */
#navmain {
position: relative;
top: -5px;
left: 0;
width: 528px;
background-color: #2d5d09;
}
#navmain ul {
background-color: transparent;
font-size: 10px;
font-weight: bold;
color: #fff;
text-align: left;
list-style-type: none;
margin-left: 10px;
padding: 3px 0;
}
#navmain ul li {
display: inline;
background-color: transparent;
}
#navmain ul li a {
text-decoration: none;
color: #fff;
background-color: transparent;
padding: 6px 20px;
}
#navmain a:hover, #navmain a:focus, #navmain a.current {
color:#d24fa3;
background-color: transparent;
}

/* Theme Navigation */
#themenav, #imagebox {
display: none;
}
#themenav-ie {
position: relative;
top: 0;
left: 0;
width: 460px;
margin: 10px 0 20px 0;
}
#imagebox-ie {
display: block;
float: left;
width: 300px;
border-right: 2px solid white;
}
#listbox-ie {
display: block;
float: left;
width: 150px;
}
.linkpix {
display: block;
width: 150px;
margin-bottom: 1px;
}

/* Left Navigation */
#navleft ul {
margin: 40px 20px 10px 85px;
background-color: transparent;
font-size: 10px;
font-weight: bold;
line-height: 12px;
color: #fff;
text-align: right;
list-style-type: none;
}
#navleft ul li {
display: block;
border-top: 1px solid #255004;
background-color: transparent;
padding: 5px 0;
}
#navleft ul li a {
color: #fff;
background-color: transparent;
text-decoration: none;
}
#navleft a:hover, #navleft a:focus, #navleft a.current {
color:#ad005b;
background-color: transparent;
}


/* Left Column Items */
#flowerpix {
margin: 0 20px 0 85px;
}
#flowerpixtopspace {
margin: 100px 20px 0 85px;
}
#flowerpixtopspace p.address {
font-size: 10px;
line-height: 12px;
padding-bottom: 20px;
}
p.address {
font-size: 10px;
line-height: 12px;
padding-bottom: 110px;
}
p.flower {
font-size: 10px;
line-height: 12px;
text-align: left;
color: #fff;
background-color: transparent;
padding-top: 5px;
padding-bottom: 20px;
}
p.copyright {
font-size: 9px;
line-height: 10px;
}

/* Headlines */
h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
font-weight: normal;
line-height: 21px;
margin-top: 10px;
margin-bottom: 8px;
color: #255004;
background-color: transparent;
}
h2, h2.programtitle {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: normal;
line-height: 20px;
margin-top: 10px;
margin-bottom: 8px;
color: #255004;
background-color: transparent;
}
h2.programtitle {
margin-bottom: 5px;
margin-top: 5px;
}
h3, h3.withspace {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: normal;
line-height: 16px;
margin-bottom: 5px;
color: #255004;
background-color: transparent;
}
h3.withspace {
margin-bottom: 15px;
}
h4 {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
line-height: 14px;
margin-bottom: 5px;
color: #478519;
background-color: transparent;
}
h4.boldhead {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
line-height: 14px;
margin-bottom: 5px;
color: #255004;
background-color: transparent;
}
h4.reserve {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
line-height: 14px;
margin-top: 10px;
color: #255004;
background-color: transparent;
}
h5 {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
font-style: italic;
line-height: 14px;
margin-bottom: 5px;
color: #478519;
background-color: transparent;
}
h6 {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
line-height: 14px;
color: #478519;
background-color: transparent;
}
h6.indent40 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
line-height: 16px;
color: #478519;
padding-left: 40px;
padding-bottom: 20px;
background-color: transparent;
}

/* Text Content Section */
.contentsection, .contentsection-last {
position: relative;
left: 30px;
top: 20px;
background-color: transparent;
width: 477px;
margin-right: 20px;
padding-bottom: 5px;
border-bottom: 1px solid #CCC;
margin-bottom: 15px;
}
.contentsection-last {
padding-bottom: 0;
border-bottom: none;
margin-bottom: 50px;
}
.contentsection p, .contentsection-last p {
margin-bottom: 10px;
}
.forquotations {
padding-left: 20px;
}
p.clearfix:after {
display: block;
content: ".";
height: 0;
color: #fff;
clear: both;
visibility: hidden;
}
p.indentquote, p.indentquote2 {
color: #255004;
background-color: transparent;
font-weight: bold;
line-height: 15px;
margin-bottom: 5px;
}
p.indentquote2 {
font-size: 14px;
line-height: 18px;
font-weight: normal;
color: #478519;
padding-bottom: 10px;
}
p.attrib {
font-size: 9px;
font-style: italic;
color: #478519;
background-color: transparent;
line-height: 10px;
margin-bottom: 12px;
}
.attribforheadline {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
line-height: 13px;
color: #478519;
background-color: transparent;
padding-top: 0;
}
.indent20 {
padding-left: 20px;
background-color: transparent;
}
.flushleft {
display: block;
position: relative;
margin: 15px 0 15px 0;
}
.flushleft7 {
display: block;
position: relative;
margin: 0 0 7px 7px;
}
strong {
font-weight: bold;
color: #478519;
background-color: transparent;
}
em {
font-style: italic;
color: #478519;
background-color: transparent;
}
.underline {
text-decoration: underline;
}

/* Text Lists */

ul {
font-size: 11px;
line-height: 16px;
color: #333;
margin-left: 15px;
list-style-position: outside;
list-style-type: disc;
padding-bottom: 10px;
}

li {
margin: .5em 0;
}

ul.textlist {
font-size: 11px;
line-height: 16px;
color: #333;
background-color: transparent;
list-style-type: none;
padding-bottom: 10px;
}
ul.textlist li {
display: block;
background-color: transparent;
margin-left: 20px;
padding: 5px 0;
}
ul.indentedtextlist {
font-size: 11px;
line-height: 16px;
color: #333;
background-color: transparent;
list-style-type: none;
padding-bottom: 10px;
}
ul.indentedtextlist li {
display: block;
background-color: transparent;
margin-left: 40px;
padding: 5px 0;
}

/* Text Links */
.textlink {
color: #2d5d09;
background-color: transparent;
font-weight: bold;
padding-bottom: 0;
}
a:link.textlink, a:visited.textlink {
color: #2d5d09;
background-color: transparent;
font-weight: bold;
text-decoration: none;
border: 0 none;
}
a:hover.textlink, a:active.textlink, a:focus.textlink  {
text-decoration: underline;
color: #569328;
background-color: transparent;
border: 0 none;
}
.articlelink, .articlelink2 {
color: #569328;
background-color: transparent;
font-weight: bold;
line-height: 16px;
padding-left: 20px;
padding-bottom: 0;
}
.articlelink2 {
padding-left: 0;
}
a:link.articlelink, a:visited.articlelink,
a:link.articlelink2, a:visited.articlelink2 {
color: #569328;
background-color: transparent;
font-weight: bold;
text-decoration: none;
border: 0 none;
}
a:hover.articlelink, a:active.articlelink, a:focus.articlelink,
a:hover.articlelink2, a:active.articlelink2, a:focus.articlelink2  {
text-decoration: underline;
color: #2d5d09;
background-color: transparent;
border: 0 none;
}
.arrow {
font-size: 9px;
font-weight: bold;
color: #bbdb88;
background-color: transparent;
padding: 10px 0;
}
a:link.arrow, a:visited.arrow {
color: #bbdb88;
background-color: transparent;
text-decoration: none;
border: 0 none;
}
a:hover.arrow, a:active.arrow, a:focus.arrow {
color: #569328;
background-color: transparent;
text-decoration: underline;
border: 0 none;
}

/* Homepage Tables */
table.gallery {
width: 410px;
}
table.gallery td {
padding: 0 5px 5px 0;
vertical-align: top;
}
table.gallery2 {
width: 460px;
}
table.gallery2 td {
padding: 0 5px 5px 0;
vertical-align: top;
}
table#schedule {
width: 400px;
}
table#schedule td {
height: 18px;
}
table#schedule td.date {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color:#ad005b;
vertical-align: top;
background-color: transparent;
}
table#schedule a {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color: #255004;
background-color: transparent;
text-decoration: none;
}
table#schedule a:hover, table#schedule a:focus {
color:#ad005b;
background-color: transparent; 
text-decoration: underline;
}

/* Schedule Table 2 */
table#schedule2 {
width: 400px;
}
table.schedule2 td {
height: 16px;
}
table#schedule2 td.date {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color:#ad005b;
background-color: transparent;
vertical-align: top;
}
table#schedule2 p {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color: #478519;
background-color: transparent;
text-decoration: none;
}

/* Text Content Section Images */
.contentsection img {
border: none;
}
img.left40 {
margin-left: 40px;
}
img.storypixleft {
float: left;
padding: 5px 8px 5px 0;
}
img.storypixleft2 {
float: left;
padding: 0 8px 15px 0;
}
img.storypixright {
float: right;
padding: 5px 0 5px 8px;
}

/* Form Table */
table.form1 {
width: 460px;
font-size: 10px;
line-height: 12px;
margin-bottom: 20px;
background-color: transparent;
border: 0;
padding: 0;
}
table.form1 tr {
line-height: 16px;
}
table.form1 td {
text-align: right;
width: 100px;
border: 0;
padding: 0;
}

/* Form Type */
#form {
width: 460px;
font-size: 10px;
line-height: 11px;
margin-bottom: 20px;
background-color: transparent;
border: 0;
padding: 0;
}
input {
background-color: white;
border: 1px solid #478519;
color: #255004;
font-size: 12px;
padding-bottom: 2px;
}
textarea {
background-color: white;
border: 1px solid #478519;
color: #255004;
font-size: 12px;
}
.checkbox {
background-color: white;
border: 1px solid #478519;
}
form p {
font-weight: normal;
text-align: left;
}
form p.indent120 {
padding-left: 120px;
font-weight: normal;
text-align: left;
}
.tiny {
font-size: 9px;
font-weight: bold;
color: #bbdb88;
background-color: transparent;
}
