/* STYLESHEET MADE BY 

    
    
..,8888888888888D.88888888888888.:8888888.888888888I..I888888888=88888888888888.
 . $8888888888888..88888888888888.Z88888..:888888888.8888888888. 8888888888888~.
 ..888888...88888,O88888.  :88888 888888..O88888888888888888888..888888.......  
..888888O88888888.88888888888888:888888..O88888888888888888888..8888888888......
..8888888888888Z.88888888888888..888888..88888888888888~88888?..888888888~......
 888888====......88888D88888....888888..888888.8888888:888888..888888.... ......
.88888O.........888888.888888 ..88888O .88888O.888888.I88888,.,8888888888888....
888888.........,888887..8888O .888888..888888..88888..888888..8888888888888.....
888887 ..... ..888888. .$8888D:88888I..O88888..8888..888888..78888888888888 ....
                                                               
    
    
    BEN FJARE
    ben@prime-incorporated.com
    
    PRIME INCORPORATED
    BOZEMAN, MONTANA
    
    www.prime-incorporated.com 
    
    
*/
    
/* -------------------------------------------*/

/* -- TEXT STYLINGS -- */

h1,h2,h3,h4,h5,h6 {
    margin: 15px 0;
    color: #1fc5d5;
    font-weight: bold;
}

h1 {
    font-size: 50px;
}

h2 {
    font-size: 45px;
}

h3 {
    font-size: 40px;
}

h4 {
    font-size: 30px;
}

h5 {
    font-size: 30px;
}

h6 {
    font-size: 25px;
}

p {
    font-size: 16px;
    line-height:22px;
    margin:5px 0;
    color: #7b7b7b;
}

.threeColumn p, .fullWidth p, .twoThrids p, .oneThirdsColumn p, {
    line-height: 26px;

}

a {
    color: #1fc5d5;
}

a:hover {
    color: #666;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;    
}

ul, ol {
    margin: 15px 0 0px 30px;
}

ul li {
    list-style-type: disc;
}

ol li {
    list-style-type: decimal;
}

li {
    padding: 5px 0;
    font-size: 13px;
    color: #7b7b7b;
}

/* -- GLOBAL UTILITIES & MINOR FORMATTING -- */

.clear {
    clear: both;
}

body {
    background-color: #f7f6f6;
    font-family: 'PT Sans', sans-serif;
}

.container {
    box-shadow: 0 0 15px #d5d4d4;
    min-height: 500px;    
    width: 1078px;
    margin: 0 auto;
    background-color: #ffffff;
}

/* ----- HEADER ----- */

    #header {
        padding: 14px 65px 0 65px;
        height: 110px;
    }
    
    .headerBar {
        border-bottom:3px solid #1fc5d5;
        margin: 0px 68px;

    }
    
    #header #logo {
        display: block;
        float: left;
    }
    
    #header p {
        float: right;
        text-align: right;
        font-family: georgia;
        color: #6f7171;
        font-weight: bold;
    }
    
    #header ul {
        float: right;
        text-align: right;
        margin: 70px 0 0 0px;
        padding: 0px;
        position: absolute;
        width: 950px;
    }
    
    #header ul li {
        display: inline-block;
        position: relative;
    }
    
    #header ul li a {
        display: inline-block;
        color: #1fc5d5;
        font-weight: bold;
        text-transform: uppercase;
        text-decoration: none;
        font-size: 18px;
        padding-left:25px;
            transition: all .3s linear;
            -moz-transition: all .3s linear;
            -ms-transition: all .3s linear;
            -webkit-transition: all .3s linear;
            -o-transition: all .3s linear;
    }
    
    #header ul li a:hover {
        color: #999;
    }
    
/* ----- NAVIGATION DROPDOWN ----- */

    #header ul ul {
        position: absolute;
        z-index: 999;
        background-color: #fff;
        text-align: left;
        margin: 0px;
        padding: 15px 25px;
        display: none;
        opacity: 0;
        border-bottom: 3px solid #1fc5d5;
         width: 130px;
        
    }
    
    #header ul ul li {
        margin: 0px;
        padding: 0px;
       
    }
    
    #header ul ul li a{
        margin: 5px 0px;
        padding: 0px;
        display: block;
        color: #666;
        font-weight: normal;
        font-size: 14px;
        text-transform: inherit;
    }
    
    #header ul ul li a:hover {
        color: #1fc5d5;
    }
    
    #header ul li:hover ul {
        display: block;
        opacity: 1;
    }
    

/* ----- HOME SLIDESHOW ----- */

    #homeSlideshowCont {
        height: 427px;
        background-color: #12636c;
        position: relative;
    }
    
    #homeSlideshow .imageElement img{
        height: 427px;
        width: 1078px !important;
    }
    
    #homeSlideshow .lcms-img-blankstate{
        height: 417px !important;
    }
    
    
    .lcms_AdminView #homeSlideshowCont {
        height: 505px;
    }
    
    .slideArrow {
        background-image: ;
        width: 60px;
        position: absolute;
        z-index: 999;
        cursor: pointer;
    }
    
    .lcms_AdminView .slideArrow {
        margin-top:200px;
        height: 100px !important;
    }
    
    #slideArrowLeft {
        left: 0;
        background-image: url('../images/homeArrowleft.png'), url('../images/slideBGghost.png');
        background-position: center center, center center;
        background-repeat: no-repeat, repeat;
    }
    
    #slideArrowRight {
        right: 0;
        background-image: url('../images/homeArrowright.png'), url('../images/slideBGghost.png');
        background-position: center center, center center;
        background-repeat: no-repeat, repeat;
    }
    
    .slide {
        position: relative;
        width: 1079px;
        height: 424px;
    }
    
    .slideContent {
        position: absolute;
        width: 875px;
        margin: 132px 0 0 105px;
    }
    
    .slideContent h1, 
    .slideContent h2, 
    .slideContent h3, 
    .slideContent h4, 
    .slideContent h5, 
    .slideContent h6, 
    .slideContent p {
        color: #fff;
    } 
    

/* ------ TEAL BANNER ----- */

    #tealBanner {
        width: 921px;
        height: 73px;
        left:-19px;
        position: relative;
        background-image: url('../images/bannerBG.png');
        padding: 12px 88px 0 88px
    }
    
    #tealBanner h2 {
        color: #fff;
        float: left;
        font-size: 40px;
        margin: 3px 20px 0 0;
    }
    
    #tealBanner p {
        color: #f1f1f0;
        font-size: 16px;
        line-height:20px;
        margin: 5px 0 0 0px;
        width: 480px;
        float: left;
    }
    
    #tealBanner .signUpBT {
        display: block;
        float: left;
        margin: 0 0 0 30px;
    }
    
/*---- GREY BANNER ----- */

    .greyBanner {
        background-color: #f1f1f0;
        height: 57px;
        position: relative;
        top:-19px;
        padding: 8px 88px 0 88px;
    }
    
    .greyBanner h2 {
        color: #9c9c9c;
        float: left;
        font-size: 40px;
        margin: 3px 20px 0 0;
    }
    
    .greyBanner p {
        color: #7a7a79;
        font-size: 14px;
        margin: 24px 0 0 0px;
        width: 480px;
        float: left;
    }
    
/* ----- GRID CONTAINERS AND STYLES ------ */

    .threeColumn {
        width: 300px;
        float: left;
        margin:10px 20px 10px 0;
    }    
    
    .yellowTopBorder {
        border-top:14px solid #fdf68b;
    }
    
    .threeColumn.one {
        margin-left: 68px;
    }

    .fullWidth {
        margin: 10px 68px;
    }
    
    .twoThirds {
        width: 600px;
    }
    
    .oneThirds {
        width: 305px;
    }
    
    .left {
        float: left;
    }
    
    .right {
        float: right;
    }
    
    .twoThirds.left {
        margin: 10px 33px 10px 68px;
    }

    .oneThirds.left {
        margin: 10px 33px 10px 68px;
    }
    
    .twoThirds.right {
        margin: 10px 68px 10px 0px;
    }

    .oneThirds.right {
        margin: 10px 68px 10px 0px;
    }

/* ----- FORMFIELDS ------ */   

.textField {
padding: 5px !important;
border: 1px solid #ccc;
font-size: 15px !important;
}

.fieldItemInner {
    display: block !important;
    padding: 0.00em 0.5em 0.00em !important;
}


/* ----- FOOTER ------ */    

    #footer {
        background-color: #1fc5d5;
        margin-top: 25px;
        padding: 20px 68px
    }
    
    .leftFooterContent {
        width: 40%;
        float: left;
    }
    
    .rightFooterContent {
        width: 40%;
        float: right;
        text-align: right;
    }
    
    .footerHeading {
        font-style: italic;
        color: #fff;
        font-size: 18px;
    }
    
    #footer p, #footer a {
        color: #fff;
        text-decoration: none;
    }
    
    #footer a:hover {
        color: #ccc;
    }


/* ----- INSIDE BANNER ------ */    
    .insideBanner {
        margin: 25px 68px;
        position: relative;
        min-height: 150px;
    }
    
    .insideBannerContent {
        margin: 72px 0 0 42px;
        width: 845px;
        position: absolute;
        z-index: 9;
    }
    
    .insideBannerContent h1, 
    .insideBannerContent h2, 
    .insideBannerContent h3, 
    .insideBannerContent h4, 
    .insideBannerContent h5, 
    .insideBannerContent h6, 
    .insideBannerContent p{
        color: #fff;
    }
