.tile-one {
    width: 300px;
    height: 180px;
    display: block;
}

    .tile-one:hover {
        outline: solid 4px #dadada;
    }

.tile-one-small {
    width: 180px;
    height: 180px;
    display: block;
}

    .tile-one-small:hover {
        outline: solid 4px #dadada;
    }

.tile-one-text-area {
    width: 100%;
    height: 100%;
    background: url("images/black-background.png") repeat;
    margin-top: 143px;
}

    .tile-one-text-area label {
        color: white;
        font-size: 25px;
        line-height: 17px;
        margin: 8px 8px;
        text-align: left;
        float: left;
    }

    .tile-one-text-area p {
        color: white;
        font-size: 13px;
        line-height: 17px;
        margin: 0 8px;
        text-align: left;
        float: left;
    }

.tile-two {
    width: 300px;
    height: 180px;
    display: block;
}

    .tile-two:hover {
        outline: solid 4px #dadada;
    }

.tile-two-small {
    width: 180px;
    height: 180px;
    display: block;
}

    .tile-two-small:hover {
        outline: solid 4px #dadada;
    }

.tile-two-img {
    margin-top: -38px;
    position: relative;
    float: left;
    margin-bottom: 3px;
}

.tile-two-text-area {
    background-color: #004b8b;
    float: left;
    height: 100%;
    position: relative;
    width: 100%;
}

    .tile-two-text-area label {
        color: white;
        font-size: 25px;
        line-height: 17px;
        margin: 8px 8px;
        text-align: left;
        float: left;
    }

    .tile-two-text-area p {
        color: white;
        font-size: 13px;
        line-height: 17px;
        margin: 0 8px;
        text-align: left;
        float: left;
    }

.tile-three {
    width: 300px;
    height: 180px;
    display: block;
}

    .tile-three:hover {
        outline: solid 4px #dadada;
    }

.tile-three-small {
    width: 180px;
    height: 180px;
    display: block;
}

    .tile-three-small:hover {
        outline: solid 4px #dadada;
    }

.tile-three-img {
    margin-top: -23px;
    position: relative;
    float: left;
    margin-bottom: 2px;
}

.tile-three-text-area {
    background-color: #004b8b;
    float: left;
    height: 100%;
    position: relative;
}

    .tile-three-text-area p {
        color: white;
        font-size: 13px;
        line-height: 17px;
        text-align: left;
        float: left;
    }


.tile-four {
    width: 300px;
    height: 180px;
    display: block;
    position: relative;
}

    .tile-four:hover {
        outline: solid 4px #dadada;
    }

.tile-four-small {
    width: 180px;
    height: 180px;
    display: block;
    position: relative;
}

    .tile-four-small:hover {
        outline: solid 4px #dadada;
    }

.tile-four-img {
    position: relative;
    float: left;
    overflow: hidden;
}

.icon {
    position: absolute;
    width: 23px;
    height: 23px;
    display: block;
}

.left-icon-black {
    background: url('images/left-right-icon.png') no-repeat scroll 0 0;
    right: 31px;
    bottom: 5px;
}

.left-icon-white {
    background: url('images/left-right-icon.png') no-repeat scroll 0 -23px;
    right: 31px;
    bottom: 5px;
}

.right-icon-black {
    background: url('images/left-right-icon.png') no-repeat scroll -23px 0;
    right: 5px;
    bottom: 5px;
}

.right-icon-white {
    background: url('images/left-right-icon.png') no-repeat scroll -23px -23px;
    right: 5px;
    bottom: 5px;
}

.up-icon-black {
    background: url('images/up-down-icon.png') no-repeat scroll 0 0;
    right: 5px;
    bottom: 31px;
}

.up-icon-white {
    background: url('images/up-down-icon.png') no-repeat scroll -23px 0;
    right: 5px;
    bottom: 31px;
}

.down-icon-black {
    background: url('images/up-down-icon.png') no-repeat scroll 0 -23px;
    right: 5px;
    bottom: 5px;
}

.down-icon-white {
    background: url('images/up-down-icon.png') no-repeat scroll -23px -23px;
    right: 5px;
    bottom: 5px;
}

.tile-five {
    width: 300px;
    height: 180px;
    display: block;
}

    .tile-five:hover {
        outline: solid 4px #dadada;
    }

.tile-five-small {
    width: 180px;
    height: 180px;
    display: block;
}

    .tile-five-small:hover {
        outline: solid 4px #dadada;
    }

.tile-five-text-area {
    width: 100%;
    height: 100%;
    background-color: #004b8b;
}

    .tile-five-text-area label {
        color: white;
        font-size: 25px;
        line-height: 17px;
        margin: 8px 8px;
        text-align: left;
        float: left;
    }

    .tile-five-text-area p {
        color: white;
        font-size: 13px;
        line-height: 17px;
        margin: 0 8px;
        text-align: left;
        float: left;
    }


.tile-six {
    width: 300px;
    height: 180px;
    display: block;
    position: relative;
}

    .tile-six:hover {
        outline: solid 4px #dadada;
    }

.tile-six-small {
    width: 180px;
    height: 180px;
    display: block;
    position: relative;
}

    .tile-six-small:hover {
        outline: solid 4px #dadada;
    }

.tile-six-text-area {
    width: 100%;
    height: 100%;
    background-color: #004b8b;
    position: absolute;
}

    .tile-six-text-area label {
        color: white;
        font-size: 25px;
        line-height: 17px;
        margin: 8px 8px;
        text-align: left;
        float: left;
    }

    .tile-six-text-area p {
        color: white;
        font-size: 13px;
        line-height: 17px;
        margin: 0 8px;
        text-align: left;
        float: left;
    }

.top-border {
    border-top: solid 1px #fff;
}

.top-shadow {
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.5);
    box-shadow: 0px 0px 10px rgba(0,0,0,.5);
}


.tile-seven {
    width: 300px;
    height: 180px;
    display: block;
}

    .tile-seven:hover {
        outline: solid 4px #dadada;
    }

.tile-seven-small {
    width: 180px;
    height: 180px;
    display: block;
}

    .tile-seven-small:hover {
        outline: solid 4px #dadada;
    }

.tile-seven-text-area {
    width: 100%;
    height: 100%;
    background: url("images/black-background.png") repeat;
    margin-top: -143px;
    position: relative;
}

    .tile-seven-text-area label {
        bottom: 10px;
        color: white;
        font-size: 25px;
        line-height: 17px;
        position: absolute;
        left: 5px;
        text-align: left;
    }

    .tile-seven-text-area a {
        float: left;
        margin: 10px 10px;
        display: none;
        text-decoration: none;
    }


.tile-eight {
    width: 300px;
    height: 180px;
    display: block;
}

    .tile-eight:hover {
        outline: solid 4px #dadada;
    }

.tile-eight-small {
    width: 180px;
    height: 180px;
    display: block;
}

    .tile-eight-small:hover {
        outline: solid 4px #dadada;
    }

.tile-eight-img {
    position: relative;
    float: left;
}

.tile-eight-text-area {
    background-color: #004b8b;
    float: left;
    height: 100%;
    position: relative;
    width: 50%;
}

    .tile-eight-text-area label {
        color: white;
        font-size: 25px;
        line-height: 17px;
        margin: 8px 8px;
        text-align: left;
        float: left;
    }

    .tile-eight-text-area p {
        color: white;
        font-size: 13px;
        line-height: 17px;
        margin: 0 8px;
        text-align: left;
        float: left;
    }

.tile-nine {
    position: relative;
    width: 300px;
    height: 180px;
    display: block;
    background-color: #004b8b;
    overflow:hidden;
}

    .tile-nine:hover {
        outline: solid 4px #dadada;
    }

    .tile-nine > .entry {
        width: 100%;
        height: 100%;
    }

.tile-nine-inner {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;

}

    .tile-nine-inner p {
    }

    .tile-nine-inner a {
        background: url("images/icon-details.png") no-repeat;
        width: 45px;
        height: 45px;
        position: absolute;
        bottom: 30px;
        margin-left: -22px;
        left: 50%;
        z-index: 1;
    }


        .tile-nine-inner a:hover {
            background: url("images/icon-details.png") no-repeat 0px -45px;
        }

    .tile-nine-inner h2 {
        color: #ffffff;
        font-size: 20px;
        margin-top: 10px;
    }



.tile-nine-small {
    position: relative;
    width: 180px;
    height: 180px;
    display: block;
    background-color: #004b8b;
    overflow:hidden;
}

    .tile-nine-small:hover {
        outline: solid 4px #dadada;
    }

    .tile-nine-small > .entry {
        width: 100%;
        height: 100%;
    }

.tile-nine-inner-custom {
    text-align: left;
}

.tile-nine-inner-custom h2 {
    margin-left: 10px;
}

.tile-nine-inner-custom a {
    bottom: 10px;
        margin-left: 0px;
        left: auto;
        right: 10px;
}

.tile-ten {
    width:75%;margin-left:auto;margin-right:auto;padding-bottom:2em;
    height: 100%;
    display: block;
    overflow:hidden;
    background-color: #04343a;
    color:  #ffffff;
    text-align: left;
}

.tile-ten .tile-ten-inner {
    margin-top: 4em;
}

.tile-ten label.testimonial-content 
{
	font-family:'PT Sans Narrow',sans-serif;
    font-size: 1.7em;
    line-height:1.3em;
    margin-left: 10px;
    display:block;
    text-align:left;

}
.tile-ten label.testimonial-signature 
{
	font-family:'PT Sans Narrow',sans-serif;
    font-size: 1.7em;
    line-height:1.3em;
    margin-left: 10px;
	display:block;
    text-align:right;
}

.tile-ten a {
    margin-top:5px;
    margin-left: 10px;
    font-size: 10px;
    color: #ffffff;
    text-decoration:none;
}

.tile-ten a:hover {
    text-decoration: underline;
}

.tile-ten p {
    font-size: 13px;
    margin-left:10px;
    margin-right:10px;
    margin-top: 5px;
    line-height:16px;
}

   /* .tile-ten:hover {
        outline: solid 4px #dadada;
    }*/

.tile-ten-small {
    width: 180px;
    height: 180px;
    display: block;
    overflow:hidden;
    background-color: #FF8F32;
    color:  #ffffff;
    text-align: center;
}

    .tile-ten-small:hover {
        outline: solid 4px #dadada;
    }

    .tile-ten-small .tile-ten-inner {
    margin-top: 25px;
}

.tile-ten-small p {
     font-size: 20px;
    line-height: 25px;
    margin-left: 20px;
    margin-right: 20px;
}