﻿/* DEFAULTS
----------------------------------------------------------*/

/* * {position: relative; zoom: 1;} */

body   
{
    background: #ebeded;
   /* font-family: Lintel, Trebuchet MS, Arial, Verdana, sans-serif; */
    font-family: Lintel-Regular, Trebuchet MS, Arial, Verdana, sans-serif;
   /* text-shadow: #696969 1px 1px 1px; */
    font-size: 14px;
    margin: 0;
    padding: 0;
    color: #444444;
    text-decoration: none;
}

option
{
    font-family: Lintel-Regular, Trebuchet MS, Arial, Verdana, sans-serif;
}

p
{
    display: block;
    line-height: 1.2;
}

img
{
    display: block;
}

video
{
    border: 1px solid #cccccc;
    -moz-box-shadow: 1px 1px 4px #ccc;
    -webkit-box-shadow: 1px 1px 4px #ccc;
    box-shadow: 1px 1px 4px #ccc;
}

ol
{
    list-style-type: decimal;
    margin-top: 8px;
    margin-right: 40px;
    text-align: justify;
}

button
{
    font-family:inherit;
}

/* input
{
    border-radius: 4px;   
} */

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-weight: bold;
    margin-top: 4px;
    margin-bottom: 0px;  
}

h1
{
    font-size: 18px;
}

h2
{
    font-size: 16px;
}

h3, h4, h5, h6
{
    font-size: 14px;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.left-border
{
    position: absolute;
    top: 66px;
    left: 102px;
}

.right-border
{
    position: absolute;
    right: 101px;
    top: 66px;
}

.page
{
    width: 1024px;
    height: 100%;
    position: relative;
    background-color: #EBEDED; /* #00F40B; */
    margin: 0px auto 0px auto;
    border: none;
    text-align: left;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #ebeded;
    width: 100%;
    display: block;
    background: url('../Images/softapp-search-bar-background.png') center top repeat-x;
    text-align: center;
}

.header h1
{
    /*font-weight: 700;*/
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
}

.main
{
    display: block;
    margin-left: 0px;
   /* height: 100%; */
}

.mainContent
{
    position: relative;
    width: 799px;
    height: 199px;
    left: 112px;
    border: 1px solid #5e5e60;
}

.homeBanner
{
    display: none;
}

.borderDash
{
    position: relative;
    background: url("../Images/border-dash.png") repeat-x 100% 100%;
    height: 9px;
    width: 800px;
    left: 113px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    position: relative;
    left: 112px;
    color: #4e5766;
    line-height: normal;
    width: 801px;
}

.footerMenuInner1AboveLine, .footerMenuInner2AboveLine, .footerMenuInner3AboveLine
{
    position:absolute;
    font-size: 12px;
    font-weight: bold;
    color: #fefefe;
    top: 16px;  
}

.footerMenuInner1AboveLine, .footerMenuInner1BelowLine
{
    left: 32px; 
}

.footerMenuInner2AboveLine, .footerMenuInner2BelowLine
{
    left: 214px; 
}

.footerMenuInner3AboveLine, .footerMenuInner3BelowLine
{
    left: 418px; 
}

.footerMenuInner1BelowLine, .footerMenuInner2BelowLine, .footerMenuInner3BelowLine
{
    position:absolute;
    font-size: 12px;
    color: #8eb226;
    top: 50px;
}

.footerMenuInner3BelowLine
{
    color: #fefefe;
    font-weight: bold;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 11px;
}

/* .footerLinkAboveLine:link, .footerLinkAboveLine:visited
{  
    color: inherit;
    text-decoration: none;
} */

.footerLinkBelowLine:link, .footerLinkBelowLine:visited
{
    color: #8eb226;
    text-decoration: none;
}


.footerLinkAboveLine:hover
{  
    color: #9e9ea1;
}

.footerLinkBelowLine:hover
{
    color: #688800;
}

.searchBox
{
    position: absolute;
    right: 136px;
    top: 6px;
    border: none;
    background-color: transparent;
    width: 152px;
    height: 14px;
    font-size: 12px;
    text-align: right;   
}

.searchButton
{
    position: absolute;
    right: 111px;
    top: 6px;
    height: 20px;
    width: 20px;
    background:transparent url('../Images/search-button.png') center top no-repeat;
}

.searchButton:hover
{
    background-image: url('../Images/search-button-hover.png'); 
}

.btnDummy
{
    display: none;
}

/* TAB MENU   
----------------------------------------------------------*/

div.navmenu
{
    position: relative;
    left: 102px;
    width: 821px;
    background-color: #A8A8A8; /* #F42900; */
    height: 66px;
    
}

div.menu
{
    padding: 0px 0px 0px 0px;
    margin: 0px auto;
    width: 816px;
    float: none !important;
    text-shadow: #747476 0 1px;   
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding-top: 8px;
    width: auto;
    white-space: nowrap;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #a8a8a8;
    border-left: 1px solid #ffffff;
    color: #ffffff;
    display: block;
    line-height: 3;
    padding: 0px 0px;
    text-decoration: none;
    text-align: center;
 white-space: nowrap;
   
   
}


div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    border-left: 1px solid #ffffff;
    text-decoration: none;
    text-shadow: none;   
}

div.menu ul li:first-child a, div.menu ul li:first-child a:hover
{
    border-left:none;
}

div.menu ul li a.selected, .selected
{
    text-decoration: none; 
    background: url("../Images/ul.png") repeat-x 100% 100%;
    padding-bottom: 8px;
    white-space: nowrap;
    
}


/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 48%;
    margin: 0 auto;
    margin-top: 30px;
}

.logInButton
{
    width: 90px;
}

/* HOME PAGE SPECIFIC
----------------------------------------------------------*/

.newsCarousel
{
   /* border-top: 1px dotted #747476; */
    position: relative;
    left: 113px; 
   /* margin-bottom: 10px; */   
    width: 800px;
    display: none;
}

.newsCarouselNoJavascript
{
    display: block;
    position: relative;
    left: 112px; 
    margin-bottom: 10px;   
    width: 799px;
    height: 90px;
    text-align: center;
    padding-top: 60px;
    font-size: 20px;
    border: 1px solid #5e5e60;
}

.newsItem
{
    position: relative;
    width: 188px;
    height: 150px;
    border: 1px solid #5e5e60;
    margin-right: 13px;
    margin-left: 0px;
    -moz-box-shadow: 1px 1px 4px #ccc;
    -webkit-box-shadow: 1px 1px 4px #ccc;
    box-shadow: 1px 1px 4px #ccc;
    margin-bottom: 10px;
   /* display: none; */
}

.newsHeadline
{
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 4px;
    padding-right: 4px;
    line-height: 1.7;
    text-align: right;
    color: #ffffff;
    height: 25px;
    background: #8eb226 url('../Images/news-corner.png') left top no-repeat;   
}

.newsDate
{
    margin-left: 2px;
    /* color: #2c2a2d; */
}

.newsSummary
{
    position: absolute;
    font-size: 11px;
    white-space: normal;
    line-height: 1.2;
    margin-top: 6px;
    margin-left: 10px;
    text-overflow: ellipsis;
    /* overflow: hidden; */
    color: #2c2a2d;
    height: 95px;
    width: 168px;
    display: block;
}

.newsSummary img, .newsSummary video
{
    display: none !important;
}

.newsSummary h1, .newsSummary h2
{
    font-size: 11px;
}

.newsSummary ul
{
    list-style-type: disc;
    list-style-position: inside;
    padding-left: 10px;
}

.newsReadMoreLink
{
    display: block;
    float: right;
    color: #ff0000;
    text-decoration: none;
    font-size: 11px;
    position: absolute;
    top: 130px;
    right: 6px;
    white-space: pre;
}

.newsReadMoreLink:hover
{   
    text-decoration: underline;
}

.newsItemBottom
{
    position: absolute;
    width: 188px;
    height: 148px;
    border-bottom: 2px solid #ff0000;
}

.newsLeftArrow
{
    position: absolute;
    top: 326px;
    left: 78px;
    width: 25px;
    height: 50px;
    background:transparent url('../Images/news-left.png') center top no-repeat;
}

.newsLeftArrow:hover
{
    background-image: url('../Images/news-left-hover.png');   
}

.newsRightArrow
{
    position: absolute;
    top: 326px;
    right: 78px;
    width: 25px;
    height: 50px;
    background:transparent url('../Images/news-right.png') center top no-repeat;
}

.newsRightArrow:hover
{
    background-image: url('../Images/news-right-hover.png');   
}

.cycle-overlay
{ 
    position: absolute;
    z-index: 600;
    color: #fefefe;
    top: 20px;
    left: 50px;
    width: 270px;
    height: 146px;
}

.cycle-slideshow-wait
{
    height: 100%;    
}

.bannerOverlayTitle
{
    font-size: 21px;
    font-weight: bold;
    padding-bottom: 14px;
    text-shadow: #688800 0 1px;
}

.bannerOverlayDesc
{
    font-size: 14px;
    line-height: 1.4;
    text-shadow: #688800 0 1px;
}

.bannerButtonContainer
{
    position: absolute;
    top: 4px;
    right: 4px;
    z-index: 1000;
}

.bannerButton
{
   padding-bottom: 4px;
}

/* LANGUAGE BUTTONS  
----------------------------------------------------------*/

.langButtonContainer
{
    position: absolute;
    top: 14px;
    right: 16px;
}

.langButton
{
    margin-right: 3px;
}

.langButtonDisabled
{
    opacity: 0.15;
    cursor: default;
}

/* SECTION SPECIFIC
----------------------------------------------------------*/

.htmlContent
{
    padding: 16px;
    line-height: 1.2;
    overflow: auto;
   /* -moz-box-shadow: 1px 1px 1px #ccc;
    -webkit-box-shadow: 1px 1px 1px #ccc;
    box-shadow: inset 1px 1px 20px #ccc; */
    background-image: url('../Images/motif-background.png');
    background-repeat: repeat-y;
    background-position: -1px 40px;
}

.htmlContentSearchResults
{
    position: relative;
    display: block;
    height: 60px;
    font-size: 14px;
    white-space: normal;
    line-height: 1.2;
    color: #2c2a2d;
}

.htmlContentSearchResults h1
{
    font-size: 16px;
    font-weight: bold;   
}

.htmlContentSearchResults h2
{
    font-size: 14px;
    font-weight: bold;   
}

/* .htmlContent p, .htmlContentSearchResults p
{
    padding-bottom: 14px;   
} */

.htmlContent ul, .htmlContentSearchResults ul
{
    list-style-type: disc;
 /*   list-style-position: inside; */
    padding-left: 30px;
    padding-bottom: 20px;
}

.htmlContent p img
{
    border: 1px solid #cccccc;
}


.htmlContentSearchResults table
{
    width: 300px !important;
}

.sectionImage
{
    position: relative;
    border-bottom: 1px solid #5e5e60;
    z-index: 0;
}

.sectionHeading
{
    position: absolute;
    color: #fefefe;
    font-size: 23px;
    font-weight: bold;
    top: 20px;
    left: 50px;
    z-index: 0;
    text-shadow: #688800 0 2px;
}

.sectionContent
{
    position: relative;
    width: 799px;
    left: 112px;
    border: 1px solid #5e5e60;
 /*   background-color: #fefefe; */
}

.newsItemSectionHeadline
{   
    font-size: 20px;
    font-weight: bold;
    /* color: #666666; */
    text-transform: none;
    margin-bottom: 0px;
    /* padding: 8px; */
}

.newsItemSectionDate
{   
    text-transform: none;
    margin-bottom: 0px;
    padding-top: 4px;
    font-size: 16px;
}

.newsItemSectionBody
{
   /* overflow: auto; */
    padding-top: 4px;
    /* padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 8px; */
    line-height: 1.2;
}

.newsSectionItem
{
    position: relative;
    display: block;
    width: 100%;
    height: 118px;
    border-top: 1px solid #5e5e60;
   /* margin-right: 13px;
    margin-left: 0px; */
}

.newsSectionHeadline
{
    line-height: 1.7;
    text-align: left;
    color: #ffffff;
    overflow: hidden;
    height: 25px;
    background: #8eb226 url('../Images/news-corner.png') left top no-repeat;
    padding-left: 40px;
    margin-bottom: 10px;
    -moz-box-shadow: 0px 1px 4px #ccc;
    -webkit-box-shadow: 0px 1px 4px #ccc;
    box-shadow: 0px 1px 4px #ccc;   
}

.newsSectionDate
{
    float: right;
    margin-right: 10px;
    color: #fefefe;
}

.newsSectionSummary
{
    /*position: absolute;*/
    display: block;
    /*height: 42px;*/
    font-size: 14px;
    white-space: normal;
    line-height: 1.2;
    margin-left: 14px;
    margin-right: 14px;
    color: #2c2a2d;
    text-overflow: ellipsis;
    overflow: hidden;
}

.newsSectionSummary img, .newsSectionSummary video
{
    display: none !important;
}

.newsSectionReadMoreLink
{
    display: block;
    bottom: 10px;
    float: right;
    color: #ff0000;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    padding-top: 20px;
}

.newsSectionReadMoreLink:hover
{   
    text-decoration: underline;
}

.newsSectionItemBottom
{
    position: absolute;
    right: 8px;
    bottom: 8px;
}

.logInForm
{
 /*   position: relative;
    width: 779px;
    left: 112px;
    border: 1px solid #5e5e60;
    height: 380px; */
    padding: 10px;
    padding-bottom: 50px;
}

.logInForm ul
{
    list-style-type: none;
}

.searchTextLabel
{
    font-style: italic;   
}

.searchMessage
{
    margin: 16px;
    overflow: auto;
}

.googleMapContainer
{
    position: absolute;
    right: 16px;
}

.googleMapHeader
{
    position: relative;
}

.googleMap
{
    width: 370px;
    height: 268px;
    border: 1px solid #5e5e60;
    -moz-box-shadow: 1px 1px 2px #ccc;
    -webkit-box-shadow: 1px 1px 2px #ccc;
    box-shadow: 1px 1px 2px #ccc;
}

.googleMapUnder
{
    position: absolute;
    width: 300px;
    top: 170px;
    left: 450px;
    text-align: center;
    z-index: 0;
}

.FAQList td:first-child
{
    padding-right: 14px;
}

.priceList
{
    width: 768px;
}

.priceList tr
{
    vertical-align: top;
}

.priceList td
{
    empty-cells: show;
}

.priceList td:last-child
{
    white-space: nowrap;
    text-align: right;
    padding-left: 14px;
    vertical-align: bottom;
}

.priceList td:first-child
{
    white-space: nowrap;
    padding-right: 14px;  
}

.priceList td[colspan="3"]
{
    text-align: center;
    font-weight: bold;
    padding-top: 14px;  
}

.priceList tr:first-child td
{
    padding-top: 0px;  
}

.evenrow
{
    background: #ebeded;
}

#contactUsForm ol 
{
    color: #000000;
  /*  text-shadow: #688800 0 1px; */
    margin: 0;
    padding: 0;
    list-style: none;
}

#contactUsForm li
{
    margin: 0 0 5px 0;
    padding: 10px;
    display: list-item;
    text-align: -webkit-match-parent;
    position: relative;
}

#contactUsForm li.motif
{
    background: url('../Images/news-edge.png'), url('../Images/softapp-motif-6265.png');
    background-color: #8eb226;
    background-repeat: repeat-y, no-repeat;
    background-position: top left, top right;    
    background-size: auto, 35%;
}

#contactUsForm li.motif2
{
    background: url('../Images/news-edge.png'), url('../Images/softapp-motif-6265.png');
    background-color: #8eb226;
    background-repeat: repeat-y, no-repeat;
    background-position: top left, right bottom;
    background-size: auto, 35%;    
}

#contactUsForm textarea 
{
    width: 324px;
    height: 140px;
    margin: 0px;
    border: 1px solid #D4D4D4;
    padding: 2px;
    white-space: pre-wrap;
    word-wrap: break-word;
    -webkit-rtl-ordering: logical;
    -webkit-user-select: text;
    -webkit-flex-direction: column;
    resize: vertical;
    cursor: auto;
    -webkit-appearance: textarea;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    display: inline-block;
    text-align: left;
}

#contactUsForm label
{
    margin: 0;
    width: 180px;
    display: block;
    float: left;
    padding: 5px 10px 2px 20px;
}

#contactUsForm input.text
{
    width: 324px;
    border: 1px solid #D4D4D4;
    padding: 2px;
    margin: 0;
}

.button 
{
    margin-left: 440px;
    width: 100px;
}


/* MISC  
----------------------------------------------------------*/


.highlightedKeyword
{
    color: #FF0000;
    text-shadow: none;   
}

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: black;
}

.loginDisplay a:link
{
    color: black;
}

.loginDisplay a:visited
{
    color: black;
}

.loginDisplay a:hover
{
    color: black;
}

.failureNotification
{
    font-size: 1.2em;
    color: red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 0px;
}

.whiteTextAnchor
{
    color: #ffffff;
    text-decoration: none;
    float: left;
    text-shadow: #747476 0 1px;
}

.whiteTextAnchor:hover
{
    text-decoration: underline;
}

.exclamation
{
    display: inline;
    margin-left: 2px;
    margin-right: 6px;
    border: none !important;       
}

.close-icon
{
    margin-top: 4px;
    border: none !important;   
}

 .adminGoButton
{
    margin-bottom: 8px;
    margin-left: 8px;
    margin-right: 8px;
    height: 23px;
}

.mce-path
{
    display: none !important;
}

.mce-statusbar
{
    border-width: 0 !important;
}

.statusBox
{
    padding: 10px;
    margin-bottom: 12px;
    color: #ff0000;
    border: 2px solid #ff0000;
    width: 759px;
    background-color: #ffefbb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}


/* Webkit browsers do not render Lintel nicely so use default fonts
@media screen and (-webkit-min-device-pixel-ratio:0) {
    body { font-family: Trebuchet MS, Arial Narrow, Arial, Verdana, San-Serif; }
}
*/